Skip to content
Failed

Console Output

Started by user Paul Latzelsperger
Running as Paul Latzelsperger
Obtained release.groovy from git https://github.com/eclipse-edc/JenkinsPipelines.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-khhvt is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-khhvt"
  namespace: "edc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.edc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-khhvt"
    - 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-khhvt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.edc.svc.cluster.local/edc/"
    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-edc"
      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-khhvt in /home/jenkins/agent/workspace/Release
[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://github.com/eclipse-edc/JenkinsPipelines.git
 > git init /home/jenkins/agent/workspace/Release # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/JenkinsPipelines.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/JenkinsPipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8b7667853f1733736ba684a0eb49616ee63407bc (refs/remotes/origin/main)
Commit message: "added Runtime-Metamodel component"
 > git config remote.origin.url https://github.com/eclipse-edc/JenkinsPipelines.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b7667853f1733736ba684a0eb49616ee63407bc # timeout=10
 > git rev-list --no-walk 8b7667853f1733736ba684a0eb49616ee63407bc # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (init)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ echo 0.1.3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (test)
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $BOT or $BOTTOKEN
[Pipeline] {
[Pipeline] sh
+ ./scripts/test_components.sh **** ****
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
Using USER/PWD authentication for the GitHub API
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
Using USER/PWD authentication for the GitHub API
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
Using USER/PWD authentication for the GitHub API
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:56 AM UTC :: Trigger the workflow with {"ref": "main"}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0    %%  TToottaall        %%  RReecceeiivveedd  %%  XXffeerrdd    AAvveerraaggee  SSppeeeedd     T iTmiem e      T iTmiem e        T iTmiem e    C %uC ruTrroertneatnl
t  
         %     R  e  c  e  i  v  e  d     %     X  f  e  r  d        A  v  e  r  a  g  e    S p  eD elDdol ao da  Td i Um peUl po la od a Td i  m Te o Tt oa t la  lT  i  mS epS ep neCtnu rt r  e  n Lt e
Lf et f  t   S  p Se pe ed e
 d 
 
    
 0      0          0      0       0      0          0    D 0l  o  a0 d     0    %U p   l T0o o a t d0a   l         T  0o   t % a0  l R   e   c   e0S i p v-e0e-n d:t- - -%- : : -X- -f-L:e e-r-f-d-t  : - - -A-S:v:p-e-e-r-e:a d-g-
-e-  :
-S- -p- :e:0-e- -d- :   -   -    T 0 i   m0  e    0 0    T i m e0         0T i m e    0C u r r e n t0
            0   - - : - - : - -   - - : - - : - -   - - : - - : - -D l o a d  0 Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    15    0     0  100    15      0     66 --:--:-- --:--:-- --:--:--    66

100    15    0     0  100    15      0     67 --:--:-- --:--:-- --:--:--    67

100    15    0     0  100    15      0     66 --:--:-- --:--:-- --:--:--    66

100    15    0     0  100    15      0     64 --:--:-- --:--:-- --:--:--    64
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     63 --:--:-- --:--:-- --:--:--    63
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     62 --:--:-- --:--:-- --:--:--    62
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     62 --:--:-- --:--:-- --:--:--    62
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     60 --:--:-- --:--:-- --:--:--    60
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     59 --:--:-- --:--:-- --:--:--    59
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:12:57 AM UTC :: Waiting for workflow to start
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:02 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:07 AM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: Waiting for run 5454034895 to complete
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: Waiting for run 5454034882 to complete
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: status in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:12 AM UTC :: Waiting for run 5454034867 to complete
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: status in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: Waiting for run 5454034885 to complete
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: Run 5454034882 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: Run 5454034867 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:13 AM UTC :: Run 5454034885 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:18 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:18 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:18 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:18 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:18 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:23 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:23 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:23 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:23 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:23 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:28 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:28 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:28 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:28 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:28 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:33 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:33 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:33 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:33 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:33 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:39 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:39 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:39 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:39 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:39 AM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:43 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:43 AM UTC :: Run 5454034882 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:13:43 AM UTC :: Run 5454034885 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:43 AM UTC :: Run 5454034867 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:44 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:44 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:44 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:44 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:44 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:49 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:49 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:49 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:49 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:49 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:54 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:54 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:54 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:13:55 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:13:55 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:00 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:00 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:00 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:00 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:00 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:05 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:05 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:05 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:05 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:05 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:10 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:10 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:10 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:10 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:10 AM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:13 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:13 AM UTC :: Run 5454034882 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:14:13 AM UTC :: Run 5454034885 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:13 AM UTC :: Run 5454034867 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: status in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: Waiting for run 5454034858 to complete
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:16 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:21 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:21 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:21 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:21 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:26 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:26 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:26 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:26 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:31 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:31 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:31 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:31 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: status in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: Waiting for run 5454034897 to complete
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:14:37 AM UTC :: Run 5454034897 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:42 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:42 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:42 AM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:43 AM UTC :: Run 5454034882 is queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:43 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:14:43 AM UTC :: Run 5454034885 is queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:43 AM UTC :: Run 5454034867 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:46 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:47 AM UTC :: status in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:47 AM UTC :: Waiting for run 5454034913 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:47 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:47 AM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:47 AM UTC :: Run 5454034913 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:52 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:52 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:58 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:14:58 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:03 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:03 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:15:07 AM UTC :: Run 5454034897 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:08 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:08 AM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:13 AM UTC :: Run 5454034882 is completed
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:13 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:13 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:14 AM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:14 AM UTC :: Run 5454034867 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:15:14 AM UTC :: Run 5454034885 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:16 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:17 AM UTC :: Run 5454034913 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:19 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:19 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:24 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:24 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:29 AM UTC :: status in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:29 AM UTC :: Waiting for run 5454034889 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:29 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:30 AM UTC :: Run 5454034889 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:35 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:15:37 AM UTC :: Run 5454034897 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:40 AM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:43 AM UTC :: Run completed, conclusion: success
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Tue 04 Jul 2023 11:15:44 AM UTC :: Run completed, conclusion: success
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:44 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:44 AM UTC :: Run 5454034867 is queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:45 AM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:46 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:48 AM UTC :: Run 5454034913 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:50 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:15:56 AM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:00 AM UTC :: Run 5454034889 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:01 AM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:06 AM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:16:07 AM UTC :: Run 5454034897 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:11 AM UTC :: status in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:11 AM UTC :: Waiting for run 5454034863 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:12 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:14 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:14 AM UTC :: Run 5454034867 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:17 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:18 AM UTC :: Run 5454034913 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:30 AM UTC :: Run 5454034889 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:16:38 AM UTC :: Run 5454034897 is completed
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:42 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:44 AM UTC :: Run completed, conclusion: success
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:44 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:47 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:16:48 AM UTC :: Run 5454034913 is completed
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:00 AM UTC :: Run 5454034889 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Tue 04 Jul 2023 11:17:08 AM UTC :: Run completed, conclusion: success
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:12 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:14 AM UTC :: Run 5454034895 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:17 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:18 AM UTC :: Run completed, conclusion: success
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:31 AM UTC :: Run 5454034889 is completed
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:42 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:45 AM UTC :: Run 5454034895 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:17:47 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:01 AM UTC :: Run completed, conclusion: success
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:13 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:15 AM UTC :: Run completed, conclusion: success
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:18 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:43 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:18:48 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:19:13 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:19:18 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:19:43 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:19:48 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:20:14 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:20:18 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:20:44 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:20:49 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:21:14 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:21:19 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:21:44 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:21:49 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:22:15 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:22:19 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:22:45 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:22:50 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:23:15 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:23:20 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:23:45 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:23:50 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:24:15 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:24:20 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:24:46 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:24:50 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:25:16 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:25:21 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:25:46 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:25:51 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:26:16 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:26:21 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:26:47 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:26:51 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:27:17 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:27:22 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:27:47 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:27:52 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:28:17 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:28:22 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:28:47 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:28:52 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:29:18 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:29:23 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:29:48 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:29:53 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:30:18 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:30:23 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:30:48 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:30:53 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:31:19 AM UTC :: Run 5454034863 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:31:24 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:31:49 AM UTC :: Run 5454034863 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:31:54 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:32:19 AM UTC :: Run completed, conclusion: success
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:32:24 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:32:54 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:33:24 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:33:55 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:34:25 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:34:55 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:35:25 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:35:55 AM UTC :: Run 5454034858 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:36:26 AM UTC :: Run 5454034858 is queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:36:56 AM UTC :: Run 5454034858 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Tue 04 Jul 2023 11:37:26 AM UTC :: Run completed, conclusion: success
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish-artifacts)
[Pipeline] build
Scheduling project: Publish-All-In-One
Starting building: Publish-All-In-One #183
Build Publish-All-In-One 0.1.3 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (release)
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $BOT or $BOTTOKEN
[Pipeline] {
[Pipeline] sh
+ ./scripts/release_components.sh 0.1.3 **** ****
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
Using USER/PWD authentication for the GitHub API
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"metamodel_version": "0.1.3"}}
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"ih_version": "0.1.3"}}
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"rs_version": "0.1.3"}}
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
Using USER/PWD authentication for the GitHub API
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.1.3"}}
        %%%%    TTTToooottttaaaallll                %%%%    RRRReeeecccceeeeiiiivvvveeeedddd    %%%%    XXXXffffeee e rrrr%dddd      T   AoAAAvtvvveaeeerlrrra aaag ggge eee     S%SSSp pppeReeeeeeeedcddd e    i    v   TeTTTidiiim mmme%eee      X    f    e   TrTTTidiiim mmme eee A    v    e    r    a   TgTTTieiiim mmmeSeee p    e   CeCCCuduuur rrrr rrre eeenTnnntittt
