Started by user Scott Lewis Running as Scott Lewis Agent basic-7f2qh is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-7f2qh" 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-7f2qh" - 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-7f2qh" - 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-7f2qh (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-U2QDLyaho8Zl/agent.50 SSH_AGENT_PID=52 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ecf-github.master@tmp/private_key_15403114467509151902.key (/home/jenkins/agent/workspace/ecf-github.master@tmp/private_key_15403114467509151902.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-ssh9691754392827209185.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 606b855f5cc96108c32377cfaae1632001b10300 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 606b855f5cc96108c32377cfaae1632001b10300 # timeout=10 Commit message: "Merge pull request #107 from scottslewis/master" > git rev-list --no-walk 606b855f5cc96108c32377cfaae1632001b10300 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 40355 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 40355 <===[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 [INFO] Scanning for projects... [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 [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 56 kB/s) [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 [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 1.9 MB/s) [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 [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 883 kB/s) [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 [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 476 kB/s) [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 [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.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/41/maven-parent-41.pom [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 5.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/31/apache-31.pom [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 2.1 MB/s) [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 [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 536 kB/s) [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 [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.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/17/plexus-17.pom [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 4.7 MB/s) [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 [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.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom [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 68 kB/s) [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 [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 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/10/plexus-10.pom [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) [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 [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 386 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/16/plexus-16.pom [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 2.5 MB/s) [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 [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 404 kB/s) [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 [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 4.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/65/commons-parent-65.pom [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 5.6 MB/s) [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 [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 3.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/66/commons-parent-66.pom [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 7.7 MB/s) [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 [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.1 MB/s) [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 [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 3.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/64/commons-parent-64.pom [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 7.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/30/apache-30.pom [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 3.9 MB/s) [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 [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.4 MB/s) [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 [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) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.9/xz-1.9.pom [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) [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 [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) [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 [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 275 kB/s) [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 [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 692 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/15/plexus-15.pom [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 5.6 MB/s) [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 [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 166 kB/s) [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 [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 353 kB/s) [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 [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 240 kB/s) [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 [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 491 kB/s) [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 [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 388 kB/s) [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 [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 433 kB/s) [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 [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 585 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [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 528 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [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 380 kB/s) [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 [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 930 kB/s) [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 [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 198 kB/s) [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 [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 491 kB/s) [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 [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 722 kB/s) [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 [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 426 kB/s) [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 [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 371 kB/s) [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 [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) [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 [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 360 kB/s) [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 [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) [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 [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 945 kB/s) [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 [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) [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 [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 890 kB/s) [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 [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 947 kB/s) [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 [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) [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 [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 238 kB/s) [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 [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 1.9 MB/s) [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 [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) [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 [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) [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 [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 489 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [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 1.4 MB/s) [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 [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 972 kB/s) [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 [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 664 kB/s) [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 [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.3 MB/s) [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 [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 958 kB/s) [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 [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 3.4 MB/s) [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 [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 541 kB/s) [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 [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) [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 [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 2.5 MB/s) [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 [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) [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 [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 243 kB/s) [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 [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 3.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom [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 2.8 MB/s) [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 [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) [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 [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) [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 [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 762 kB/s) [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 [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) [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 [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 1.3 MB/s) [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 [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 584 kB/s) [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 [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 665 kB/s) [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 [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 609 kB/s) [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 [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 874 kB/s) [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 [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) [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 [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 401 kB/s) [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 [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 493 kB/s) [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 [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) [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 [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) [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 [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) [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 [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 201 kB/s) [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 [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) [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 [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 357 kB/s) [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 [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.1 MB/s) [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 [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 500 kB/s) [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 [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 722 kB/s) [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 [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 5.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/felix/felix-parent/8/felix-parent-8.pom [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 6.6 MB/s) [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 [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 282 kB/s) [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 [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 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [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 5.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [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 528 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [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 570 kB/s) [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 [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 6.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/62/commons-parent-62.pom [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 12 MB/s) [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 [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 449 kB/s) [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 [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) [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 [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 436 kB/s) [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 [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 114 kB/s) [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 [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 269 kB/s) [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 [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) [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 [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) [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 [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) [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 [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) [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 [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 364 kB/s) [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 [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 481 kB/s) [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 [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 397 kB/s) [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 [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 365 kB/s) [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 [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 181 kB/s) [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 [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) [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 [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 439 kB/s) [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 [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 870 kB/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 9.2 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/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 10 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-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 11 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/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 3.2 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/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 9.6 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] 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 1.9 MB/s) [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.1 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 722 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 75 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/eclipse/tycho/sisu-equinox-launching/4.0.7/sisu-equinox-launching-4.0.7.jar (28 kB at 217 kB/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/tycho-api/4.0.7/tycho-api-4.0.7.jar (48 kB at 236 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/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 3.2 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-core/4.0.7/tycho-core-4.0.7.jar (1.1 MB at 5.1 MB/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/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 308 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/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar (4.2 kB at 19 kB/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/eclipse/tycho/sisu-osgi-api/4.0.7/sisu-osgi-api-4.0.7.jar (8.8 kB at 40 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/tycho-metadata-model/4.0.7/tycho-metadata-model-4.0.7.jar (69 kB at 311 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/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 572 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/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 4.7 MB/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 140 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/tycho-spi/4.0.7/tycho-spi-4.0.7.jar (27 kB at 90 kB/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/p2-maven-plugin/4.0.7/p2-maven-plugin-4.0.7.jar (257 kB at 815 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 262 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 328 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/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 434 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/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/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 2.7 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/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.jar (1.5 MB at 3.7 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/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 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.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 277 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 48 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/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 854 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/eclipse/platform/org.eclipse.equinox.p2.engine/2.10.0/org.eclipse.equinox.p2.engine-2.10.0.jar (244 kB at 473 kB/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/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 854 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/eclipse/platform/org.eclipse.equinox.p2.metadata/2.9.0/org.eclipse.equinox.p2.metadata-2.9.0.jar (377 kB at 721 kB/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.security/1.4.200/org.eclipse.equinox.security-1.4.200.jar (119 kB at 198 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.p2.repository/2.8.100/org.eclipse.equinox.p2.repository-2.8.100.jar (194 kB at 322 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 66 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 422 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.p2.publisher.eclipse/1.6.0/org.eclipse.equinox.p2.publisher.eclipse-1.6.0.jar (257 kB at 416 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.metadata.repository/1.5.300/org.eclipse.equinox.p2.metadata.repository-1.5.300.jar (141 kB at 228 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.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar (128 kB at 206 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 68 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.jarprocessor/1.3.300/org.eclipse.equinox.p2.jarprocessor-1.3.300.jar (66 kB at 105 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.updatesite/1.3.300/org.eclipse.equinox.p2.updatesite-1.3.300.jar (107 kB at 153 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 130 kB/s) [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 39 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] 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.touchpoint.eclipse/2.4.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200.jar (139 kB at 196 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 41 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 98 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.simpleconfigurator/1.5.200/org.eclipse.equinox.simpleconfigurator-1.5.200.jar (55 kB at 77 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.p2.repository.tools/2.4.300/org.eclipse.equinox.p2.repository.tools-2.4.300.jar (266 kB at 369 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 131 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 102 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 41 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 4.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 15 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] 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 83 kB/s) [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 495 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/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 458 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/eclipse/tycho/tycho-targetplatform/4.0.7/tycho-targetplatform-4.0.7.jar (48 kB at 59 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-p2/4.0.7/tycho-p2-4.0.7.jar (3.2 kB at 3.6 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/commons-net/commons-net/3.10.0/commons-net-3.10.0.jar (323 kB at 357 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 90 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.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar (118 kB at 129 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.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.0.jar (161 kB at 175 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/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar (106 kB at 115 kB/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.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar (204 kB at 220 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/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 432 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 23 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/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 21 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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 33 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/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 6.0 MB/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 76 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 60 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 303 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 416 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 2.5 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.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar (946 kB at 720 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.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar (98 kB at 74 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.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar (75 kB at 56 kB/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.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar (121 kB at 86 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.text/3.14.0/org.eclipse.text-3.14.0.jar (359 kB at 256 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 4.1 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 5.6 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 2.8 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 2.0 MB/s) [INFO] Tycho Version: 4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [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 [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 591 kB/s) [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 [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) [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 [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) [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 [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 12 MB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [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 594 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [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 11 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/21/apache-21.pom [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) [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 [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) [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 [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 7.4 MB/s) [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 [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) [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 [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) [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 [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 806 kB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [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 1.6 MB/s) [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 [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) [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 [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 4.9 MB/s) [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 [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 989 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [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 7.5 MB/s) [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 [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 765 kB/s) [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 [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 2.5 MB/s) [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 [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) [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 [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) [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 [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 455 kB/s) [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 [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 885 kB/s) [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 [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 1.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/8/plexus-8.pom [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) [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 [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) [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 [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.8 MB/s) [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 [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 2.3 MB/s) [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 [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 901 kB/s) [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 [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) [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 [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) [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 [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 1.9 MB/s) [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 [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 2.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [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 11 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/23/apache-23.pom [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 6.1 MB/s) [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 [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) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/google/5/google-5.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [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 60 kB/s) [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 [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) [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 [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 6.9 MB/s) [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 [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 402 kB/s) [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 [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 5.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [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) [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 [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 7.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [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) [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 [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 850 kB/s) [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 [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 1.4 MB/s) [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 [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.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/40/maven-parent-40.pom [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 3.1 MB/s) [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 [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) [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 [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 1.7 MB/s) [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 [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 6.5 MB/s) [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 [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 944 kB/s) [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 [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 5.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [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 8.7 MB/s) [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 [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) [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 [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 6.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [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 2.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom [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 4.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [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 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom [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 7.8 MB/s) [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 [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 1.7 MB/s) [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 [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) [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 [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 2.0 MB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.10/gson-2.10.pom [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) [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 [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 6.1 MB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [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) [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 [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 16 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 19 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 2.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/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 49 MB/s) [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 17 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] 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/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 4.4 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/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 2.6 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/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 14 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/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 33 MB/s) [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 7.3 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 11 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 303 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 12 MB/s) [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 864 kB/s) [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 1.3 MB/s) [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 2.2 MB/s) [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 848 kB/s) [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 5.6 MB/s) [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 22 MB/s) [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 [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) [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 [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 13 MB/s) [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 [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) [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 [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 370 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.6/asm-9.6.pom [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 296 kB/s) [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 [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 979 kB/s) [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 [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 874 kB/s) [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 [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 812 kB/s) [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 [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 5.2 MB/s) [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 [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 4.5 MB/s) [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 [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) [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 [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 1.9 MB/s) [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 [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) [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 [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 5.1 MB/s) [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 [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) [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 [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 3.4 MB/s) [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 [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) [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-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/9.6/asm-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/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/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/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 [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 13 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 4.3 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-util/9.6/asm-util-9.6.jar (91 kB at 18 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/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 5.7 MB/s) [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 8.2 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] 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/org/xmlunit/xmlunit-core/2.9.1/xmlunit-core-2.9.1.jar (175 kB at 25 MB/s) [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 14 MB/s) [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 6.7 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 7.2 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 14 MB/s) [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 [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 1.7 MB/s) [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 [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 635 kB/s) [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 [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 10 MB/s) [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 [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 2.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [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 3.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom [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 5.2 MB/s) [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 [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 15 MB/s) [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 [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 252 kB/s) [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 2.6 MB/s) [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 2.3 MB/s) [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 [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 687 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [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 510 kB/s) [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 [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 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/58/commons-parent-58.pom [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 5.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/29/apache-29.pom [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 2.6 MB/s) [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 [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 704 kB/s) [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 [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) [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 61 MB/s) [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.2 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.0 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 14 MB/s) [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 [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) [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 [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) [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 [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) [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 [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) [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 [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 681 kB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/13/plexus-13.pom [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) [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 [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) [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 [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 514 kB/s) [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 [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 646 kB/s) [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 [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) [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 [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 1.7 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 10 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.2 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 23 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 6.7 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 5.8 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 5.1 MB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [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 12 MB/s) [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 [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 9.8 MB/s) [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 [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 2.0 MB/s) [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 [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) [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 [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.0 MB/s) [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 [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 10 MB/s) [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 [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 134 kB/s) [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 [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 9.7 MB/s) [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 [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) [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 [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 426 kB/s) [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 [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 427 kB/s) [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 [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 656 kB/s) [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 [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 429 kB/s) [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 [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 942 kB/s) [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 [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) [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 [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 3.7 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.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 8.1 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 35 MB/s) [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 3.0 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 59 MB/s) [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 [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) [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 [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 543 kB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [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 3.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [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 9.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/26/apache-26.pom [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 4.1 MB/s) [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 [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 30 MB/s) [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 [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) [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 [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 26 MB/s) [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 [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 2.1 MB/s) [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 [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) [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 [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.2 MB/s) [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 [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) [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 [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) [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 [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 1.6 MB/s) [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 [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 470 kB/s) [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 [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) [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 [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) [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 [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) [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 [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 305 kB/s) [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 [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) [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 [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 494 kB/s) [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 [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.2 MB/s) [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 [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 360 kB/s) [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 [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) [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 [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) [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 [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) [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 [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 2.1 MB/s) [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 [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) [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 [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) [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 [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 507 kB/s) [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 [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.7 MB/s) [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 [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) [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 [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) [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 [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 1.1 MB/s) [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 [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) [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 [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) [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 [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) [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 [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) [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 [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 475 kB/s) [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 [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.1 MB/s) [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 [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 2.9 MB/s) [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 [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 3.1 MB/s) [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 [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 2.7 MB/s) [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 [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 909 kB/s) [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 [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 59 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.junit4/4.0.7/org.eclipse.tycho.surefire.junit4-4.0.7.jar (41 kB at 10 MB/s) [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.junit/4.0.7/org.eclipse.tycho.surefire.junit-4.0.7.jar (29 kB at 7.3 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] 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 45 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.junit47/4.0.7/org.eclipse.tycho.surefire.junit47-4.0.7.jar (159 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.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.junit55/4.0.7/org.eclipse.tycho.surefire.junit55-4.0.7.jar (657 kB at 39 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.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.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.junit56/4.0.7/org.eclipse.tycho.surefire.junit56-4.0.7.jar (683 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.junit58/4.0.7/org.eclipse.tycho.surefire.junit58-4.0.7.jar (730 kB at 19 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.junit54/4.0.7/org.eclipse.tycho.surefire.junit54-4.0.7.jar (593 kB at 12 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.junit57withvintage/4.0.7/org.eclipse.tycho.surefire.junit57withvintage-4.0.7.jar (713 kB at 14 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/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar (55 kB at 950 kB/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/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.7/org.eclipse.tycho.surefire.testng-4.0.7.jar (96 kB at 1.7 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] 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 14 MB/s) [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/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.7/org.eclipse.tycho.surefire.junit59-4.0.7.jar (763 kB at 12 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.junit58withvintage/4.0.7/org.eclipse.tycho.surefire.junit58withvintage-4.0.7.jar (796 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-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/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 2.6 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-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 1.7 MB/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 117 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-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 359 kB/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.8 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/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.7 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/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 3.8 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/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 742 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/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 612 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/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.3 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 155 kB/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 4.3 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 16 MB/s) [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 [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 140 kB/s) [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 [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 2.8 MB/s) [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 [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 132 kB/s) [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 [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 3.2 MB/s) [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 [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 269 kB/s) [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 [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 6.9 MB/s) [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 [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 329 kB/s) [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 [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 178 kB/s) [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 [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 269 kB/s) [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 [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 238 kB/s) [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 [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 269 kB/s) [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 [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 322 kB/s) [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 [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) [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 [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 269 kB/s) [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 [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 274 kB/s) [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 [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 108 kB/s) [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 [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) [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 [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.4 MB/s) [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 [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.6 MB/s) [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 [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 285 kB/s) [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 [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 102 kB/s) [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 [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 274 kB/s) [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 [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 198 kB/s) [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 [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) [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 [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) [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 [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 526 kB/s) [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 [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) [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 [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 337 kB/s) [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 [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 503 kB/s) [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 [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 128 kB/s) [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 [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 246 kB/s) [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 [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 243 kB/s) [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 [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 28 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 981 kB/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 5.1 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/platform/org.eclipse.e4.core.contexts/1.12.500/org.eclipse.e4.core.contexts-1.12.500.jar (58 kB at 726 kB/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-common/9.10.0/lucene-analysis-common-9.10.0.jar (1.7 MB at 11 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/eclipse/platform/org.eclipse.e4.core.di/1.9.300/org.eclipse.e4.core.di-1.9.300.jar (65 kB at 422 kB/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/pde/org.eclipse.pde.core/3.18.0/org.eclipse.pde.core-3.18.0.jar (1.5 MB at 9.4 MB/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/eclipse/platform/org.eclipse.e4.core.di.annotations/1.8.300/org.eclipse.e4.core.di.annotations-1.8.300.jar (14 kB at 86 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 64 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.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 274 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/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 68 kB/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/platform/org.eclipse.compare.core/3.8.400/org.eclipse.compare.core-3.8.400.jar (72 kB at 380 kB/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/platform/org.eclipse.team.core/3.10.300/org.eclipse.team.core-3.10.300.jar (415 kB at 2.2 MB/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.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar (22 kB at 87 kB/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/apache/lucene/lucene-core/9.10.0/lucene-core-9.10.0.jar (4.0 MB at 16 MB/s) [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 2.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.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar [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/org/apache/lucene/lucene-analysis-smartcn/9.10.0/lucene-analysis-smartcn-9.10.0.jar (3.6 MB at 14 MB/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/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar (951 kB at 3.5 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.e4.core.services/2.4.300/org.eclipse.e4.core.services-2.4.300.jar (73 kB at 273 kB/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/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 75 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.ant.core/3.7.300/org.eclipse.ant.core-3.7.300.jar (112 kB at 320 kB/s) [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 1.5 MB/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 341 kB/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 109 kB/s) [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.2 MB/s) [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 [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [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 359 kB/s) [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 [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.2 MB/s) [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.servlet.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.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] [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 ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ecf-parent --- [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 [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 381 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom [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 6.4 MB/s) [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 [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 1.9 MB/s) [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 [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.1 MB/s) [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 [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 8.4 MB/s) [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 [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 964 kB/s) [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 [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 1.8 MB/s) [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 [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 1.6 MB/s) [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 [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 2.6 MB/s) [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 [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) [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 [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 2.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [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 5.4 MB/s) [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 [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 110 kB/s) [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 [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 629 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [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) [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 [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) [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 [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) [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 [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 2.7 MB/s) [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 [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) [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 [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 2.8 MB/s) [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 [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 2.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [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 10 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom [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 6.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom [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 7.7 MB/s) [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 [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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 1.1 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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 33 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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 10 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/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 32 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 25 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 19 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 17 MB/s) [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 3.8 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 17 MB/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 26 MB/s) [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ecf-parent --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ecf-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ecf-parent --- [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) [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 [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.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/61/commons-parent-61.pom [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 1.2 MB/s) [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 [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.3 MB/s) [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 [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) [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 [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 67 kB/s) [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 [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 2.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [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 1.6 MB/s) [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 [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 191 kB/s) [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 [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 183 kB/s) [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 [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) [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 [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 195 kB/s) [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 232 kB/s) [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 [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 268 kB/s) [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 [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 3.0 MB/s) [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 [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 73 kB/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.pom [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 456 kB/s) [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 [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 290 kB/s) [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 [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 2.1 MB/s) [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 [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) [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 [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 875 kB/s) [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 [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 4.8 MB/s) [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 [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 110 kB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [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 3.7 MB/s) [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 [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 3.3 MB/s) [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 [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 1.7 MB/s) [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 [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 2.5 MB/s) [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 [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 6.0 MB/s) [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 [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 2.6 MB/s) [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 4.4 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] 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] 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.3 MB/s) [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 [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 43 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/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 1.5 MB/s) [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/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar [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/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 5.0 MB/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 664 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/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar (47 kB at 3.2 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/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar (17 kB at 1.1 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/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar (224 kB at 13 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 9.8 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 186 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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 425 kB/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/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (53 kB at 847 kB/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-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 2.9 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 5.5 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/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 4.3 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 542 kB/s) [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 3.9 MB/s) [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 8.7 MB/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 30 MB/s) [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ecf-parent --- [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ ecf-parent --- [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 ]--------------------------- [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@48a0e30d [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=) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.identity --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.identity --- [INFO] Resolving class path of org.eclipse.ecf.identity [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.identity --- [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 [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 503 kB/s) [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 [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 293 kB/s) [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 [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 4.0 MB/s) [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 [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 1.8 MB/s) [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 [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 637 kB/s) [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 [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 7.8 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 5.0 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 23 MB/s) [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.identity --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 51 kB/s) [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 3.4 MB/s) [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 [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.identity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.identity --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.identity --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.identity --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.identity --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.identity --- [INFO] Adding repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] Adding repository 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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf --- [INFO] Resolving class path of org.eclipse.ecf [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.11.0-SNAPSHOT.jar [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf --- [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 --- [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 ]--------------------------- [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 3.3 MB/s) [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 16 MB/s) [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 5.9 MB/s) [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 3.1 MB/s) [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 438 kB/s) [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 602 kB/s) [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 2.7 MB/s) [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) [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) [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) [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) [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 3.6 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 1.3 MB/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 3.9 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.console --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.console --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.console --- [INFO] Resolving class path of org.eclipse.ecf.console [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.console --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.console --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.console/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.console --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.console --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.console --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.console --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.console --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.datashare --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.datashare --- [INFO] Resolving class path of org.eclipse.ecf.datashare [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.datashare/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.datashare --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.datashare --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.datashare --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery --- [INFO] Resolving class path of org.eclipse.ecf.discovery [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.model --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.model --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.model [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.model --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.model --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.model --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.model --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.model --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.model --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.edit --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.edit [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.edit --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.edit --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.edit --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.edit --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.edit --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.edit --- [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 --- [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 ]--------------------------- [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 60 MB/s) [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 46 MB/s) [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 8.1 MB/s) [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 3.9 MB/s) [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 7.3 MB/s) [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 7.8 MB/s) [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 844 kB/s) [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 19 MB/s) [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) [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 11 MB/s) [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 19 MB/s) [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 15 MB/s) [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 23 MB/s) [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 20 MB/s) [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 12 MB/s) [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 30 MB/s) [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 38 MB/s) [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 8.0 MB/s) [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 16 MB/s) [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 5.8 MB/s) [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 1.9 MB/s) [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.5 MB/s) [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.3 MB/s) [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 322 kB/s) [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 127 kB/s) [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 686 kB/s) [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 398 kB/s) [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 339 kB/s) [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 465 kB/s) [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 236 kB/s) [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 420 kB/s) [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 291 kB/s) [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) [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 841 kB/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.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) [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 415 kB/s) [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 484 kB/s) [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 343 kB/s) [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) [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 7.2 MB/s) [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 658 kB/s) [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 122 kB/s) [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 429 kB/s) [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 954 kB/s) [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.4 MB/s) [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) [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.8 MB/s) [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 5.5 MB/s) [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 834 kB/s) [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) [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 642 kB/s) [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 1.2 MB/s) [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.2 MB/s) [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.1 MB/s) [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.1 MB/s) [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 629 kB/s) [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 2.1 MB/s) [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 986 kB/s) [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 110 kB/s) [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) [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 42 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/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 7.1 MB/s) [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 351 kB/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 6.0 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 36 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.browser --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.browser [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.browser --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.browser --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.browser --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.browser --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.browser --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.browser --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.properties [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.properties --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.properties --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.properties.tabbed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.userinput --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] Resolving class path of org.eclipse.ecf.discovery.ui.userinput [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.discovery.ui.userinput --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.discovery.ui.userinput --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.userinput --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.userinput --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.ui.userinput --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.userinput --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.filetransfer --- [INFO] Resolving class path of org.eclipse.ecf.filetransfer [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.filetransfer --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.filetransfer --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence --- [INFO] Resolving class path of org.eclipse.ecf.presence [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sharedobject --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.sharedobject --- [INFO] Resolving class path of org.eclipse.ecf.sharedobject [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.sharedobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.sharedobject --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.sharedobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.sharedobject/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.sharedobject --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.sharedobject --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.sharedobject --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject --- [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 --- [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 ]--------------------------- [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 24 MB/s) [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 54 MB/s) [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 26 MB/s) [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 177 kB/s) [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 60 kB/s) [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) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ui --- [INFO] Resolving class path of org.eclipse.ecf.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.filetransfer.ui --- [INFO] Resolving class path of org.eclipse.ecf.filetransfer.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.filetransfer.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.filetransfer.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.filetransfer.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.bot --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.bot --- [INFO] Resolving class path of org.eclipse.ecf.presence.bot [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.bot --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.bot --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.bot --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.bot/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.bot --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.bot --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.bot --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.bot --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.bot --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.bot --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.ui --- [INFO] Resolving class path of org.eclipse.ecf.presence.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.collab.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.presence.collab.ui --- [INFO] Resolving class path of org.eclipse.ecf.presence.collab.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.collab.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.presence.collab.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.presence.collab.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.presence.collab.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.collab.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.collab.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.collab.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.collab.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.collab.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider --- [INFO] Resolving class path of org.eclipse.ecf.provider [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.provider/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.asyncproxy --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.asyncproxy [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.asyncproxy --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.asyncproxy --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.asyncproxy --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.asyncproxy --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.asyncproxy --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.asyncproxy --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice --- [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 --- [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 ]--------------------------- [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 33 MB/s) [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 19 MB/s) [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 37 MB/s) [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 441 kB/s) [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 367 kB/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.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 376 kB/s) [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 115 kB/s) [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 229 kB/s) [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 367 kB/s) [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 15 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 1.1 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 9.5 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.rest --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.rest [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.rest --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.rest --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.rest --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rest --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.remoteservice --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.remoteservice --- [INFO] Resolving class path of org.eclipse.ecf.provider.remoteservice [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.remoteservice --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.remoteservice --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.remoteservice --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.remoteservice --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.servlet --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.servlet [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.servlet --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.servlet --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.servlet --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.servlet --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services.remoteserviceadmin --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] Resolving class path of org.eclipse.osgi.services.remoteserviceadmin [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.osgi.services.remoteserviceadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.osgi.services.remoteserviceadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.osgi.services.remoteserviceadmin --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.osgi.services.remoteserviceadmin --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.services.remoteserviceadmin --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services.remoteserviceadmin --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.ui --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ssl --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ssl --- [INFO] Resolving class path of org.eclipse.ecf.ssl [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ssl --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ssl/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ssl --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ssl --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ssl --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ssl --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ssl --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ssl --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui.capabilities --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui.capabilities --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.ui.capabilities --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.ui.capabilities --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.ui.capabilities --- [INFO] Resolving class path of org.eclipse.ecf.ui.capabilities [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.ui.capabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.ui.capabilities --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.ui.capabilities --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.ui.capabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.ecf.ui.capabilities/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.ui.capabilities --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.ui.capabilities --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui.capabilities --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.ui.capabilities --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.ui.capabilities --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui.capabilities --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.core --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.team.ecf.core --- [INFO] Resolving class path of org.eclipse.team.ecf.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ecf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.team.ecf.core --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ecf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.team.ecf.core --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.team.ecf.core --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.core --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.team.ecf.core --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ecf.core --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.core --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.team.ecf.ui --- [INFO] Resolving class path of org.eclipse.team.ecf.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ecf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.team.ecf.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ecf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/framework/bundles/org.eclipse.team.ecf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.team.ecf.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.team.ecf.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.team.ecf.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ecf.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.remoteserviceadmin.console [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.distribution --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] Resolving class path of org.eclipse.ecf.osgi.services.distribution [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.osgi.services.distribution --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.osgi.services.distribution --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.distribution --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.distribution --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.distribution --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.distribution --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ ch.ethz.iks.r_osgi.remote --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ ch.ethz.iks.r_osgi.remote --- [INFO] Resolving class path of ch.ethz.iks.r_osgi.remote [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ch.ethz.iks.r_osgi.remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ ch.ethz.iks.r_osgi.remote --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [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 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ch.ethz.iks.r_osgi.remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ ch.ethz.iks.r_osgi.remote --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ch.ethz.iks.r_osgi.remote --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ ch.ethz.iks.r_osgi.remote --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ch.ethz.iks.r_osgi.remote --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ch.ethz.iks.r_osgi.remote --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.r_osgi.remote --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ ch.ethz.iks.slp --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ ch.ethz.iks.slp --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ ch.ethz.iks.slp --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ ch.ethz.iks.slp --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ ch.ethz.iks.slp --- [INFO] Resolving class path of ch.ethz.iks.slp [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ch.ethz.iks.slp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ ch.ethz.iks.slp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ ch.ethz.iks.slp --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ ch.ethz.iks.slp --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ch.ethz.iks.slp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ ch.ethz.iks.slp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ ch.ethz.iks.slp --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ ch.ethz.iks.slp --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ ch.ethz.iks.slp --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ ch.ethz.iks.slp --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ch.ethz.iks.slp --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.slp --- [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 --- [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 ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (333 kB at 7.8 MB/s) [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 20 MB/s) [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 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/2.0.13/slf4j-reload4j-2.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/2.0.13/slf4j-reload4j-2.0.13.jar (11 kB at 767 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (16 kB at 1.6 MB/s) [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 1.2 MB/s) [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 353 kB/s) [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.2 MB/s) [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 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/2.0.13/slf4j-reload4j-2.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/2.0.13/slf4j-reload4j-2.0.13.pom (2.2 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom (16 kB at 581 kB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.jivesoftware.smack --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.jivesoftware.smack --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.jivesoftware.smack --- [INFO] Resolving class path of org.jivesoftware.smack [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.jivesoftware.smack --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.jivesoftware.smack --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.jivesoftware.smack --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.jivesoftware.smack --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.jivesoftware.smack --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.jivesoftware.smack --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.jivesoftware.smack --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.jivesoftware.smack --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.jivesoftware.smack --- [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_1603508127461568439/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_1603508127461568439/jars/xpp.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-github.master/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.4.0-SNAPSHOT.jar [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.jivesoftware.smack --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.datashare --- [INFO] Resolving class path of org.eclipse.ecf.provider.datashare [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.datashare --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.datashare --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare.nio --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] Resolving class path of org.eclipse.ecf.provider.datashare.nio [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.datashare.nio --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.datashare.nio --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare.nio --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare.nio --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.datashare.nio --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.datashare.nio --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare.nio --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.discovery --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.discovery --- [INFO] Resolving class path of org.eclipse.ecf.provider.discovery [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.discovery --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.discovery/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.discovery --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.discovery --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.discovery --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.discovery --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.discovery --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.discovery --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.dnssd --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.dnssd --- [INFO] Resolving class path of org.eclipse.ecf.provider.dnssd [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.dnssd --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.dnssd --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.dnssd --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.dnssd/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.dnssd --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.dnssd --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.dnssd --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.dnssd --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.dnssd --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.dnssd --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer --- [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 --- [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 ]--------------------------- [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 7.8 MB/s) [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 10 MB/s) [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 4.0 MB/s) [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 6.3 MB/s) [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 2.0 MB/s) [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 12 MB/s) [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 7.6 MB/s) [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 340 kB/s) [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) [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 192 kB/s) [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) [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 438 kB/s) [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 948 kB/s) [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) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient45 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 45 kB/s) [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 26 MB/s) [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [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 [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45 --- [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 --- [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 ]--------------------------- [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 40 MB/s) [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 238 kB/s) [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 99 kB/s) [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 24 kB/s) [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 50 kB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [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 [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 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 --- [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 --- [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 ]--------------------------- [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 28 MB/s) [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 662 kB/s) [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 1.7 MB/s) [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) [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 6.8 MB/s) [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 438 kB/s) [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.4 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.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 402 kB/s) [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 41 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) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient5 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient5 --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclient5.win32 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] Using Declarative Service specification version 1.2.0 to generate component definitions [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 [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 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient5.win32/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient5.win32 --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.httpclientjava [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclientjava --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.ssl --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] Resolving class path of org.eclipse.ecf.provider.filetransfer.ssl [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.ssl --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.filetransfer.ssl --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.ssl --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.ssl --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.filetransfer.ssl --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.filetransfer.ssl --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.ssl --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.irc --- [INFO] Resolving class path of org.eclipse.ecf.provider.irc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.irc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.irc --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.irc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.irc --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.irc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.irc --- [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_3538598388014584722/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_3538598388014584722/lib/irclib.jar [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.irc.ui --- [INFO] Resolving class path of org.eclipse.ecf.provider.irc.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.irc.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.irc.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.irc.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.irc.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.irc.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.irc.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jmdns --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.jmdns --- [INFO] Resolving class path of org.eclipse.ecf.provider.jmdns [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.jmdns --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.jmdns --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.jmdns --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jmdns/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.jmdns --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jmdns --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jmdns --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.jmdns --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.jmdns --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jmdns --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jslp --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.jslp --- [INFO] Resolving class path of org.eclipse.ecf.provider.jslp [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.jslp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.jslp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.jslp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.jslp/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.jslp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jslp --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jslp --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.jslp --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.jslp --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jslp --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.r_osgi --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.r_osgi --- [INFO] Resolving class path of org.eclipse.ecf.provider.r_osgi [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.r_osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.r_osgi --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.r_osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.r_osgi --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.r_osgi --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.r_osgi --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.r_osgi --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.r_osgi --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.r_osgi --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.ui --- [INFO] Resolving class path of org.eclipse.ecf.provider.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp --- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.datashare --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.datashare [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.datashare --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.datashare --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.datashare --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.datashare --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.datashare --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.remoteservice [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.remoteservice --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.ui --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] Resolving class path of org.eclipse.ecf.provider.xmpp.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.provider.xmpp.ui --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.ui --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.ui --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.xmpp.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.xmpp.ui --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.ui --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.eventadmin --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] Resolving class path of org.eclipse.ecf.remoteservice.eventadmin [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservice.eventadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservice.eventadmin --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.eventadmin --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.eventadmin --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.eventadmin --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server.generic --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.server.generic --- [INFO] Resolving class path of org.eclipse.ecf.server.generic [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server.generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.server.generic --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.server.generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server.generic/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.server.generic --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.server.generic --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server.generic --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.server --- [INFO] Resolving class path of org.eclipse.ecf.server [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.server --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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] 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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.server --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.server --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/bundles/org.eclipse.ecf.server/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.server --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.server --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.sharedobject.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.sharedobject.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.sharedobject.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.sharedobject.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.sharedobject.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.sharedobject.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.sharedobject.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.sharedobject.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.server.generic.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.server.generic.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/server-side/features/org.eclipse.ecf.server.generic.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.server.generic.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.server.generic.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.server.generic.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.server.generic.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.server.generic.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic.feature --- [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 --- [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 ]------------------------- [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.2 MB/s) [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 187 kB/s) [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 55 MB/s) [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 87 kB/s) [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 169 kB/s) [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 9.0 MB/s) [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 383 kB/s) [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) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests --- [INFO] Resolving class path of org.eclipse.ecf.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.datashare --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.datashare --- [INFO] Resolving class path of org.eclipse.ecf.tests.datashare [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.datashare --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.datashare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.datashare/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.datashare --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.datashare --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.datashare --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.datashare --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.datashare --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.datashare --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer --- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer.httpclient5 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient5/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclient5 --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] Resolving class path of org.eclipse.ecf.tests.filetransfer.httpclientjava [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclientjava/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclientjava --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.presence --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.presence --- [INFO] Resolving class path of org.eclipse.ecf.tests.presence [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.presence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.presence --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.presence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.presence/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.presence --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.presence --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.presence --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.presence --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.presence --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.presence --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.datashare.nio --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.tests.provider.datashare.nio [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.provider.datashare.nio --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.datashare.nio --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.datashare.nio --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.provider.datashare.nio --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.provider.datashare.nio --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.datashare.nio --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.sharedobject --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.sharedobject --- [INFO] Resolving class path of org.eclipse.ecf.tests.sharedobject [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.sharedobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.sharedobject --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.sharedobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.sharedobject --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.sharedobject --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.sharedobject --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.sharedobject --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.sharedobject --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.sharedobject --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.remoteservice --- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.xmpp --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] Resolving class path of org.eclipse.ecf.tests.provider.xmpp [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.provider.xmpp --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.xmpp --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.xmpp --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.provider.xmpp --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.provider.xmpp --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.xmpp --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.ssl --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.ssl --- [INFO] Resolving class path of org.eclipse.ecf.tests.ssl [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.ssl --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.ssl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.ssl/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.ssl --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.ssl --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.ssl --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.ssl --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.ssl --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.ssl --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.discovery --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.discovery --- [INFO] Resolving class path of org.eclipse.ecf.tests.discovery [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.discovery --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.discovery/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.discovery --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.discovery --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.discovery --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.discovery --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.discovery --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.discovery --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.generic --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice.generic [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.generic --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.generic --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.generic --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice.generic --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice.generic --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.generic --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.tests.remoteservice.r-osgi [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.r-osgi --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution.generic [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.generic --- [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 --- [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 ]------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.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 --- [INFO] Resolving class path of org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [INFO] Skipping tests [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi --- [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 --- [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 ]--------------------------- [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.7 MB/s) [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 6.7 MB/s) [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 8.4 MB/s) [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 12 MB/s) [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 1.3 MB/s) [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 8.5 MB/s) [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 1.9 MB/s) [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 53 MB/s) [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 1.3 MB/s) [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 1.2 MB/s) [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 1.3 MB/s) [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 209 kB/s) [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 289 kB/s) [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 1.9 MB/s) [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.2 MB/s) [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.6 MB/s) [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 187 kB/s) [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 1.6 MB/s) [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) [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 704 kB/s) [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 441 kB/s) [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 722 kB/s) [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 283 kB/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.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 101 kB/s) [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 563 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.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 109 kB/s) [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 213 kB/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.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) [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 252 kB/s) [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 1.9 MB/s) [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.2 MB/s) [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 675 kB/s) [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 704 kB/s) [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 286 kB/s) [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 792 kB/s) [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 3.2 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.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 177 kB/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.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 246 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.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) [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) [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 684 kB/s) [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 113 kB/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.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 260 kB/s) [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.0 MB/s) [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 1.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.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 199 kB/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.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 429 kB/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.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 614 kB/s) [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) [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 77 kB/s) [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 370 kB/s) [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 82 kB/s) [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 163 kB/s) [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 1.6 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 5.4 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 319 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/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 213 kB/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/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar (208 kB at 4.2 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/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 26 MB/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/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 3.3 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/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (189 kB at 3.5 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/awaitility/awaitility/4.2.0/awaitility-4.2.0.jar (96 kB at 1.3 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.2 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/junit/vintage/junit-vintage-engine/5.9.2/junit-vintage-engine-5.9.2.jar (67 kB at 752 kB/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/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar (580 kB at 6.2 MB/s) [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 991 kB/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 6.7 MB/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 407 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 33 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservices.tooling.pde --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] Resolving class path of org.eclipse.ecf.remoteservices.tooling.pde [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.remoteservices.tooling.pde --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [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 [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.remoteservices.tooling.pde --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservices.tooling.pde --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservices.tooling.pde --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservices.tooling.pde --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservices.tooling.pde --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservices.tooling.pde --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.console.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.console.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.console.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.console.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.console.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.console.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.console.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.console.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.console.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.console.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.console.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.console.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console.feature --- [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 --- [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 ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.doc --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.ecf.doc --- [INFO] Resolving class path of org.eclipse.ecf.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.ecf.doc --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-document-bundle:4.0.7:javadoc (default) @ org.eclipse.ecf.doc --- [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.log4j:1.2.25: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.log4j/1.2.25/org.apache.log4j-1.2.25.jar, groupId=ch.qos.reload4j, artifactId=reload4j, version=1.2.25, type=jar, classifier=null} in reactor [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.log4j:1.2.25: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.log4j/1.2.25/org.apache.log4j-1.2.25.jar, groupId=ch.qos.reload4j, artifactId=reload4j, version=1.2.25, type=jar, classifier=null} in reactor [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.reload4j:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.reload4j/2.0.13/slf4j.reload4j-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-reload4j, version=2.0.13, type=jar, classifier=null} in reactor [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:org.apache.log4j:1.2.25: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.log4j/1.2.25/org.apache.log4j-1.2.25.jar, groupId=ch.qos.reload4j, artifactId=reload4j, version=1.2.25, type=jar, classifier=null} in reactor [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.reload4j:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.reload4j/2.0.13/slf4j.reload4j-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-reload4j, version=2.0.13, type=jar, classifier=null} in reactor [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Could not find project ArtifactDescriptorDependency {descriptor=eclipse-plugin:slf4j.reload4j:2.0.13: /home/jenkins/.m2/repository/p2/osgi/bundle/slf4j.reload4j/2.0.13/slf4j.reload4j-2.0.13.jar, groupId=org.slf4j, artifactId=slf4j-reload4j, 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.19.100.v20240422-1353/org.eclipse.osgi-3.19.100.v20240422-1353.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 [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 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/doc/bundles/org.eclipse.ecf.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.ecf.doc --- [WARNING] Parameter 'compilerArguments' is deprecated: use copied.org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs instead. [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.doc --- [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 [INFO] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.ecf.doc --- [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 [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.doc --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.doc --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.jmdns.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.jmdns.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.jmdns.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.jmdns.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.jmdns.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.osgi.services.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.osgi.services.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.osgi.services.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.osgi.services.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.osgi.services.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.osgi.services.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.osgi.services.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.osgi.services.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.slp.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.slp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.slp.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.slp.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.slp.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature --- [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 --- [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.servlet.feature >---- [INFO] Building org.eclipse.ecf.remoteservice.servlet.feature 1.0.301-SNAPSHOT [95/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml [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 7.1 MB/s) [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 1.5 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] The project's OSGi version is 1.0.301.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.servlet.feature --- [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.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.servlet.feature --- [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.301-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.servlet.feature --- [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.301-SNAPSHOT.jar [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.301-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature --- [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different feature.xml: different classifier-sources-feature: different feature.xml: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.301-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.servlet.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.servlet.feature --- [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 [96/114] [INFO] from releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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 [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 5.6 MB/s) [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 923 kB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rest.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.rest.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rest.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.rest.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.rest.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature --- [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 --- [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 [97/114] [INFO] from releng/features/org.eclipse.ecf.core.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.feature --- [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 --- [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.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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] The project's OSGi version is 3.15.0.v20240407-0257 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.sdk.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.remoteservice.sdk.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.remoteservice.sdk.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.ssl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.ssl.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.core.ssl.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.core.ssl.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.core.ssl.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.core.ssl.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.core.ssl.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.core.ssl.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.core.ssl.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.ssl.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.core.ssl.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.core.ssl.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.ssl.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.datashare.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.datashare.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.datashare.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.datashare.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.datashare.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.datashare.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.datashare.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.datashare.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.datashare.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.datashare.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.datashare.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.dnssd.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.discovery.dnssd.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.dnssd.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.discovery.dnssd.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.discovery.dnssd.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclient5.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient5.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.httpclientjava.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclientjava.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.ssl.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.ssl.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.filetransfer.ssl.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.filetransfer.ssl.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.presence.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.presence.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.presence.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.presence.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.presence.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.presence.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.presence.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.presence.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.presence.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.presence.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.presence.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.datashare.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.datashare.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.provider.generic.datashare.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.provider.generic.datashare.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.tests.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.feature --- [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 --- [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 ]--------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.filetransfer.feature --- [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 --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.tests.filetransfer.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.tests.filetransfer.feature --- [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 [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.tests.filetransfer.feature --- [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 [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.tests.filetransfer.feature --- [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 [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 [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature --- [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 --- [JENKINS] Archiving disabled [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.xmpp.feature >------------ [INFO] Building org.eclipse.ecf.xmpp.feature 1.0.203-SNAPSHOT [112/114] [INFO] from releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.203-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.xmpp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/target [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.xmpp.feature --- [INFO] The project's OSGi version is 1.0.203.v20231021-2127 [INFO] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.xmpp.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.ecf.xmpp.feature --- [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.203-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.xmpp.feature --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.xmpp.feature --- [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.203-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.xmpp.feature --- [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.203-SNAPSHOT.jar [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.203-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.xmpp.feature --- [WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.203-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different feature.xml: different classifier-sources-feature: different feature.xml: different [INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.203-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-github.master/releng/features/org.eclipse.ecf.xmpp.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.xmpp.feature --- [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 ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.target --- [INFO] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.ecf.releng.target --- [INFO] [INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.ecf.releng.target --- [INFO] [INFO] --- build-helper:3.1.0:attach-artifact (attach-artifacts) @ org.eclipse.ecf.releng.target --- [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 [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 265 kB/s) [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 [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 235 kB/s) [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 [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 317 kB/s) [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 [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 152 kB/s) [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 [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 446 kB/s) [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 [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 2.2 MB/s) [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 [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 116 kB/s) [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 [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 606 kB/s) [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 [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 228 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [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) [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 [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 429 kB/s) [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 [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) [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 [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 258 kB/s) [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 [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 129 kB/s) [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 [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 102 kB/s) [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 [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 353 kB/s) [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 [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.3 MB/s) [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 [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 281 kB/s) [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 [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 107 kB/s) [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 [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 112 kB/s) [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 [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 966 kB/s) [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 [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 172 kB/s) [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 [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 264 kB/s) [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 [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 174 kB/s) [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 [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 516 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [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 2.5 MB/s) [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 [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 260 kB/s) [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 [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 568 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [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 2.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom [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.8 MB/s) [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 [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) [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 [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 287 kB/s) [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 [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 93 kB/s) [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 [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 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [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 11 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom [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 2.0 MB/s) [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 [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 280 kB/s) [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 [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 157 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [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 603 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [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.0 MB/s) [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 [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 449 kB/s) [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 [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [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) [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 [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 558 kB/s) [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 [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 567 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [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 4.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom [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 7.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom [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 1.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [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 5.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom [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) [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 [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 107 kB/s) [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 [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 348 kB/s) [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 [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 28 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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 5.7 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 3.8 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 2.7 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-settings/3.0/maven-settings-3.0.jar (47 kB at 3.9 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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 11 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] 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 797 kB/s) [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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 5.9 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 3.7 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 3.1 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 168 kB/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-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 482 kB/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-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 985 kB/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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 3.5 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/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 12 MB/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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 7.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/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 1.0 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/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.3 MB/s) [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 6.8 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.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.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 664 kB/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 3.5 MB/s) [INFO] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ecf.releng.target --- [INFO] [INFO] --- tycho-p2:4.0.7:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.releng.target --- [INFO] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.releng.target --- [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 ]------------------------- [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 [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.repository --- [INFO] [INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.releng.repository --- [INFO] The project's OSGi version is 3.15.0.v20240430-2140 [INFO] [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.ecf.releng.repository --- [INFO] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.ecf.releng.repository --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ecf.releng.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-github.master/releng/org.eclipse.ecf.releng.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ecf.releng.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [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 --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.ecf.releng.repository --- [INFO] [INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.ecf.releng.repository --- [INFO] [INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.ecf.releng.repository --- [INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.eclipse.ecf.releng.repository raw:3.15.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):3.15.0-SNAPSHOT [ERROR] Missing requirement: org.eclipse.ecf.remoteservice.servlet.feature.feature.group 1.0.301.v20231021-2127 requires 'org.eclipse.equinox.p2.iu; jakarta.servlet-api [4.0.0,4.0.0]' but it could not be found [ERROR] Cannot satisfy dependency: org.eclipse.ecf.releng.repository raw:3.15.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):3.15.0-SNAPSHOT depends on: org.eclipse.equinox.p2.iu; org.eclipse.ecf.remoteservice.sdk.feature.feature.group 0.0.0 [ERROR] Cannot satisfy dependency: org.eclipse.ecf.remoteservice.sdk.feature.feature.group 3.15.0.v20240407-0257 depends on: org.eclipse.equinox.p2.iu; org.eclipse.ecf.remoteservice.servlet.feature.feature.group [1.0.301.v20231021-2127,1.0.301.v20231021-2127] [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [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.839 s] [INFO] org.eclipse.ecf.identity 3.10.0-SNAPSHOT ........... SUCCESS [ 18.909 s] [INFO] org.eclipse.ecf 3.11.0-SNAPSHOT .................... SUCCESS [ 5.382 s] [INFO] org.eclipse.ecf.console 1.4.0-SNAPSHOT ............. SUCCESS [ 4.266 s] [INFO] org.eclipse.ecf.datashare 3.0.301-SNAPSHOT ......... SUCCESS [ 3.148 s] [INFO] org.eclipse.ecf.discovery 5.2.0-SNAPSHOT ........... SUCCESS [ 3.677 s] [INFO] org.eclipse.ecf.discovery.ui.model 3.0.202-SNAPSHOT SUCCESS [ 5.570 s] [INFO] org.eclipse.ecf.discovery.ui.edit 3.0.201-SNAPSHOT . SUCCESS [ 3.187 s] [INFO] org.eclipse.ecf.discovery.ui 3.0.301-SNAPSHOT ...... SUCCESS [ 15.947 s] [INFO] org.eclipse.ecf.discovery.ui.browser 1.0.201-SNAPSHOT SUCCESS [ 3.503 s] [INFO] org.eclipse.ecf.discovery.ui.properties 3.0.201-SNAPSHOT SUCCESS [ 3.832 s] [INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.201-SNAPSHOT SUCCESS [ 3.364 s] [INFO] org.eclipse.ecf.discovery.ui.userinput 1.0.201-SNAPSHOT SUCCESS [ 3.573 s] [INFO] org.eclipse.ecf.filetransfer 5.1.103-SNAPSHOT ...... SUCCESS [ 4.743 s] [INFO] org.eclipse.ecf.presence 2.1.201-SNAPSHOT .......... SUCCESS [ 3.745 s] [INFO] org.eclipse.ecf.sharedobject 2.6.200-SNAPSHOT ...... SUCCESS [ 3.835 s] [INFO] org.eclipse.ecf.ui 2.3.0-SNAPSHOT .................. SUCCESS [ 9.212 s] [INFO] org.eclipse.ecf.filetransfer.ui 1.5.201-SNAPSHOT ... SUCCESS [ 3.881 s] [INFO] org.eclipse.ecf.presence.bot 1.3.301-SNAPSHOT ...... SUCCESS [ 2.945 s] [INFO] org.eclipse.ecf.presence.ui 2.4.201-SNAPSHOT ....... SUCCESS [ 4.515 s] [INFO] org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT SUCCESS [ 3.957 s] [INFO] org.eclipse.ecf.provider 4.10.0-SNAPSHOT ........... SUCCESS [ 4.126 s] [INFO] org.eclipse.ecf.remoteservice.asyncproxy 2.1.200-SNAPSHOT SUCCESS [ 3.960 s] [INFO] org.eclipse.ecf.remoteservice 8.14.0-SNAPSHOT ...... SUCCESS [ 4.835 s] [INFO] org.eclipse.ecf.remoteservice.rest 2.8.1-SNAPSHOT .. SUCCESS [ 3.488 s] [INFO] org.eclipse.ecf.provider.remoteservice 4.6.1-SNAPSHOT SUCCESS [ 4.935 s] [INFO] org.eclipse.ecf.remoteservice.servlet 1.0.201-SNAPSHOT SUCCESS [ 2.753 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.102-SNAPSHOT SUCCESS [ 2.992 s] [INFO] org.eclipse.osgi.services.remoteserviceadmin 1.6.301-SNAPSHOT SUCCESS [ 3.629 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin 4.9.3-SNAPSHOT SUCCESS [ 4.525 s] [INFO] org.eclipse.ecf.remoteservice.ui 3.4.400-SNAPSHOT .. SUCCESS [ 4.214 s] [INFO] org.eclipse.ecf.ssl 1.3.100-SNAPSHOT ............... SUCCESS [ 3.050 s] [INFO] org.eclipse.ecf.ui.capabilities 1.0.201-SNAPSHOT ... SUCCESS [ 2.857 s] [INFO] org.eclipse.team.ecf.core 1.0.201-SNAPSHOT ......... SUCCESS [ 2.974 s] [INFO] org.eclipse.team.ecf.ui 1.0.201-SNAPSHOT ........... SUCCESS [ 4.393 s] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.3.1-SNAPSHOT SUCCESS [ 3.375 s] [INFO] org.eclipse.ecf.osgi.services.distribution 2.1.700-SNAPSHOT SUCCESS [ 2.857 s] [INFO] ch.ethz.iks.r_osgi.remote 1.3.0-SNAPSHOT ........... SUCCESS [ 4.755 s] [INFO] ch.ethz.iks.slp 1.4.1-SNAPSHOT ..................... SUCCESS [ 3.148 s] [INFO] org.jivesoftware.smack 3.4.0-SNAPSHOT .............. SUCCESS [ 8.603 s] [INFO] org.eclipse.ecf.provider.datashare 1.6.1-SNAPSHOT .. SUCCESS [ 2.943 s] [INFO] org.eclipse.ecf.provider.datashare.nio 0.9.301-SNAPSHOT SUCCESS [ 2.578 s] [INFO] org.eclipse.ecf.provider.discovery 3.0.102-SNAPSHOT SUCCESS [ 3.864 s] [INFO] org.eclipse.ecf.provider.dnssd 1.3.0-SNAPSHOT ...... SUCCESS [ 2.753 s] [INFO] org.eclipse.ecf.provider.filetransfer 3.3.0-SNAPSHOT SUCCESS [ 3.153 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.600-SNAPSHOT SUCCESS [ 4.450 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.500-SNAPSHOT SUCCESS [ 3.962 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5 1.1.0-SNAPSHOT SUCCESS [ 4.655 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclient5.win32 1.1.0-SNAPSHOT SUCCESS [ 2.759 s] [INFO] org.eclipse.ecf.provider.filetransfer.httpclientjava 2.0.200-SNAPSHOT SUCCESS [ 3.725 s] [INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.1.0-SNAPSHOT SUCCESS [ 2.847 s] [INFO] org.eclipse.ecf.provider.irc 1.3.401-SNAPSHOT ...... SUCCESS [ 3.812 s] [INFO] org.eclipse.ecf.provider.irc.ui 1.4.0-SNAPSHOT ..... SUCCESS [ 3.433 s] [INFO] org.eclipse.ecf.provider.jmdns 4.4.0-SNAPSHOT ...... SUCCESS [ 4.331 s] [INFO] org.eclipse.ecf.provider.jslp 3.2.302-SNAPSHOT ..... SUCCESS [ 3.713 s] [INFO] org.eclipse.ecf.provider.r_osgi 3.7.0-SNAPSHOT ..... SUCCESS [ 3.239 s] [INFO] org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT ....... SUCCESS [ 3.283 s] [INFO] org.eclipse.ecf.provider.xmpp 3.2.402-SNAPSHOT ..... SUCCESS [ 3.464 s] [INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.201-SNAPSHOT SUCCESS [ 2.479 s] [INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.201-SNAPSHOT SUCCESS [ 3.107 s] [INFO] org.eclipse.ecf.provider.xmpp.ui 2.2.301-SNAPSHOT .. SUCCESS [ 3.338 s] [INFO] org.eclipse.ecf.remoteservice.eventadmin 1.3.101-SNAPSHOT SUCCESS [ 4.132 s] [INFO] org.eclipse.ecf.server.generic 8.2.0-SNAPSHOT ...... SUCCESS [ 3.900 s] [INFO] org.eclipse.ecf.server 2.1.301-SNAPSHOT ............ SUCCESS [ 2.783 s] [INFO] org.eclipse.ecf.sharedobject.feature 1.1.1-SNAPSHOT SUCCESS [ 2.641 s] [INFO] org.eclipse.ecf.provider.generic.feature 1.1.2-SNAPSHOT SUCCESS [ 2.212 s] [INFO] org.eclipse.ecf.remoteservice.feature 2.6.1-SNAPSHOT SUCCESS [ 2.488 s] [INFO] org.eclipse.ecf.provider.generic.remoteservice.feature 1.2.1-SNAPSHOT SUCCESS [ 2.785 s] [INFO] org.eclipse.ecf.server.generic.feature 1.2.103-SNAPSHOT SUCCESS [ 2.795 s] [INFO] org.eclipse.ecf.tests 2.2.102-SNAPSHOT ............. SUCCESS [ 4.147 s] [INFO] org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT ... SUCCESS [ 3.740 s] [INFO] org.eclipse.ecf.tests.filetransfer 2.0.500-SNAPSHOT SUCCESS [ 3.388 s] [INFO] org.eclipse.ecf.tests.filetransfer.httpclient5 1.0.0-SNAPSHOT SUCCESS [ 3.666 s] [INFO] org.eclipse.ecf.tests.filetransfer.httpclientjava 2.0.0-SNAPSHOT SUCCESS [ 3.980 s] [INFO] org.eclipse.ecf.tests.presence 2.0.102-SNAPSHOT .... SUCCESS [ 3.147 s] [INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT SUCCESS [ 3.287 s] [INFO] org.eclipse.ecf.tests.sharedobject 2.0.102-SNAPSHOT SUCCESS [ 3.693 s] [INFO] org.eclipse.ecf.tests.remoteservice 2.1.102-SNAPSHOT SUCCESS [ 3.231 s] [INFO] org.eclipse.ecf.tests.provider.xmpp 2.0.102-SNAPSHOT SUCCESS [ 3.217 s] [INFO] org.eclipse.ecf.tests.ssl 1.0.101-SNAPSHOT ......... SUCCESS [ 4.021 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT SUCCESS [ 3.336 s] [INFO] org.eclipse.ecf.tests.discovery 2.1.0-SNAPSHOT ..... SUCCESS [ 3.951 s] [INFO] org.eclipse.ecf.tests.remoteservice.generic 2.1.102-SNAPSHOT SUCCESS [ 3.071 s] [INFO] org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT SUCCESS [ 3.765 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT SUCCESS [ 4.023 s] [INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT SUCCESS [ 3.429 s] [INFO] org.eclipse.ecf.remoteservices.tooling.pde 1.2.0-SNAPSHOT SUCCESS [ 15.717 s] [INFO] org.eclipse.ecf.console.feature 1.3.1-SNAPSHOT ..... SUCCESS [ 3.569 s] [INFO] org.eclipse.ecf.doc 1.3.500-SNAPSHOT ............... SUCCESS [ 26.153 s] [INFO] org.eclipse.ecf.discovery.feature 1.0.201-SNAPSHOT . SUCCESS [ 2.365 s] [INFO] org.eclipse.ecf.discovery.jmdns.feature 1.0.103-SNAPSHOT SUCCESS [ 2.248 s] [INFO] org.eclipse.ecf.remoteservice.rosgi.feature 2.0.2-SNAPSHOT SUCCESS [ 2.135 s] [INFO] org.eclipse.ecf.osgi.services.feature 2.6.400-SNAPSHOT SUCCESS [ 2.387 s] [INFO] org.eclipse.ecf.discovery.slp.feature 1.0.102-SNAPSHOT SUCCESS [ 2.392 s] [INFO] org.eclipse.ecf.remoteservice.servlet.feature 1.0.301-SNAPSHOT SUCCESS [ 3.457 s] [INFO] org.eclipse.ecf.remoteservice.rest.feature 1.0.303-SNAPSHOT SUCCESS [ 2.169 s] [INFO] org.eclipse.ecf.core.feature 1.6.2-SNAPSHOT ........ SUCCESS [ 2.191 s] [INFO] org.eclipse.ecf.remoteservice.sdk.feature 3.15.0-SNAPSHOT SUCCESS [ 2.984 s] [INFO] org.eclipse.ecf.core 3.15.0-SNAPSHOT ............... SUCCESS [ 3.135 s] [INFO] org.eclipse.ecf.core.ssl.feature 1.1.600-SNAPSHOT .. SUCCESS [ 2.436 s] [INFO] org.eclipse.ecf.datashare.feature 1.0.201-SNAPSHOT . SUCCESS [ 2.547 s] [INFO] org.eclipse.ecf.discovery.dnssd.feature 1.1.0-SNAPSHOT SUCCESS [ 2.932 s] [INFO] org.eclipse.ecf.filetransfer.feature 3.14.1900-SNAPSHOT SUCCESS [ 2.831 s] [INFO] org.eclipse.ecf.filetransfer.httpclient45.feature 1.1.101-SNAPSHOT SUCCESS [ 2.302 s] [INFO] org.eclipse.ecf.filetransfer.httpclient5.feature 1.1.702-SNAPSHOT SUCCESS [ 2.812 s] [INFO] org.eclipse.ecf.filetransfer.httpclientjava.feature 2.0.200-SNAPSHOT SUCCESS [ 2.672 s] [INFO] org.eclipse.ecf.filetransfer.ssl.feature 1.1.402-SNAPSHOT SUCCESS [ 2.948 s] [INFO] org.eclipse.ecf.presence.feature 1.0.202-SNAPSHOT .. SUCCESS [ 3.486 s] [INFO] org.eclipse.ecf.provider.generic.datashare.feature 1.0.202-SNAPSHOT SUCCESS [ 2.305 s] [INFO] org.eclipse.ecf.tests.feature 3.1.0-SNAPSHOT ....... SUCCESS [ 3.285 s] [INFO] org.eclipse.ecf.tests.filetransfer.feature 1.0.300-SNAPSHOT SUCCESS [ 3.739 s] [INFO] org.eclipse.ecf.xmpp.feature 1.0.203-SNAPSHOT ...... SUCCESS [ 2.241 s] [INFO] ECF Target Platform Definitions 1.0.0-SNAPSHOT ..... SUCCESS [ 1.947 s] [INFO] ECF p2 Repository 3.15.0-SNAPSHOT .................. FAILURE [ 1.610 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:20 min [INFO] Finished at: 2024-04-30T23:07:09Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:4.0.7:assemble-repository (default-assemble-repository) on project org.eclipse.ecf.releng.repository: Cannot resolve dependencies of project org.eclipse.ecf:org.eclipse.ecf.releng.repository:eclipse-repository:3.15.0-SNAPSHOT [ERROR] with context {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Software being installed: org.eclipse.ecf.releng.repository raw:3.15.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):3.15.0-SNAPSHOT [ERROR] Missing requirement: org.eclipse.ecf.remoteservice.servlet.feature.feature.group 1.0.301.v20231021-2127 requires 'org.eclipse.equinox.p2.iu; jakarta.servlet-api [4.0.0,4.0.0]' but it could not be found [ERROR] Cannot satisfy dependency: org.eclipse.ecf.releng.repository raw:3.15.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):3.15.0-SNAPSHOT depends on: org.eclipse.equinox.p2.iu; org.eclipse.ecf.remoteservice.sdk.feature.feature.group 0.0.0 [ERROR] Cannot satisfy dependency: org.eclipse.ecf.remoteservice.sdk.feature.feature.group 3.15.0.v20240407-0257 depends on: org.eclipse.equinox.p2.iu; org.eclipse.ecf.remoteservice.servlet.feature.feature.group [1.0.301.v20231021-2127,1.0.301.v20231021-2127]: See log for details [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.ecf.releng.repository channel stopped $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 52 killed; [ssh-agent] Stopped. Finished: FAILURE