Skip to content
Failed

Console Output

Started by user Andrea Bertagnolli
Running as Andrea Bertagnolli
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-mzdr1 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-mzdr1"
  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-mzdr1"
    - 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-mzdr1"
    - 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-3131.vf2b_b_798b_ce99"
    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-mzdr1 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
 > 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
Avoid second fetch
Checking out Revision e90fc5a53c73048c84a5c0f48635b4879c0974fb (refs/remotes/origin/main)
Commit message: "feat: trigger snapshot post-release job also for technology repositories"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
 > git rev-list --no-walk e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (init)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ echo 0.4.0
[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
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
Using USER/PWD authentication for the GitHub API
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:20 PM UTC :: Trigger the workflow with {"ref": "main"}
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Trigger the workflow with {"ref": "main"}
    %%  TToottaall        %%  RReecceeiivveedd  %%  XXffeerrdd       A%A v v%eTe rorTata oagg tlee%a    l SST  ppo  eet %eea  d dl%R     e %  Rc    eeTTT ciioi%evmtm ieeaeRlvd  e e   c d%   e    XfTiT %%eivi  rmemXRdedefe    ec   %reA   div e X v r f edTaTeA igirv%m eXmdee fe r S e a pCr gAeudCever u edr rSr eArpa nveeg teneeT
rtd i a
 Sm g  pe e   e     Te  S% id  p  m   eT e T eo   i dt  Tmi  a  em     le    T    T i    i m    m e  % e   T T   R  ii  e  mm  c  eeT e T  i i i  m v  mC e e  eu   d%  r     %  rTC T  X eiu o f nmr t e ter a rT
 e l di  n    m  Ct   eA uv
     re D    rr l%DC uea o l rng aRo rte dea e
   cd n S  e  t p Ui  
 e pvU   e lep   d odl      a o     d%a        d   T  X    i Tf    m oe    e trT     ado     l t       a      Al   T  v    iS%e    mp r    eeTaS    nogp    ttee     a n D   lSt l    p  o T  e  a iL e  d  me d  L  ef%  e Uploadt   f   R  t   e T    Sc i  DTpeCm Sloeue pioter Devaadr leedl
e od
d 
 n
t aT %    
di U     mXp0S0  efl p  U eo e  p    Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--ra n  l:dd t  o-      a-  0 0 d A       vT      eo L    rt e  T aa0f0 o0gl t  te     a      lS  S   pS p   ep0e0  ee e  Sdn d  p t 
  e    
 n  00  tT      i   0  mL     ee      f    L  t00 e      f     0t TS    Dip    lme   Soee   pa d000ed 
   e     
d      
 U 
   0pT     li  0 0 om0 0  ae     d - -    - - 0 C::0  u --   Tr0--  or ::  te --0 an -- 0lt      
0--     --    S ::   p --0  e --   n :: 0 t0--     --        0    -- -    - :  L0: - 0e  - - f- - : t- :0-  : - -  - -   S-0    p:     e-     e-     d   00 
- 0  -   :0  -   -   : -   -0    -  -- :0- - : ---D:--l-::o---a --d  :  --  --U : p0--l--o::a--d--  : -- --T: o--t--a::l-- --  :  -S -p  ent     0    0Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0       0  - - : - - : - -   - -D:l-o-a:d- -  U-p-l:o-a-d: - -  T o t a l0   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    15    0     0  100    15      0     57 --:--:-- --:--:-- --:--:--    57
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     54 --:--:-- --:--:-- --:--:--    54
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     49 --:--:-- --:--:-- --:--:--    49
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     46 --:--:-- --:--:-- --:--:--    46
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     45 --:--:-- --:--:-- --:--:--    45
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     44 --:--:-- --:--:-- --:--:--    44
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     42 --:--:-- --:--:-- --:--:--    42

100    15    0     0  100    15      0     42 --:--:-- --:--:-- --:--:--    42
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start

100    15    0     0  100    15      0     35 --:--:-- --:--:-- --:--:--    35
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:21 PM UTC :: Waiting for workflow to start
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:26 PM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:31 PM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Waiting for run 6893159526 to complete
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Waiting for run 6893159598 to complete
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Waiting for run 6893159505 to complete
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Waiting for run 6893159503 to complete
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Waiting for run 6893159522 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Run 6893159598 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Run 6893159526 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Run 6893159505 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:37 PM UTC :: Run 6893159522 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:42 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:42 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:42 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:42 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:47 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:47 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:47 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:47 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:52 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:52 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:52 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:53 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:58 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:58 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:50:58 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:50:58 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:03 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:03 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:03 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:03 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:07 PM UTC :: Run 6893159598 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:07 PM UTC :: Run 6893159526 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:51:07 PM UTC :: Run 6893159505 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:07 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:07 PM UTC :: Run 6893159522 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:08 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:08 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:08 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:09 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:14 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:14 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:14 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:14 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:19 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:19 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:19 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:19 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:24 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:24 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:24 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:24 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:29 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:29 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:30 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:30 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: status in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: Waiting for run 6893159601 to complete
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:35 PM UTC :: Run 6893159601 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:37 PM UTC :: Run 6893159598 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:37 PM UTC :: Run 6893159526 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:51:37 PM UTC :: Run 6893159505 is queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:37 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:38 PM UTC :: Run 6893159522 is queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:40 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:40 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:40 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:45 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:45 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:46 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:51 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:51 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:51 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:56 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:51:56 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:51:56 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:01 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:52:01 PM UTC :: status in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:52:01 PM UTC :: Waiting for run 6893159638 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:02 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:52:02 PM UTC :: Run 6893159638 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:05 PM UTC :: Run 6893159601 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:07 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:07 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:08 PM UTC :: Run 6893159598 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:08 PM UTC :: Run 6893159526 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:08 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:52:08 PM UTC :: Run 6893159505 is completed
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:08 PM UTC :: Run 6893159522 is completed
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:12 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:12 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:17 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:17 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:22 PM UTC :: status in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:22 PM UTC :: Waiting for run 6893159634 to complete
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:23 PM UTC :: Run 6893159634 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:23 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:28 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:52:32 PM UTC :: Run 6893159638 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:33 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:36 PM UTC :: Run 6893159601 is in_progress
eclipse-edc/gradleplugins/actions/workflows/test.yaml :: Thu 16 Nov 2023 03:52:38 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-gcp/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:38 PM UTC :: Run completed, conclusion: success
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:38 PM UTC :: Run 6893159598 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:38 PM UTC :: Run 6893159526 is in_progress
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:38 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:39 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:44 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:49 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:53 PM UTC :: Run 6893159634 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:54 PM UTC :: status in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:54 PM UTC :: Waiting for run 6893159572 to complete
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:52:55 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:53:02 PM UTC :: Run 6893159638 is completed
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:06 PM UTC :: Run 6893159601 is in_progress
eclipse-edc/identityhub/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:08 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:08 PM UTC :: Run 6893159526 is queued
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:08 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:23 PM UTC :: Run 6893159634 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:25 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/ci.yaml :: Thu 16 Nov 2023 03:53:32 PM UTC :: Run completed, conclusion: success
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:36 PM UTC :: Run 6893159601 is in_progress
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:38 PM UTC :: Run 6893159526 is completed
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:38 PM UTC :: Run 6893159503 is in_progress
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:53 PM UTC :: Run 6893159634 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:53:55 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:06 PM UTC :: Run 6893159601 is completed
eclipse-edc/technology-azure/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:08 PM UTC :: Run completed, conclusion: success
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:09 PM UTC :: Run 6893159503 is completed
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:24 PM UTC :: Run 6893159634 is completed
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:26 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:36 PM UTC :: Run completed, conclusion: success
eclipse-edc/registrationservice/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:39 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-aws/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:54 PM UTC :: Run completed, conclusion: success
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:54:56 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:55:28 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:55:59 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:56:29 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:56:59 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:57:30 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:58:00 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:58:30 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:59:00 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 03:59:31 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:00:01 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:00:31 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:01:01 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:01:32 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:02:02 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:02:32 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:03:02 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:03:33 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:04:03 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:04:33 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:05:03 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:05:34 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:06:04 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:06:34 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:07:04 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:07:35 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:08:05 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:08:35 PM UTC :: Run 6893159572 is in_progress
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:09:06 PM UTC :: Run 6893159572 is completed
eclipse-edc/connector/actions/workflows/verify.yaml :: Thu 16 Nov 2023 04:09:36 PM 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 #263
Build Publish-All-In-One 0.4.0 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.4.0 **** ****
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 :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
Using USER/PWD authentication for the GitHub API
Using USER/PWD authentication for the GitHub API
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"metamodel_version": "0.4.0"}}
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"ih_version": "0.4.0"}}
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"rs_version": "0.4.0"}}
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:24 PM UTC :: Trigger the workflow with {"ref": "main", "inputs": {"edc_version": "0.4.0"}}
      %%%   TTToootttaaalll            %%%   RRReeeccceeeiiivvveeeddd  % % % X XfXfefererdrd d    A AvAvevereraragagege e S SpSpepeeeeded d       T TiTimimeme e          T TiTimimeme e             T TiTimimeme e    C CuCururrrrerenentnt