m


 e                          %T     i    Tm    oe    t     a     l                  T     i    %m     e    R     e     cC    eu    ir    vr    ee    dn     t    %
          X     f     e     r    Dd DDDl  lllo  oooaA aaadv ddd e     r    Ua UUUpg ppple lllo  oooaS aaadp ddd e     e     d    T  TTTo  ooot  tttaT aaali lll m     e          S  SSSp  pppe  eeenT nnntiDttt ml    eo     a     d   L  LLLe  eeef UffftTpttt il    mo   SeaSSSp dpppe  eeeeC eeedu ddd
rT


ro

e

t  n  a  t  l00
00                  S     p     e00 00n     t                  00 00      L     e     f     t      00 00      S     p     e     e00 00d     
       
               000 00                                0D  00 l00   o     a     d    0            U  00 p00   l  -- o----0a--:: d::--  ----  --::  ::--0T---- o--   t  -- a---- l--::  ::--0 ----  --:: S::-- p---- e--   n  -- t----0 --::  ::--  ----  --:: L::-- e---- f--  0t          -     -S    :p  00-e00-e:d-
- -
- : -0 -  : %-  - T  o-0t- a: l-  -  :0 -  - %     R  e 0c  e0 i v e0d   %   X f0e r d     A v0e r a g e   S0p e-e-d: - - :T-i-m e- - : - -T:i-m-e  - - : - -T:i-m-e     C u r0rent
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    57    0     0  100    57      0    267 --:--:-- --:--:-- --:--:--   267
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    50    0     0  100    50      0    209 --:--:-- --:--:-- --:--:--   209

