Started by upstream project "eclipse-emfcloud/emfjson-jackson/master" build number 33 originally caused by: Started by user Nina Doschek Running as Nina Doschek [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-d8t9v is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-d8t9v" namespace: "emfcloud" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.emfcloud.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d8t9v" - 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-d8t9v" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" 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-emfcloud" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-d8t9v in /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout master) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Avoid second fetch Checking out Revision dc649643e780fd9920e0b7125b8355deb052395d (refs/remotes/origin/master) Cloning repository https://github.com/eclipse-emfcloud/emfjson-jackson.git > git init /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2 # timeout=10 Fetching upstream changes from https://github.com/eclipse-emfcloud/emfjson-jackson.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-emfcloud/emfjson-jackson.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-emfcloud/emfjson-jackson.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc649643e780fd9920e0b7125b8355deb052395d # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master dc649643e780fd9920e0b7125b8355deb052395d # timeout=10 Commit message: "#193 Add Community Health files to EMF.cloud repositories (#62)" > git rev-list --no-walk dc649643e780fd9920e0b7125b8355deb052395d # timeout=10 [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean install -Pm2 -B Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.eclipse.emfcloud:emfjson-jackson >---------------- [INFO] Building EMF JSON De-/Serialization using Jackson 2.3.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.6.1:clean (default-clean) @ emfjson-jackson --- [INFO] [INFO] --- enforcer:1.0:enforce (enforce-maven) @ emfjson-jackson --- [INFO] [INFO] --- build-helper:1.9.1:parse-version (parse-version) @ emfjson-jackson --- [INFO] [INFO] --- checkstyle:3.1.2:check (default) @ emfjson-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ emfjson-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/src/main/resources [INFO] [INFO] --- compiler:3.1:compile (default-compile) @ emfjson-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/classes [INFO] [INFO] --- build-helper:1.9.1:add-test-source (add-test-source) @ emfjson-jackson --- [INFO] Test Source directory: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/src/test/java-gen added. [INFO] [INFO] --- xtext:2.19.0:generate (default) @ emfjson-jackson --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 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 [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'annotations.xcore' [INFO] Starting validation for input: 'array.xcore' [INFO] Starting validation for input: 'generics.xcore' [INFO] Starting validation for input: 'model.xcore' [INFO] Starting validation for input: 'packageAnnotations.xcore' [INFO] Starting generator for input: 'annotations.xcore' [INFO] Starting generator for input: 'array.xcore' [INFO] Starting generator for input: 'generics.xcore' [INFO] Starting generator for input: 'model.xcore' [INFO] Starting generator for input: 'packageAnnotations.xcore' [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ emfjson-jackson --- [INFO] Copying 42 resources [INFO] [INFO] --- compiler:3.1:testCompile (default-testCompile) @ emfjson-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 176 source files to /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/test-classes [INFO] [INFO] --- surefire:2.18.1:test (default-test) @ emfjson-jackson --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.emfcloud.jackson.TestSuite java.lang.ClassCastException: class org.eclipse.emfcloud.jackson.junit.model.impl.ModelFactoryImpl cannot be cast to class org.eclipse.emfcloud.jackson.junit.array.ArrayFactory (org.eclipse.emfcloud.jackson.junit.model.impl.ModelFactoryImpl and org.eclipse.emfcloud.jackson.junit.array.ArrayFactory are in unnamed module of loader 'app') at org.eclipse.emfcloud.jackson.junit.array.impl.ArrayFactoryImpl.init(ArrayFactoryImpl.java:31) at org.eclipse.emfcloud.jackson.junit.array.ArrayFactory.(ArrayFactory.java:22) at org.eclipse.emfcloud.jackson.tests.ArrayTest.test3DArray(ArrayTest.java:86) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.687 sec - in org.eclipse.emfcloud.jackson.TestSuite Results : Tests run: 157, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- bnd:6.2.0:jar (jar) @ emfjson-jackson --- [WARNING] Cannot consider developer in line '41' of file '/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ emfjson-jackson --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.emfcloud.jackson.annotations... Loading source files for package org.eclipse.emfcloud.jackson.databind... Loading source files for package org.eclipse.emfcloud.jackson.databind.deser... Loading source files for package org.eclipse.emfcloud.jackson.databind.property... Loading source files for package org.eclipse.emfcloud.jackson.databind.ser... Loading source files for package org.eclipse.emfcloud.jackson.databind.type... Loading source files for package org.eclipse.emfcloud.jackson.errors... Loading source files for package org.eclipse.emfcloud.jackson.handlers... Loading source files for package org.eclipse.emfcloud.jackson.module... Loading source files for package org.eclipse.emfcloud.jackson.resource... Loading source files for package org.eclipse.emfcloud.jackson.utils... Constructing Javadoc information... Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/EcoreIdentityInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/EcoreReferenceInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/EcoreTypeInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/EcoreTypeInfo.USE.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/JsonAnnotations.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/EMFContext.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/EMFContext.Attributes.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/CollectionDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/EcoreReferenceDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/EDataTypeDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/EMapDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/EMFDeserializers.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/EObjectDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/RawDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/ReferenceEntries.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/ReferenceEntry.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/ReferenceEntry.Base.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/ResourceDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectFeatureProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectIdentityProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectOperationProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectPropertyMap.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectPropertyMap.Builder.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectReferenceProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/EObjectTypeProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EcoreReferenceSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EDataTypeSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EMapKeySerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EMapSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EMapStringSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EMapValueSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EMFSerializers.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EnumeratorSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/EObjectSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/NullKeySerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/ResourceSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/EcoreType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/EcoreType.DataType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/EcoreType.ReferenceType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/EcoreTypeFactory.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/FeatureKind.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/errors/JSONException.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/AbsoluteCrossBundleAware.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/BaseURIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/IdentityURIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/PlatformSchemeAware.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/URIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/EMFModule.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/EMFModule.Feature.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/JsonResource.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/JsonResourceFactory.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/JsonUuidResource.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/EObjects.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/ValueReader.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/ValueWriter.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/errors/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/errors/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/package-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/package-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/class-use/EcoreIdentityInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/class-use/EcoreReferenceInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/class-use/EcoreTypeInfo.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/class-use/EcoreTypeInfo.USE.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/class-use/JsonAnnotations.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/class-use/EMFContext.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/class-use/EMFContext.Attributes.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/CollectionDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/EDataTypeDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/EMFDeserializers.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/EMapDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/EObjectDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/EcoreReferenceDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/RawDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/ReferenceEntries.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/ReferenceEntry.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/ReferenceEntry.Base.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/class-use/ResourceDeserializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectFeatureProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectIdentityProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectOperationProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectPropertyMap.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectPropertyMap.Builder.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectReferenceProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/class-use/EObjectTypeProperty.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EDataTypeSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EMFSerializers.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EMapKeySerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EMapSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EMapStringSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EMapValueSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EObjectSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EcoreReferenceSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/EnumeratorSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/NullKeySerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/class-use/ResourceSerializer.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/class-use/EcoreType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/class-use/EcoreType.ReferenceType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/class-use/EcoreType.DataType.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/class-use/EcoreTypeFactory.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/class-use/FeatureKind.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/errors/class-use/JSONException.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/class-use/AbsoluteCrossBundleAware.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/class-use/BaseURIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/class-use/IdentityURIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/class-use/PlatformSchemeAware.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/class-use/URIHandler.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/class-use/EMFModule.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/class-use/EMFModule.Feature.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/class-use/JsonResource.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/class-use/JsonResourceFactory.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/class-use/JsonUuidResource.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/class-use/EObjects.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/class-use/ValueReader.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/class-use/ValueWriter.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/annotations/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/deser/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/property/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/ser/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/databind/type/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/errors/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/handlers/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/module/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/resource/package-use.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/org/eclipse/emfcloud/jackson/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/emfjson-jackson-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] >>> source:2.4:jar (attach-sources) > generate-sources @ emfjson-jackson >>> [INFO] [INFO] --- enforcer:1.0:enforce (enforce-maven) @ emfjson-jackson --- [INFO] [INFO] --- build-helper:1.9.1:parse-version (parse-version) @ emfjson-jackson --- [INFO] [INFO] --- checkstyle:3.1.2:check (default) @ emfjson-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.4:jar (attach-sources) < generate-sources @ emfjson-jackson <<< [INFO] [INFO] [INFO] --- source:2.4:jar (attach-sources) @ emfjson-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/emfjson-jackson-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ emfjson-jackson --- [INFO] Installing /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emfcloud/emfjson-jackson/2.3.0-SNAPSHOT/emfjson-jackson-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/emfjson-jackson-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/emfjson-jackson/2.3.0-SNAPSHOT/emfjson-jackson-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/emfjson-jackson-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/emfjson-jackson/2.3.0-SNAPSHOT/emfjson-jackson-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/target/emfjson-jackson-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/emfjson-jackson/2.3.0-SNAPSHOT/emfjson-jackson-2.3.0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:36 min [INFO] Finished at: 2023-08-17T08:37:39Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 9 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.18.1 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.1 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:1.9.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.3.1 [WARNING] * org.apache.maven.plugins:maven-source-plugin:2.4 [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:1.0 [WARNING] * org.apache.maven.plugins:maven-clean-plugin:2.6.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] sh + mkdir -p /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2 [Pipeline] dir Running in /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.emfcloud (ssh://genie.emfcloud@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-7lGlBQZ4UCg0/agent.504 SSH_AGENT_PID=506 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build@tmp/private_key_8416801555303542543.key (/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build@tmp/private_key_8416801555303542543.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + mvn p2:site verify -Dlocal.p2.root=/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site -Pp2-nightly Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.eclipse.emfcloud:emfjson-p2-build >---------------- [INFO] Building emfjson-p2-build 0.1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] [INFO] --- p2:1.7.0:site (default-cli) @ emfjson-p2-build --- [INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact commons-io:commons-io:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:42 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:42 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:48 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:48 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.iq80.snappy:snappy:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.iq80.snappy:snappy:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.tukaani:xz:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.tukaani:xz:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.iq80.snappy:snappy:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.iq80.snappy:snappy:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [info] Resolving artifact=[org.eclipse.emfcloud:emfjson-jackson:2.3.0-SNAPSHOT] transitive=[true] source=[true] [info] [JAR] emfjson-jackson-2.3.0-SNAPSHOT.jar [info] [SRC] emfjson-jackson-2.3.0-SNAPSHOT-sources.jar [info] [JAR] jackson-databind-2.12.6.jar [info] [SRC] jackson-databind-2.12.6-sources.jar [info] [JAR] jackson-core-2.12.6.jar [info] [SRC] jackson-core-2.12.6-sources.jar [info] [JAR] jackson-annotations-2.12.6.jar [info] [SRC] jackson-annotations-2.12.6-sources.jar [info] Bundling Artifact org.eclipse.emfcloud:emfjson-jackson:2.3.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] emfjson-jackson-2.3.0-SNAPSHOT.jar [info] [EXEC] emfjson-jackson-2.3.0-SNAPSHOT-sources.jar [info] Bundling Artifact org.eclipse.emfcloud:emfjson-jackson:2.3.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] jackson-databind-2.12.6.jar [info] [EXEC] jackson-databind-2.12.6-sources.jar [info] Bundling Artifact org.eclipse.emfcloud:emfjson-jackson:2.3.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] jackson-core-2.12.6.jar [info] [EXEC] jackson-core-2.12.6-sources.jar [info] Bundling Artifact org.eclipse.emfcloud:emfjson-jackson:2.3.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.12.6.jar [info] [EXEC] jackson-annotations-2.12.6-sources.jar [info] Resolved 0 features [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-core:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-core:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2:ow2:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2:ow2:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.7.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar, -configuration, /tmp/tycho-p2-runtime1946874120919660257.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.7.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar, -configuration, /tmp/tycho-p2-runtime14583319083209360936.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.CategoryPublisher, -categoryDefinition, file://home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/repository/category.xml, -metadataRepository, file://home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/repository] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- antrun:3.0.0:run (update-local-repository) @ emfjson-p2-build --- [INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Executing tasks [WARNING] [echo] Rsync source: [WARNING] [echo] genie.emfcloud@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/emfcloud/emfjson-jackson/p2/ [WARNING] [echo] Rsync destination: [WARNING] [echo] /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/ [INFO] [exec] receiving incremental file list [INFO] [exec] ./ [INFO] [exec] nightly/ [INFO] [exec] nightly/compositeArtifacts.xml [INFO] [exec] nightly/compositeContent.xml [INFO] [exec] nightly/p2.index [INFO] [exec] nightly/1.3/ [INFO] [exec] nightly/1.3/compositeArtifacts.xml [INFO] [exec] nightly/1.3/compositeContent.xml [INFO] [exec] nightly/1.3/p2.index [INFO] [exec] nightly/1.3/1.3.1.202108191102/ [INFO] [exec] nightly/1.3/1.3.1.202108191102/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/category.xml [INFO] [exec] nightly/1.3/1.3.1.202108191102/content.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210819110210.jar [INFO] [exec] nightly/1.3/1.3.1.202108191102/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210819110210.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/ [INFO] [exec] nightly/1.3/1.3.1.202108191110/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/category.xml [INFO] [exec] nightly/1.3/1.3.1.202108191110/content.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210819111010.jar [INFO] [exec] nightly/1.3/1.3.1.202108191110/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210819111010.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/ [INFO] [exec] nightly/1.3/1.3.1.202108241455/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/category.xml [INFO] [exec] nightly/1.3/1.3.1.202108241455/content.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210824145517.jar [INFO] [exec] nightly/1.3/1.3.1.202108241455/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210824145517.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/ [INFO] [exec] nightly/1.3/1.3.1.202108241624/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/category.xml [INFO] [exec] nightly/1.3/1.3.1.202108241624/content.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210824162435.jar [INFO] [exec] nightly/1.3/1.3.1.202108241624/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210824162435.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/ [INFO] [exec] nightly/1.3/1.3.1.202108262039/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/category.xml [INFO] [exec] nightly/1.3/1.3.1.202108262039/content.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210826203956.jar [INFO] [exec] nightly/1.3/1.3.1.202108262039/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210826203956.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/ [INFO] [exec] nightly/1.3/1.3.1.202109010859/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/category.xml [INFO] [exec] nightly/1.3/1.3.1.202109010859/content.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210901085939.jar [INFO] [exec] nightly/1.3/1.3.1.202109010859/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210901085939.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/ [INFO] [exec] nightly/1.3/1.3.1.202109230952/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/category.xml [INFO] [exec] nightly/1.3/1.3.1.202109230952/content.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20210923095238.jar [INFO] [exec] nightly/1.3/1.3.1.202109230952/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20210923095238.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/ [INFO] [exec] nightly/1.3/1.3.1.202110081431/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/category.xml [INFO] [exec] nightly/1.3/1.3.1.202110081431/content.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20211008143127.jar [INFO] [exec] nightly/1.3/1.3.1.202110081431/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20211008143127.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/ [INFO] [exec] nightly/1.3/1.3.1.202112060824/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/category.xml [INFO] [exec] nightly/1.3/1.3.1.202112060824/content.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20211206082505.jar [INFO] [exec] nightly/1.3/1.3.1.202112060824/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20211206082505.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/ [INFO] [exec] nightly/1.3/1.3.1.202112091643/artifacts.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/category.xml [INFO] [exec] nightly/1.3/1.3.1.202112091643/content.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/ [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/org.eclipse.emfcloud.emfjson-jackson.source_1.3.1.20211209164348.jar [INFO] [exec] nightly/1.3/1.3.1.202112091643/plugins/org.eclipse.emfcloud.emfjson-jackson_1.3.1.20211209164348.jar [INFO] [exec] nightly/2.0/ [INFO] [exec] nightly/2.0/compositeArtifacts.xml [INFO] [exec] nightly/2.0/compositeContent.xml [INFO] [exec] nightly/2.0/p2.index [INFO] [exec] nightly/2.0/2.0.0.202112101115/ [INFO] [exec] nightly/2.0/2.0.0.202112101115/artifacts.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/category.xml [INFO] [exec] nightly/2.0/2.0.0.202112101115/content.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/ [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.0.0.jar [INFO] [exec] nightly/2.0/2.0.0.202112101115/plugins/org.eclipse.emfcloud.emfjson-jackson_2.0.0.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/ [INFO] [exec] nightly/2.0/2.0.0.202112101150/artifacts.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/category.xml [INFO] [exec] nightly/2.0/2.0.0.202112101150/content.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/ [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.0.0.jar [INFO] [exec] nightly/2.0/2.0.0.202112101150/plugins/org.eclipse.emfcloud.emfjson-jackson_2.0.0.jar [INFO] [exec] nightly/2.1/ [INFO] [exec] nightly/2.1/compositeArtifacts.xml [INFO] [exec] nightly/2.1/compositeContent.xml [INFO] [exec] nightly/2.1/p2.index [INFO] [exec] nightly/2.1/2.1.0.202112101220/ [INFO] [exec] nightly/2.1/2.1.0.202112101220/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/category.xml [INFO] [exec] nightly/2.1/2.1.0.202112101220/content.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20211210122008.jar [INFO] [exec] nightly/2.1/2.1.0.202112101220/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20211210122008.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/ [INFO] [exec] nightly/2.1/2.1.0.202202031458/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/category.xml [INFO] [exec] nightly/2.1/2.1.0.202202031458/content.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220203145810.jar [INFO] [exec] nightly/2.1/2.1.0.202202031458/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220203145810.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/ [INFO] [exec] nightly/2.1/2.1.0.202202160831/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/category.xml [INFO] [exec] nightly/2.1/2.1.0.202202160831/content.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220216083204.jar [INFO] [exec] nightly/2.1/2.1.0.202202160831/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220216083204.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/ [INFO] [exec] nightly/2.1/2.1.0.202203281247/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/category.xml [INFO] [exec] nightly/2.1/2.1.0.202203281247/content.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/emfjson-jackson.source_2.1.0.20220328124711.jar [INFO] [exec] nightly/2.1/2.1.0.202203281247/plugins/emfjson-jackson_2.1.0.20220328124711.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/ [INFO] [exec] nightly/2.1/2.1.0.202205170805/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/category.xml [INFO] [exec] nightly/2.1/2.1.0.202205170805/content.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220517080528.jar [INFO] [exec] nightly/2.1/2.1.0.202205170805/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220517080528.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/ [INFO] [exec] nightly/2.1/2.1.0.202205171310/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/category.xml [INFO] [exec] nightly/2.1/2.1.0.202205171310/content.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220517131053.jar [INFO] [exec] nightly/2.1/2.1.0.202205171310/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220517131053.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/ [INFO] [exec] nightly/2.1/2.1.0.202205171319/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/category.xml [INFO] [exec] nightly/2.1/2.1.0.202205171319/content.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220517131918.jar [INFO] [exec] nightly/2.1/2.1.0.202205171319/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220517131918.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/ [INFO] [exec] nightly/2.1/2.1.0.202205181023/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/category.xml [INFO] [exec] nightly/2.1/2.1.0.202205181023/content.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220518102355.jar [INFO] [exec] nightly/2.1/2.1.0.202205181023/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220518102355.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/ [INFO] [exec] nightly/2.1/2.1.0.202206011118/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/category.xml [INFO] [exec] nightly/2.1/2.1.0.202206011118/content.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220601111820.jar [INFO] [exec] nightly/2.1/2.1.0.202206011118/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220601111820.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/ [INFO] [exec] nightly/2.1/2.1.0.202207070640/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/category.xml [INFO] [exec] nightly/2.1/2.1.0.202207070640/content.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220707064008.jar [INFO] [exec] nightly/2.1/2.1.0.202207070640/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220707064008.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/ [INFO] [exec] nightly/2.1/2.1.0.202207071010/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/category.xml [INFO] [exec] nightly/2.1/2.1.0.202207071010/content.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220707101016.jar [INFO] [exec] nightly/2.1/2.1.0.202207071010/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220707101016.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/ [INFO] [exec] nightly/2.1/2.1.0.202207200819/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/category.xml [INFO] [exec] nightly/2.1/2.1.0.202207200819/content.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220720081950.jar [INFO] [exec] nightly/2.1/2.1.0.202207200819/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220720081950.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/ [INFO] [exec] nightly/2.1/2.1.0.202207200849/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/category.xml [INFO] [exec] nightly/2.1/2.1.0.202207200849/content.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220720084918.jar [INFO] [exec] nightly/2.1/2.1.0.202207200849/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220720084918.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/ [INFO] [exec] nightly/2.1/2.1.0.202207261235/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/category.xml [INFO] [exec] nightly/2.1/2.1.0.202207261235/content.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220726123554.jar [INFO] [exec] nightly/2.1/2.1.0.202207261235/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220726123554.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/ [INFO] [exec] nightly/2.1/2.1.0.202208020702/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/category.xml [INFO] [exec] nightly/2.1/2.1.0.202208020702/content.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.20220802070259.jar [INFO] [exec] nightly/2.1/2.1.0.202208020702/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.20220802070259.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/ [INFO] [exec] nightly/2.1/2.1.0.202208220957/artifacts.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/category.xml [INFO] [exec] nightly/2.1/2.1.0.202208220957/content.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/ [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.jar [INFO] [exec] nightly/2.1/2.1.0.202208220957/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.jar [INFO] [exec] nightly/2.2/ [INFO] [exec] nightly/2.2/compositeArtifacts.xml [INFO] [exec] nightly/2.2/compositeContent.xml [INFO] [exec] nightly/2.2/p2.index [INFO] [exec] nightly/2.2/2.2.0.202208221010/ [INFO] [exec] nightly/2.2/2.2.0.202208221010/artifacts.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/category.xml [INFO] [exec] nightly/2.2/2.2.0.202208221010/content.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/ [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.20220822101055.jar [INFO] [exec] nightly/2.2/2.2.0.202208221010/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.20220822101055.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/ [INFO] [exec] nightly/2.2/2.2.0.202208302208/artifacts.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/category.xml [INFO] [exec] nightly/2.2/2.2.0.202208302208/content.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/ [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.20220830220859.jar [INFO] [exec] nightly/2.2/2.2.0.202208302208/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.20220830220859.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/ [INFO] [exec] nightly/2.2/2.2.0.202209212119/artifacts.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/category.xml [INFO] [exec] nightly/2.2/2.2.0.202209212119/content.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/ [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.20220921212006.jar [INFO] [exec] nightly/2.2/2.2.0.202209212119/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.20220921212006.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/ [INFO] [exec] nightly/2.2/2.2.0.202210041307/artifacts.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/category.xml [INFO] [exec] nightly/2.2/2.2.0.202210041307/content.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/ [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.20221004130732.jar [INFO] [exec] nightly/2.2/2.2.0.202210041307/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.20221004130732.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/ [INFO] [exec] nightly/2.2/2.2.0.202211031355/artifacts.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/category.xml [INFO] [exec] nightly/2.2/2.2.0.202211031355/content.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/ [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.jar [INFO] [exec] nightly/2.2/2.2.0.202211031355/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.jar [INFO] [exec] nightly/2.3/ [INFO] [exec] nightly/2.3/compositeArtifacts.xml [INFO] [exec] nightly/2.3/compositeContent.xml [INFO] [exec] nightly/2.3/p2.index [INFO] [exec] nightly/2.3/2.3.0.202211031453/ [INFO] [exec] nightly/2.3/2.3.0.202211031453/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/category.xml [INFO] [exec] nightly/2.3/2.3.0.202211031453/content.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20221103145333.jar [INFO] [exec] nightly/2.3/2.3.0.202211031453/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20221103145333.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/ [INFO] [exec] nightly/2.3/2.3.0.202211301542/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/category.xml [INFO] [exec] nightly/2.3/2.3.0.202211301542/content.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20221130154212.jar [INFO] [exec] nightly/2.3/2.3.0.202211301542/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20221130154212.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/ [INFO] [exec] nightly/2.3/2.3.0.202301261109/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/category.xml [INFO] [exec] nightly/2.3/2.3.0.202301261109/content.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20230126110918.jar [INFO] [exec] nightly/2.3/2.3.0.202301261109/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20230126110918.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/ [INFO] [exec] nightly/2.3/2.3.0.202302071947/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/category.xml [INFO] [exec] nightly/2.3/2.3.0.202302071947/content.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20230207194708.jar [INFO] [exec] nightly/2.3/2.3.0.202302071947/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20230207194708.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/ [INFO] [exec] nightly/2.3/2.3.0.202302130316/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/category.xml [INFO] [exec] nightly/2.3/2.3.0.202302130316/content.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20230213031613.jar [INFO] [exec] nightly/2.3/2.3.0.202302130316/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20230213031613.jar [INFO] [exec] releases/ [INFO] [exec] releases/2.0.0/ [INFO] [exec] releases/2.0.0/artifacts.jar [INFO] [exec] releases/2.0.0/category.xml [INFO] [exec] releases/2.0.0/content.jar [INFO] [exec] releases/2.0.0/plugins/ [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.jar [INFO] [exec] releases/2.0.0/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.0.0.jar [INFO] [exec] releases/2.0.0/plugins/org.eclipse.emfcloud.emfjson-jackson_2.0.0.jar [INFO] [exec] releases/2.1.0/ [INFO] [exec] releases/2.1.0/artifacts.jar [INFO] [exec] releases/2.1.0/category.xml [INFO] [exec] releases/2.1.0/content.jar [INFO] [exec] releases/2.1.0/plugins/ [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] releases/2.1.0/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.1.0.jar [INFO] [exec] releases/2.1.0/plugins/org.eclipse.emfcloud.emfjson-jackson_2.1.0.jar [INFO] [exec] releases/2.2.0/ [INFO] [exec] releases/2.2.0/artifacts.jar [INFO] [exec] releases/2.2.0/category.xml [INFO] [exec] releases/2.2.0/content.jar [INFO] [exec] releases/2.2.0/plugins/ [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] releases/2.2.0/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.2.0.jar [INFO] [exec] releases/2.2.0/plugins/org.eclipse.emfcloud.emfjson-jackson_2.2.0.jar [INFO] [exec] [INFO] [exec] sent 9,546 bytes received 140,951,842 bytes 11,276,911.04 bytes/sec [INFO] [exec] total size is 152,759,689 speedup is 1.08 [INFO] Executed tasks [INFO] [INFO] --- tycho-eclipserun:2.4.0:eclipse-run (add-p2-composite-repository) @ emfjson-p2-build --- [INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus:codehaus-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus:codehaus-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2021-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-09/ (481B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-09/ [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-09/202109101200/ (81.49kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-09/202109151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-09/202109151000/ (749.47kB) [INFO] Fetching 202109151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-09/ (63B) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (72.7kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.39MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.54MB) [INFO] Fetching org.apache.ant_1.10.11.v20210720-1445.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.86MB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (143.98kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (155.35kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (338.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.65kB) [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (97.24kB) [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.96MB) [INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.27kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (70.77kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (100.01kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.23kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.05kB) [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (128.97kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.51kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.59kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.49kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (142.1kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.64kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (213.92kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.25kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (85.91kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.34kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.04kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (43.53kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (101.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (242.54kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.96kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (49.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.39kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/eclipserun-work/data, -application, org.eclipse.ant.core.antRunner, -buildfile, packaging-p2composite.ant, p2.composite.add, -Dsite.label=EMF.cloud, EMF-Jackson, Nightly, Updatesite, -Dproject.build.directory=/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target, -DunqualifiedVersion=2.3.0, -DbuildQualifier=202308170837, -Dsoftware.download.area=/home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/] Unknown target: EMF-Jackson Unknown target: Nightly Unknown target: Updatesite Buildfile: packaging-p2composite.ant getMajorMinorVersion: [script] Warning: Nashorn engine is planned to be removed from a future JDK release compute.child.repository.data: p2.composite.add: [echo] [echo] Source repository path: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/emfjson-p2-build/target/repository [echo] Copying to /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/nightly/2.3/2.3.0.202308170837/... [mkdir] Created dir: /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/nightly/2.3/2.3.0.202308170837 [copy] Copying 11 files to /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/nightly/2.3/2.3.0.202308170837 [echo] [echo] Composite repository : /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/nightly/2.3 [echo] Composite name : EMF.cloud 2.3 [echo] Adding child repository : 2.3.0.202308170837 [echo] [echo] Composite repository : /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/nightly [echo] Composite name : EMF.cloud All Versions [echo] Adding child repository : 2.3 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- antrun:3.0.0:run (deploy-repository) @ emfjson-p2-build --- [INFO] Executing tasks [WARNING] [echo] Rsync source: [WARNING] [echo] /home/jenkins/agent/workspace/deploy-emfcloud-emfjson-jackson-p2/p2-update-site/emfjson-jackson/p2/ [WARNING] [echo] Rsync destination: [WARNING] [echo] genie.emfcloud@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/emfcloud/emfjson-jackson/p2/ [INFO] [exec] sending incremental file list [INFO] [exec] nightly/2.3/ [INFO] [exec] nightly/2.3/compositeArtifacts.xml [INFO] [exec] nightly/2.3/compositeContent.xml [INFO] [exec] nightly/2.3/2.3.0.202308170837/ [INFO] [exec] nightly/2.3/2.3.0.202308170837/artifacts.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/category.xml [INFO] [exec] nightly/2.3/2.3.0.202308170837/content.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/ [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-core.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-core_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.6.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/org.eclipse.emfcloud.emfjson-jackson.source_2.3.0.20230817083750.jar [INFO] [exec] nightly/2.3/2.3.0.202308170837/plugins/org.eclipse.emfcloud.emfjson-jackson_2.3.0.20230817083750.jar [INFO] [exec] [INFO] [exec] sent 3,477,488 bytes received 387 bytes 535,057.69 bytes/sec [INFO] [exec] total size is 156,497,375 speedup is 45.00 [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:08 min [INFO] Finished at: 2023-08-17T08:38:52Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 4 plugin(s) [WARNING] [WARNING] * org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.4.0 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:3.0.0 [WARNING] * org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.7.0 [WARNING] * org.reficio:p2-maven-plugin:1.7.0 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 506 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [Checks API] No suitable checks publisher found. Finished: SUCCESS