t
 
                                                                                               D  lD olDaoldao da  dU  pU lpUolpaoldao da  d   T  oT toTatolat la  l   S  pS epSneptne tn  t      L  eL feLtfe tf  tS  pS epSeepdee
de
d

  
   00   0            00   0         00   0            0 0 0          0 0 0             0 0 0                0 0 0                0 0 0 - ----:-:-:----:-:-:---- - - ----:-:-:----:-:-:---- - - ----:-:-:-----:::------               000  % Total    % Received % Xferd  Average Speed   Time    Time      T i%m eT o tCaulr r e n t%
  R e c e i v e d   %   X f e r d     A v e r a g e   S p e e d    D lToiamde    U p lToiamde      T o tTailm e    SCpuernrte n t 
  L e f t     S p e e d 
  
     0           0         0          D0l o a d  0  Up l o ad   0  T o t a l  0    S p   e0n t- - : - -L:e-f-t  - -S:p-e-e:d-
- -
- : -0- : - -    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     % % % T ToTototatalal l          % % % R ReRecececeieiviveveded d % % % XX ffXeefrreddr  d   AA vvAeevrreaarggaeeg  eSS ppeSepeeedde   d    T Ti imTmeie m  e       T Ti imTmeie m  e          T Ti imTmeie m  e C Cu urCrrurerenrtnen
tt 

                                                                                              D  l  oDDalldooa ad d U  p UlUpoplalodoa ad d    T  o TtToaotlta al l     S  pSSeppneetnn tt         L  eLLfeetff tt   S  pSSeppeeedee
dd


 
 
 0    0 0           0   00         0   00            0   00         0   00            0   00               0   00               0   00-  ---:---::---:---::--- --- - --:---::---:---:-:- ---- - -:----:-:-:----:-:- -- -          0   00
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    51    0     0  100    51      0    241 --:--:-- --:--:-- --:--:--   240
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    57    0     0  100    57      0    243 --:--:-- --:--:-- --:--:--   242

100    50    0     0  100    50      0    212 --:--:-- --:--:-- --:--:--   211
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    50    0     0  100    50      0    199 --:--:-- --:--:-- --:--:--   199
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    196 --:--:-- --:--:-- --:--:--   195
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    192 --:--:-- --:--:-- --:--:--   191

100    51    0     0  100    51      0    191 --:--:-- --:--:-- --:--:--   190
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    178 --:--:-- --:--:-- --:--:--   177
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start

100    51    0     0  100    51      0    123 --:--:-- --:--:-- --:--:--   123
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:25 PM UTC :: Waiting for workflow to start
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:30 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status in_progress
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Waiting for run 6894125854 to complete
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status queued
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status queued
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Waiting for run 6894125859 to complete
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Waiting for run 6894125837 to complete
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Waiting for run 6894125950 to complete
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Waiting for run 6894125815 to complete
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status queued
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: status queued
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Run 6894125854 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Run 6894125815 is in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Run 6894125859 is in_progress
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:12:35 PM UTC :: Run 6894125837 is in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: status in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: Waiting for run 6894125966 to complete
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: status in_progress
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: Waiting for run 6894126005 to complete
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: status in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:40 PM UTC :: Waiting for run 6894125886 to complete
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: status in_progress
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: Waiting for run 6894125947 to complete
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: Run 6894125966 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: Run 6894125886 is in_progress
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: Run 6894126005 is in_progress
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:12:41 PM UTC :: Run 6894125947 is in_progress
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:13:06 PM UTC :: Run 6894125854 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:13:06 PM UTC :: Run 6894125950 is queued
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:13:06 PM UTC :: Run 6894125859 is in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:13:06 PM UTC :: Run 6894125815 is completed
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:13:06 PM UTC :: Run 6894125837 is completed
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:13:11 PM UTC :: Run 6894125966 is in_progress
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:13:11 PM UTC :: Run 6894125886 is completed
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:13:11 PM UTC :: Run 6894126005 is completed
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:13:11 PM UTC :: Run 6894125947 is in_progress
eclipse-edc/technology-gcp/actions/workflows/release-tech-gcp.yml :: Thu 16 Nov 2023 05:13:36 PM UTC :: Run completed, conclusion: success
eclipse-edc/federatedcatalog/actions/workflows/release-fcc.yml :: Thu 16 Nov 2023 05:13:36 PM UTC :: Run completed, conclusion: success
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:13:36 PM UTC :: Run 6894125854 is completed
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:13:36 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:13:36 PM UTC :: Run 6894125859 is completed
eclipse-edc/runtime-metamodel/actions/workflows/release-rm.yml :: Thu 16 Nov 2023 05:13:41 PM UTC :: Run completed, conclusion: success
eclipse-edc/identityhub/actions/workflows/release-identityhub.yml :: Thu 16 Nov 2023 05:13:41 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:13:41 PM UTC :: Run 6894125966 is completed
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:13:41 PM UTC :: Run 6894125947 is completed
eclipse-edc/registrationservice/actions/workflows/release-registrationservice.yml :: Thu 16 Nov 2023 05:14:06 PM UTC :: Run completed, conclusion: success
eclipse-edc/gradleplugins/actions/workflows/release-all-java.yml :: Thu 16 Nov 2023 05:14:06 PM UTC :: Run completed, conclusion: success
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:14:06 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/technology-azure/actions/workflows/release-tech-az.yml :: Thu 16 Nov 2023 05:14:11 PM UTC :: Run completed, conclusion: success
eclipse-edc/technology-aws/actions/workflows/release-tech-aws.yml :: Thu 16 Nov 2023 05:14:11 PM UTC :: Run completed, conclusion: success
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:14:40 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:15:10 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:15:40 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:16:11 PM UTC :: Run 6894125950 is in_progress
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:16:41 PM UTC :: Run 6894125950 is completed
eclipse-edc/connector/actions/workflows/release-edc.yml :: Thu 16 Nov 2023 05:17:11 PM UTC :: Run completed, conclusion: success
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish-new-snapshot)
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #837
Build Publish-Component Runtime-Metamodel completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #838
Build Publish-Component GradlePlugins completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #839
Build Publish-Component Connector completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #840
Build Publish-Component IdentityHub completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #841
Build Publish-Component RegistrationService completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #842
Build Publish-Component FederatedCatalog completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #843
Build Publish-Component Technology-Aws completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #844
Build Publish-Component Technology-Azure completed: SUCCESS
[Pipeline] build
Scheduling project: Publish-Component
Starting building: Publish-Component #845
Build Publish-Component Technology-Gcp completed: FAILURE
[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
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 e90fc5a53c73048c84a5c0f48635b4879c0974fb (refs/remotes/origin/main)
Commit message: "feat: trigger snapshot post-release job also for technology repositories"
 > 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 e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
[Pipeline] sh
+ chmod +x scripts/discord_webhook.sh
+ ./scripts/discord_webhook.sh FAILURE Release 19 https://github.com/eclipse-edc/Connector 0.4.0
'WEBHOOK_URL:  https://discord.com/api/webhooks/<masked_url>'
'STATUS: FAILURE'
'JENKINS_JOB: Release'
'BUILD_NUMBER: 19'
'REPO_URL: https://github.com/eclipse-edc/Connector'
'VERSION: 0.4.0'
'CONTENT: Release build FAILURE. Version 0.4.0'

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

#=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
#=#=-#  #                                                                     
-#O#- #   #                                                                   
-=#=#   #   #                                                                 
-=O#- #  #    #                                                               

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

[Webhook]: Successfully sent the webhook.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Publish-Component Technology-Gcp completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: e6a9ca3c-6a67-46f7-8d0d-2c319455c2d1
Finished: FAILURE