100    51    0     0  100    51      0    215 --:--:-- --:--:-- --:--:--   215
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    210 --:--:-- --:--:-- --:--:--   210
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    208 --:--:-- --:--:-- --:--:--   208
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    50    0     0  100    50      0    193 --:--:-- --:--:-- --:--:--   193
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    195 --:--:-- --:--:-- --:--:--   195
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    181 --:--:-- --:--:-- --:--:--   181
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    118 --:--:-- --:--:-- --:--:--   118
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:36 PM UTC :: Waiting for workflow to start
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:41 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:42 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:42 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:47 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682237 to complete
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682211 to complete
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682330 to complete
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682261 to complete
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682289 to complete
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682183 to complete
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682307 to complete
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682237 is in_progress
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682211 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: status in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Waiting for run 5454682210 to complete
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682261 is in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682330 is in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682289 is in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682183 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682307 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:27:52 PM UTC :: Run 5454682210 is in_progress
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:27:57 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:28:04 PM UTC :: status in_progress
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:28:04 PM UTC :: Waiting for run 5454682246 to complete
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:28:04 PM UTC :: Run 5454682246 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682237 is completed
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682211 is in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682330 is completed
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682261 is completed
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682289 is in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:28:22 PM UTC :: Run 5454682183 is completed
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:28:23 PM UTC :: Run 5454682307 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:28:23 PM UTC :: Run 5454682210 is completed
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Tue 04 Jul 2023 12:28:34 PM UTC :: Run 5454682246 is completed
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Tue 04 Jul 2023 12:28:52 PM UTC :: Run completed, conclusion: success
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Tue 04 Jul 2023 12:28:52 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Tue 04 Jul 2023 12:28:52 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Tue 04 Jul 2023 12:28:52 PM UTC :: Run completed, conclusion: success
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Tue 04 Jul 2023 12:28:53 PM UTC :: Run 5454682211 is completed
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Tue 04 Jul 2023 12:28:53 PM UTC :: Run completed, conclusion: failure
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Tue 04 Jul 2023 12:28:53 PM UTC :: Run 5454682289 is completed
eclipse-edc/connector/actions/workflows/release-edc.yml :: Tue 04 Jul 2023 12:28:53 PM UTC :: Run 5454682307 is completed
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish-new-snapshot)
Stage "publish-new-snapshot" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] withCredentials
Masking supported pattern matches of $WEBHOOK_URL
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 8b7667853f1733736ba684a0eb49616ee63407bc (refs/remotes/origin/main)
Commit message: "added Runtime-Metamodel component"
Cloning repository https://github.com/eclipse-edc/JenkinsPipelines.git
 > git init /home/jenkins/agent/workspace/Release # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/JenkinsPipelines.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/JenkinsPipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-edc/JenkinsPipelines.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b7667853f1733736ba684a0eb49616ee63407bc # timeout=10
[Pipeline] sh
+ chmod +x scripts/discord_webhook.sh
+ ./scripts/discord_webhook.sh FAILURE Release 9 https://github.com/eclipse-edc/Connector 0.1.3
'WEBHOOK_URL:  https://discord.com/api/webhooks/<masked_url>'
'STATUS: FAILURE'
'JENKINS_JOB: Release'
'BUILD_NUMBER: 9'
'REPO_URL: https://github.com/eclipse-edc/Connector'
'VERSION: 0.1.3'
'CONTENT: Release build FAILURE. Version 0.1.3'

[Webhook]: Jenkins CI detected.
[Webhook]: Sending webhook to Discord...


######################################################################## 100.0%

[Webhook]: Successfully sent the webhook.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE