Skip to content

Console Output

Started by user Dmitry Kornilov
Agent default-java-6snml is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Building remotely on default-java-6snml in workspace /home/jenkins/workspace/jersey-web-initial-commit
[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-DZD2sPuG6rOC/agent.89
SSH_AGENT_PID=91
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/jersey-web-initial-commit@tmp/private_key_300222811396499667.key (/home/jenkins/workspace/jersey-web-initial-commit@tmp/private_key_300222811396499667.key)
[ssh-agent] Using credentials jersey-bot (GitHub Bot SSH)
[jersey-web-initial-commit] $ /bin/sh -xe /tmp/jenkins3621729343313612977.sh
+ wget 'https://drive.google.com/uc?authuser=0&id=19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB&export=download' -O jersey-web.tar.gz
--2018-11-13 07:55:31--  https://drive.google.com/uc?authuser=0&id=19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB&export=download
Resolving drive.google.com... 172.217.2.174, 2607:f8b0:400b:80d::200e
Connecting to drive.google.com|172.217.2.174|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://drive.google.com/uc?id=19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB&export=download [following]
--2018-11-13 07:55:31--  https://drive.google.com/uc?id=19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB&export=download
Reusing existing connection to drive.google.com:443.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://doc-0k-34-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/85lobo3u26n74c2ikmvt070t947p6fr0/1542088800000/07745037122474579134/*/19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB?e=download [following]
Warning: wildcards not supported in HTTP.
--2018-11-13 07:55:32--  https://doc-0k-34-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/85lobo3u26n74c2ikmvt070t947p6fr0/1542088800000/07745037122474579134/*/19yIJiMgEAKMJwHrqw9-w5TFuoa2AgkZB?e=download
Resolving doc-0k-34-docs.googleusercontent.com... 172.217.2.161, 2607:f8b0:400b:80d::2001
Connecting to doc-0k-34-docs.googleusercontent.com|172.217.2.161|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 675157 (659K) [application/gzip]
Saving to: 'jersey-web.tar.gz'

     0K .......... .......... .......... .......... ..........  7% 1.48M 0s
    50K .......... .......... .......... .......... .......... 15% 1.74M 0s
   100K .......... .......... .......... .......... .......... 22% 7.30M 0s
   150K .......... .......... .......... .......... .......... 30% 3.03M 0s
   200K .......... .......... .......... .......... .......... 37% 9.35M 0s
   250K .......... .......... .......... .......... .......... 45% 14.9M 0s
   300K .......... .......... .......... .......... .......... 53% 4.19M 0s
   350K .......... .......... .......... .......... .......... 60% 15.7M 0s
   400K .......... .......... .......... .......... .......... 68% 14.7M 0s
   450K .......... .......... .......... .......... .......... 75% 21.4M 0s
   500K .......... .......... .......... .......... .......... 83% 30.2M 0s
   550K .......... .......... .......... .......... .......... 91% 20.4M 0s
   600K .......... .......... .......... .......... .......... 98% 21.6M 0s
   650K .........                                             100% 39.4M=0.1s

2018-11-13 07:55:32 (5.40 MB/s) - 'jersey-web.tar.gz' saved [675157/675157]

+ tar -xzf jersey-web.tar.gz
+ cd Jersey-WEB
+ rm -rf .git
+ git init
Initialized empty Git repository in /home/jenkins/workspace/jersey-web-initial-commit/Jersey-WEB/.git/
+ git add .
+ git config --local user.name jersey-bot
+ git config --local user.email jersey-bot@eclipse.org
+ git commit -m 'Initial commit'
[master (root-commit) 185bafc] Initial commit
 20 files changed, 3195 insertions(+)
 create mode 100644 LICENSE.md
 create mode 100644 pom.xml
 create mode 100644 src/main/resources/release-notes/index.html
 create mode 100644 src/main/templates/release-note.html
 create mode 100644 src/site/markdown/bloggers.md
 create mode 100644 src/site/markdown/contribute.md
 create mode 100644 src/site/markdown/download.md.vm
 create mode 100644 src/site/markdown/index.md.vm
 create mode 100644 src/site/markdown/license.md
 create mode 100644 src/site/markdown/mailing.md
 create mode 100644 src/site/markdown/older-articles.md
 create mode 100644 src/site/markdown/related.md
 create mode 100644 src/site/markdown/scm.md
 create mode 100644 src/site/markdown/using.md
 create mode 100644 src/site/resources/css/site.css
 create mode 100644 src/site/resources/images/bg.png
 create mode 100644 src/site/resources/images/glassfish-logo-small.png
 create mode 100644 src/site/resources/images/glassfish_logo.png
 create mode 100644 src/site/resources/images/jersey_logo.png
 create mode 100644 src/site/site.xml
+ git remote add origin git@github.com:eclipse-ee4j/jersey-web.git
+ git push origin master
Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
remote: 
remote: Create a pull request for 'master' on GitHub by visiting:        
remote:      https://github.com/eclipse-ee4j/jersey-web/pull/new/master        
remote: 
To github.com:eclipse-ee4j/jersey-web.git
 * [new branch]      master -> master
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 91 killed;
[ssh-agent] Stopped.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS