Skip to content

Console Output

Started by timer
Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2019-09.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-7-brcf3’ is offline
Agent centos-7-7cjzw is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-7cjzw"
  namespace: "ease"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-7cjzw"
    - 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: "centos-7-7cjzw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ease"
      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 centos-7-7cjzw in /home/jenkins/agent/workspace/ease.verify.target.2019-09
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git init /home/jenkins/agent/workspace/ease.verify.target.2019-09 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision db473aa9bec48b28d6cad66ca7260e379042033b (refs/remotes/origin/main)
Commit message: "[#172] [Modules Explorer] No help shown for module methods"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
 > git rev-list --no-walk db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
10:16:00 [2024-01-26T15:16:00.213Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
10:16:00 [2024-01-26T15:16:00.262Z] The recommended git tool is: git
10:16:00 [2024-01-26T15:16:00.278Z] No credentials specified
10:16:00 [2024-01-26T15:16:00.286Z] Fetching changes from the remote Git repository
10:16:00 [2024-01-26T15:16:00.998Z] Checking out Revision db473aa9bec48b28d6cad66ca7260e379042033b (refs/remotes/origin/main)
10:16:01 [2024-01-26T15:16:01.169Z] Commit message: "[#172] [Modules Explorer] No help shown for module methods"
10:16:01 [2024-01-26T15:16:01.169Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
10:16:00 [2024-01-26T15:16:00.289Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2019-09/.git # timeout=10
10:16:00 [2024-01-26T15:16:00.300Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
10:16:00 [2024-01-26T15:16:00.309Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
10:16:00 [2024-01-26T15:16:00.309Z]  > git --version # timeout=10
10:16:00 [2024-01-26T15:16:00.311Z]  > git --version # 'git version 2.36.6'
10:16:00 [2024-01-26T15:16:00.312Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
10:16:01 [2024-01-26T15:16:01.000Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
10:16:01 [2024-01-26T15:16:01.007Z]  > git config core.sparsecheckout # timeout=10
10:16:01 [2024-01-26T15:16:01.011Z]  > git checkout -f db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
10:16:01 [2024-01-26T15:16:01.177Z]  > git rev-parse --verify HEAD # timeout=10
10:16:01 [2024-01-26T15:16:01.181Z] Resetting working tree
10:16:01 [2024-01-26T15:16:01.181Z]  > git reset --hard # timeout=10
10:16:01 [2024-01-26T15:16:01.194Z]  > git clean -fdx # timeout=10
10:16:01 [2024-01-26T15:16:01.599Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-09.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
10:16:02 [2024-01-26T15:16:02.355Z] [withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] sh
10:16:02 [2024-01-26T15:16:02.761Z] + export JENKINS_MAVEN_AGENT_DISABLED=true
10:16:02 [2024-01-26T15:16:02.761Z] + JENKINS_MAVEN_AGENT_DISABLED=true
10:16:02 [2024-01-26T15:16:02.761Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml
10:16:02 [2024-01-26T15:16:02.761Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2019-09@tmp/withMaven6e255bdc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2019-09@tmp/withMaven6e255bdc" 
10:16:02 [2024-01-26T15:16:02.761Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
10:16:02 [2024-01-26T15:16:02.761Z] Maven home: /opt/tools/apache-maven/latest
10:16:02 [2024-01-26T15:16:02.761Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
10:16:02 [2024-01-26T15:16:02.761Z] Default locale: en_US, platform encoding: UTF-8
10:16:02 [2024-01-26T15:16:02.761Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
10:16:04 [2024-01-26T15:16:04.159Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
10:16:04 [2024-01-26T15:16:04.159Z] [INFO] Scanning for projects...
10:16:19 [2024-01-26T15:16:19.056Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:19 [2024-01-26T15:16:19.057Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:19 [2024-01-26T15:16:19.057Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:19 [2024-01-26T15:16:19.057Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:19 [2024-01-26T15:16:19.057Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:19 [2024-01-26T15:16:19.057Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.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 [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
10:16:22 [2024-01-26T15:16:22.334Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
10:16:22 [2024-01-26T15:16:22.334Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
10:16:22 [2024-01-26T15:16:22.334Z] [INFO]     Transport mode:         online
10:16:22 [2024-01-26T15:16:22.334Z] [INFO]     Update mode:            cache first
10:16:22 [2024-01-26T15:16:22.334Z] [INFO]     Minimum cache duration: 60 minutes
10:16:22 [2024-01-26T15:16:22.334Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
10:16:28 [2024-01-26T15:16:28.887Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ease.verify.target.2019-09/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@7eb3ba2...
10:16:36 [2024-01-26T15:16:36.975Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.testhelper/pom.xml
10:16:45 [2024-01-26T15:16:45.071Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.test/pom.xml
10:16:46 [2024-01-26T15:16:46.962Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.classloader.test/pom.xml
10:16:46 [2024-01-26T15:16:46.962Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml
10:16:46 [2024-01-26T15:16:46.962Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.lang.javascript.test/pom.xml
10:16:46 [2024-01-26T15:16:46.962Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-09/tests/org.eclipse.ease.lang.python.test/pom.xml
10:16:56 [2024-01-26T15:16:56.938Z] [WARNING] Request to https://pydev-9-3-0.surge.sh/plugins/org.python.pydev.shared_core_9.3.0.202203051235.jar failed, trying cache instead...
10:16:56 [2024-01-26T15:16:56.938Z] [ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.python.pydev.shared_core,9.3.0.202203051235 from repository https://pydev-9-3-0.surge.sh:
10:16:56 [2024-01-26T15:16:56.938Z] [ERROR]    download from https://pydev-9-3-0.surge.sh/plugins/org.python.pydev.shared_core_9.3.0.202203051235.jar failed
10:16:56 [2024-01-26T15:16:56.938Z] [ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.python.pydev.shared_core,9.3.0.202203051235 into the local Maven repository.See log output for details. Server returned HTTP response code: 504 for URL: https://pydev-9-3-0.surge.sh/plugins/org.python.pydev.shared_core_9.3.0.202203051235.jar -> [Help 1]
10:16:56 [2024-01-26T15:16:56.938Z] org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.python.pydev.shared_core,9.3.0.202203051235 into the local Maven repository.See log output for details.
10:16:56 [2024-01-26T15:16:56.938Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:109)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
10:16:56 [2024-01-26T15:16:56.938Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
10:16:56 [2024-01-26T15:16:56.938Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
10:16:56 [2024-01-26T15:16:56.938Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
10:16:56 [2024-01-26T15:16:56.938Z]     at java.lang.reflect.Method.invoke (Method.java:568)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
10:16:56 [2024-01-26T15:16:56.938Z] Caused by: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.python.pydev.shared_core,9.3.0.202203051235 into the local Maven repository.See log output for details.
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:308)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:243)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:193)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:132)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:163)
10:16:56 [2024-01-26T15:16:56.938Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$2 (DefaultP2ResolutionResult.java:89)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:74)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$5 (P2DependencyResolver.java:485)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:69)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.collectExternalDependencies (MavenDependencyInjector.java:175)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.addDependency (MavenDependencyInjector.java:146)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.injectMavenDependencies (MavenDependencyInjector.java:74)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.injectDependenciesIntoMavenModel (P2DependencyResolver.java:509)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:183)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$3 (TychoMavenLifecycleParticipant.java:254)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1602)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:129)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:527)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:513)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:499)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:596)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:292)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:142)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.lang.reflect.Method.invoke (Method.java:568)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
10:16:56 [2024-01-26T15:16:56.939Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
10:16:56 [2024-01-26T15:16:56.939Z] Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://pydev-9-3-0.surge.sh/plugins/org.python.pydev.shared_core_9.3.0.202203051235.jar
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:77)
10:16:56 [2024-01-26T15:16:56.939Z]     at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.lang.reflect.Constructor.newInstanceWithCaller (Constructor.java:499)
10:16:56 [2024-01-26T15:16:56.939Z]     at java.lang.reflect.Constructor.newInstance (Constructor.java:480)
10:16:56 [2024-01-26T15:16:56.939Z]     at sun.net.www.protocol.http.HttpURLConnection$10.run (HttpURLConnection.java:2048)
10:16:56 [2024-01-26T15:16:56.940Z]     at sun.net.www.protocol.http.HttpURLConnection$10.run (HttpURLConnection.java:2043)
10:16:56 [2024-01-26T15:16:56.940Z]     at java.security.AccessController.doPrivileged (AccessController.java:569)
10:16:56 [2024-01-26T15:16:56.940Z]     at sun.net.www.protocol.http.HttpURLConnection.getChainedException (HttpURLConnection.java:2042)
10:16:56 [2024-01-26T15:16:56.940Z]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (HttpURLConnection.java:1609)
10:16:56 [2024-01-26T15:16:56.940Z]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1589)
10:16:56 [2024-01-26T15:16:56.940Z]     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream (HttpsURLConnectionImpl.java:224)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.remote.SharedHttpCacheStorage$CacheLine.fetchFile (SharedHttpCacheStorage.java:289)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.remote.SharedHttpCacheStorage$2.getCacheFile (SharedHttpCacheStorage.java:146)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.getCachedFile (TychoRepositoryTransport.java:182)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.stream (TychoRepositoryTransport.java:122)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.download (TychoRepositoryTransport.java:89)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:748)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:672)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:804)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:246)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:226)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:201)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:787)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:864)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:213)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:180)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:166)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:54)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:326)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:319)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:304)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:243)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:193)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:132)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:163)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$2 (DefaultP2ResolutionResult.java:89)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:74)
10:16:56 [2024-01-26T15:16:56.940Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$5 (P2DependencyResolver.java:485)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:69)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.collectExternalDependencies (MavenDependencyInjector.java:175)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.addDependency (MavenDependencyInjector.java:146)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.injectMavenDependencies (MavenDependencyInjector.java:74)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.injectDependenciesIntoMavenModel (P2DependencyResolver.java:509)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:183)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$3 (TychoMavenLifecycleParticipant.java:254)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1602)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:129)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:527)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:513)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:499)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:596)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:292)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:142)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
10:16:56 [2024-01-26T15:16:56.941Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
10:16:56 [2024-01-26T15:16:56.941Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
10:16:56 [2024-01-26T15:16:56.941Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.lang.reflect.Method.invoke (Method.java:568)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
10:16:56 [2024-01-26T15:16:56.941Z] Caused by: java.io.IOException: Server returned HTTP response code: 504 for URL: https://pydev-9-3-0.surge.sh/plugins/org.python.pydev.shared_core_9.3.0.202203051235.jar
10:16:56 [2024-01-26T15:16:56.941Z]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (HttpURLConnection.java:1997)
10:16:56 [2024-01-26T15:16:56.941Z]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1589)
10:16:56 [2024-01-26T15:16:56.941Z]     at java.net.HttpURLConnection.getResponseCode (HttpURLConnection.java:529)
10:16:56 [2024-01-26T15:16:56.941Z]     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode (HttpsURLConnectionImpl.java:308)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.p2.remote.SharedHttpCacheStorage$CacheLine.fetchFile (SharedHttpCacheStorage.java:271)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.p2.remote.SharedHttpCacheStorage$2.getCacheFile (SharedHttpCacheStorage.java:146)
10:16:56 [2024-01-26T15:16:56.941Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.getCachedFile (TychoRepositoryTransport.java:182)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.stream (TychoRepositoryTransport.java:122)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.remote.TychoRepositoryTransport.download (TychoRepositoryTransport.java:89)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:748)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:672)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:804)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:246)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:226)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:201)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:787)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:864)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:213)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:180)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:166)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:54)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:326)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:319)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:304)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:243)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:193)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:132)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:163)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$2 (DefaultP2ResolutionResult.java:89)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:74)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$5 (P2DependencyResolver.java:485)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$2 (ArtifactCollection.java:69)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$3 (ArtifactCollection.java:124)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:71)
10:16:56 [2024-01-26T15:16:56.942Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.collectExternalDependencies (MavenDependencyInjector.java:175)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.addDependency (MavenDependencyInjector.java:146)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.maven.MavenDependencyInjector.injectMavenDependencies (MavenDependencyInjector.java:74)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.p2.resolver.P2DependencyResolver.injectDependenciesIntoMavenModel (P2DependencyResolver.java:509)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:183)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$3 (TychoMavenLifecycleParticipant.java:254)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1602)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:129)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:527)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:513)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:499)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:596)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:292)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:142)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
10:16:56 [2024-01-26T15:16:56.943Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
10:16:56 [2024-01-26T15:16:56.943Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
10:16:56 [2024-01-26T15:16:56.943Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
10:16:56 [2024-01-26T15:16:56.943Z]     at java.lang.reflect.Method.invoke (Method.java:568)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
10:16:56 [2024-01-26T15:16:56.943Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] 
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] 
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
10:16:56 [2024-01-26T15:16:56.943Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
10:16:57 [2024-01-26T15:16:57.090Z] Archiving artifacts
[Pipeline] emailext
10:17:02 [2024-01-26T15:17:02.230Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE