Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2733B6177E5CD6D5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ sort -u
++ awk -F: '/fpr:/ {print $10}'
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust
Secret subkeys are available.

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2027-10-17
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-8dBwRd0e1lPp/agent.256
SSH_AGENT_PID=258
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_5402663998125995193.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_5402663998125995193.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config --global user.email microprofile-bot@eclipse.org
+ git config --global user.name 'Eclipse MicroProfile bot'
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ wget https://github.com/eclipse/microprofile-build-infra/raw/master/buildScripts/staging-augmenter-ubi8
--2022-11-10 11:14:03--  https://github.com/eclipse/microprofile-build-infra/raw/master/buildScripts/staging-augmenter-ubi8
Resolving github.com (github.com)... 140.82.114.3
Connecting to github.com (github.com)|140.82.114.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/eclipse/microprofile-build-infra/master/buildScripts/staging-augmenter-ubi8 [following]
--2022-11-10 11:14:03--  https://raw.githubusercontent.com/eclipse/microprofile-build-infra/master/buildScripts/staging-augmenter-ubi8
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 43375280 (41M) [application/octet-stream]
Saving to: ‘staging-augmenter-ubi8’

     0K .......... .......... .......... .......... ..........  0% 11.4M 4s
    50K .......... .......... .......... .......... ..........  0% 13.5M 3s
   100K .......... .......... .......... .......... ..........  0% 79.3M 2s
   150K .......... .......... .......... .......... ..........  0% 15.8M 2s
   200K .......... .......... .......... .......... ..........  0%  104M 2s
   250K .......... .......... .......... .......... ..........  0%  109M 2s
   300K .......... .......... .......... .......... ..........  0% 40.6M 2s
   350K .......... .......... .......... .......... ..........  0% 28.7M 2s
   400K .......... .......... .......... .......... ..........  1% 90.9M 1s
   450K .......... .......... .......... .......... ..........  1%  118M 1s
   500K .......... .......... .......... .......... ..........  1%  107M 1s
   550K .......... .......... .......... .......... ..........  1%  104M 1s
   600K .......... .......... .......... .......... ..........  1%  101M 1s
   650K .......... .......... .......... .......... ..........  1%  119M 1s
   700K .......... .......... .......... .......... ..........  1%  101M 1s
   750K .......... .......... .......... .......... ..........  1%  125M 1s
   800K .......... .......... .......... .......... ..........  2% 68.1M 1s
   850K .......... .......... .......... .......... ..........  2% 90.4M 1s
   900K .......... .......... .......... .......... ..........  2%  103M 1s
   950K .......... .......... .......... .......... ..........  2%  109M 1s
  1000K .......... .......... .......... .......... ..........  2%  112M 1s
  1050K .......... .......... .......... .......... ..........  2%  108M 1s
  1100K .......... .......... .......... .......... ..........  2%  128M 1s
  1150K .......... .......... .......... .......... ..........  2% 92.1M 1s
  1200K .......... .......... .......... .......... ..........  2% 80.1M 1s
  1250K .......... .......... .......... .......... ..........  3%  132M 1s
  1300K .......... .......... .......... .......... ..........  3%  125M 1s
  1350K .......... .......... .......... .......... ..........  3%  106M 1s
  1400K .......... .......... .......... .......... ..........  3% 91.8M 1s
  1450K .......... .......... .......... .......... ..........  3% 93.0M 1s
  1500K .......... .......... .......... .......... ..........  3%  112M 1s
  1550K .......... .......... .......... .......... ..........  3% 96.5M 1s
  1600K .......... .......... .......... .......... ..........  3%  110M 1s
  1650K .......... .......... .......... .......... ..........  4%  113M 1s
  1700K .......... .......... .......... .......... ..........  4%  107M 1s
  1750K .......... .......... .......... .......... ..........  4%  108M 1s
  1800K .......... .......... .......... .......... ..........  4%  100M 1s
  1850K .......... .......... .......... .......... ..........  4%  110M 1s
  1900K .......... .......... .......... .......... ..........  4%  115M 1s
  1950K .......... .......... .......... .......... ..........  4% 90.2M 1s
  2000K .......... .......... .......... .......... ..........  4% 84.1M 1s
  2050K .......... .......... .......... .......... ..........  4% 84.7M 1s
  2100K .......... .......... .......... .......... ..........  5% 87.1M 1s
  2150K .......... .......... .......... .......... ..........  5%  103M 1s
  2200K .......... .......... .......... .......... ..........  5% 95.9M 1s
  2250K .......... .......... .......... .......... ..........  5%  122M 1s
  2300K .......... .......... .......... .......... ..........  5%  128M 1s
  2350K .......... .......... .......... .......... ..........  5%  121M 1s
  2400K .......... .......... .......... .......... ..........  5%  102M 1s
  2450K .......... .......... .......... .......... ..........  5%  126M 1s
  2500K .......... .......... .......... .......... ..........  6%  112M 1s
  2550K .......... .......... .......... .......... ..........  6%  103M 1s
  2600K .......... .......... .......... .......... ..........  6% 89.8M 1s
  2650K .......... .......... .......... .......... ..........  6%  133M 1s
  2700K .......... .......... .......... .......... ..........  6%  119M 1s
  2750K .......... .......... .......... .......... ..........  6%  131M 1s
  2800K .......... .......... .......... .......... ..........  6%  105M 1s
  2850K .......... .......... .......... .......... ..........  6% 94.6M 1s
  2900K .......... .......... .......... .......... ..........  6%  122M 1s
  2950K .......... .......... .......... .......... ..........  7%  111M 1s
  3000K .......... .......... .......... .......... ..........  7%  119M 1s
  3050K .......... .......... .......... .......... ..........  7%  118M 1s
  3100K .......... .......... .......... .......... ..........  7%  106M 1s
  3150K .......... .......... .......... .......... ..........  7%  108M 1s
  3200K .......... .......... .......... .......... ..........  7% 85.2M 1s
  3250K .......... .......... .......... .......... ..........  7%  124M 1s
  3300K .......... .......... .......... .......... ..........  7%  116M 0s
  3350K .......... .......... .......... .......... ..........  8%  119M 0s
  3400K .......... .......... .......... .......... ..........  8% 98.8M 0s
  3450K .......... .......... .......... .......... ..........  8%  132M 0s
  3500K .......... .......... .......... .......... ..........  8%  112M 0s
  3550K .......... .......... .......... .......... ..........  8%  117M 0s
  3600K .......... .......... .......... .......... ..........  8%  100M 0s
  3650K .......... .......... .......... .......... ..........  8%  119M 0s
  3700K .......... .......... .......... .......... ..........  8%  133M 0s
  3750K .......... .......... .......... .......... ..........  8%  102M 0s
  3800K .......... .......... .......... .......... ..........  9%  114M 0s
  3850K .......... .......... .......... .......... ..........  9%  120M 0s
  3900K .......... .......... .......... .......... ..........  9%  102M 0s
  3950K .......... .......... .......... .......... ..........  9%  121M 0s
  4000K .......... .......... .......... .......... ..........  9% 80.8M 0s
  4050K .......... .......... .......... .......... ..........  9%  101M 0s
  4100K .......... .......... .......... .......... ..........  9%  111M 0s
  4150K .......... .......... .......... .......... ..........  9%  129M 0s
  4200K .......... .......... .......... .......... .......... 10%  108M 0s
  4250K .......... .......... .......... .......... .......... 10%  134M 0s
  4300K .......... .......... .......... .......... .......... 10%  106M 0s
  4350K .......... .......... .......... .......... .......... 10%  110M 0s
  4400K .......... .......... .......... .......... .......... 10% 98.5M 0s
  4450K .......... .......... .......... .......... .......... 10%  106M 0s
  4500K .......... .......... .......... .......... .......... 10%  125M 0s
  4550K .......... .......... .......... .......... .......... 10%  113M 0s
  4600K .......... .......... .......... .......... .......... 10%  117M 0s
  4650K .......... .......... .......... .......... .......... 11%  112M 0s
  4700K .......... .......... .......... .......... .......... 11%  118M 0s
  4750K .......... .......... .......... .......... .......... 11%  127M 0s
  4800K .......... .......... .......... .......... .......... 11% 98.0M 0s
  4850K .......... .......... .......... .......... .......... 11%  135M 0s
  4900K .......... .......... .......... .......... .......... 11% 97.1M 0s
  4950K .......... .......... .......... .......... .......... 11%  141M 0s
  5000K .......... .......... .......... .......... .......... 11% 93.5M 0s
  5050K .......... .......... .......... .......... .......... 12%  118M 0s
  5100K .......... .......... .......... .......... .......... 12%  128M 0s
  5150K .......... .......... .......... .......... .......... 12%  129M 0s
  5200K .......... .......... .......... .......... .......... 12% 99.5M 0s
  5250K .......... .......... .......... .......... .......... 12% 95.2M 0s
  5300K .......... .......... .......... .......... .......... 12%  131M 0s
  5350K .......... .......... .......... .......... .......... 12% 94.8M 0s
  5400K .......... .......... .......... .......... .......... 12%  117M 0s
  5450K .......... .......... .......... .......... .......... 12%  118M 0s
  5500K .......... .......... .......... .......... .......... 13%  113M 0s
  5550K .......... .......... .......... .......... .......... 13%  114M 0s
  5600K .......... .......... .......... .......... .......... 13% 97.6M 0s
  5650K .......... .......... .......... .......... .......... 13%  108M 0s
  5700K .......... .......... .......... .......... .......... 13%  101M 0s
  5750K .......... .......... .......... .......... .......... 13%  109M 0s
  5800K .......... .......... .......... .......... .......... 13% 95.4M 0s
  5850K .......... .......... .......... .......... .......... 13%  108M 0s
  5900K .......... .......... .......... .......... .......... 14% 92.8M 0s
  5950K .......... .......... .......... .......... .......... 14%  111M 0s
  6000K .......... .......... .......... .......... .......... 14% 88.8M 0s
  6050K .......... .......... .......... .......... .......... 14% 86.2M 0s
  6100K .......... .......... .......... .......... .......... 14%  112M 0s
  6150K .......... .......... .......... .......... .......... 14%  100M 0s
  6200K .......... .......... .......... .......... .......... 14% 89.1M 0s
  6250K .......... .......... .......... .......... .......... 14% 96.2M 0s
  6300K .......... .......... .......... .......... .......... 14% 92.3M 0s
  6350K .......... .......... .......... .......... .......... 15%  133M 0s
  6400K .......... .......... .......... .......... .......... 15% 84.4M 0s
  6450K .......... .......... .......... .......... .......... 15%  143M 0s
  6500K .......... .......... .......... .......... .......... 15%  104M 0s
  6550K .......... .......... .......... .......... .......... 15%  116M 0s
  6600K .......... .......... .......... .......... .......... 15% 96.0M 0s
  6650K .......... .......... .......... .......... .......... 15%  137M 0s
  6700K .......... .......... .......... .......... .......... 15%  109M 0s
  6750K .......... .......... .......... .......... .......... 16%  133M 0s
  6800K .......... .......... .......... .......... .......... 16%  113M 0s
  6850K .......... .......... .......... .......... .......... 16%  114M 0s
  6900K .......... .......... .......... .......... .......... 16%  103M 0s
  6950K .......... .......... .......... .......... .......... 16%  126M 0s
  7000K .......... .......... .......... .......... .......... 16%  111M 0s
  7050K .......... .......... .......... .......... .......... 16%  111M 0s
  7100K .......... .......... .......... .......... .......... 16%  127M 0s
  7150K .......... .......... .......... .......... .......... 16%  107M 0s
  7200K .......... .......... .......... .......... .......... 17%  110M 0s
  7250K .......... .......... .......... .......... .......... 17%  134M 0s
  7300K .......... .......... .......... .......... .......... 17%  127M 0s
  7350K .......... .......... .......... .......... .......... 17%  108M 0s
  7400K .......... .......... .......... .......... .......... 17% 95.9M 0s
  7450K .......... .......... .......... .......... .......... 17%  106M 0s
  7500K .......... .......... .......... .......... .......... 17%  107M 0s
  7550K .......... .......... .......... .......... .......... 17%  104M 0s
  7600K .......... .......... .......... .......... .......... 18% 84.3M 0s
  7650K .......... .......... .......... .......... .......... 18%  109M 0s
  7700K .......... .......... .......... .......... .......... 18%  106M 0s
  7750K .......... .......... .......... .......... .......... 18% 92.7M 0s
  7800K .......... .......... .......... .......... .......... 18% 99.7M 0s
  7850K .......... .......... .......... .......... .......... 18%  103M 0s
  7900K .......... .......... .......... .......... .......... 18%  131M 0s
  7950K .......... .......... .......... .......... .......... 18%  120M 0s
  8000K .......... .......... .......... .......... .......... 19%  110M 0s
  8050K .......... .......... .......... .......... .......... 19%  120M 0s
  8100K .......... .......... .......... .......... .......... 19%  132M 0s
  8150K .......... .......... .......... .......... .......... 19%  130M 0s
  8200K .......... .......... .......... .......... .......... 19%  115M 0s
  8250K .......... .......... .......... .......... .......... 19%  133M 0s
  8300K .......... .......... .......... .......... .......... 19%  136M 0s
  8350K .......... .......... .......... .......... .......... 19% 91.9M 0s
  8400K .......... .......... .......... .......... .......... 19% 83.7M 0s
  8450K .......... .......... .......... .......... .......... 20%  127M 0s
  8500K .......... .......... .......... .......... .......... 20%  125M 0s
  8550K .......... .......... .......... .......... .......... 20% 89.7M 0s
  8600K .......... .......... .......... .......... .......... 20%  116M 0s
  8650K .......... .......... .......... .......... .......... 20%  125M 0s
  8700K .......... .......... .......... .......... .......... 20%  114M 0s
  8750K .......... .......... .......... .......... .......... 20% 90.6M 0s
  8800K .......... .......... .......... .......... .......... 20% 62.0M 0s
  8850K .......... .......... .......... .......... .......... 21%  111M 0s
  8900K .......... .......... .......... .......... .......... 21%  129M 0s
  8950K .......... .......... .......... .......... .......... 21%  107M 0s
  9000K .......... .......... .......... .......... .......... 21% 95.2M 0s
  9050K .......... .......... .......... .......... .......... 21% 87.9M 0s
  9100K .......... .......... .......... .......... .......... 21%  130M 0s
  9150K .......... .......... .......... .......... .......... 21%  117M 0s
  9200K .......... .......... .......... .......... .......... 21% 92.8M 0s
  9250K .......... .......... .......... .......... .......... 21% 98.9M 0s
  9300K .......... .......... .......... .......... .......... 22%  111M 0s
  9350K .......... .......... .......... .......... .......... 22% 91.3M 0s
  9400K .......... .......... .......... .......... .......... 22% 3.06M 0s
  9450K .......... .......... .......... .......... .......... 22%  130M 0s
  9500K .......... .......... .......... .......... .......... 22%  137M 0s
  9550K .......... .......... .......... .......... .......... 22%  132M 0s
  9600K .......... .......... .......... .......... .......... 22%  111M 0s
  9650K .......... .......... .......... .......... .......... 22%  131M 0s
  9700K .......... .......... .......... .......... .......... 23%  125M 0s
  9750K .......... .......... .......... .......... .......... 23%  140M 0s
  9800K .......... .......... .......... .......... .......... 23%  112M 0s
  9850K .......... .......... .......... .......... .......... 23%  144M 0s
  9900K .......... .......... .......... .......... .......... 23%  122M 0s
  9950K .......... .......... .......... .......... .......... 23%  113M 0s
 10000K .......... .......... .......... .......... .......... 23%  103M 0s
 10050K .......... .......... .......... .......... .......... 23%  132M 0s
 10100K .......... .......... .......... .......... .......... 23%  135M 0s
 10150K .......... .......... .......... .......... .......... 24%  130M 0s
 10200K .......... .......... .......... .......... .......... 24%  114M 0s
 10250K .......... .......... .......... .......... .......... 24%  132M 0s
 10300K .......... .......... .......... .......... .......... 24%  131M 0s
 10350K .......... .......... .......... .......... .......... 24%  136M 0s
 10400K .......... .......... .......... .......... .......... 24%  107M 0s
 10450K .......... .......... .......... .......... .......... 24% 96.8M 0s
 10500K .......... .......... .......... .......... .......... 24%  143M 0s
 10550K .......... .......... .......... .......... .......... 25%  131M 0s
 10600K .......... .......... .......... .......... .......... 25%  115M 0s
 10650K .......... .......... .......... .......... .......... 25%  140M 0s
 10700K .......... .......... .......... .......... .......... 25%  122M 0s
 10750K .......... .......... .......... .......... .......... 25%  135M 0s
 10800K .......... .......... .......... .......... .......... 25%  104M 0s
 10850K .......... .......... .......... .......... .......... 25%  138M 0s
 10900K .......... .......... .......... .......... .......... 25%  134M 0s
 10950K .......... .......... .......... .......... .......... 25%  119M 0s
 11000K .......... .......... .......... .......... .......... 26%  123M 0s
 11050K .......... .......... .......... .......... .......... 26%  140M 0s
 11100K .......... .......... .......... .......... .......... 26%  117M 0s
 11150K .......... .......... .......... .......... .......... 26%  136M 0s
 11200K .......... .......... .......... .......... .......... 26% 96.9M 0s
 11250K .......... .......... .......... .......... .......... 26%  133M 0s
 11300K .......... .......... .......... .......... .......... 26%  138M 0s
 11350K .......... .......... .......... .......... .......... 26%  114M 0s
 11400K .......... .......... .......... .......... .......... 27%  103M 0s
 11450K .......... .......... .......... .......... .......... 27%  102M 0s
 11500K .......... .......... .......... .......... .......... 27%  130M 0s
 11550K .......... .......... .......... .......... .......... 27%  124M 0s
 11600K .......... .......... .......... .......... .......... 27%  109M 0s
 11650K .......... .......... .......... .......... .......... 27%  140M 0s
 11700K .......... .......... .......... .......... .......... 27%  121M 0s
 11750K .......... .......... .......... .......... .......... 27%  149M 0s
 11800K .......... .......... .......... .......... .......... 27%  123M 0s
 11850K .......... .......... .......... .......... .......... 28%  131M 0s
 11900K .......... .......... .......... .......... .......... 28%  137M 0s
 11950K .......... .......... .......... .......... .......... 28%  126M 0s
 12000K .......... .......... .......... .......... .......... 28%  109M 0s
 12050K .......... .......... .......... .......... .......... 28%  127M 0s
 12100K .......... .......... .......... .......... .......... 28%  119M 0s
 12150K .......... .......... .......... .......... .......... 28%  128M 0s
 12200K .......... .......... .......... .......... .......... 28%  117M 0s
 12250K .......... .......... .......... .......... .......... 29%  133M 0s
 12300K .......... .......... .......... .......... .......... 29%  120M 0s
 12350K .......... .......... .......... .......... .......... 29%  123M 0s
 12400K .......... .......... .......... .......... .......... 29% 99.6M 0s
 12450K .......... .......... .......... .......... .......... 29%  112M 0s
 12500K .......... .......... .......... .......... .......... 29%  137M 0s
 12550K .......... .......... .......... .......... .......... 29%  127M 0s
 12600K .......... .......... .......... .......... .......... 29%  113M 0s
 12650K .......... .......... .......... .......... .......... 29%  140M 0s
 12700K .......... .......... .......... .......... .......... 30%  128M 0s
 12750K .......... .......... .......... .......... .......... 30%  142M 0s
 12800K .......... .......... .......... .......... .......... 30%  118M 0s
 12850K .......... .......... .......... .......... .......... 30%  135M 0s
 12900K .......... .......... .......... .......... .......... 30%  152M 0s
 12950K .......... .......... .......... .......... .......... 30%  149M 0s
 13000K .......... .......... .......... .......... .......... 30%  129M 0s
 13050K .......... .......... .......... .......... .......... 30%  149M 0s
 13100K .......... .......... .......... .......... .......... 31%  131M 0s
 13150K .......... .......... .......... .......... .......... 31%  136M 0s
 13200K .......... .......... .......... .......... .......... 31%  102M 0s
 13250K .......... .......... .......... .......... .......... 31%  111M 0s
 13300K .......... .......... .......... .......... .......... 31%  132M 0s
 13350K .......... .......... .......... .......... .......... 31%  121M 0s
 13400K .......... .......... .......... .......... .......... 31%  129M 0s
 13450K .......... .......... .......... .......... .......... 31%  158M 0s
 13500K .......... .......... .......... .......... .......... 31%  149M 0s
 13550K .......... .......... .......... .......... .......... 32%  142M 0s
 13600K .......... .......... .......... .......... .......... 32%  118M 0s
 13650K .......... .......... .......... .......... .......... 32%  131M 0s
 13700K .......... .......... .......... .......... .......... 32%  150M 0s
 13750K .......... .......... .......... .......... .......... 32%  137M 0s
 13800K .......... .......... .......... .......... .......... 32% 94.3M 0s
 13850K .......... .......... .......... .......... .......... 32%  111M 0s
 13900K .......... .......... .......... .......... .......... 32%  108M 0s
 13950K .......... .......... .......... .......... .......... 33% 91.9M 0s
 14000K .......... .......... .......... .......... .......... 33% 76.5M 0s
 14050K .......... .......... .......... .......... .......... 33%  113M 0s
 14100K .......... .......... .......... .......... .......... 33%  108M 0s
 14150K .......... .......... .......... .......... .......... 33% 89.8M 0s
 14200K .......... .......... .......... .......... .......... 33% 96.5M 0s
 14250K .......... .......... .......... .......... .......... 33%  115M 0s
 14300K .......... .......... .......... .......... .......... 33% 92.3M 0s
 14350K .......... .......... .......... .......... .......... 33%  115M 0s
 14400K .......... .......... .......... .......... .......... 34% 88.3M 0s
 14450K .......... .......... .......... .......... .......... 34%  107M 0s
 14500K .......... .......... .......... .......... .......... 34% 96.2M 0s
 14550K .......... .......... .......... .......... .......... 34%  101M 0s
 14600K .......... .......... .......... .......... .......... 34% 93.2M 0s
 14650K .......... .......... .......... .......... .......... 34%  109M 0s
 14700K .......... .......... .......... .......... .......... 34%  115M 0s
 14750K .......... .......... .......... .......... .......... 34%  115M 0s
 14800K .......... .......... .......... .......... .......... 35% 92.4M 0s
 14850K .......... .......... .......... .......... .......... 35% 88.2M 0s
 14900K .......... .......... .......... .......... .......... 35% 97.7M 0s
 14950K .......... .......... .......... .......... .......... 35% 83.2M 0s
 15000K .......... .......... .......... .......... .......... 35% 84.3M 0s
 15050K .......... .......... .......... .......... .......... 35%  134M 0s
 15100K .......... .......... .......... .......... .......... 35%  131M 0s
 15150K .......... .......... .......... .......... .......... 35%  136M 0s
 15200K .......... .......... .......... .......... .......... 36%  109M 0s
 15250K .......... .......... .......... .......... .......... 36%  111M 0s
 15300K .......... .......... .......... .......... .......... 36%  117M 0s
 15350K .......... .......... .......... .......... .......... 36%  106M 0s
 15400K .......... .......... .......... .......... .......... 36%  102M 0s
 15450K .......... .......... .......... .......... .......... 36%  105M 0s
 15500K .......... .......... .......... .......... .......... 36%  106M 0s
 15550K .......... .......... .......... .......... .......... 36% 90.7M 0s
 15600K .......... .......... .......... .......... .......... 36% 79.8M 0s
 15650K .......... .......... .......... .......... .......... 37%  116M 0s
 15700K .......... .......... .......... .......... .......... 37%  130M 0s
 15750K .......... .......... .......... .......... .......... 37%  115M 0s
 15800K .......... .......... .......... .......... .......... 37%  117M 0s
 15850K .......... .......... .......... .......... .......... 37%  124M 0s
 15900K .......... .......... .......... .......... .......... 37%  106M 0s
 15950K .......... .......... .......... .......... .......... 37%  136M 0s
 16000K .......... .......... .......... .......... .......... 37% 88.3M 0s
 16050K .......... .......... .......... .......... .......... 38%  116M 0s
 16100K .......... .......... .......... .......... .......... 38%  121M 0s
 16150K .......... .......... .......... .......... .......... 38%  129M 0s
 16200K .......... .......... .......... .......... .......... 38%  120M 0s
 16250K .......... .......... .......... .......... .......... 38%  125M 0s
 16300K .......... .......... .......... .......... .......... 38%  126M 0s
 16350K .......... .......... .......... .......... .......... 38%  142M 0s
 16400K .......... .......... .......... .......... .......... 38% 96.5M 0s
 16450K .......... .......... .......... .......... .......... 38%  136M 0s
 16500K .......... .......... .......... .......... .......... 39%  126M 0s
 16550K .......... .......... .......... .......... .......... 39%  132M 0s
 16600K .......... .......... .......... .......... .......... 39%  101M 0s
 16650K .......... .......... .......... .......... .......... 39%  131M 0s
 16700K .......... .......... .......... .......... .......... 39%  128M 0s
 16750K .......... .......... .......... .......... .......... 39%  107M 0s
 16800K .......... .......... .......... .......... .......... 39%  104M 0s
 16850K .......... .......... .......... .......... .......... 39%  122M 0s
 16900K .......... .......... .......... .......... .......... 40%  134M 0s
 16950K .......... .......... .......... .......... .......... 40%  140M 0s
 17000K .......... .......... .......... .......... .......... 40%  101M 0s
 17050K .......... .......... .......... .......... .......... 40%  134M 0s
 17100K .......... .......... .......... .......... .......... 40%  119M 0s
 17150K .......... .......... .......... .......... .......... 40%  128M 0s
 17200K .......... .......... .......... .......... .......... 40% 89.1M 0s
 17250K .......... .......... .......... .......... .......... 40%  113M 0s
 17300K .......... .......... .......... .......... .......... 40%  111M 0s
 17350K .......... .......... .......... .......... .......... 41%  116M 0s
 17400K .......... .......... .......... .......... .......... 41%  116M 0s
 17450K .......... .......... .......... .......... .......... 41%  106M 0s
 17500K .......... .......... .......... .......... .......... 41%  120M 0s
 17550K .......... .......... .......... .......... .......... 41%  101M 0s
 17600K .......... .......... .......... .......... .......... 41% 89.6M 0s
 17650K .......... .......... .......... .......... .......... 41% 98.3M 0s
 17700K .......... .......... .......... .......... .......... 41%  112M 0s
 17750K .......... .......... .......... .......... .......... 42%  119M 0s
 17800K .......... .......... .......... .......... .......... 42%  109M 0s
 17850K .......... .......... .......... .......... .......... 42%  132M 0s
 17900K .......... .......... .......... .......... .......... 42%  137M 0s
 17950K .......... .......... .......... .......... .......... 42%  129M 0s
 18000K .......... .......... .......... .......... .......... 42% 94.2M 0s
 18050K .......... .......... .......... .......... .......... 42%  118M 0s
 18100K .......... .......... .......... .......... .......... 42%  130M 0s
 18150K .......... .......... .......... .......... .......... 42%  116M 0s
 18200K .......... .......... .......... .......... .......... 43%  130M 0s
 18250K .......... .......... .......... .......... .......... 43%  131M 0s
 18300K .......... .......... .......... .......... .......... 43%  123M 0s
 18350K .......... .......... .......... .......... .......... 43%  150M 0s
 18400K .......... .......... .......... .......... .......... 43% 98.1M 0s
 18450K .......... .......... .......... .......... .......... 43%  149M 0s
 18500K .......... .......... .......... .......... .......... 43%  131M 0s
 18550K .......... .......... .......... .......... .......... 43%  121M 0s
 18600K .......... .......... .......... .......... .......... 44%  131M 0s
 18650K .......... .......... .......... .......... .......... 44%  130M 0s
 18700K .......... .......... .......... .......... .......... 44%  141M 0s
 18750K .......... .......... .......... .......... .......... 44%  134M 0s
 18800K .......... .......... .......... .......... .......... 44% 98.3M 0s
 18850K .......... .......... .......... .......... .......... 44%  137M 0s
 18900K .......... .......... .......... .......... .......... 44%  155M 0s
 18950K .......... .......... .......... .......... .......... 44%  139M 0s
 19000K .......... .......... .......... .......... .......... 44%  145M 0s
 19050K .......... .......... .......... .......... .......... 45%  153M 0s
 19100K .......... .......... .......... .......... .......... 45%  125M 0s
 19150K .......... .......... .......... .......... .......... 45%  141M 0s
 19200K .......... .......... .......... .......... .......... 45%  107M 0s
 19250K .......... .......... .......... .......... .......... 45%  157M 0s
 19300K .......... .......... .......... .......... .......... 45%  138M 0s
 19350K .......... .......... .......... .......... .......... 45%  130M 0s
 19400K .......... .......... .......... .......... .......... 45%  127M 0s
 19450K .......... .......... .......... .......... .......... 46%  127M 0s
 19500K .......... .......... .......... .......... .......... 46%  132M 0s
 19550K .......... .......... .......... .......... .......... 46%  151M 0s
 19600K .......... .......... .......... .......... .......... 46%  105M 0s
 19650K .......... .......... .......... .......... .......... 46%  140M 0s
 19700K .......... .......... .......... .......... .......... 46%  137M 0s
 19750K .......... .......... .......... .......... .......... 46%  119M 0s
 19800K .......... .......... .......... .......... .......... 46%  105M 0s
 19850K .......... .......... .......... .......... .......... 46%  118M 0s
 19900K .......... .......... .......... .......... .......... 47%  127M 0s
 19950K .......... .......... .......... .......... .......... 47%  132M 0s
 20000K .......... .......... .......... .......... .......... 47%  102M 0s
 20050K .......... .......... .......... .......... .......... 47%  131M 0s
 20100K .......... .......... .......... .......... .......... 47%  130M 0s
 20150K .......... .......... .......... .......... .......... 47%  138M 0s
 20200K .......... .......... .......... .......... .......... 47%  110M 0s
 20250K .......... .......... .......... .......... .......... 47%  120M 0s
 20300K .......... .......... .......... .......... .......... 48%  133M 0s
 20350K .......... .......... .......... .......... .......... 48%  132M 0s
 20400K .......... .......... .......... .......... .......... 48%  110M 0s
 20450K .......... .......... .......... .......... .......... 48%  129M 0s
 20500K .......... .......... .......... .......... .......... 48%  114M 0s
 20550K .......... .......... .......... .......... .......... 48%  131M 0s
 20600K .......... .......... .......... .......... .......... 48%  115M 0s
 20650K .......... .......... .......... .......... .......... 48%  119M 0s
 20700K .......... .......... .......... .......... .......... 48%  125M 0s
 20750K .......... .......... .......... .......... .......... 49%  124M 0s
 20800K .......... .......... .......... .......... .......... 49%  108M 0s
 20850K .......... .......... .......... .......... .......... 49%  126M 0s
 20900K .......... .......... .......... .......... .......... 49%  135M 0s
 20950K .......... .......... .......... .......... .......... 49%  122M 0s
 21000K .......... .......... .......... .......... .......... 49%  117M 0s
 21050K .......... .......... .......... .......... .......... 49%  131M 0s
 21100K .......... .......... .......... .......... .......... 49%  118M 0s
 21150K .......... .......... .......... .......... .......... 50%  129M 0s
 21200K .......... .......... .......... .......... .......... 50%  105M 0s
 21250K .......... .......... .......... .......... .......... 50%  125M 0s
 21300K .......... .......... .......... .......... .......... 50%  131M 0s
 21350K .......... .......... .......... .......... .......... 50%  129M 0s
 21400K .......... .......... .......... .......... .......... 50%  121M 0s
 21450K .......... .......... .......... .......... .......... 50%  142M 0s
 21500K .......... .......... .......... .......... .......... 50%  113M 0s
 21550K .......... .......... .......... .......... .......... 50%  135M 0s
 21600K .......... .......... .......... .......... .......... 51%  105M 0s
 21650K .......... .......... .......... .......... .......... 51%  147M 0s
 21700K .......... .......... .......... .......... .......... 51%  155M 0s
 21750K .......... .......... .......... .......... .......... 51%  140M 0s
 21800K .......... .......... .......... .......... .......... 51%  141M 0s
 21850K .......... .......... .......... .......... .......... 51%  140M 0s
 21900K .......... .......... .......... .......... .......... 51%  137M 0s
 21950K .......... .......... .......... .......... .......... 51%  139M 0s
 22000K .......... .......... .......... .......... .......... 52%  117M 0s
 22050K .......... .......... .......... .......... .......... 52%  135M 0s
 22100K .......... .......... .......... .......... .......... 52%  142M 0s
 22150K .......... .......... .......... .......... .......... 52%  131M 0s
 22200K .......... .......... .......... .......... .......... 52% 92.3M 0s
 22250K .......... .......... .......... .......... .......... 52%  115M 0s
 22300K .......... .......... .......... .......... .......... 52% 99.4M 0s
 22350K .......... .......... .......... .......... .......... 52%  141M 0s
 22400K .......... .......... .......... .......... .......... 52% 87.8M 0s
 22450K .......... .......... .......... .......... .......... 53%  106M 0s
 22500K .......... .......... .......... .......... .......... 53% 78.2M 0s
 22550K .......... .......... .......... .......... .......... 53% 89.3M 0s
 22600K .......... .......... .......... .......... .......... 53% 65.1M 0s
 22650K .......... .......... .......... .......... .......... 53%  103M 0s
 22700K .......... .......... .......... .......... .......... 53%  112M 0s
 22750K .......... .......... .......... .......... .......... 53%  123M 0s
 22800K .......... .......... .......... .......... .......... 53% 77.3M 0s
 22850K .......... .......... .......... .......... .......... 54%  114M 0s
 22900K .......... .......... .......... .......... .......... 54%  117M 0s
 22950K .......... .......... .......... .......... .......... 54%  117M 0s
 23000K .......... .......... .......... .......... .......... 54%  120M 0s
 23050K .......... .......... .......... .......... .......... 54%  152M 0s
 23100K .......... .......... .......... .......... .......... 54%  139M 0s
 23150K .......... .......... .......... .......... .......... 54%  107M 0s
 23200K .......... .......... .......... .......... .......... 54%  111M 0s
 23250K .......... .......... .......... .......... .......... 55%  123M 0s
 23300K .......... .......... .......... .......... .......... 55%  128M 0s
 23350K .......... .......... .......... .......... .......... 55%  132M 0s
 23400K .......... .......... .......... .......... .......... 55%  129M 0s
 23450K .......... .......... .......... .......... .......... 55% 99.5M 0s
 23500K .......... .......... .......... .......... .......... 55%  126M 0s
 23550K .......... .......... .......... .......... .......... 55% 99.5M 0s
 23600K .......... .......... .......... .......... .......... 55% 92.8M 0s
 23650K .......... .......... .......... .......... .......... 55%  118M 0s
 23700K .......... .......... .......... .......... .......... 56%  114M 0s
 23750K .......... .......... .......... .......... .......... 56%  127M 0s
 23800K .......... .......... .......... .......... .......... 56% 96.9M 0s
 23850K .......... .......... .......... .......... .......... 56%  123M 0s
 23900K .......... .......... .......... .......... .......... 56% 84.4M 0s
 23950K .......... .......... .......... .......... .......... 56% 94.0M 0s
 24000K .......... .......... .......... .......... .......... 56% 70.3M 0s
 24050K .......... .......... .......... .......... .......... 56%  106M 0s
 24100K .......... .......... .......... .......... .......... 57% 75.4M 0s
 24150K .......... .......... .......... .......... .......... 57% 81.9M 0s
 24200K .......... .......... .......... .......... .......... 57% 86.9M 0s
 24250K .......... .......... .......... .......... .......... 57% 81.4M 0s
 24300K .......... .......... .......... .......... .......... 57%  101M 0s
 24350K .......... .......... .......... .......... .......... 57%  123M 0s
 24400K .......... .......... .......... .......... .......... 57% 86.1M 0s
 24450K .......... .......... .......... .......... .......... 57% 92.8M 0s
 24500K .......... .......... .......... .......... .......... 57%  123M 0s
 24550K .......... .......... .......... .......... .......... 58%  136M 0s
 24600K .......... .......... .......... .......... .......... 58%  123M 0s
 24650K .......... .......... .......... .......... .......... 58%  138M 0s
 24700K .......... .......... .......... .......... .......... 58%  154M 0s
 24750K .......... .......... .......... .......... .......... 58%  111M 0s
 24800K .......... .......... .......... .......... .......... 58% 90.6M 0s
 24850K .......... .......... .......... .......... .......... 58%  131M 0s
 24900K .......... .......... .......... .......... .......... 58%  120M 0s
 24950K .......... .......... .......... .......... .......... 59%  145M 0s
 25000K .......... .......... .......... .......... .......... 59%  128M 0s
 25050K .......... .......... .......... .......... .......... 59%  146M 0s
 25100K .......... .......... .......... .......... .......... 59%  128M 0s
 25150K .......... .......... .......... .......... .......... 59%  142M 0s
 25200K .......... .......... .......... .......... .......... 59%  115M 0s
 25250K .......... .......... .......... .......... .......... 59%  133M 0s
 25300K .......... .......... .......... .......... .......... 59%  141M 0s
 25350K .......... .......... .......... .......... .......... 59%  104M 0s
 25400K .......... .......... .......... .......... .......... 60% 89.6M 0s
 25450K .......... .......... .......... .......... .......... 60% 90.3M 0s
 25500K .......... .......... .......... .......... .......... 60%  116M 0s
 25550K .......... .......... .......... .......... .......... 60%  137M 0s
 25600K .......... .......... .......... .......... .......... 60% 87.1M 0s
 25650K .......... .......... .......... .......... .......... 60%  119M 0s
 25700K .......... .......... .......... .......... .......... 60%  110M 0s
 25750K .......... .......... .......... .......... .......... 60%  113M 0s
 25800K .......... .......... .......... .......... .......... 61% 95.8M 0s
 25850K .......... .......... .......... .......... .......... 61%  121M 0s
 25900K .......... .......... .......... .......... .......... 61%  133M 0s
 25950K .......... .......... .......... .......... .......... 61%  114M 0s
 26000K .......... .......... .......... .......... .......... 61% 96.2M 0s
 26050K .......... .......... .......... .......... .......... 61%  109M 0s
 26100K .......... .......... .......... .......... .......... 61%  107M 0s
 26150K .......... .......... .......... .......... .......... 61%  130M 0s
 26200K .......... .......... .......... .......... .......... 61%  101M 0s
 26250K .......... .......... .......... .......... .......... 62%  106M 0s
 26300K .......... .......... .......... .......... .......... 62%  127M 0s
 26350K .......... .......... .......... .......... .......... 62% 89.3M 0s
 26400K .......... .......... .......... .......... .......... 62% 92.8M 0s
 26450K .......... .......... .......... .......... .......... 62%  107M 0s
 26500K .......... .......... .......... .......... .......... 62%  121M 0s
 26550K .......... .......... .......... .......... .......... 62%  110M 0s
 26600K .......... .......... .......... .......... .......... 62%  124M 0s
 26650K .......... .......... .......... .......... .......... 63%  118M 0s
 26700K .......... .......... .......... .......... .......... 63% 89.4M 0s
 26750K .......... .......... .......... .......... .......... 63%  123M 0s
 26800K .......... .......... .......... .......... .......... 63% 93.7M 0s
 26850K .......... .......... .......... .......... .......... 63%  128M 0s
 26900K .......... .......... .......... .......... .......... 63%  109M 0s
 26950K .......... .......... .......... .......... .......... 63%  113M 0s
 27000K .......... .......... .......... .......... .......... 63%  102M 0s
 27050K .......... .......... .......... .......... .......... 63%  107M 0s
 27100K .......... .......... .......... .......... .......... 64% 86.5M 0s
 27150K .......... .......... .......... .......... .......... 64% 89.6M 0s
 27200K .......... .......... .......... .......... .......... 64% 78.8M 0s
 27250K .......... .......... .......... .......... .......... 64% 88.7M 0s
 27300K .......... .......... .......... .......... .......... 64% 92.6M 0s
 27350K .......... .......... .......... .......... .......... 64% 94.0M 0s
 27400K .......... .......... .......... .......... .......... 64%  100M 0s
 27450K .......... .......... .......... .......... .......... 64%  101M 0s
 27500K .......... .......... .......... .......... .......... 65%  105M 0s
 27550K .......... .......... .......... .......... .......... 65% 97.3M 0s
 27600K .......... .......... .......... .......... .......... 65% 81.7M 0s
 27650K .......... .......... .......... .......... .......... 65%  104M 0s
 27700K .......... .......... .......... .......... .......... 65%  109M 0s
 27750K .......... .......... .......... .......... .......... 65% 98.9M 0s
 27800K .......... .......... .......... .......... .......... 65% 83.0M 0s
 27850K .......... .......... .......... .......... .......... 65% 91.1M 0s
 27900K .......... .......... .......... .......... .......... 65% 75.5M 0s
 27950K .......... .......... .......... .......... .......... 66% 99.2M 0s
 28000K .......... .......... .......... .......... .......... 66% 71.3M 0s
 28050K .......... .......... .......... .......... .......... 66% 98.5M 0s
 28100K .......... .......... .......... .......... .......... 66% 94.5M 0s
 28150K .......... .......... .......... .......... .......... 66%  106M 0s
 28200K .......... .......... .......... .......... .......... 66% 96.5M 0s
 28250K .......... .......... .......... .......... .......... 66% 97.5M 0s
 28300K .......... .......... .......... .......... .......... 66% 81.3M 0s
 28350K .......... .......... .......... .......... .......... 67% 96.6M 0s
 28400K .......... .......... .......... .......... .......... 67% 88.6M 0s
 28450K .......... .......... .......... .......... .......... 67% 92.0M 0s
 28500K .......... .......... .......... .......... .......... 67%  101M 0s
 28550K .......... .......... .......... .......... .......... 67% 79.2M 0s
 28600K .......... .......... .......... .......... .......... 67% 97.4M 0s
 28650K .......... .......... .......... .......... .......... 67% 70.1M 0s
 28700K .......... .......... .......... .......... .......... 67% 84.0M 0s
 28750K .......... .......... .......... .......... .......... 67% 96.3M 0s
 28800K .......... .......... .......... .......... .......... 68% 67.6M 0s
 28850K .......... .......... .......... .......... .......... 68%  130M 0s
 28900K .......... .......... .......... .......... .......... 68% 91.1M 0s
 28950K .......... .......... .......... .......... .......... 68%  122M 0s
 29000K .......... .......... .......... .......... .......... 68%  119M 0s
 29050K .......... .......... .......... .......... .......... 68%  118M 0s
 29100K .......... .......... .......... .......... .......... 68%  129M 0s
 29150K .......... .......... .......... .......... .......... 68%  108M 0s
 29200K .......... .......... .......... .......... .......... 69% 96.1M 0s
 29250K .......... .......... .......... .......... .......... 69%  115M 0s
 29300K .......... .......... .......... .......... .......... 69%  129M 0s
 29350K .......... .......... .......... .......... .......... 69%  115M 0s
 29400K .......... .......... .......... .......... .......... 69%  126M 0s
 29450K .......... .......... .......... .......... .......... 69%  129M 0s
 29500K .......... .......... .......... .......... .......... 69%  113M 0s
 29550K .......... .......... .......... .......... .......... 69%  124M 0s
 29600K .......... .......... .......... .......... .......... 69%  103M 0s
 29650K .......... .......... .......... .......... .......... 70%  123M 0s
 29700K .......... .......... .......... .......... .......... 70%  118M 0s
 29750K .......... .......... .......... .......... .......... 70%  128M 0s
 29800K .......... .......... .......... .......... .......... 70%  129M 0s
 29850K .......... .......... .......... .......... .......... 70%  116M 0s
 29900K .......... .......... .......... .......... .......... 70%  122M 0s
 29950K .......... .......... .......... .......... .......... 70%  115M 0s
 30000K .......... .......... .......... .......... .......... 70% 79.2M 0s
 30050K .......... .......... .......... .......... .......... 71%  133M 0s
 30100K .......... .......... .......... .......... .......... 71%  114M 0s
 30150K .......... .......... .......... .......... .......... 71%  119M 0s
 30200K .......... .......... .......... .......... .......... 71%  109M 0s
 30250K .......... .......... .......... .......... .......... 71%  152M 0s
 30300K .......... .......... .......... .......... .......... 71%  140M 0s
 30350K .......... .......... .......... .......... .......... 71%  126M 0s
 30400K .......... .......... .......... .......... .......... 71% 97.2M 0s
 30450K .......... .......... .......... .......... .......... 72%  132M 0s
 30500K .......... .......... .......... .......... .......... 72%  138M 0s
 30550K .......... .......... .......... .......... .......... 72%  143M 0s
 30600K .......... .......... .......... .......... .......... 72%  124M 0s
 30650K .......... .......... .......... .......... .......... 72%  143M 0s
 30700K .......... .......... .......... .......... .......... 72%  130M 0s
 30750K .......... .......... .......... .......... .......... 72%  107M 0s
 30800K .......... .......... .......... .......... .......... 72% 95.8M 0s
 30850K .......... .......... .......... .......... .......... 72%  121M 0s
 30900K .......... .......... .......... .......... .......... 73%  123M 0s
 30950K .......... .......... .......... .......... .......... 73% 87.0M 0s
 31000K .......... .......... .......... .......... .......... 73% 92.3M 0s
 31050K .......... .......... .......... .......... .......... 73%  101M 0s
 31100K .......... .......... .......... .......... .......... 73% 98.9M 0s
 31150K .......... .......... .......... .......... .......... 73% 96.9M 0s
 31200K .......... .......... .......... .......... .......... 73% 92.8M 0s
 31250K .......... .......... .......... .......... .......... 73%  109M 0s
 31300K .......... .......... .......... .......... .......... 74%  119M 0s
 31350K .......... .......... .......... .......... .......... 74% 96.8M 0s
 31400K .......... .......... .......... .......... .......... 74%  107M 0s
 31450K .......... .......... .......... .......... .......... 74% 98.7M 0s
 31500K .......... .......... .......... .......... .......... 74%  108M 0s
 31550K .......... .......... .......... .......... .......... 74% 98.3M 0s
 31600K .......... .......... .......... .......... .......... 74% 93.0M 0s
 31650K .......... .......... .......... .......... .......... 74%  102M 0s
 31700K .......... .......... .......... .......... .......... 74%  116M 0s
 31750K .......... .......... .......... .......... .......... 75% 87.9M 0s
 31800K .......... .......... .......... .......... .......... 75%  101M 0s
 31850K .......... .......... .......... .......... .......... 75% 97.9M 0s
 31900K .......... .......... .......... .......... .......... 75% 55.0M 0s
 31950K .......... .......... .......... .......... .......... 75% 88.6M 0s
 32000K .......... .......... .......... .......... .......... 75% 85.1M 0s
 32050K .......... .......... .......... .......... .......... 75%  108M 0s
 32100K .......... .......... .......... .......... .......... 75%  127M 0s
 32150K .......... .......... .......... .......... .......... 76% 93.1M 0s
 32200K .......... .......... .......... .......... .......... 76%  115M 0s
 32250K .......... .......... .......... .......... .......... 76%  101M 0s
 32300K .......... .......... .......... .......... .......... 76%  127M 0s
 32350K .......... .......... .......... .......... .......... 76%  113M 0s
 32400K .......... .......... .......... .......... .......... 76% 90.4M 0s
 32450K .......... .......... .......... .......... .......... 76%  113M 0s
 32500K .......... .......... .......... .......... .......... 76%  106M 0s
 32550K .......... .......... .......... .......... .......... 76%  106M 0s
 32600K .......... .......... .......... .......... .......... 77%  107M 0s
 32650K .......... .......... .......... .......... .......... 77%  106M 0s
 32700K .......... .......... .......... .......... .......... 77%  100M 0s
 32750K .......... .......... .......... .......... .......... 77%  106M 0s
 32800K .......... .......... .......... .......... .......... 77% 82.7M 0s
 32850K .......... .......... .......... .......... .......... 77% 77.7M 0s
 32900K .......... .......... .......... .......... .......... 77%  111M 0s
 32950K .......... .......... .......... .......... .......... 77%  105M 0s
 33000K .......... .......... .......... .......... .......... 78% 99.7M 0s
 33050K .......... .......... .......... .......... .......... 78%  112M 0s
 33100K .......... .......... .......... .......... .......... 78% 99.4M 0s
 33150K .......... .......... .......... .......... .......... 78%  117M 0s
 33200K .......... .......... .......... .......... .......... 78% 82.9M 0s
 33250K .......... .......... .......... .......... .......... 78%  110M 0s
 33300K .......... .......... .......... .......... .......... 78% 77.1M 0s
 33350K .......... .......... .......... .......... .......... 78% 86.8M 0s
 33400K .......... .......... .......... .......... .......... 78%  103M 0s
 33450K .......... .......... .......... .......... .......... 79%  124M 0s
 33500K .......... .......... .......... .......... .......... 79%  100M 0s
 33550K .......... .......... .......... .......... .......... 79%  110M 0s
 33600K .......... .......... .......... .......... .......... 79% 80.9M 0s
 33650K .......... .......... .......... .......... .......... 79%  117M 0s
 33700K .......... .......... .......... .......... .......... 79% 80.0M 0s
 33750K .......... .......... .......... .......... .......... 79%  112M 0s
 33800K .......... .......... .......... .......... .......... 79% 93.1M 0s
 33850K .......... .......... .......... .......... .......... 80%  105M 0s
 33900K .......... .......... .......... .......... .......... 80%  105M 0s
 33950K .......... .......... .......... .......... .......... 80%  119M 0s
 34000K .......... .......... .......... .......... .......... 80% 85.8M 0s
 34050K .......... .......... .......... .......... .......... 80%  122M 0s
 34100K .......... .......... .......... .......... .......... 80% 93.2M 0s
 34150K .......... .......... .......... .......... .......... 80% 90.7M 0s
 34200K .......... .......... .......... .......... .......... 80% 83.4M 0s
 34250K .......... .......... .......... .......... .......... 80% 86.2M 0s
 34300K .......... .......... .......... .......... .......... 81% 98.9M 0s
 34350K .......... .......... .......... .......... .......... 81%  101M 0s
 34400K .......... .......... .......... .......... .......... 81% 85.7M 0s
 34450K .......... .......... .......... .......... .......... 81%  100M 0s
 34500K .......... .......... .......... .......... .......... 81%  116M 0s
 34550K .......... .......... .......... .......... .......... 81% 77.3M 0s
 34600K .......... .......... .......... .......... .......... 81%  108M 0s
 34650K .......... .......... .......... .......... .......... 81%  103M 0s
 34700K .......... .......... .......... .......... .......... 82%  114M 0s
 34750K .......... .......... .......... .......... .......... 82%  107M 0s
 34800K .......... .......... .......... .......... .......... 82% 78.6M 0s
 34850K .......... .......... .......... .......... .......... 82%  104M 0s
 34900K .......... .......... .......... .......... .......... 82%  105M 0s
 34950K .......... .......... .......... .......... .......... 82%  116M 0s
 35000K .......... .......... .......... .......... .......... 82% 90.0M 0s
 35050K .......... .......... .......... .......... .......... 82%  112M 0s
 35100K .......... .......... .......... .......... .......... 82% 86.3M 0s
 35150K .......... .......... .......... .......... .......... 83%  112M 0s
 35200K .......... .......... .......... .......... .......... 83% 80.2M 0s
 35250K .......... .......... .......... .......... .......... 83%  119M 0s
 35300K .......... .......... .......... .......... .......... 83% 95.5M 0s
 35350K .......... .......... .......... .......... .......... 83% 99.0M 0s
 35400K .......... .......... .......... .......... .......... 83% 86.4M 0s
 35450K .......... .......... .......... .......... .......... 83%  108M 0s
 35500K .......... .......... .......... .......... .......... 83%  102M 0s
 35550K .......... .......... .......... .......... .......... 84%  112M 0s
 35600K .......... .......... .......... .......... .......... 84% 92.1M 0s
 35650K .......... .......... .......... .......... .......... 84%  124M 0s
 35700K .......... .......... .......... .......... .......... 84%  105M 0s
 35750K .......... .......... .......... .......... .......... 84%  107M 0s
 35800K .......... .......... .......... .......... .......... 84%  110M 0s
 35850K .......... .......... .......... .......... .......... 84% 97.5M 0s
 35900K .......... .......... .......... .......... .......... 84%  110M 0s
 35950K .......... .......... .......... .......... .......... 84%  103M 0s
 36000K .......... .......... .......... .......... .......... 85% 88.5M 0s
 36050K .......... .......... .......... .......... .......... 85%  108M 0s
 36100K .......... .......... .......... .......... .......... 85%  106M 0s
 36150K .......... .......... .......... .......... .......... 85%  121M 0s
 36200K .......... .......... .......... .......... .......... 85% 98.4M 0s
 36250K .......... .......... .......... .......... .......... 85%  110M 0s
 36300K .......... .......... .......... .......... .......... 85%  111M 0s
 36350K .......... .......... .......... .......... .......... 85%  106M 0s
 36400K .......... .......... .......... .......... .......... 86% 88.7M 0s
 36450K .......... .......... .......... .......... .......... 86%  105M 0s
 36500K .......... .......... .......... .......... .......... 86%  109M 0s
 36550K .......... .......... .......... .......... .......... 86%  104M 0s
 36600K .......... .......... .......... .......... .......... 86%  103M 0s
 36650K .......... .......... .......... .......... .......... 86%  101M 0s
 36700K .......... .......... .......... .......... .......... 86%  104M 0s
 36750K .......... .......... .......... .......... .......... 86%  107M 0s
 36800K .......... .......... .......... .......... .......... 86% 87.0M 0s
 36850K .......... .......... .......... .......... .......... 87% 99.4M 0s
 36900K .......... .......... .......... .......... .......... 87%  119M 0s
 36950K .......... .......... .......... .......... .......... 87%  102M 0s
 37000K .......... .......... .......... .......... .......... 87% 81.1M 0s
 37050K .......... .......... .......... .......... .......... 87% 98.3M 0s
 37100K .......... .......... .......... .......... .......... 87%  119M 0s
 37150K .......... .......... .......... .......... .......... 87%  120M 0s
 37200K .......... .......... .......... .......... .......... 87% 89.3M 0s
 37250K .......... .......... .......... .......... .......... 88%  128M 0s
 37300K .......... .......... .......... .......... .......... 88%  103M 0s
 37350K .......... .......... .......... .......... .......... 88%  114M 0s
 37400K .......... .......... .......... .......... .......... 88% 94.4M 0s
 37450K .......... .......... .......... .......... .......... 88%  110M 0s
 37500K .......... .......... .......... .......... .......... 88%  101M 0s
 37550K .......... .......... .......... .......... .......... 88%  115M 0s
 37600K .......... .......... .......... .......... .......... 88% 84.2M 0s
 37650K .......... .......... .......... .......... .......... 89%  119M 0s
 37700K .......... .......... .......... .......... .......... 89%  103M 0s
 37750K .......... .......... .......... .......... .......... 89%  110M 0s
 37800K .......... .......... .......... .......... .......... 89%  101M 0s
 37850K .......... .......... .......... .......... .......... 89%  105M 0s
 37900K .......... .......... .......... .......... .......... 89%  129M 0s
 37950K .......... .......... .......... .......... .......... 89%  106M 0s
 38000K .......... .......... .......... .......... .......... 89%  102M 0s
 38050K .......... .......... .......... .......... .......... 89%  106M 0s
 38100K .......... .......... .......... .......... .......... 90%  111M 0s
 38150K .......... .......... .......... .......... .......... 90%  103M 0s
 38200K .......... .......... .......... .......... .......... 90% 96.8M 0s
 38250K .......... .......... .......... .......... .......... 90%  124M 0s
 38300K .......... .......... .......... .......... .......... 90%  116M 0s
 38350K .......... .......... .......... .......... .......... 90%  120M 0s
 38400K .......... .......... .......... .......... .......... 90% 88.9M 0s
 38450K .......... .......... .......... .......... .......... 90%  104M 0s
 38500K .......... .......... .......... .......... .......... 91% 99.6M 0s
 38550K .......... .......... .......... .......... .......... 91%  116M 0s
 38600K .......... .......... .......... .......... .......... 91% 98.7M 0s
 38650K .......... .......... .......... .......... .......... 91%  122M 0s
 38700K .......... .......... .......... .......... .......... 91%  102M 0s
 38750K .......... .......... .......... .......... .......... 91%  115M 0s
 38800K .......... .......... .......... .......... .......... 91% 79.8M 0s
 38850K .......... .......... .......... .......... .......... 91%  109M 0s
 38900K .......... .......... .......... .......... .......... 91%  111M 0s
 38950K .......... .......... .......... .......... .......... 92%  109M 0s
 39000K .......... .......... .......... .......... .......... 92%  107M 0s
 39050K .......... .......... .......... .......... .......... 92%  123M 0s
 39100K .......... .......... .......... .......... .......... 92%  122M 0s
 39150K .......... .......... .......... .......... .......... 92%  102M 0s
 39200K .......... .......... .......... .......... .......... 92% 89.3M 0s
 39250K .......... .......... .......... .......... .......... 92%  113M 0s
 39300K .......... .......... .......... .......... .......... 92%  101M 0s
 39350K .......... .......... .......... .......... .......... 93% 87.1M 0s
 39400K .......... .......... .......... .......... .......... 93%  104M 0s
 39450K .......... .......... .......... .......... .......... 93% 95.7M 0s
 39500K .......... .......... .......... .......... .......... 93%  116M 0s
 39550K .......... .......... .......... .......... .......... 93% 93.4M 0s
 39600K .......... .......... .......... .......... .......... 93% 87.3M 0s
 39650K .......... .......... .......... .......... .......... 93%  104M 0s
 39700K .......... .......... .......... .......... .......... 93%  115M 0s
 39750K .......... .......... .......... .......... .......... 93%  103M 0s
 39800K .......... .......... .......... .......... .......... 94% 99.7M 0s
 39850K .......... .......... .......... .......... .......... 94% 99.8M 0s
 39900K .......... .......... .......... .......... .......... 94%  123M 0s
 39950K .......... .......... .......... .......... .......... 94%  107M 0s
 40000K .......... .......... .......... .......... .......... 94% 91.5M 0s
 40050K .......... .......... .......... .......... .......... 94%  100M 0s
 40100K .......... .......... .......... .......... .......... 94%  119M 0s
 40150K .......... .......... .......... .......... .......... 94%  111M 0s
 40200K .......... .......... .......... .......... .......... 95% 90.4M 0s
 40250K .......... .......... .......... .......... .......... 95%  122M 0s
 40300K .......... .......... .......... .......... .......... 95%  102M 0s
 40350K .......... .......... .......... .......... .......... 95%  112M 0s
 40400K .......... .......... .......... .......... .......... 95% 87.4M 0s
 40450K .......... .......... .......... .......... .......... 95%  107M 0s
 40500K .......... .......... .......... .......... .......... 95%  111M 0s
 40550K .......... .......... .......... .......... .......... 95%  107M 0s
 40600K .......... .......... .......... .......... .......... 95% 94.9M 0s
 40650K .......... .......... .......... .......... .......... 96%  105M 0s
 40700K .......... .......... .......... .......... .......... 96% 90.0M 0s
 40750K .......... .......... .......... .......... .......... 96%  111M 0s
 40800K .......... .......... .......... .......... .......... 96% 96.6M 0s
 40850K .......... .......... .......... .......... .......... 96%  108M 0s
 40900K .......... .......... .......... .......... .......... 96%  133M 0s
 40950K .......... .......... .......... .......... .......... 96% 94.6M 0s
 41000K .......... .......... .......... .......... .......... 96% 96.8M 0s
 41050K .......... .......... .......... .......... .......... 97%  102M 0s
 41100K .......... .......... .......... .......... .......... 97%  121M 0s
 41150K .......... .......... .......... .......... .......... 97% 94.0M 0s
 41200K .......... .......... .......... .......... .......... 97% 94.3M 0s
 41250K .......... .......... .......... .......... .......... 97% 90.4M 0s
 41300K .......... .......... .......... .......... .......... 97%  117M 0s
 41350K .......... .......... .......... .......... .......... 97% 96.7M 0s
 41400K .......... .......... .......... .......... .......... 97% 98.9M 0s
 41450K .......... .......... .......... .......... .......... 97%  101M 0s
 41500K .......... .......... .......... .......... .......... 98%  118M 0s
 41550K .......... .......... .......... .......... .......... 98%  102M 0s
 41600K .......... .......... .......... .......... .......... 98%  106M 0s
 41650K .......... .......... .......... .......... .......... 98%  110M 0s
 41700K .......... .......... .......... .......... .......... 98%  128M 0s
 41750K .......... .......... .......... .......... .......... 98%  123M 0s
 41800K .......... .......... .......... .......... .......... 98%  106M 0s
 41850K .......... .......... .......... .......... .......... 98%  130M 0s
 41900K .......... .......... .......... .......... .......... 99%  116M 0s
 41950K .......... .......... .......... .......... .......... 99%  132M 0s
 42000K .......... .......... .......... .......... .......... 99%  100M 0s
 42050K .......... .......... .......... .......... .......... 99%  126M 0s
 42100K .......... .......... .......... .......... .......... 99%  130M 0s
 42150K .......... .......... .......... .......... .......... 99%  112M 0s
 42200K .......... .......... .......... .......... .......... 99%  121M 0s
 42250K .......... .......... .......... .......... .......... 99%  131M 0s
 42300K .......... .......... .......... .......... .......... 99%  111M 0s
 42350K ........                                              100% 96.0M=0.4s

2022-11-10 11:14:04 (102 MB/s) - ‘staging-augmenter-ubi8’ saved [43375280/43375280]

[Pipeline] sh
+ chmod +x ./staging-augmenter-ubi8
[Pipeline] sh
+ ./staging-augmenter-ubi8 -r https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1611,https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1633,https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1630,https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1632 -o ../output-settings.xml /home/jenkins/.m2/settings.xml
Modified settings.xml saved to ../output-settings.xml
[Pipeline] sh
+ mvn -s ../output-settings.xml -Pmp-staging release:prepare release:perform -B -Dtag=6.0 -DdevelopmentVersion=6.1-SNAPSHOT -DreleaseVersion=6.0 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-spec:pom:6.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 102, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile                                                       [pom]
[INFO] MicroProfile Specification                                         [pom]
[INFO] 
[INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] Building MicroProfile 6.0-SNAPSHOT                                 [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? staging-augmenter-ubi8
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile'...
[INFO] Transforming 'MicroProfile Specification'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
[INFO] Maven home: /opt/tools/apache-maven/3.8.5
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-spec:pom:6.0
[INFO] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 102, column 21
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile                                                       [pom]
[INFO] [INFO] MicroProfile Specification                                         [pom]
[INFO] [INFO] 
[INFO] [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] [INFO] Building MicroProfile 6.0                                          [1/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.0
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile ---
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.config:microprofile-config-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.health:microprofile-health-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:sources
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile-spec
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.config.inject...
[INFO] Loading source files for package org.eclipse.microprofile.config.spi...
[INFO] Loading source files for package org.eclipse.microprofile.config...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance.exceptions...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance...
[INFO] Loading source files for package org.eclipse.microprofile.health.spi...
[INFO] Loading source files for package org.eclipse.microprofile.health...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.auth...
[INFO] Loading source files for package org.eclipse.microprofile.jwt.config...
[INFO] Loading source files for package org.eclipse.microprofile.jwt...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.examples...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.spi...
[INFO] Loading source files for package org.eclipse.microprofile.openapi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client...
[INFO] Constructing Javadoc information...
[INFO] 1 error
[INFO] [ERROR] MavenReportException: Error while generating Javadoc: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/distro-javadoc-sources/microprofile-config-api-3.0.2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/apidocs' dir.
[INFO] 
[INFO] org.apache.maven.reporting.MavenReportException: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/distro-javadoc-sources/microprofile-config-api-3.0.2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/apidocs' dir.
[INFO] 
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
[INFO]     at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[INFO]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[INFO]     at java.lang.reflect.Method.invoke (Method.java:498)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/microprofile-6.0-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] -------------< org.eclipse.microprofile:microprofile-spec >-------------
[INFO] [INFO] Building MicroProfile Specification 6.0                            [2/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-spec ---
[INFO] [INFO] Deleting /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/target
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile-spec >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.0
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile-spec <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (attach-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-spec ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile 6.0:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile ....................................... SUCCESS [ 47.215 s]
[INFO] [INFO] MicroProfile Specification ......................... SUCCESS [ 14.751 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:07 min
[INFO] [INFO] Finished at: 2022-11-10T11:15:24Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git add -- pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? staging-augmenter-ubi8
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git commit --verbose -F /tmp/maven-scm-1040283485.commit pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Tagging release with the label 6.0...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git tag -F /tmp/maven-scm-793600960.commit 6.0
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/tags/6.0
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Transforming 'MicroProfile'...
[INFO] Transforming 'MicroProfile Specification'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git add -- pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? staging-augmenter-ubi8
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git commit --verbose -F /tmp/maven-scm-1318396970.commit pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile ---
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target" && git clone --branch 6.0 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git checkout 6.0
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
[INFO] Maven home: /opt/tools/apache-maven/3.8.5
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-spec:pom:6.0
[INFO] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 102, column 21
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile                                                       [pom]
[INFO] [INFO] MicroProfile Specification                                         [pom]
[INFO] [INFO] 
[INFO] [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] [INFO] Building MicroProfile 6.0                                          [1/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.0
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile ---
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.config:microprofile-config-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.health:microprofile-health-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:sources
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile-spec
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.config.inject...
[INFO] Loading source files for package org.eclipse.microprofile.config.spi...
[INFO] Loading source files for package org.eclipse.microprofile.config...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance.exceptions...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance...
[INFO] Loading source files for package org.eclipse.microprofile.health.spi...
[INFO] Loading source files for package org.eclipse.microprofile.health...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.auth...
[INFO] Loading source files for package org.eclipse.microprofile.jwt.config...
[INFO] Loading source files for package org.eclipse.microprofile.jwt...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.examples...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.spi...
[INFO] Loading source files for package org.eclipse.microprofile.openapi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client...
[INFO] Constructing Javadoc information...
[INFO] 1 error
[INFO] [ERROR] MavenReportException: Error while generating Javadoc: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/distro-javadoc-sources/microprofile-config-api-3.0.2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/apidocs' dir.
[INFO] 
[INFO] org.apache.maven.reporting.MavenReportException: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/distro-javadoc-sources/microprofile-config-api-3.0.2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/apidocs' dir.
[INFO] 
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
[INFO]     at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[INFO]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[INFO]     at java.lang.reflect.Method.invoke (Method.java:498)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.0/microprofile-6.0-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -------------< org.eclipse.microprofile:microprofile-spec >-------------
[INFO] [INFO] Building MicroProfile Specification 6.0                            [2/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile-spec >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.0
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [WARNING] Using platform locale (en_US actually) to format date/time, i.e. build is platform dependent!
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] asciidoctor: WARN: gem 'concurrent-ruby' is not installed. This gem is recommended when registering custom converters.
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor-maven-plugin:1.5.8:process-asciidoc (output-html) @ microprofile-spec ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Rendered /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.asciidoc
[INFO] [INFO] 
[INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile-spec <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (attach-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-spec ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.0.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.0.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/microprofile-spec-6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.0.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.0.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.html.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging")...
[INFO] [INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO] [INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] [INFO]  * Using staging profile ID "72ca920b8d0826" (matched by Nexus).
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.0.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.0.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/microprofile-spec-6.0.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.0.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.0.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.0/microprofile-spec-6.0.html.asc
[INFO] [INFO] Performing remote staging...
[INFO] [INFO] 
[INFO] [INFO]  * Remote staging into staging profile ID "72ca920b8d0826"
[INFO] [INFO]  * Created staging repository with ID "orgeclipsemicroprofile-1634".
[INFO] [INFO]  * Uploading locally staged artifacts to profile org.eclipse.microprofile
[INFO] [INFO]  * Upload of locally staged artifacts finished.
[INFO] [INFO]  * Closing staging repository with ID "orgeclipsemicroprofile-1634".
[INFO] 
[INFO] Waiting for operation to complete...................
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile 6.0:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile ....................................... SUCCESS [ 21.640 s]
[INFO] [INFO] MicroProfile Specification ......................... SUCCESS [01:13 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:36 min
[INFO] [INFO] Finished at: 2022-11-10T11:17:05Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile 6.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile ....................................... SUCCESS [02:55 min]
[INFO] MicroProfile Specification ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:57 min
[INFO] Finished at: 2022-11-10T11:17:05Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 258 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-ciYBGlkQf15q/agent.857
SSH_AGENT_PID=859
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_11586855166704494210.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_11586855166704494210.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-6.0
[Pipeline] sh
+ scp -r spec/target/generated-docs/images spec/target/generated-docs/microprofile-spec-6.0.html spec/target/generated-docs/microprofile-spec-6.0.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-6.0
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 859 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[Pipeline] {
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] sh
+ rm -f ../output-settings.xml
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[withMaven] WARNING abort infinite build trigger loop. Please consider opening a Jira issue: Infinite loop of job triggers 
Finished: SUCCESS