Started by upstream project "usssdk-integration-nightly" build number 2736 originally caused by: Started by timer Running as SYSTEM Agent basic-01p2p is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-01p2p" namespace: "usssdk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.usssdk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-01p2p" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-01p2p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.usssdk.svc.cluster.local/usssdk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-usssdk" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-01p2p (basic) in workspace /home/jenkins/agent/workspace/usssdk-integration [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-9OHJ656udsWd/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/usssdk-integration@tmp/private_key_13014829101685733256.key (/home/jenkins/agent/workspace/usssdk-integration@tmp/private_key_13014829101685733256.key) [ssh-agent] Using credentials genie.usssdk (ssh://genie.usssdk@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/usssdk/org.eclipse.usssdk > git init /home/jenkins/agent/workspace/usssdk-integration/git # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/usssdk/org.eclipse.usssdk > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/usssdk/org.eclipse.usssdk +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/usssdk/org.eclipse.usssdk # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision d15e3f03ae45c0420a260381fca5336fe4d672ef (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d15e3f03ae45c0420a260381fca5336fe4d672ef # timeout=10 Commit message: "Bug 572026 - Support Jetty 9 and 10" > git rev-list --no-walk d15e3f03ae45c0420a260381fca5336fe4d672ef # timeout=10 [usssdk-integration] $ /opt/tools/apache-maven/latest/bin/mvn -f git/pom.xml -DMAVEN_BUILD=true -DSKIP_TESTS=false -DBUILD_KEY= -DBUILD_LABEL= -DPACK_AND_SIGN=true -DBUILD_TYPE=nightly -DCHECKOUT_REF=master -DPROMOTE=true -DSCRIPT_DEBUG=false -Dbuild.id=2803 -Duss.oauth.client.secret=551nES55nHCmCuHjZHiaj5zePZ6 -Dgit.commit=d15e3f03ae45c0420a260381fca5336fe4d672ef -Dtycho.toolchains=BREE -DskipTests=false -Dgit.branch=origin/master -Duss.oauth.client.id=eclipse_uss_sdk -Dmaven.repo.local=/home/jenkins/agent/workspace/usssdk-integration/.repository clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9 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... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/pom.xml [INFO] Fetching R-4.5.2-201602121500&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.5/ (63B) [INFO] Fetching org.eclipse.osgi_3.10.102.v20160118-1700.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (412.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.10.102.v20160118-1700.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (412.5kB) [INFO] Unpacking org.eclipse.osgi_3.10.102.v20160118-1700... [INFO] Fetching R-4.5-201506032000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.5/ (63B) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201411290715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (248.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201411290715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (248.05kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.3.6.v201411290715... [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (91.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (91.48kB) [INFO] Unpacking org.apache.commons.codec_1.6.0.v201305230611... [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (35.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (35.64kB) [INFO] Unpacking org.apache.commons.logging_1.1.1.v201101211721... [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (101.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (101.3kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.3.3.v201411290715... [INFO] Fetching org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.36kB) [INFO] Unpacking org.eclipse.core.contenttype_3.5.0.v20150421-2214... [INFO] Fetching org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (50.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (50.68kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.5.300.v20150408-1437... [INFO] Fetching org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (67.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (67.25kB) [INFO] Unpacking org.eclipse.equinox.registry_3.6.0.v20150318-1503... [INFO] Fetching org.eclipse.equinox.common_3.7.0.v20150402-1709.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (46.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.7.0.v20150402-1709.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (46.34kB) [INFO] Unpacking org.eclipse.equinox.common_3.7.0.v20150402-1709... [INFO] Fetching org.eclipse.core.jobs_3.7.0.v20150330-2103.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (43.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.7.0.v20150330-2103.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (43.21kB) [INFO] Unpacking org.eclipse.core.jobs_3.7.0.v20150330-2103... [INFO] Fetching org.eclipse.core.net_1.2.300.v20141118-1725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (30.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.2.300.v20141118-1725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (30.48kB) [INFO] Unpacking org.eclipse.core.net_1.2.300.v20141118-1725... [INFO] Fetching org.eclipse.equinox.security_1.2.100.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.2.100.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (41.25kB) [INFO] Unpacking org.eclipse.equinox.security_1.2.100.v20150423-1356... [INFO] Fetching R-4.5.1-201509040015&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.5/ (63B) [INFO] Fetching org.eclipse.core.runtime_3.11.1.v20150903-1804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (36.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.11.1.v20150903-1804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (36.32kB) [INFO] Unpacking org.eclipse.core.runtime_3.11.1.v20150903-1804... [INFO] Fetching org.eclipse.equinox.app_1.3.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.3.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.64kB) [INFO] Unpacking org.eclipse.equinox.app_1.3.300.v20150423-1356... [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [INFO] Computing target platform for MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (19.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201401042248.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (19.58kB) [INFO] Unpacking javax.annotation_1.2.0.v201401042248... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (154.43kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (37.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (207.37kB) [INFO] Fetching org.eclipse.osgi.services_3.5.0.v20150519-2006.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.5.0.v20150519-2006.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.13kB) [INFO] Unpacking org.eclipse.osgi.services_3.5.0.v20150519-2006... [INFO] Fetching org.eclipse.core.commands_3.7.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.7.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.85kB) [INFO] Unpacking org.eclipse.core.commands_3.7.0.v20150422-0725... [INFO] Fetching org.eclipse.core.databinding_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (56.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (56.08kB) [INFO] Unpacking org.eclipse.core.databinding_1.5.0.v20150422-0725... [INFO] Fetching org.eclipse.core.databinding.observable_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (77.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (77.06kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.5.0.v20150422-0725... [INFO] Fetching org.eclipse.core.databinding.property_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (41.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.5.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (41.45kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.5.0.v20150422-0725... [INFO] Fetching com.ibm.icu_54.1.1.v201501272100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_54.1.1.v201501272100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.28MB) [INFO] Unpacking com.ibm.icu_54.1.1.v201501272100... [INFO] Fetching org.eclipse.core.expressions_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (31.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (31.73kB) [INFO] Unpacking org.eclipse.core.expressions_3.5.0.v20150421-2214... [INFO] Fetching org.eclipse.e4.core.commands_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.84kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.11.0.v20150422-0725... [INFO] Fetching org.eclipse.e4.core.di_1.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (24.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.5.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (24.2kB) [INFO] Unpacking org.eclipse.e4.core.di_1.5.0.v20150421-2214... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.4.0.v20150828-0818.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (23.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.4.0.v20150828-0818.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (23.15kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.4.0.v20150828-0818... [INFO] Fetching org.eclipse.e4.core.services_2.0.0.v20150403-1912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (21.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.0.0.v20150403-1912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (21.45kB) [INFO] Unpacking org.eclipse.e4.core.services_2.0.0.v20150403-1912... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (6.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (6.53kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.4.0.v20150528-1451... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (13.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (13.38kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.13.0.v20150421-2214... [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (20.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (20.55kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.11.2.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (362.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.11.2.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (362.48kB) [INFO] Unpacking org.eclipse.emf.ecore_2.11.2.v20160208-0816... [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (22.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (22.96kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725... [INFO] Fetching org.eclipse.swt_3.104.2.v20160212-1350.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (18.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.104.2.v20160212-1350.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (18.13kB) [INFO] Unpacking org.eclipse.swt_3.104.2.v20160212-1350... [INFO] Fetching org.eclipse.jface_3.11.1.v20160128-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (358.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.11.1.v20160128-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (358.4kB) [INFO] Unpacking org.eclipse.jface_3.11.1.v20160128-1644... [INFO] Fetching org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (60.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (60.73kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (69.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (69.76kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (15.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (15.02kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.10.0.v20150422-0725... [INFO] Fetching org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.45kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.1.0.v20150422-0725... [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (99.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (99.74kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_1.1.100.v20150407-1430... [INFO] Fetching org.eclipse.e4.ui.services_1.2.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.2.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.65kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.2.0.v20150422-0725... [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.78kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751... [INFO] Fetching org.eclipse.e4.ui.workbench_1.3.1.v20160203-0951.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (97.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.3.1.v20160203-0951.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (97.81kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.3.1.v20160203-0951... [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (36.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (36.04kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.11.0.v20160208-0816... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.1.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (80.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.1.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (80.33kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.11.1.v20160208-0816... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (51.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (51.35kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.2.0.v20150512-1414... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150901-1347.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (104.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150901-1347.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (104.28kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150901-1347... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (64.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (64.31kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.13.0.v20150504-0621... [INFO] Fetching org.eclipse.jface.databinding_1.7.0.v20150406-2148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (61.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.7.0.v20150406-2148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (61.18kB) [INFO] Unpacking org.eclipse.jface.databinding_1.7.0.v20150406-2148... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (6.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (6.88kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.13.0.v20150422-0725... [INFO] Fetching org.eclipse.equinox.ds_1.4.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (88.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.ds_1.4.300.v20150423-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (88.45kB) [INFO] Unpacking org.eclipse.equinox.ds_1.4.300.v20150423-1356... [INFO] Fetching org.eclipse.emf.common_2.11.1.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (104.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.11.1.v20160208-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (104.58kB) [INFO] Unpacking org.eclipse.emf.common_2.11.1.v20160208-0816... [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (30.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (30.41kB) [INFO] Unpacking org.eclipse.equinox.util_1.0.500.v20130404-1337... [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (107.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (107.95kB) [INFO] Unpacking org.eclipse.help_3.6.0.v20130326-1254... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (1.21MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (1.21MB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.104.2.v20160212-1350... [INFO] Fetching org.eclipse.ui_3.107.0.v20150507-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (169.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.107.0.v20150507-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (169.58kB) [INFO] Unpacking org.eclipse.ui_3.107.0.v20150507-1945... [INFO] Fetching org.eclipse.ui.workbench_3.107.1.v20160120-2131.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (1.04MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.107.1.v20160120-2131.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (1.04MB) [INFO] Unpacking org.eclipse.ui.workbench_3.107.1.v20160120-2131... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.oauth.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/pom.xml [INFO] Fetching org.eclipse.compare_3.5.600.v20150420-1449.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (238.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.5.600.v20150420-1449.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (238.49kB) [INFO] Unpacking org.eclipse.compare_3.5.600.v20150420-1449... [INFO] Fetching org.eclipse.core.resources_3.10.1.v20150725-1910.jar from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (863.48kB) [INFO] Fetching org.eclipse.jface.text_3.10.0.v20150603-1752.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (291.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.10.0.v20150603-1752.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (291.69kB) [INFO] Unpacking org.eclipse.jface.text_3.10.0.v20150603-1752... [INFO] Fetching org.eclipse.ui.ide_3.11.0.v20150825-2158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (707.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.11.0.v20150825-2158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (707.83kB) [INFO] Unpacking org.eclipse.ui.ide_3.11.0.v20150825-2158... [INFO] Fetching org.eclipse.ui.views_3.8.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.8.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (39.61kB) [INFO] Unpacking org.eclipse.ui.views_3.8.0.v20150422-0725... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.100.v20141023-1946.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (177.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.9.100.v20141023-1946.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (177.62kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.9.100.v20141023-1946... [INFO] Fetching org.eclipse.ui.editors_3.9.0.v20150213-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (160.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.9.0.v20150213-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (160.34kB) [INFO] Unpacking org.eclipse.ui.editors_3.9.0.v20150213-1939... [INFO] Fetching org.eclipse.ui.forms_3.6.200.v20150506-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (104.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.6.200.v20150506-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (104.13kB) [INFO] Unpacking org.eclipse.ui.forms_3.6.200.v20150506-2029... [INFO] Fetching org.eclipse.compare.core_3.5.500.v20150505-1058.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (29.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.5.500.v20150505-1058.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (29.81kB) [INFO] Unpacking org.eclipse.compare.core_3.5.500.v20150505-1058... [INFO] Fetching org.eclipse.core.filebuffers_3.5.500.v20140723-1040.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.5.500.v20140723-1040.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.05kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.5.500.v20140723-1040... [INFO] Fetching org.eclipse.text_3.5.400.v20150505-1044.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (82.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.5.400.v20150505-1044.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (82.29kB) [INFO] Unpacking org.eclipse.text_3.5.400.v20150505-1044... [INFO] Fetching org.eclipse.core.filesystem_1.5.0.v20150725-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (26.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.5.0.v20150725-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (26.24kB) [INFO] Unpacking org.eclipse.core.filesystem_1.5.0.v20150725-1910... [INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (21.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (21.69kB) [INFO] Unpacking org.eclipse.equinox.bidi_0.10.0.v20130327-1442... [INFO] Fetching org.eclipse.equinox.p2.core_2.4.0.v20150527-1706.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (28.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.4.0.v20150527-1706.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (28.85kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.4.0.v20150527-1706... [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (70.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (70.18kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.4.0.v20150511-1532... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (100.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.0.v20150511-1532.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (100.68kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.3.0.v20150511-1532... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.200.v20150428-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (45.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.200.v20150428-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (45.24kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.2.200.v20150428-1613... [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.100.v20150428-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (50.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.100.v20150428-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (50.62kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.3.100.v20150428-1613... [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (36.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (36.04kB) [INFO] Unpacking org.tukaani.xz_1.3.0.v201308270617... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.201.v20150819-1034.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (100.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.201.v20150819-1034.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (100.07kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.6.201.v20150819-1034... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.200.v20140625-1835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (144.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.200.v20140625-1835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (144.48kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.7.200.v20140625-1835... [INFO] Fetching org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (122.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (122.73kB) [INFO] Unpacking org.eclipse.ui.navigator_3.6.0.v20150422-0725... [INFO] Fetching org.eclipse.team.core_3.7.100.v20150203-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (113.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.7.100.v20150203-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (113.41kB) [INFO] Unpacking org.eclipse.team.core_3.7.100.v20150203-1452... [INFO] Fetching org.eclipse.team.ui_3.7.200.v20150203-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (368.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.7.200.v20150203-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (368.05kB) [INFO] Unpacking org.eclipse.team.ui_3.7.200.v20150203-1452... [INFO] Fetching org.eclipse.ui.ide.application_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.1.0.v20150422-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (38.25kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.1.0.v20150422-0725... [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.1.v20160128-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (53.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.1.v20160128-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.2-201602121500/plugins/ (53.88kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.5.1.v20160128-1644... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.100.v20150423-0822.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (37.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.100.v20150423-0822.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (37.56kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.6.100.v20150423-0822... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.mockito_1.8.4.v201303031500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (219.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_1.8.4.v201303031500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (219.61kB) [INFO] Unpacking org.mockito_1.8.4.v201303031500... [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (19.33kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v201303031735... [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (13.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (13.97kB) [INFO] Unpacking org.objenesis_1.0.0.v201505121915... [INFO] Fetching org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (27.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (27.89kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.3.100.v20150511-1540... [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.sdk:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.sdk:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.sdk:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/pom.xml [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [INFO] Computing target platform for MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage.sdk:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage.sdk:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage.features:org.eclipse.userstorage.sdk:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching org.eclipse.jetty.http_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (87.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.http_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (87.59kB) [INFO] Unpacking org.eclipse.jetty.http_9.2.13.v20150730... [INFO] Fetching org.eclipse.jetty.util_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (269.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.util_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (269.73kB) [INFO] Unpacking org.eclipse.jetty.util_9.2.13.v20150730... [INFO] Fetching org.eclipse.jetty.io_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (76.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.io_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (76.5kB) [INFO] Unpacking org.eclipse.jetty.io_9.2.13.v20150730... [INFO] Fetching org.eclipse.jetty.security_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.security_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (72kB) [INFO] Unpacking org.eclipse.jetty.security_9.2.13.v20150730... [INFO] Fetching org.eclipse.jetty.server_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (320.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.server_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (320.81kB) [INFO] Unpacking org.eclipse.jetty.server_9.2.13.v20150730... [INFO] Fetching org.eclipse.jetty.servlet_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (95.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jetty.servlet_9.2.13.v20150730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5.1-201509040015/plugins/ (95.58kB) [INFO] Unpacking org.eclipse.jetty.servlet_9.2.13.v20150730... [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [INFO] Computing target platform for MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.userstorage:org.eclipse.userstorage.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/pom.xml [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.0.v20150318-1503/org.eclipse.equinox.registry-3.6.0.v20150318-1503.jar [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [WARNING] Bundle-ClassPath entry injection_annotations.jar does not exist in /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.0.v20150403-1912/org.eclipse.e4.core.services-2.0.0.v20150403-1912.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] org.eclipse.userstorage [eclipse-plugin] [INFO] org.eclipse.userstorage.ui [eclipse-plugin] [INFO] org.eclipse.userstorage.oauth [eclipse-plugin] [INFO] org.eclipse.userstorage-feature [eclipse-feature] [INFO] org.eclipse.userstorage.oauth.tests [eclipse-test-plugin] [INFO] org.eclipse.userstorage.releng [eclipse-target-definition] [INFO] org.eclipse.userstorage.sdk [eclipse-plugin] [INFO] org.eclipse.userstorage.tests [eclipse-test-plugin] [INFO] org.eclipse.userstorage.sdk [eclipse-feature] [INFO] org.eclipse.userstorage.site [eclipse-repository] [INFO] [INFO] -------------------< org.eclipse.userstorage:parent >------------------- [INFO] Building parent 1.0.0-SNAPSHOT [1/11] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ parent --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] ----------< org.eclipse.userstorage:org.eclipse.userstorage >----------- [INFO] Building org.eclipse.userstorage 1.2.0-SNAPSHOT [2/11] [INFO] from org.eclipse.userstorage/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage --- [INFO] The project's OSGi version is 1.2.0.v20210517-0327 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage --- [INFO] [INFO] ---------< org.eclipse.userstorage:org.eclipse.userstorage.ui >--------- [INFO] Building org.eclipse.userstorage.ui 1.1.0-SNAPSHOT [3/11] [INFO] from org.eclipse.userstorage.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage.ui --- [INFO] The project's OSGi version is 1.1.0.v20190307-0457 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.ui --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.ui --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.ui/target/org.eclipse.userstorage.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.ui --- [INFO] [INFO] -------< org.eclipse.userstorage:org.eclipse.userstorage.oauth >-------- [INFO] Building org.eclipse.userstorage.oauth 1.1.0-SNAPSHOT [4/11] [INFO] from org.eclipse.userstorage.oauth/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage.oauth --- [INFO] The project's OSGi version is 1.1.0.v20190307-0457 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.oauth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage.oauth --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage.oauth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.oauth --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage.oauth --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.oauth --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.oauth --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.oauth --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth/target/org.eclipse.userstorage.oauth-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.oauth --- [INFO] [INFO] ------< org.eclipse.userstorage.features:org.eclipse.userstorage >------ [INFO] Building org.eclipse.userstorage-feature 1.2.0-SNAPSHOT [5/11] [INFO] from org.eclipse.userstorage-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.userstorage --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] The project's OSGi version is 1.2.0.v20210517-0327 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.eclipse.userstorage --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage-feature/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage-feature/target/org.eclipse.userstorage-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage --- [INFO] [INFO] ----< org.eclipse.userstorage:org.eclipse.userstorage.oauth.tests >----- [INFO] Building org.eclipse.userstorage.oauth.tests 1.0.0-SNAPSHOT [6/11] [INFO] from org.eclipse.userstorage.oauth.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage.oauth.tests --- [INFO] The project's OSGi version is 1.0.0.v20210517-0327 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.oauth.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage.oauth.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage.oauth.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.oauth.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage.oauth.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.oauth.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.oauth.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.oauth.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/org.eclipse.userstorage.oauth.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.oauth.tests --- [INFO] [INFO] --- tycho-surefire:2.2.0:test (default-test) @ org.eclipse.userstorage.oauth.tests --- [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (7.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (7.02kB) [INFO] Unpacking org.hamcrest_1.1.0.v20090501071000... [INFO] Fetching org.hamcrest.library_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (15kB) [INFO] Unpacking org.hamcrest.library_1.1.0.v20090501071000... [INFO] Fetching org.hamcrest.integration_1.1.0.v201303031500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.integration_1.1.0.v201303031500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (8.24kB) [INFO] Unpacking org.hamcrest.integration_1.1.0.v201303031500... [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/plugins/ (12.58kB) [INFO] Unpacking org.hamcrest.text_1.1.0.v20090501071000... [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1g, -Dorg.eclipse.userstorage.credentialsProvider=org.eclipse.userstorage.tests.util.FixedCredentialsProvider, -Dorg.eclipse.userstorage.internal.Session.debug=true, -Dorg.eclipse.userstorage.quietSecureStorageException=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/work/data, -install, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/work, -configuration, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.oauth.tests/target/surefire.properties, -consoleLog, -eclipse.keyring, /dev/null] WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.osgi/3.10.102.v20160118-1700/org.eclipse.osgi-3.10.102.v20160118-1700.jar) to method java.net.URLClassLoader.addURL(java.net.URL) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Running org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderFlowsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderFlowsTest successfulAuthorization(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderFlowsTest) Time elapsed: 0.44 s authorizationDenied(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderFlowsTest) Time elapsed: 0.006 s Running org.eclipse.userstorage.oauth.AuthTokenTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.userstorage.oauth.AuthTokenTest testParse_oauthDrupal(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0 s testNeverExpires(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0 s testParse_rfc6749(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0 s testEmptyString(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0 s testBrokenDeserialization(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0 s testReserialization(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0.001 s testDeserialization(org.eclipse.userstorage.oauth.AuthTokenTest) Time elapsed: 0.001 s Running org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest testIsValid_ExpiredCredentials(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0.001 s testClientDetails(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0.001 s testProvideCredentials_nonInteractive(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0.059 s testIsValid_InsufficientScope(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0 s testConfigureRequest(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0.001 s testIsValid_InvalidCredentials(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0 s testProvideCredentials_interactive(org.eclipse.userstorage.oauth.EclipseOAuthCredentialsProviderTest) Time elapsed: 0.019 s Running org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest testRoundTrip(org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest) Time elapsed: 0.004 s testRemoval(org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest) Time elapsed: 0.002 s testHasEmail(org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest) Time elapsed: 0.001 s testNoEmail(org.eclipse.userstorage.oauth.OAuthCredentialPersistenceTest) Time elapsed: 0.001 s Running org.eclipse.userstorage.oauth.OAuthParametersTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.userstorage.oauth.OAuthParametersTest testDecryption(org.eclipse.userstorage.oauth.OAuthParametersTest) Time elapsed: 0 s Results: Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.userstorage:org.eclipse.userstorage.releng >------- [INFO] Building org.eclipse.userstorage.releng 1.0.0-SNAPSHOT [7/11] [INFO] from org.eclipse.userstorage.releng/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.releng --- [INFO] [INFO] --------< org.eclipse.userstorage:org.eclipse.userstorage.sdk >--------- [INFO] Building org.eclipse.userstorage.sdk 1.0.0-SNAPSHOT [8/11] [INFO] from org.eclipse.userstorage.sdk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage.sdk --- [INFO] The project's OSGi version is 1.0.0.v20190216-0359 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- templating:1.0.0:filter-sources (filter-src) @ org.eclipse.userstorage.sdk --- [INFO] Coping files with filtering to temporary directory. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copied 1 files to output directory: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/generated-sources [INFO] Source directory: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/generated-sources added. [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage.sdk --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.sdk --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.sdk --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk/target/org.eclipse.userstorage.sdk-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] -------< org.eclipse.userstorage:org.eclipse.userstorage.tests >-------- [INFO] Building org.eclipse.userstorage.tests 1.0.0-SNAPSHOT [9/11] [INFO] from org.eclipse.userstorage.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.2.0:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.userstorage.tests --- [INFO] The project's OSGi version is 1.0.0.v20210518-1310 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.eclipse.userstorage.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.userstorage.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/src/test/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.userstorage.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/org.eclipse.userstorage.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.tests --- [INFO] [INFO] --- tycho-surefire:2.2.0:test (default-test) @ org.eclipse.userstorage.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1g, -Dorg.eclipse.userstorage.credentialsProvider=org.eclipse.userstorage.tests.util.FixedCredentialsProvider, -Dorg.eclipse.userstorage.internal.Session.debug=true, -Dorg.eclipse.userstorage.quietSecureStorageException=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/work/data, -install, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/work, -configuration, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.tests/target/surefire.properties, -consoleLog, -eclipse.keyring, /dev/null] WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/home/jenkins/agent/workspace/usssdk-integration/.repository/p2/osgi/bundle/org.eclipse.osgi/3.10.102.v20160118-1700/org.eclipse.osgi-3.10.102.v20160118-1700.jar) to method java.net.URLClassLoader.addURL(java.net.URL) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Running org.eclipse.userstorage.tests.StorageTests ========================================================================================================================= testApplicationToken ========================================================================================================================= 2024-04-25 03:41:10.199:INFO::main: Logging initialized @2133ms 2024-04-25 03:41:10.220:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.263:INFO:oejs.ServerConnector:main: Started ServerConnector@69f3095e{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.263:INFO:oejs.Server:main: Started @2197ms 2024-04-25 03:41:10.288:INFO:oejs.ServerConnector:main: Stopped ServerConnector@69f3095e{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testAuthenticateFailure ========================================================================================================================= 2024-04-25 03:41:10.291:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.292:INFO:oejs.ServerConnector:main: Started ServerConnector@67534be1{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.292:INFO:oejs.Server:main: Started @2226ms 2024-04-25 03:41:10.644:INFO:oejs.ServerConnector:main: Stopped ServerConnector@67534be1{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflict ========================================================================================================================= 2024-04-25 03:41:10.646:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.647:INFO:oejs.ServerConnector:main: Started ServerConnector@7fe74071{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.647:INFO:oejs.Server:main: Started @2581ms 2024-04-25 03:41:10.666:INFO:oejs.ServerConnector:main: Stopped ServerConnector@7fe74071{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflictResolution1 ========================================================================================================================= 2024-04-25 03:41:10.668:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.669:INFO:oejs.ServerConnector:main: Started ServerConnector@26b46849{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.669:INFO:oejs.Server:main: Started @2603ms 2024-04-25 03:41:10.682:INFO:oejs.ServerConnector:main: Stopped ServerConnector@26b46849{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflictResolution1WithCache ========================================================================================================================= 2024-04-25 03:41:10.696:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.696:INFO:oejs.ServerConnector:main: Started ServerConnector@d43fdc5a{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.697:INFO:oejs.Server:main: Started @2631ms 2024-04-25 03:41:10.712:INFO:oejs.ServerConnector:main: Stopped ServerConnector@d43fdc5a{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflictResolution2 ========================================================================================================================= 2024-04-25 03:41:10.727:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.728:INFO:oejs.ServerConnector:main: Started ServerConnector@a2a0f488{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.728:INFO:oejs.Server:main: Started @2662ms 2024-04-25 03:41:10.754:INFO:oejs.ServerConnector:main: Stopped ServerConnector@a2a0f488{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflictResolution2WithCache ========================================================================================================================= 2024-04-25 03:41:10.756:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.757:INFO:oejs.ServerConnector:main: Started ServerConnector@60ba0929{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.757:INFO:oejs.Server:main: Started @2691ms 2024-04-25 03:41:10.772:INFO:oejs.ServerConnector:main: Stopped ServerConnector@60ba0929{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConflictWithCache ========================================================================================================================= 2024-04-25 03:41:10.773:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.774:INFO:oejs.ServerConnector:main: Started ServerConnector@107d33fc{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.774:INFO:oejs.Server:main: Started @2708ms 2024-04-25 03:41:10.785:INFO:oejs.ServerConnector:main: Stopped ServerConnector@107d33fc{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testConnectedness ========================================================================================================================= 2024-04-25 03:41:10.787:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.788:INFO:oejs.ServerConnector:main: Started ServerConnector@45a64ce0{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.788:INFO:oejs.Server:main: Started @2722ms 2024-04-25 03:41:10.790:INFO:oejs.ServerConnector:main: Stopped ServerConnector@45a64ce0{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testCreate ========================================================================================================================= 2024-04-25 03:41:10.792:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.792:INFO:oejs.ServerConnector:main: Started ServerConnector@482834b7{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.793:INFO:oejs.Server:main: Started @2727ms 2024-04-25 03:41:10.799:INFO:oejs.ServerConnector:main: Stopped ServerConnector@482834b7{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testCreateAfterRetrieve ========================================================================================================================= 2024-04-25 03:41:10.801:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.802:INFO:oejs.ServerConnector:main: Started ServerConnector@e97a4034{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.803:INFO:oejs.Server:main: Started @2737ms 2024-04-25 03:41:10.813:INFO:oejs.ServerConnector:main: Stopped ServerConnector@e97a4034{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testCreateAndUpdate ========================================================================================================================= 2024-04-25 03:41:10.815:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.817:INFO:oejs.ServerConnector:main: Started ServerConnector@97fe3467{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.817:INFO:oejs.Server:main: Started @2751ms 2024-04-25 03:41:10.849:INFO:oejs.ServerConnector:main: Stopped ServerConnector@97fe3467{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testCreateWithCache ========================================================================================================================= 2024-04-25 03:41:10.851:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.852:INFO:oejs.ServerConnector:main: Started ServerConnector@d9b21e73{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.852:INFO:oejs.Server:main: Started @2786ms 2024-04-25 03:41:10.860:INFO:oejs.ServerConnector:main: Stopped ServerConnector@d9b21e73{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testCreateWithWrongETag ========================================================================================================================= 2024-04-25 03:41:10.861:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.862:INFO:oejs.ServerConnector:main: Started ServerConnector@5711fe3f{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.863:INFO:oejs.Server:main: Started @2796ms 2024-04-25 03:41:10.869:INFO:oejs.ServerConnector:main: Stopped ServerConnector@5711fe3f{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDelete ========================================================================================================================= 2024-04-25 03:41:10.871:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.872:INFO:oejs.ServerConnector:main: Started ServerConnector@4c3fac14{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.873:INFO:oejs.Server:main: Started @2807ms 2024-04-25 03:41:10.888:INFO:oejs.ServerConnector:main: Stopped ServerConnector@4c3fac14{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDeleteAll ========================================================================================================================= 2024-04-25 03:41:10.891:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.891:INFO:oejs.ServerConnector:main: Started ServerConnector@5a1f26f4{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.892:INFO:oejs.Server:main: Started @2826ms ##### 1 ##### test_blob [{"application_token":"pDKTqBfDuNxlAKydhEwxBZPxa4q","key":"test_blob","etag":"b20a98ba-bd5f-40fd-8925-6ecff56f2955"}] ##### 1 [] ##### 1 [] 2024-04-25 03:41:10.914:INFO:oejs.ServerConnector:main: Stopped ServerConnector@5a1f26f4{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDeleteNotExistent ========================================================================================================================= 2024-04-25 03:41:10.916:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.917:INFO:oejs.ServerConnector:main: Started ServerConnector@1deac018{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.917:INFO:oejs.Server:main: Started @2851ms 2024-04-25 03:41:10.925:INFO:oejs.ServerConnector:main: Stopped ServerConnector@1deac018{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDeleteNotExistentWithWrongETag ========================================================================================================================= 2024-04-25 03:41:10.939:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.942:INFO:oejs.ServerConnector:main: Started ServerConnector@55e8d154{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.942:INFO:oejs.Server:main: Started @2876ms 2024-04-25 03:41:10.950:INFO:oejs.ServerConnector:main: Stopped ServerConnector@55e8d154{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDeleteWithCache ========================================================================================================================= 2024-04-25 03:41:10.951:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.952:INFO:oejs.ServerConnector:main: Started ServerConnector@b8d90645{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.953:INFO:oejs.Server:main: Started @2887ms 2024-04-25 03:41:10.965:INFO:oejs.ServerConnector:main: Stopped ServerConnector@b8d90645{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testDeleteWithoutETag ========================================================================================================================= 2024-04-25 03:41:10.967:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.967:INFO:oejs.ServerConnector:main: Started ServerConnector@47c6add5{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.968:INFO:oejs.Server:main: Started @2902ms 2024-04-25 03:41:10.980:INFO:oejs.ServerConnector:main: Stopped ServerConnector@47c6add5{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testKey ========================================================================================================================= 2024-04-25 03:41:10.982:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.983:INFO:oejs.ServerConnector:main: Started ServerConnector@7a7fb8f4{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.983:INFO:oejs.Server:main: Started @2917ms 2024-04-25 03:41:10.984:INFO:oejs.ServerConnector:main: Stopped ServerConnector@7a7fb8f4{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testReauthenticate ========================================================================================================================= 2024-04-25 03:41:10.985:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:10.986:INFO:oejs.ServerConnector:main: Started ServerConnector@319cdd00{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:10.987:INFO:oejs.Server:main: Started @2920ms 2024-04-25 03:41:11.000:INFO:oejs.ServerConnector:main: Stopped ServerConnector@319cdd00{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testRetrieve ========================================================================================================================= 2024-04-25 03:41:11.002:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.002:INFO:oejs.ServerConnector:main: Started ServerConnector@d270036d{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.003:INFO:oejs.Server:main: Started @2937ms 2024-04-25 03:41:11.011:INFO:oejs.ServerConnector:main: Stopped ServerConnector@d270036d{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testRetrieveKeys ========================================================================================================================= 2024-04-25 03:41:11.013:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.013:INFO:oejs.ServerConnector:main: Started ServerConnector@e47dd238{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.014:INFO:oejs.Server:main: Started @2948ms ##### 1 ##### anykey1 ##### anykey2 ##### anykey3 ##### anykey4 [{"application_token":"pDKTqBfDuNxlAKydhEwxBZPxa4q","key":"anykey1","etag":"be295ccb-8e21-4d86-a99c-bc6e9d9c418d"},{"application_token":"pDKTqBfDuNxlAKydhEwxBZPxa4q","key":"anykey2","etag":"2da250ec-8794-42cd-9485-9528b2c175d9"},{"application_token":"pDKTqBfDuNxlAKydhEwxBZPxa4q","key":"anykey3","etag":"ffbf2160-db48-44a5-b82d-4c848f7cd5d9"},{"application_token":"pDKTqBfDuNxlAKydhEwxBZPxa4q","key":"anykey4","etag":"7c5dbaf4-48e5-4e2f-be40-dc7ee2512324"}] Local (pDKTqBfDuNxlAKydhEwxBZPxa4q/anykey1) Local (pDKTqBfDuNxlAKydhEwxBZPxa4q/anykey2) Local (pDKTqBfDuNxlAKydhEwxBZPxa4q/anykey3) Local (pDKTqBfDuNxlAKydhEwxBZPxa4q/anykey4) 2024-04-25 03:41:11.043:INFO:oejs.ServerConnector:main: Stopped ServerConnector@e47dd238{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testRetrieveMulti ========================================================================================================================= 2024-04-25 03:41:11.044:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.045:INFO:oejs.ServerConnector:main: Started ServerConnector@7b97031e{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.046:INFO:oejs.Server:main: Started @2980ms 2024-04-25 03:41:11.063:INFO:oejs.ServerConnector:main: Stopped ServerConnector@7b97031e{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testRetrieveNotExistent ========================================================================================================================= 2024-04-25 03:41:11.064:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.065:INFO:oejs.ServerConnector:main: Started ServerConnector@b340bf0b{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.065:INFO:oejs.Server:main: Started @2999ms 2024-04-25 03:41:11.071:INFO:oejs.ServerConnector:main: Stopped ServerConnector@b340bf0b{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testRetrieveWithCache ========================================================================================================================= 2024-04-25 03:41:11.072:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.073:INFO:oejs.ServerConnector:main: Started ServerConnector@b57c66b7{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.073:INFO:oejs.Server:main: Started @3007ms 2024-04-25 03:41:11.085:INFO:oejs.ServerConnector:main: Stopped ServerConnector@b57c66b7{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testUpdateFailEarly ========================================================================================================================= 2024-04-25 03:41:11.086:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.087:INFO:oejs.ServerConnector:main: Started ServerConnector@79a38f0a{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.087:INFO:oejs.Server:main: Started @3021ms 2024-04-25 03:41:11.102:INFO:oejs.ServerConnector:main: Stopped ServerConnector@79a38f0a{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testUpdateReinitializesCache ========================================================================================================================= 2024-04-25 03:41:11.103:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.104:INFO:oejs.ServerConnector:main: Started ServerConnector@971e104f{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.104:INFO:oejs.Server:main: Started @3038ms 2024-04-25 03:41:11.116:INFO:oejs.ServerConnector:main: Stopped ServerConnector@971e104f{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testUpdateWithWrongETag ========================================================================================================================= 2024-04-25 03:41:11.117:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.118:INFO:oejs.ServerConnector:main: Started ServerConnector@96ad66d5{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.118:INFO:oejs.Server:main: Started @3052ms 2024-04-25 03:41:11.127:INFO:oejs.ServerConnector:main: Stopped ServerConnector@96ad66d5{HTTP/1.1}{0.0.0.0:8080} ========================================================================================================================= testUserAgent ========================================================================================================================= 2024-04-25 03:41:11.129:INFO:oejs.Server:main: jetty-9.2.13.v20150730 2024-04-25 03:41:11.129:INFO:oejs.ServerConnector:main: Started ServerConnector@9c7cedad{HTTP/1.1}{0.0.0.0:8080} 2024-04-25 03:41:11.129:INFO:oejs.Server:main: Started @3063ms 2024-04-25 03:41:11.132:INFO:oejs.ServerConnector:main: Stopped ServerConnector@9c7cedad{HTTP/1.1}{0.0.0.0:8080} Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s - in org.eclipse.userstorage.tests.StorageTests testApplicationToken(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.112 s testAuthenticateFailure(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.355 s testConflict(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.022 s testConflictResolution1(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.015 s testConflictResolution1WithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.03 s testConflictResolution2(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.042 s testConflictResolution2WithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.017 s testConflictWithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.014 s testConnectedness(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.005 s testCreate(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.009 s testCreateAfterRetrieve(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.014 s testCreateAndUpdate(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.036 s testCreateWithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.011 s testCreateWithWrongETag(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.009 s testDelete(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.019 s testDeleteAll(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.024 s testDeleteNotExistent(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.023 s testDeleteNotExistentWithWrongETag(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.012 s testDeleteWithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.016 s testDeleteWithoutETag(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.015 s testKey(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.003 s testReauthenticate(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.017 s testRetrieve(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.011 s testRetrieveKeys(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.031 s testRetrieveMulti(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.021 s testRetrieveNotExistent(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.007 s testRetrieveWithCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.014 s testUpdateFailEarly(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.018 s testUpdateReinitializesCache(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.013 s testUpdateWithWrongETag(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.011 s testUserAgent(org.eclipse.userstorage.tests.StorageTests) Time elapsed: 0.005 s Results: Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.userstorage.features:org.eclipse.userstorage.sdk >---- [INFO] Building org.eclipse.userstorage.sdk 1.2.0-SNAPSHOT [10/11] [INFO] from org.eclipse.userstorage.sdk-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.userstorage.sdk --- [INFO] The project's OSGi version is 1.2.0.v20210518-1310 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.eclipse.userstorage.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk-feature/target/org.eclipse.userstorage.sdk-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.sdk-feature/target/org.eclipse.userstorage.sdk-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.sdk --- [INFO] [INFO] --------< org.eclipse.userstorage:org.eclipse.userstorage.site >-------- [INFO] Building org.eclipse.userstorage.site 1.0.0-SNAPSHOT [11/11] [INFO] from org.eclipse.userstorage.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.userstorage.site --- [INFO] The project's OSGi version is 1.0.0.v20210518-1310 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.userstorage.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.site/src/main/resources [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (attach-source) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-products (default-publish-products) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.userstorage.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/usssdk-integration/git/org.eclipse.userstorage.site/target/org.eclipse.userstorage.site-1.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a:2.2.0:normalize (pack200-normalize) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- tycho-pack200b:2.2.0:pack (pack200-pack) @ org.eclipse.userstorage.site --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.userstorage.site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent 1.0.0-SNAPSHOT .............................. SUCCESS [ 2.137 s] [INFO] org.eclipse.userstorage 1.2.0-SNAPSHOT ............. SUCCESS [ 14.371 s] [INFO] org.eclipse.userstorage.ui 1.1.0-SNAPSHOT .......... SUCCESS [ 2.342 s] [INFO] org.eclipse.userstorage.oauth 1.1.0-SNAPSHOT ....... SUCCESS [ 2.433 s] [INFO] org.eclipse.userstorage-feature 1.2.0-SNAPSHOT ..... SUCCESS [ 1.725 s] [INFO] org.eclipse.userstorage.oauth.tests 1.0.0-SNAPSHOT . SUCCESS [ 5.657 s] [INFO] org.eclipse.userstorage.releng 1.0.0-SNAPSHOT ...... SUCCESS [ 0.015 s] [INFO] org.eclipse.userstorage.sdk 1.0.0-SNAPSHOT ......... SUCCESS [ 4.343 s] [INFO] org.eclipse.userstorage.tests 1.0.0-SNAPSHOT ....... SUCCESS [ 5.615 s] [INFO] org.eclipse.userstorage.sdk 1.2.0-SNAPSHOT ......... SUCCESS [ 0.864 s] [INFO] org.eclipse.userstorage.site 1.0.0-SNAPSHOT ........ SUCCESS [ 2.645 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:32 min [INFO] Finished at: 2024-04-25T03:41:14Z [INFO] ------------------------------------------------------------------------ [usssdk-integration] $ /bin/sh -xe /tmp/jenkins9486867544294961621.sh + GIT=git + SCRIPTS=git/org.eclipse.userstorage.releng/hudson + BASH=/bin/bash + [[ false == true ]] + /bin/bash git/org.eclipse.userstorage.releng/hudson/repackage.sh Zipping update site + [[ true == true ]] + export DOWNLOADS=downloads + DOWNLOADS=downloads + mkdir -p downloads + rsync -e ssh -a genie.usssdk@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/usssdk/ downloads/ + /bin/bash git/org.eclipse.userstorage.releng/hudson/promote.sh Promoting /home/jenkins/agent/workspace/usssdk-integration/updates Adjusting /home/jenkins/agent/workspace/usssdk-integration/downloads/drops/nightly/N20240425-034122/artifacts.xml repository.name = User Storage Updates N20240425-034122 p2.statsURI = http://download.eclipse.org/stats/userstorage/feature/1.2.0 download.stats = org.eclipse.userstorage download.stats = org.eclipse.userstorage.sdk Deleting downloads/drops/nightly/N20240420-034121 + rsync -e ssh -a --delete-after downloads/ genie.usssdk@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/usssdk/ $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS