Started by user Ed Merks Running as Ed Merks Obtained maven-osgi/MavenOSGi.jenkinsfile from git https://github.com/eclipse-orbit/orbit-simrel.git [Pipeline] Start of Pipeline [Pipeline] node Agent basic-wwjgz is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719472919027" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_orbit_svc_cluster_local_orbitx" name: "basic-wwjgz" namespace: "orbit" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.orbit.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-wwjgz" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-wwjgz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9" 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-orbit" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-wwjgz in /home/jenkins/agent/workspace/orbit-simrel-maven-osgi [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo BUILD_TYPE=nightly DASH_STRICT=false PROMOTE=true [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Using no checkout clone with sparse checkout. Cloning repository https://github.com/eclipse-orbit/orbit-simrel.git > git init /home/jenkins/agent/workspace/orbit-simrel-maven-osgi # timeout=10 Fetching upstream changes from https://github.com/eclipse-orbit/orbit-simrel.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-orbit/orbit-simrel.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 59b2bfe839c22dbcb3714ce918abb7682f1244a7 (refs/remotes/origin/main) Commit message: "Update org.mortbay.jasper to 9.0.90 and 10.1.25" First time build. Skipping changelog. [Pipeline] echo [GIT_BRANCH:origin/main, GIT_COMMIT:59b2bfe839c22dbcb3714ce918abb7682f1244a7, GIT_PREVIOUS_COMMIT:712d77013d553e567abe9c81ed2fb79de35e878e, GIT_PREVIOUS_SUCCESSFUL_COMMIT:712d77013d553e567abe9c81ed2fb79de35e878e, GIT_URL:https://github.com/eclipse-orbit/orbit-simrel.git] [Pipeline] } > git config remote.origin.url https://github.com/eclipse-orbit/orbit-simrel.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git config core.sparsecheckout true # timeout=10 > git read-tree -mu HEAD # timeout=10 > git checkout -f 59b2bfe839c22dbcb3714ce918abb7682f1244a7 # timeout=10 > git rev-list --no-walk 712d77013d553e567abe9c81ed2fb79de35e878e # timeout=10 [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Orbit Maven OSGi) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.orbit (ssh://genie.orbit@projects-storage.eclipse.org) [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-SDJFosXFCYc1/agent.123 SSH_AGENT_PID=125 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi@tmp/private_key_9430437761867154333.key (/home/jenkins/agent/workspace/orbit-simrel-maven-osgi@tmp/private_key_9430437761867154333.key) [ssh-agent] Started. [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GITLAB_API_TOKEN or $KEYRING or $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh + [[ true == false ]] + mvn --no-transfer-progress -Pgpg-sign '-Dgpg.passphrase=****' -Dtycho.pgp.signer.bc.secretKeys=**** -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/orbit/job/orbit-simrel-maven-osgi/ -Dorg.eclipse.justj.p2.manager.relative=simrel/maven-osgi -Dgit.commit=59b2bfe839c22dbcb3714ce918abb7682f1244a7 -Dbuild.id=344 -Dbuild.type=nightly -Ddash.projectId=tools.orbit -Ddash.fail=false -Dtycho.target.eager=true -Ddash.iplab.token=**** clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.8 (d07e53b9e5b0b4c40ee529fb831732f631e4e3ef) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/tp/Maven.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], include source mode=ignore, 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@6fc98c70 [INFO] Resolving MavenDependencyRoots = [GroupId = args4j, ArtifactId = args4j, Version = 2.37, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = ch.qos.logback, ArtifactId = logback-classic, Version = 1.5.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = ch.qos.logback, ArtifactId = logback-core, Version = 1.5.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = ch.qos.reload4j, ArtifactId = reload4j, Version = 1.2.25, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ethlo.time, ArtifactId = itu, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.evolvedbinary.thirdparty.org.apache.xmlrpc, ArtifactId = xmlrpc-client, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.evolvedbinary.thirdparty.org.apache.xmlrpc, ArtifactId = xmlrpc-common, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.evolvedbinary.thirdparty.org.apache.xmlrpc, ArtifactId = xmlrpc-server, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.dataformat, ArtifactId = jackson-dataformat-xml, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.dataformat, ArtifactId = jackson-dataformat-yaml, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.datatype, ArtifactId = jackson-datatype-guava, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.jaxrs, ArtifactId = jackson-jaxrs-base, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.jaxrs, ArtifactId = jackson-jaxrs-json-provider, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.module, ArtifactId = jackson-module-jakarta-xmlbind-annotations, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.module, ArtifactId = jackson-module-jaxb-annotations, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.woodstox, ArtifactId = woodstox-core, Version = 6.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.ben-manes.caffeine, ArtifactId = caffeine, Version = 3.1.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jffi, Version = 1.3.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-constants, Version = 0.10.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-enxio, Version = 0.32.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-ffi, Version = 2.2.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-posix, Version = 3.1.19, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-unixsocket, Version = 0.38.22, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.librepdf, ArtifactId = openpdf, Version = 1.4.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.oshi, ArtifactId = oshi-core, Version = 6.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.glazedlists, ArtifactId = glazedlists, Version = 1.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.errorprone, ArtifactId = error_prone_annotations, Version = 2.28.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.guava, ArtifactId = failureaccess, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.guava, ArtifactId = guava, Version = 33.2.1-jre, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.inject, ArtifactId = guice, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.inject.extensions, ArtifactId = guice-assistedinject, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.googlecode.javaewah, ArtifactId = JavaEWAH, Version = 1.2.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.miglayout, ArtifactId = miglayout-core, Version = 11.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.miglayout, ArtifactId = miglayout-swing, Version = 11.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.networknt, ArtifactId = json-schema-validator, Version = 1.4.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.sun.xml.bind, ArtifactId = jaxb-core, Version = 4.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.sun.xml.bind, ArtifactId = jaxb-impl, Version = 4.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.sun.xml.bind, ArtifactId = jaxb-osgi, Version = 2.3.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.sun.xml.bind, ArtifactId = jaxb-osgi, Version = 4.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-cli, ArtifactId = commons-cli, Version = 1.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-codec, ArtifactId = commons-codec, Version = 1.17.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-discovery, ArtifactId = commons-discovery, Version = 0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = dnsjava, ArtifactId = dnsjava, Version = 3.5.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = io.github.classgraph, ArtifactId = classgraph, Version = 4.8.174, ArtifactType = jar, IncludeDependencyScope = , GroupId = io.github.toolfactory, ArtifactId = jvm-driver, Version = 9.7.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = io.github.toolfactory, ArtifactId = narcissus, Version = 1.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.authentication, ArtifactId = jakarta.authentication-api, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.authentication, ArtifactId = jakarta.authentication-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.ejb, ArtifactId = jakarta.ejb-api, Version = 3.2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 4.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 5.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.enterprise, ArtifactId = jakarta.enterprise.cdi-api, Version = 2.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.enterprise, ArtifactId = jakarta.enterprise.cdi-api, Version = 3.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.enterprise, ArtifactId = jakarta.enterprise.cdi-api, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.enterprise, ArtifactId = jakarta.enterprise.lang-model, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.interceptor, ArtifactId = jakarta.interceptor-api, Version = 1.2.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.interceptor, ArtifactId = jakarta.interceptor-api, Version = 2.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.jws, ArtifactId = jakarta.jws-api, Version = 2.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.mail, ArtifactId = jakarta.mail-api, Version = 1.6.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.persistence, ArtifactId = jakarta.persistence-api, Version = 2.2.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 6.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet.jsp, ArtifactId = jakarta.servlet.jsp-api, Version = 3.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.transaction, ArtifactId = jakarta.transaction-api, Version = 1.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.transaction, ArtifactId = jakarta.transaction-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.websocket, ArtifactId = jakarta.websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.websocket, ArtifactId = jakarta.websocket-api, Version = 2.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.websocket, ArtifactId = jakarta.websocket-client-api, Version = 2.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.ws.rs, ArtifactId = jakarta.ws.rs-api, Version = 2.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.ws.rs, ArtifactId = jakarta.ws.rs-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.rpc, ArtifactId = jakarta.xml.rpc-api, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.soap, ArtifactId = jakarta.xml.soap-api, Version = 1.4.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.ws, ArtifactId = jakarta.xml.ws-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jaxen, ArtifactId = jaxen, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = lpg.runtime, ArtifactId = java, Version = 2.0.17-v201004271640, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.i2p.crypto, ArtifactId = eddsa, Version = 0.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.antlr, ArtifactId = antlr4-runtime, Version = 4.13.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-collections4, Version = 4.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-compress, Version = 1.26.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-csv, Version = 1.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-lang3, Version = 3.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-math3, Version = 3.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-text, Version = 1.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.http.servlet-api, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpasyncclient-osgi, Version = 4.1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpclient-osgi, Version = 4.5.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpcore-osgi, Version = 4.4.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-api, Version = 2.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.13.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-sftp, Version = 2.13.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.tika, ArtifactId = tika-core, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.velocity, ArtifactId = velocity, Version = 1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.26.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpkix-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.burningwave, ArtifactId = core, Version = 12.65.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.burningwave, ArtifactId = jvm-driver, Version = 8.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.codehaus.woodstox, ArtifactId = stax2-api, Version = 4.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.conscrypt, ArtifactId = conscrypt-openjdk-uber, Version = 2.5.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.easymock, ArtifactId = easymock, Version = 5.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.freemarker, ArtifactId = freemarker, Version = 2.3.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-api, Version = 2.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-locator, Version = 2.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-locator, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-utils, Version = 2.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = hk2-utils, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.hk2, ArtifactId = osgi-resource-locator, Version = 1.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.connectors, ArtifactId = jersey-apache-connector, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.connectors, ArtifactId = jersey-apache-connector, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.containers, ArtifactId = jersey-container-servlet, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.containers, ArtifactId = jersey-container-servlet-core, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-client, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-client, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-common, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-common, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-server, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.core, ArtifactId = jersey-server, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.ext, ArtifactId = jersey-entity-filtering, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.ext, ArtifactId = jersey-entity-filtering, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.inject, ArtifactId = jersey-hk2, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.inject, ArtifactId = jersey-hk2, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.media, ArtifactId = jersey-media-json-jackson, Version = 2.43, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.jersey.media, ArtifactId = jersey-media-json-jackson, Version = 3.1.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jacoco, ArtifactId = org.jacoco.agent, Version = 0.8.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jacoco, ArtifactId = org.jacoco.core, Version = 0.8.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jacoco, ArtifactId = org.jacoco.report, Version = 0.8.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.javassist, ArtifactId = javassist, Version = 3.30.2-GA, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.json, ArtifactId = json, Version = 20230227, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mandas, ArtifactId = docker-client, Version = 5.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mandas, ArtifactId = docker-client, Version = 7.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-junit-jupiter, Version = 5.12.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mongodb, ArtifactId = mongo-java-driver, Version = 3.12.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.90, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 10.1.25, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.90, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 10.1.25, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mozilla, ArtifactId = rhino, Version = 1.7.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mvel, ArtifactId = mvel2, Version = 2.5.2.Final, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.dto, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.framework, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.resource, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.packageadmin, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.resolver, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.startlevel, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.url, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.tracker, Version = 1.5.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-reload4j, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.snakeyaml, ArtifactId = snakeyaml-engine, Version = 2.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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=<desired minimum cache duration>) [INFO] Resolving MavenDependencyRoots = [], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/tp/Maven.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], 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@6fc98c70 [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.site-minimal:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site-minimal/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.orbit.maven.osgi.parent [pom] [INFO] org.eclipse.orbit.maven.osgi.tp [eclipse-target-definition] [INFO] org.eclipse.orbit.maven.osgi.site [eclipse-repository] [INFO] org.eclipse.orbit.maven.osgi.site-minimal [eclipse-repository] [INFO] org.eclipse.orbit.maven.osgi.promote [pom] [INFO] [INFO] --< org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.parent >-- [INFO] Building org.eclipse.orbit.maven.osgi.parent 1.0.0-SNAPSHOT [1/5] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven.osgi.parent --- [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven.osgi.parent --- [INFO] Querying Eclipse Foundation for license data for 301 items. [INFO] Found 260 items. [INFO] Querying ClearlyDefined for license data for 41 items. [INFO] Found 41 items. [INFO] Vetted license information was found for all content. No further investigation is required. [INFO] Summary file was written to: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/target/dash/summary [INFO] [INFO] ----< org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.tp >---- [INFO] Building org.eclipse.orbit.maven.osgi.tp 1.0.0-SNAPSHOT [2/5] [INFO] from tp/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven.osgi.tp --- [INFO] [INFO] --- tycho-packaging:4.0.8:package-target-definition (default-package-target-definition) @ org.eclipse.orbit.maven.osgi.tp --- [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven.osgi.tp --- [INFO] [INFO] ---< org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.site >--- [INFO] Building org.eclipse.orbit.maven.osgi.site 1.0.0-SNAPSHOT [3/5] [INFO] from site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.maven.osgi.site --- [INFO] The project's OSGi version is 1.0.0.202406270722 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.orbit.maven.osgi.site --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ org.eclipse.orbit.maven.osgi.site --- [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.33.0.v20240627-1000. [INFO] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven.osgi.site --- [INFO] [INFO] --< org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.site-minimal >-- [INFO] Building org.eclipse.orbit.maven.osgi.site-minimal 1.0.0-SNAPSHOT [4/5] [INFO] from site-minimal/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-packaging:4.0.8:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] The project's OSGi version is 1.0.0.202406270722 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- target-platform-configuration:4.0.8:target-platform (default-target-platform) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site-minimal/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-products (default-publish-products) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:publish-categories (default-publish-categories) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-p2-publisher:4.0.8:attach-artifacts (default-attach-artifacts) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-p2-repository:4.0.8:assemble-repository (default-assemble-repository) @ org.eclipse.orbit.maven.osgi.site-minimal --- [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-common.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.core.source,2.3.6.v20201214. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.jacoco.report.source,0.8.12.202403310830. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.framework.source,1.10.0.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-server.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.easymock.source,5.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.miglayout.swing.source,11.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.tracker.source,1.5.4.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.api.source,2.0.13. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.discovery.source,0.5.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objenesis.source,3.4.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.api.source,1.7.36. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-params.source,5.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.websocket-client-api.source,2.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.annotation-api.source,1.3.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javassist.source,3.30.2.GA. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-commons.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all.source,4.33.0.v20240627-1000. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,json.source,20230227.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,bcprov.source,1.78.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javax.servlet.jsp-api.source,2.3.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.17. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.tika.core.source,2.9.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.soap-api.source,1.4.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.ws.rs-api.source,2.1.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.resource.source,1.0.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client.source,5.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mockito.junit-jupiter.source,5.12.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.guava.source,33.2.1.jre. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.sshd.sftp.source,2.13.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-jsp.source,10.1.25. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.jxpath.source,1.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.burningwave.core.source,12.65.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.math3.source,3.6.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.resolver.source,1.1.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,ch.qos.logback.core.source,1.5.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-compress.source,1.26.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.networknt.json-schema-validator.source,1.4.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,6.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.sshd.osgi.source,2.13.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.unixsocket.source,0.38.22. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.kohsuke.args4j.source,2.37.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.lang.source,2.6.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bnd.annotation.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.bind-api.source,4.0.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.gson.source,2.11.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.locator.source,2.6.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.log4j.source,1.2.25. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.locator.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.text.source,1.12.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.ws-api.source,2.3.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.reload4j.source,2.0.13. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.errorprone.annotations.source,2.28.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.source,9.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server.source,5.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-launcher.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-commons.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.simple.source,2.0.13. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-api.source,5.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,bcutil.source,1.78.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.ben-manes.caffeine.source,3.1.8. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.url.source,1.0.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-vintage-engine.source,5.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.jsoup.source,1.17.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.conscrypt.source,2.5.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-engine.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.collections.source,3.2.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.nop.source,1.7.36. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,bndtools.api.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,io.github.classgraph.classgraph.source,4.8.174. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javax.el-api.source,3.0.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-logging.source,1.3.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.activation-api.source,1.2.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javax.websocket-api.source,1.1.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jaxen.source,2.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-engine.source,5.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.packageadmin.source,1.2.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.constants.source,0.10.4. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.freemarker.freemarker.source,2.3.33.stable. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.lang3.source,3.14.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j.source,1.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.el-api.source,5.0.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.api.source,2.6.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.api.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.woodstox.woodstox-core.source,6.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.persistence-api.source,2.2.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-client.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bnd.embedded-repo.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.xml.bind.jaxb-core.source,4.0.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.inject.assistedinject.source,7.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.bind-api.source,2.3.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.xml.bind.jaxb-impl.source,4.0.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javax.xml.rpc-api.source,1.1.4. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,assertj-core.source,3.26.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.17. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.transaction-api.source,2.0.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.jacoco.core.source,0.8.12.202403310830. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.http.source,1.2.2.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.ethlo.time.itu.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.velocity.source,1.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.logging.log4j.api.source,2.23.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.security.auth.message-api.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mongodb.mongo-java-driver.source,3.12.14. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mozilla.rhino.source,1.7.15. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.33.0.v20240627-1000. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mockito.mockito-core.source,5.12.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.cli.source,1.8.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.posix.source,3.1.19. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.dto.source,1.1.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.90. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,ca.odell.glazedlists.source,1.11.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-io.source,2.16.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.burningwave.jvm-driver.source,8.16.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.jffi.source,1.3.13. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,4.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.enterprise.lang-model.source,4.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.jacoco.agent.source,0.8.12.202403310830. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.90. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-el.source,10.1.25. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mvel2.source,2.5.2.Final. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,javax.servlet-api.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.snakeyaml.engine.source,2.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.el.javax.el.source,3.0.4. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,bcpkix.source,1.78.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.scr.source,2.2.12. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.librepdf.openpdf.source,1.4.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.enterprise.cdi-api.source,3.0.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.enterprise.cdi-api.source,4.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.http.servlet-api.source,1.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-engine.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.xbill.dns.source,3.5.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.miglayout.core.source,11.3.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.websocket-api.source,2.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet.jsp-api.source,3.1.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-runner.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.commons.source,9.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,bcpg.source,1.78.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.source,9.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.guava.failureaccess.source,1.0.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.enxio.source,0.32.17. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,2.3.9. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.nop.source,2.0.13. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.util.source,9.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.yaml.snakeyaml.source,2.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source,5.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.annotation-api.source,2.1.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,io.github.toolfactory.jvm-driver.source,9.7.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.transaction-api.source,1.3.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.ibm.icu.source,75.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,slf4j.simple.source,1.7.36. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.source,1.5.0.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,ch.qos.logback.classic.source,1.5.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.startlevel.source,1.1.1.202007221806. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.google.inject.source,7.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.source,2.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.interceptor-api.source,1.2.5. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.interceptor-api.source,2.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.security.auth.message-api.source,2.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,stax2-api.source,4.2.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-api.source,1.10.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.logging.source,1.2.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.ws.rs-api.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.activation-api.source,2.1.3. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mandas.docker-client.source,7.0.8. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.utils.source,3.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.mandas.docker-client.source,5.2.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.17.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.hk2.utils.source,2.6.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.43.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-csv.source,1.11.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.ejb-api.source,3.2.6. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.ffi.source,2.2.16. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.el-api.source,4.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-codec.source,1.17.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,5.0.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.jws-api.source,2.1.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.platform.source,5.14.0. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.antlr.antlr4-runtime.source,4.13.1. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.apiguardian.api.source,1.1.2. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,3.1.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,jakarta.mail-api.source,1.6.7. [WARNING] [d0bc26b8-7add-4fb7-9d44-15f0063329e4][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.8] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352. [INFO] [INFO] --- tycho-p2-repository:4.0.8:archive-repository (default-archive-repository) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --- tycho-gpg:4.0.8:sign-p2-artifacts (default) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] Secret key available for public key: 56c407a59abe600886c0ec8473723087c1f58cf8 [INFO] Secret key available for public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] Trying to get the private key of the secret key of public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] Got the private key of the secret key of public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven.osgi.site-minimal --- [INFO] [INFO] --< org.eclipse.orbit.maven.osgi:org.eclipse.orbit.maven.osgi.promote >-- [INFO] Building org.eclipse.orbit.maven.osgi.promote 1.0.0-SNAPSHOT [5/5] [INFO] from promotion/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven.osgi.promote --- [INFO] [INFO] --- tycho-eclipse:4.0.8:eclipse-run (promote) @ org.eclipse.orbit.maven.osgi.promote --- [INFO] Adding repository https://download.eclipse.org/releases/latest [INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.jar, -install, /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit, -retain, 5, -summary, 4, -label, Maven OSGi Dependencies, -build-url, https://ci.eclipse.org/orbit/job/orbit-simrel-maven-osgi/, -root, /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync, -relative, simrel/maven-osgi, -version-iu, org.eclipse.orbit.maven.osgi.all., -commit, https://github.com/eclipse-orbit/orbit-simrel/commit/59b2bfe839c22dbcb3714ce918abb7682f1244a7, -target-url, https://download.eclipse.org/tools/orbit, -promote, /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/../site-minimal/target/repository, -timestamp, 202406270722, -type, nightly, -breadcrumb, Orbit https://projects.eclipse.org/projects/tools.orbit, -mapping, maven-osgi->Maven-OSGi, -favicon, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg, -body-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg, -title-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg, -simrel-alias] !SESSION 2024-06-27 07:25:04.189 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 4 -label Maven OSGi Dependencies -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-maven-osgi/ -root /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync -relative simrel/maven-osgi -version-iu org.eclipse.orbit.maven.osgi.all. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/59b2bfe839c22dbcb3714ce918abb7682f1244a7 -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/../site-minimal/target/repository -timestamp 202406270722 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping maven-osgi->Maven-OSGi -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias Command-line arguments: -data /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 4 -label Maven OSGi Dependencies -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-maven-osgi/ -root /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync -relative simrel/maven-osgi -version-iu org.eclipse.orbit.maven.osgi.all. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/59b2bfe839c22dbcb3714ce918abb7682f1244a7 -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/../site-minimal/target/repository -timestamp 202406270722 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping maven-osgi->Maven-OSGi -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias !ENTRY org.eclipse.justj.p2 2 0 2024-06-27 07:25:05.181 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.orbit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/ /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi receiving incremental file list ./ 2023-09/ 2023-09/compositeArtifacts.jar 2023-09/compositeContent.jar 2023-09/p2.index 2023-12/ 2023-12/compositeArtifacts.jar 2023-12/compositeContent.jar 2023-12/p2.index 2024-03/ 2024-03/compositeArtifacts.jar 2024-03/compositeContent.jar 2024-03/p2.index 2024-06/ 2024-06/compositeArtifacts.jar 2024-06/compositeContent.jar 2024-06/p2.index 2024-09/ 2024-09/compositeArtifacts.jar 2024-09/compositeContent.jar 2024-09/p2.index milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/p2.index milestone/S202406110705/ milestone/S202406110705/Maven-OSGi-Dependencies-Updates-S202406110705.zip.sha256 milestone/S202406110705/Maven-OSGi-Dependencies-Updates-S202406110705.zip.sha512 milestone/S202406110705/artifacts.jar milestone/S202406110705/artifacts.xml.xz milestone/S202406110705/content.jar milestone/S202406110705/content.xml.xz milestone/S202406110705/p2.index milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/N202406201306/ nightly/N202406201306/Maven-OSGi-Dependencies-Updates-N202406201306.zip.sha256 nightly/N202406201306/Maven-OSGi-Dependencies-Updates-N202406201306.zip.sha512 nightly/N202406201306/artifacts.jar nightly/N202406201306/artifacts.xml.xz nightly/N202406201306/content.jar nightly/N202406201306/content.xml.xz nightly/N202406201306/p2.index nightly/N202406211529/ nightly/N202406211529/Maven-OSGi-Dependencies-Updates-N202406211529.zip.sha256 nightly/N202406211529/Maven-OSGi-Dependencies-Updates-N202406211529.zip.sha512 nightly/N202406211529/artifacts.jar nightly/N202406211529/artifacts.xml.xz nightly/N202406211529/content.jar nightly/N202406211529/content.xml.xz nightly/N202406211529/p2.index nightly/N202406220630/ nightly/N202406220630/Maven-OSGi-Dependencies-Updates-N202406220630.zip.sha256 nightly/N202406220630/Maven-OSGi-Dependencies-Updates-N202406220630.zip.sha512 nightly/N202406220630/artifacts.jar nightly/N202406220630/artifacts.xml.xz nightly/N202406220630/content.jar nightly/N202406220630/content.xml.xz nightly/N202406220630/p2.index nightly/N202406242107/ nightly/N202406242107/Maven-OSGi-Dependencies-Updates-N202406242107.zip.sha256 nightly/N202406242107/Maven-OSGi-Dependencies-Updates-N202406242107.zip.sha512 nightly/N202406242107/artifacts.jar nightly/N202406242107/artifacts.xml.xz nightly/N202406242107/content.jar nightly/N202406242107/content.xml.xz nightly/N202406242107/p2.index nightly/N202406261358/ nightly/N202406261358/Maven-OSGi-Dependencies-Updates-N202406261358.zip.sha256 nightly/N202406261358/Maven-OSGi-Dependencies-Updates-N202406261358.zip.sha512 nightly/N202406261358/artifacts.jar nightly/N202406261358/artifacts.xml.xz nightly/N202406261358/content.jar nightly/N202406261358/content.xml.xz nightly/N202406261358/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.index release/ release/compositeArtifacts.jar release/compositeContent.jar release/p2.index release/4.29.0/ release/4.29.0/Maven-OSGi-Dependencies-Updates-4.29.0.zip.sha256 release/4.29.0/Maven-OSGi-Dependencies-Updates-4.29.0.zip.sha512 release/4.29.0/artifacts.jar release/4.29.0/artifacts.xml.xz release/4.29.0/content.jar release/4.29.0/content.xml.xz release/4.29.0/p2.index release/4.30.0/ release/4.30.0/Maven-OSGi-Dependencies-Updates-4.30.0.zip.sha256 release/4.30.0/Maven-OSGi-Dependencies-Updates-4.30.0.zip.sha512 release/4.30.0/artifacts.jar release/4.30.0/artifacts.xml.xz release/4.30.0/content.jar release/4.30.0/content.xml.xz release/4.30.0/p2.index release/4.31.0/ release/4.31.0/Maven-OSGi-Dependencies-Updates-4.31.0.zip.sha256 release/4.31.0/Maven-OSGi-Dependencies-Updates-4.31.0.zip.sha512 release/4.31.0/artifacts.jar release/4.31.0/artifacts.xml.xz release/4.31.0/content.jar release/4.31.0/content.xml.xz release/4.31.0/p2.index release/4.32.0/ release/4.32.0/Maven-OSGi-Dependencies-Updates-4.32.0.zip.sha256 release/4.32.0/Maven-OSGi-Dependencies-Updates-4.32.0.zip.sha512 release/4.32.0/artifacts.jar release/4.32.0/artifacts.xml.xz release/4.32.0/content.jar release/4.32.0/content.xml.xz release/4.32.0/p2.index release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/p2.index sent 2.24K bytes received 9.77M bytes 6.52M bytes/sec total size is 9.76M speedup is 1.00 Promoting nightly /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site-minimal/target/repository to /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync Promoting update site to /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406270722 Mirroring '/home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/site-minimal/target/repository' to '/home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406270722' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-06-27 07:25:14.952 !MESSAGE Messages while mirroring artifact descriptors. !SUBENTRY 1 unknown 0 0 2024-06-27 07:25:14.952 !MESSAGE OK Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/compositeArtifacts.jar Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest/compositeArtifacts.jar Recompose composites: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi Recompose: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly <- N202406201306 <- N202406211529 <- N202406220630 <- N202406242107 <- N202406261358 <- N202406270722 Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest Recompose: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone <- S202406110705 Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/latest Recompose: /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release <- 4.29.0 <- 4.30.0 <- 4.31.0 <- 4.32.0 Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/latest Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-09/latest for /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/S202406110705 Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-09/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-09/compositeArtifacts.jar Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-06/latest for /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.32.0 Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-06/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-06/compositeArtifacts.jar Deleting /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406201306 Cleaning milestones /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2023-09 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2023-12 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-03 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-06 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-09 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/S202406110705 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/latest Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406201306 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406211529 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406220630 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406242107 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406261358 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406270722 Creating archive /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406270722 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.29.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.30.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.31.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.32.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/latest Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-09/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-06-27 07:25:30.363 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-06/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2024-03/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2023-12/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/2023-09/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.32.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.31.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.30.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/release/4.29.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/milestone/S202406110705/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406270722/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406261358/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406242107/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406220630/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/nightly/N202406211529/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/table.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/orbit-simrel-maven-osgi/maven-osgi/promotion/target/maven-osgi-sync/simrel/maven-osgi/ genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/ sending incremental file list ./ index.html table.html 2023-09/ 2023-09/index.html 2023-12/ 2023-12/index.html 2024-03/ 2024-03/index.html 2024-06/ 2024-06/compositeArtifacts.jar 2024-06/compositeContent.jar 2024-06/index.html 2024-06/p2.index 2024-09/ 2024-09/compositeArtifacts.jar 2024-09/compositeContent.jar 2024-09/index.html 2024-09/p2.index milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/index.html milestone/p2.index milestone/S202406110705/ milestone/S202406110705/index.html milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/index.html milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202406201306/ nightly/N202406201306/DELETED nightly/N202406211529/ nightly/N202406211529/index.html nightly/N202406220630/ nightly/N202406220630/index.html nightly/N202406242107/ nightly/N202406242107/index.html nightly/N202406261358/ nightly/N202406261358/index.html nightly/N202406270722/ nightly/N202406270722/Maven-OSGi-Dependencies-Updates-N202406270722.zip nightly/N202406270722/Maven-OSGi-Dependencies-Updates-N202406270722.zip.sha256 nightly/N202406270722/Maven-OSGi-Dependencies-Updates-N202406270722.zip.sha512 nightly/N202406270722/artifacts.jar nightly/N202406270722/artifacts.xml.xz nightly/N202406270722/content.jar nightly/N202406270722/content.xml.xz nightly/N202406270722/index.html nightly/N202406270722/p2.index nightly/N202406270722/features/ nightly/N202406270722/features/org.eclipse.orbit.maven.osgi.all.source_4.33.0.v20240627-1000.jar nightly/N202406270722/features/org.eclipse.orbit.maven.osgi.all_4.33.0.v20240627-1000.jar nightly/N202406270722/plugins/ nightly/N202406270722/plugins/assertj-core.source_3.26.0.jar nightly/N202406270722/plugins/assertj-core_3.26.0.jar nightly/N202406270722/plugins/bcpg.source_1.78.1.jar nightly/N202406270722/plugins/bcpg_1.78.1.jar nightly/N202406270722/plugins/bcpkix.source_1.78.1.jar nightly/N202406270722/plugins/bcpkix_1.78.1.jar nightly/N202406270722/plugins/bcprov.source_1.78.1.jar nightly/N202406270722/plugins/bcprov_1.78.1.jar nightly/N202406270722/plugins/bcutil.source_1.78.1.jar nightly/N202406270722/plugins/bcutil_1.78.1.jar nightly/N202406270722/plugins/biz.aQute.bnd.annotation.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bnd.annotation_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bnd.embedded-repo.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bnd.embedded-repo_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.repository_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/biz.aQute.resolve_7.0.0.202310060912.jar nightly/N202406270722/plugins/bndtools.api.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/bndtools.api_7.0.0.202310060912.jar nightly/N202406270722/plugins/ca.odell.glazedlists.source_1.11.0.jar nightly/N202406270722/plugins/ca.odell.glazedlists_1.11.0.jar nightly/N202406270722/plugins/ch.qos.logback.classic.source_1.5.6.jar nightly/N202406270722/plugins/ch.qos.logback.classic_1.5.6.jar nightly/N202406270722/plugins/ch.qos.logback.core.source_1.5.6.jar nightly/N202406270722/plugins/ch.qos.logback.core_1.5.6.jar nightly/N202406270722/plugins/com.ethlo.time.itu.source_1.10.2.jar nightly/N202406270722/plugins/com.ethlo.time.itu_1.10.2.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client.source_5.0.0.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client_5.0.0.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source_5.0.0.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common_5.0.0.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server.source_5.0.0.jar nightly/N202406270722/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server_5.0.0.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-annotations_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-core.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-core_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.core.jackson-databind_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.datatype.jackson-datatype-guava.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.17.1.jar nightly/N202406270722/plugins/com.fasterxml.woodstox.woodstox-core.source_6.7.0.jar nightly/N202406270722/plugins/com.fasterxml.woodstox.woodstox-core_6.7.0.jar nightly/N202406270722/plugins/com.github.ben-manes.caffeine.source_3.1.8.jar nightly/N202406270722/plugins/com.github.ben-manes.caffeine_3.1.8.jar nightly/N202406270722/plugins/com.github.jnr.constants.source_0.10.4.jar nightly/N202406270722/plugins/com.github.jnr.constants_0.10.4.jar nightly/N202406270722/plugins/com.github.jnr.enxio.source_0.32.17.jar nightly/N202406270722/plugins/com.github.jnr.enxio_0.32.17.jar nightly/N202406270722/plugins/com.github.jnr.ffi.source_2.2.16.jar nightly/N202406270722/plugins/com.github.jnr.ffi_2.2.16.jar nightly/N202406270722/plugins/com.github.jnr.jffi.source_1.3.13.jar nightly/N202406270722/plugins/com.github.jnr.jffi_1.3.13.jar nightly/N202406270722/plugins/com.github.jnr.posix.source_3.1.19.jar nightly/N202406270722/plugins/com.github.jnr.posix_3.1.19.jar nightly/N202406270722/plugins/com.github.jnr.unixsocket.source_0.38.22.jar nightly/N202406270722/plugins/com.github.jnr.unixsocket_0.38.22.jar nightly/N202406270722/plugins/com.github.librepdf.openpdf.source_1.4.2.jar nightly/N202406270722/plugins/com.github.librepdf.openpdf_1.4.2.jar nightly/N202406270722/plugins/com.github.oshi.oshi-core.source_6.6.1.jar nightly/N202406270722/plugins/com.github.oshi.oshi-core_6.6.1.jar nightly/N202406270722/plugins/com.google.errorprone.annotations.source_2.28.0.jar nightly/N202406270722/plugins/com.google.errorprone.annotations_2.28.0.jar nightly/N202406270722/plugins/com.google.gson.source_2.11.0.jar nightly/N202406270722/plugins/com.google.gson_2.11.0.jar nightly/N202406270722/plugins/com.google.guava.failureaccess.source_1.0.2.jar nightly/N202406270722/plugins/com.google.guava.failureaccess_1.0.2.jar nightly/N202406270722/plugins/com.google.guava.source_33.2.1.jre.jar nightly/N202406270722/plugins/com.google.guava_33.2.1.jre.jar nightly/N202406270722/plugins/com.google.inject.assistedinject.source_7.0.0.jar nightly/N202406270722/plugins/com.google.inject.assistedinject_7.0.0.jar nightly/N202406270722/plugins/com.google.inject.source_7.0.0.jar nightly/N202406270722/plugins/com.google.inject_7.0.0.jar nightly/N202406270722/plugins/com.googlecode.javaewah.JavaEWAH.source_1.2.3.jar nightly/N202406270722/plugins/com.googlecode.javaewah.JavaEWAH_1.2.3.jar nightly/N202406270722/plugins/com.ibm.icu.source_75.1.0.jar nightly/N202406270722/plugins/com.ibm.icu_75.1.0.jar nightly/N202406270722/plugins/com.miglayout.core.source_11.3.0.jar nightly/N202406270722/plugins/com.miglayout.core_11.3.0.jar nightly/N202406270722/plugins/com.miglayout.swing.source_11.3.0.jar nightly/N202406270722/plugins/com.miglayout.swing_11.3.0.jar nightly/N202406270722/plugins/com.networknt.json-schema-validator.source_1.4.3.jar nightly/N202406270722/plugins/com.networknt.json-schema-validator_1.4.3.jar nightly/N202406270722/plugins/com.sun.el.javax.el.source_3.0.4.jar nightly/N202406270722/plugins/com.sun.el.javax.el_3.0.4.jar nightly/N202406270722/plugins/com.sun.jna.platform.source_5.14.0.jar nightly/N202406270722/plugins/com.sun.jna.platform_5.14.0.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-core.source_4.0.5.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-core_4.0.5.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-impl.source_4.0.5.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-impl_4.0.5.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-osgi.source_2.3.9.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-osgi.source_4.0.5.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-osgi_2.3.9.jar nightly/N202406270722/plugins/com.sun.xml.bind.jaxb-osgi_4.0.5.jar nightly/N202406270722/plugins/io.github.classgraph.classgraph.source_4.8.174.jar nightly/N202406270722/plugins/io.github.classgraph.classgraph_4.8.174.jar nightly/N202406270722/plugins/io.github.toolfactory.jvm-driver.source_9.7.1.jar nightly/N202406270722/plugins/io.github.toolfactory.jvm-driver_9.7.1.jar nightly/N202406270722/plugins/io.github.toolfactory.narcissus.source_1.0.7.jar nightly/N202406270722/plugins/io.github.toolfactory.narcissus_1.0.7.jar nightly/N202406270722/plugins/jakarta.activation-api.source_1.2.2.jar nightly/N202406270722/plugins/jakarta.activation-api.source_2.1.3.jar nightly/N202406270722/plugins/jakarta.activation-api_1.2.2.jar nightly/N202406270722/plugins/jakarta.activation-api_2.1.3.jar nightly/N202406270722/plugins/jakarta.annotation-api.source_1.3.5.jar nightly/N202406270722/plugins/jakarta.annotation-api.source_2.1.1.jar nightly/N202406270722/plugins/jakarta.annotation-api_1.3.5.jar nightly/N202406270722/plugins/jakarta.annotation-api_2.1.1.jar nightly/N202406270722/plugins/jakarta.ejb-api.source_3.2.6.jar nightly/N202406270722/plugins/jakarta.ejb-api_3.2.6.jar nightly/N202406270722/plugins/jakarta.el-api.source_4.0.0.jar nightly/N202406270722/plugins/jakarta.el-api.source_5.0.1.jar nightly/N202406270722/plugins/jakarta.el-api_4.0.0.jar nightly/N202406270722/plugins/jakarta.el-api_5.0.1.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api.source_2.0.2.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api.source_3.0.1.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api.source_4.1.0.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api_2.0.2.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api_3.0.1.jar nightly/N202406270722/plugins/jakarta.enterprise.cdi-api_4.1.0.jar nightly/N202406270722/plugins/jakarta.enterprise.lang-model.source_4.1.0.jar nightly/N202406270722/plugins/jakarta.enterprise.lang-model_4.1.0.jar nightly/N202406270722/plugins/jakarta.inject.jakarta.inject-api.source_1.0.5.jar nightly/N202406270722/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar nightly/N202406270722/plugins/jakarta.inject.jakarta.inject-api_1.0.5.jar nightly/N202406270722/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar nightly/N202406270722/plugins/jakarta.interceptor-api.source_1.2.5.jar nightly/N202406270722/plugins/jakarta.interceptor-api.source_2.2.0.jar nightly/N202406270722/plugins/jakarta.interceptor-api_1.2.5.jar nightly/N202406270722/plugins/jakarta.interceptor-api_2.2.0.jar nightly/N202406270722/plugins/jakarta.jws-api.source_2.1.0.jar nightly/N202406270722/plugins/jakarta.jws-api_2.1.0.jar nightly/N202406270722/plugins/jakarta.mail-api.source_1.6.7.jar nightly/N202406270722/plugins/jakarta.mail-api_1.6.7.jar nightly/N202406270722/plugins/jakarta.persistence-api.source_2.2.3.jar nightly/N202406270722/plugins/jakarta.persistence-api_2.2.3.jar nightly/N202406270722/plugins/jakarta.security.auth.message-api.source_2.0.0.jar nightly/N202406270722/plugins/jakarta.security.auth.message-api.source_3.1.0.jar nightly/N202406270722/plugins/jakarta.security.auth.message-api_2.0.0.jar nightly/N202406270722/plugins/jakarta.security.auth.message-api_3.1.0.jar nightly/N202406270722/plugins/jakarta.servlet-api.source_4.0.0.jar nightly/N202406270722/plugins/jakarta.servlet-api.source_5.0.0.jar nightly/N202406270722/plugins/jakarta.servlet-api.source_6.1.0.jar nightly/N202406270722/plugins/jakarta.servlet-api_4.0.0.jar nightly/N202406270722/plugins/jakarta.servlet-api_5.0.0.jar nightly/N202406270722/plugins/jakarta.servlet-api_6.1.0.jar nightly/N202406270722/plugins/jakarta.servlet.jsp-api.source_3.1.1.jar nightly/N202406270722/plugins/jakarta.servlet.jsp-api_3.1.1.jar nightly/N202406270722/plugins/jakarta.transaction-api.source_1.3.3.jar nightly/N202406270722/plugins/jakarta.transaction-api.source_2.0.1.jar nightly/N202406270722/plugins/jakarta.transaction-api_1.3.3.jar nightly/N202406270722/plugins/jakarta.transaction-api_2.0.1.jar nightly/N202406270722/plugins/jakarta.websocket-api.source_2.2.0.jar nightly/N202406270722/plugins/jakarta.websocket-api_2.2.0.jar nightly/N202406270722/plugins/jakarta.websocket-client-api.source_2.2.0.jar nightly/N202406270722/plugins/jakarta.websocket-client-api_2.2.0.jar nightly/N202406270722/plugins/jakarta.ws.rs-api.source_2.1.6.jar nightly/N202406270722/plugins/jakarta.ws.rs-api.source_3.1.0.jar nightly/N202406270722/plugins/jakarta.ws.rs-api_2.1.6.jar nightly/N202406270722/plugins/jakarta.ws.rs-api_3.1.0.jar nightly/N202406270722/plugins/jakarta.xml.bind-api.source_2.3.3.jar nightly/N202406270722/plugins/jakarta.xml.bind-api.source_4.0.2.jar nightly/N202406270722/plugins/jakarta.xml.bind-api_2.3.3.jar nightly/N202406270722/plugins/jakarta.xml.bind-api_4.0.2.jar nightly/N202406270722/plugins/jakarta.xml.soap-api.source_1.4.2.jar nightly/N202406270722/plugins/jakarta.xml.soap-api_1.4.2.jar nightly/N202406270722/plugins/jakarta.xml.ws-api.source_2.3.3.jar nightly/N202406270722/plugins/jakarta.xml.ws-api_2.3.3.jar nightly/N202406270722/plugins/javassist.source_3.30.2.GA.jar nightly/N202406270722/plugins/javassist_3.30.2.GA.jar nightly/N202406270722/plugins/javax.el-api.source_3.0.3.jar nightly/N202406270722/plugins/javax.el-api_3.0.3.jar nightly/N202406270722/plugins/javax.servlet-api.source_3.1.0.jar nightly/N202406270722/plugins/javax.servlet-api_3.1.0.jar nightly/N202406270722/plugins/javax.servlet.jsp-api.source_2.3.3.jar nightly/N202406270722/plugins/javax.servlet.jsp-api_2.3.3.jar nightly/N202406270722/plugins/javax.websocket-api.source_1.1.2.jar nightly/N202406270722/plugins/javax.websocket-api_1.1.2.jar nightly/N202406270722/plugins/javax.xml.rpc-api.source_1.1.4.jar nightly/N202406270722/plugins/javax.xml.rpc-api_1.1.4.jar nightly/N202406270722/plugins/jaxen.source_2.0.0.jar nightly/N202406270722/plugins/jaxen_2.0.0.jar nightly/N202406270722/plugins/json.source_20230227.0.0.jar nightly/N202406270722/plugins/json_20230227.0.0.jar nightly/N202406270722/plugins/junit-jupiter-api.source_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-api_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-engine.source_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-engine_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-migrationsupport.source_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-migrationsupport_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-params.source_5.10.2.jar nightly/N202406270722/plugins/junit-jupiter-params_5.10.2.jar nightly/N202406270722/plugins/junit-platform-commons.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-commons_1.10.2.jar nightly/N202406270722/plugins/junit-platform-engine.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-engine_1.10.2.jar nightly/N202406270722/plugins/junit-platform-launcher.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-launcher_1.10.2.jar nightly/N202406270722/plugins/junit-platform-runner.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-runner_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-api.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-api_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-commons.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-commons_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-engine.source_1.10.2.jar nightly/N202406270722/plugins/junit-platform-suite-engine_1.10.2.jar nightly/N202406270722/plugins/junit-vintage-engine.source_5.10.2.jar nightly/N202406270722/plugins/junit-vintage-engine_5.10.2.jar nightly/N202406270722/plugins/lpg.runtime.java.source_2.0.17.v201004271640.jar nightly/N202406270722/plugins/lpg.runtime.java_2.0.17.v201004271640.jar nightly/N202406270722/plugins/net.bytebuddy.byte-buddy-agent.source_1.14.17.jar nightly/N202406270722/plugins/net.bytebuddy.byte-buddy-agent_1.14.17.jar nightly/N202406270722/plugins/net.bytebuddy.byte-buddy.source_1.14.17.jar nightly/N202406270722/plugins/net.bytebuddy.byte-buddy_1.14.17.jar nightly/N202406270722/plugins/net.i2p.crypto.eddsa.source_0.3.0.jar nightly/N202406270722/plugins/net.i2p.crypto.eddsa_0.3.0.jar nightly/N202406270722/plugins/org.antlr.antlr4-runtime.source_4.13.1.jar nightly/N202406270722/plugins/org.antlr.antlr4-runtime_4.13.1.jar nightly/N202406270722/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar nightly/N202406270722/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar nightly/N202406270722/plugins/org.apache.commons.cli.source_1.8.0.jar nightly/N202406270722/plugins/org.apache.commons.cli_1.8.0.jar nightly/N202406270722/plugins/org.apache.commons.collections.source_3.2.2.jar nightly/N202406270722/plugins/org.apache.commons.collections_3.2.2.jar nightly/N202406270722/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar nightly/N202406270722/plugins/org.apache.commons.commons-beanutils_1.9.4.jar nightly/N202406270722/plugins/org.apache.commons.commons-codec.source_1.17.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-codec_1.17.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-collections4.source_4.4.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-collections4_4.4.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-compress.source_1.26.2.jar nightly/N202406270722/plugins/org.apache.commons.commons-compress_1.26.2.jar nightly/N202406270722/plugins/org.apache.commons.commons-csv.source_1.11.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-csv_1.11.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-fileupload.source_1.5.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-fileupload_1.5.0.jar nightly/N202406270722/plugins/org.apache.commons.commons-io.source_2.16.1.jar nightly/N202406270722/plugins/org.apache.commons.commons-io_2.16.1.jar nightly/N202406270722/plugins/org.apache.commons.commons-logging.source_1.3.2.jar nightly/N202406270722/plugins/org.apache.commons.commons-logging_1.3.2.jar nightly/N202406270722/plugins/org.apache.commons.discovery.source_0.5.0.jar nightly/N202406270722/plugins/org.apache.commons.discovery_0.5.0.jar nightly/N202406270722/plugins/org.apache.commons.jxpath.source_1.3.0.jar nightly/N202406270722/plugins/org.apache.commons.jxpath_1.3.0.jar nightly/N202406270722/plugins/org.apache.commons.lang.source_2.6.0.jar nightly/N202406270722/plugins/org.apache.commons.lang3.source_3.14.0.jar nightly/N202406270722/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202406270722/plugins/org.apache.commons.lang_2.6.0.jar nightly/N202406270722/plugins/org.apache.commons.logging.source_1.2.0.jar nightly/N202406270722/plugins/org.apache.commons.logging_1.2.0.jar nightly/N202406270722/plugins/org.apache.commons.math3.source_3.6.1.jar nightly/N202406270722/plugins/org.apache.commons.math3_3.6.1.jar nightly/N202406270722/plugins/org.apache.commons.text.source_1.12.0.jar nightly/N202406270722/plugins/org.apache.commons.text_1.12.0.jar nightly/N202406270722/plugins/org.apache.felix.gogo.command.source_1.1.2.jar nightly/N202406270722/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202406270722/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar nightly/N202406270722/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202406270722/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar nightly/N202406270722/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202406270722/plugins/org.apache.felix.http.servlet-api.source_1.2.0.jar nightly/N202406270722/plugins/org.apache.felix.http.servlet-api_1.2.0.jar nightly/N202406270722/plugins/org.apache.felix.scr.source_2.2.12.jar nightly/N202406270722/plugins/org.apache.felix.scr_2.2.12.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpasyncclient.source_4.1.5.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpasyncclient_4.1.5.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar nightly/N202406270722/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar nightly/N202406270722/plugins/org.apache.log4j.source_1.2.25.jar nightly/N202406270722/plugins/org.apache.log4j_1.2.25.jar nightly/N202406270722/plugins/org.apache.logging.log4j.api.source_2.23.1.jar nightly/N202406270722/plugins/org.apache.logging.log4j.api_2.23.1.jar nightly/N202406270722/plugins/org.apache.sshd.osgi.source_2.13.1.jar nightly/N202406270722/plugins/org.apache.sshd.osgi_2.13.1.jar nightly/N202406270722/plugins/org.apache.sshd.sftp.source_2.13.1.jar nightly/N202406270722/plugins/org.apache.sshd.sftp_2.13.1.jar nightly/N202406270722/plugins/org.apache.tika.core.source_2.9.2.jar nightly/N202406270722/plugins/org.apache.tika.core_2.9.2.jar nightly/N202406270722/plugins/org.apache.velocity.source_1.7.0.jar nightly/N202406270722/plugins/org.apache.velocity_1.7.0.jar nightly/N202406270722/plugins/org.apiguardian.api.source_1.1.2.jar nightly/N202406270722/plugins/org.apiguardian.api_1.1.2.jar nightly/N202406270722/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.templates.template.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.templates.template_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.templating_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar nightly/N202406270722/plugins/org.burningwave.core.source_12.65.1.jar nightly/N202406270722/plugins/org.burningwave.core_12.65.1.jar nightly/N202406270722/plugins/org.burningwave.jvm-driver.source_8.16.1.jar nightly/N202406270722/plugins/org.burningwave.jvm-driver_8.16.1.jar nightly/N202406270722/plugins/org.conscrypt.source_2.5.2.jar nightly/N202406270722/plugins/org.conscrypt_2.5.2.jar nightly/N202406270722/plugins/org.easymock.source_5.3.0.jar nightly/N202406270722/plugins/org.easymock_5.3.0.jar nightly/N202406270722/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar nightly/N202406270722/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar nightly/N202406270722/plugins/org.freemarker.freemarker.source_2.3.33.stable.jar nightly/N202406270722/plugins/org.freemarker.freemarker_2.3.33.stable.jar nightly/N202406270722/plugins/org.glassfish.hk2.api.source_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.api.source_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.hk2.api_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.api_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.hk2.locator.source_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.locator.source_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.hk2.locator_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.locator_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.hk2.osgi-resource-locator.source_1.0.3.jar nightly/N202406270722/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar nightly/N202406270722/plugins/org.glassfish.hk2.utils.source_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.utils.source_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.hk2.utils_2.6.1.jar nightly/N202406270722/plugins/org.glassfish.hk2.utils_3.1.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.connectors.jersey-apache-connector.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.connectors.jersey-apache-connector.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.connectors.jersey-apache-connector_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.connectors.jersey-apache-connector_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.containers.jersey-container-servlet-core.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.containers.jersey-container-servlet-core_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.containers.jersey-container-servlet.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.containers.jersey-container-servlet_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-client.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-client.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-client_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-client_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-common.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-common.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-common_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-common_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-server.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-server.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-server_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.core.jersey-server_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.ext.jersey-entity-filtering.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.ext.jersey-entity-filtering.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.ext.jersey-entity-filtering_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.ext.jersey-entity-filtering_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.inject.jersey-hk2.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.inject.jersey-hk2.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.inject.jersey-hk2_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.inject.jersey-hk2_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.media.jersey-media-json-jackson.source_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.media.jersey-media-json-jackson.source_3.1.7.jar nightly/N202406270722/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_2.43.0.jar nightly/N202406270722/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_3.1.7.jar nightly/N202406270722/plugins/org.hamcrest.source_2.2.0.jar nightly/N202406270722/plugins/org.hamcrest_2.2.0.jar nightly/N202406270722/plugins/org.jacoco.agent.source_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jacoco.agent_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jacoco.core.source_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jacoco.core_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jacoco.report.source_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jacoco.report_0.8.12.202403310830.jar nightly/N202406270722/plugins/org.jsoup.source_1.17.2.jar nightly/N202406270722/plugins/org.jsoup_1.17.2.jar nightly/N202406270722/plugins/org.kohsuke.args4j.source_2.37.0.jar nightly/N202406270722/plugins/org.kohsuke.args4j_2.37.0.jar nightly/N202406270722/plugins/org.mandas.docker-client.source_5.2.2.jar nightly/N202406270722/plugins/org.mandas.docker-client.source_7.0.8.jar nightly/N202406270722/plugins/org.mandas.docker-client_5.2.2.jar nightly/N202406270722/plugins/org.mandas.docker-client_7.0.8.jar nightly/N202406270722/plugins/org.mockito.junit-jupiter.source_5.12.0.jar nightly/N202406270722/plugins/org.mockito.junit-jupiter_5.12.0.jar nightly/N202406270722/plugins/org.mockito.mockito-core.source_5.12.0.jar nightly/N202406270722/plugins/org.mockito.mockito-core_5.12.0.jar nightly/N202406270722/plugins/org.mongodb.mongo-java-driver.source_3.12.14.jar nightly/N202406270722/plugins/org.mongodb.mongo-java-driver_3.12.14.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-el.source_10.1.25.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-el.source_9.0.90.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-el_10.1.25.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-el_9.0.90.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-jsp.source_10.1.25.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-jsp.source_9.0.90.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-jsp_10.1.25.jar nightly/N202406270722/plugins/org.mortbay.jasper.apache-jsp_9.0.90.jar nightly/N202406270722/plugins/org.mozilla.rhino.source_1.7.15.jar nightly/N202406270722/plugins/org.mozilla.rhino_1.7.15.jar nightly/N202406270722/plugins/org.mvel2.source_2.5.2.Final.jar nightly/N202406270722/plugins/org.mvel2_2.5.2.Final.jar nightly/N202406270722/plugins/org.objectweb.asm.commons.source_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.commons_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.source_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.tree.source_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.tree_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.util.source_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm.util_9.7.0.jar nightly/N202406270722/plugins/org.objectweb.asm_9.7.0.jar nightly/N202406270722/plugins/org.objenesis.source_3.4.0.jar nightly/N202406270722/plugins/org.objenesis_3.4.0.jar nightly/N202406270722/plugins/org.opentest4j.source_1.3.0.jar nightly/N202406270722/plugins/org.opentest4j_1.3.0.jar nightly/N202406270722/plugins/org.osgi.annotation.bundle.source_2.0.0.202202082230.jar nightly/N202406270722/plugins/org.osgi.annotation.bundle_2.0.0.202202082230.jar nightly/N202406270722/plugins/org.osgi.annotation.versioning.source_1.1.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.dto.source_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.dto_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.framework.source_1.10.0.202007221806.jar nightly/N202406270722/plugins/org.osgi.framework_1.10.0.202007221806.jar nightly/N202406270722/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar nightly/N202406270722/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar nightly/N202406270722/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.resource.source_1.0.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.resource_1.0.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar nightly/N202406270722/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar nightly/N202406270722/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar nightly/N202406270722/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202406270722/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.http.source_1.2.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.http_1.2.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.log.source_1.5.0.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.log.stream.source_1.0.0.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.log.stream_1.0.0.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.log_1.5.0.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.metatype.annotations.source_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.packageadmin.source_1.2.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.packageadmin_1.2.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.repository_1.1.0.201505202024.jar nightly/N202406270722/plugins/org.osgi.service.resolver.source_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.resolver_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.startlevel.source_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.startlevel_1.1.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.url.source_1.0.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.url_1.0.1.202007221806.jar nightly/N202406270722/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.measurement.source_1.0.2.201802012109.jar nightly/N202406270722/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202406270722/plugins/org.osgi.util.position.source_1.0.1.201505202026.jar nightly/N202406270722/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202406270722/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar nightly/N202406270722/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202406270722/plugins/org.osgi.util.pushstream.source_1.1.0.202212101352.jar nightly/N202406270722/plugins/org.osgi.util.pushstream_1.1.0.202212101352.jar nightly/N202406270722/plugins/org.osgi.util.tracker.source_1.5.4.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.tracker_1.5.4.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.xml.source_1.0.2.202109301733.jar nightly/N202406270722/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202406270722/plugins/org.sat4j.core.source_2.3.6.v20201214.jar nightly/N202406270722/plugins/org.sat4j.core_2.3.6.v20201214.jar nightly/N202406270722/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar nightly/N202406270722/plugins/org.sat4j.pb_2.3.6.v20201214.jar nightly/N202406270722/plugins/org.snakeyaml.engine.source_2.7.0.jar nightly/N202406270722/plugins/org.snakeyaml.engine_2.7.0.jar nightly/N202406270722/plugins/org.tukaani.xz.source_1.9.0.jar nightly/N202406270722/plugins/org.tukaani.xz_1.9.0.jar nightly/N202406270722/plugins/org.xbill.dns.source_3.5.3.jar nightly/N202406270722/plugins/org.xbill.dns_3.5.3.jar nightly/N202406270722/plugins/org.yaml.snakeyaml.source_2.2.0.jar nightly/N202406270722/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202406270722/plugins/slf4j.api.source_1.7.36.jar nightly/N202406270722/plugins/slf4j.api.source_2.0.13.jar nightly/N202406270722/plugins/slf4j.api_1.7.36.jar nightly/N202406270722/plugins/slf4j.api_2.0.13.jar nightly/N202406270722/plugins/slf4j.nop.source_1.7.36.jar nightly/N202406270722/plugins/slf4j.nop.source_2.0.13.jar nightly/N202406270722/plugins/slf4j.nop_1.7.36.jar nightly/N202406270722/plugins/slf4j.nop_2.0.13.jar nightly/N202406270722/plugins/slf4j.reload4j.source_2.0.13.jar nightly/N202406270722/plugins/slf4j.reload4j_2.0.13.jar nightly/N202406270722/plugins/slf4j.simple.source_1.7.36.jar nightly/N202406270722/plugins/slf4j.simple.source_2.0.13.jar nightly/N202406270722/plugins/slf4j.simple_1.7.36.jar nightly/N202406270722/plugins/slf4j.simple_2.0.13.jar nightly/N202406270722/plugins/stax2-api.source_4.2.2.jar nightly/N202406270722/plugins/stax2-api_4.2.2.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.index release/ release/compositeArtifacts.jar release/compositeContent.jar release/index.html release/p2.index release/4.29.0/ release/4.29.0/index.html release/4.30.0/ release/4.30.0/index.html release/4.31.0/ release/4.31.0/index.html release/4.32.0/ release/4.32.0/index.html release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/index.html release/latest/p2.index sent 391.12M bytes received 116.22K bytes 28.98M bytes/sec total size is 418.05M speedup is 1.07 /usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done rm -rf /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406201306 /usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406211529/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406211529 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406261358/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406261358 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406242107/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406242107 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406270722/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406270722 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406220630/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/N202406220630 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/milestone/S202406110705/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/milestone/S202406110705 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.31.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.31.0 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.29.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.29.0 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.30.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.30.0 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.32.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.32.0 [INFO] [INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven.osgi.promote --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.orbit.maven.osgi.parent 1.0.0-SNAPSHOT: [INFO] [INFO] org.eclipse.orbit.maven.osgi.parent ................ SUCCESS [ 29.668 s] [INFO] org.eclipse.orbit.maven.osgi.tp .................... SUCCESS [ 0.044 s] [INFO] org.eclipse.orbit.maven.osgi.site .................. SUCCESS [ 9.313 s] [INFO] org.eclipse.orbit.maven.osgi.site-minimal .......... SUCCESS [ 17.813 s] [INFO] org.eclipse.orbit.maven.osgi.promote ............... SUCCESS [ 48.123 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:50 min [INFO] Finished at: 2024-06-27T07:25:47Z [INFO] ------------------------------------------------------------------------ [Pipeline] script [Pipeline] { [Pipeline] readFile [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 125 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Triggering a new build of orbit-simrel-orbit-aggregation #381 Finished: SUCCESS