Skip to content

Console Output

Started by user Maxim Nesen
Agent default-java-h3kff is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Building remotely on default-java-h3kff in workspace /home/jenkins/workspace/jersey-master-test
[jersey-master-test] $ /bin/sh -x /tmp/jenkins2616786558626313748.sh
+ locate mvn
/tmp/jenkins2616786558626313748.sh: line 1: locate: not found
+ which git
/usr/bin/git
+ which patch
/usr/bin/patch
+ which python
+ which wget
/usr/bin/wget
+ which curl
/usr/bin/curl
+ which diff
/usr/bin/diff
+ /opt/java/openjdk/jdk8u172-b11/bin/java -version
openjdk version "1.8.0-adoptopenjdk"
OpenJDK Runtime Environment (build 1.8.0-adoptopenjdk-jenkins_2018_05_19_01_00-b00)
OpenJDK 64-Bit Server VM (build 25.71-b00, mixed mode)
+ wget https://drive.google.com/file/d/16Mo8Uc6EPD28BzHPcNnhD4zlFStu0QaA/view?usp=sharing -O test.zip
--2018-09-18 12:17:29--  https://drive.google.com/file/d/16Mo8Uc6EPD28BzHPcNnhD4zlFStu0QaA/view?usp=sharing
Resolving drive.google.com... 172.217.0.110, 2607:f8b0:400b:80e::200e
Connecting to drive.google.com|172.217.0.110|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'test.zip'

     0K .......... .......... .......... .......... .......... 1.40M
    50K .......... .......... .......... .......... .......... 6.38M
   100K .......... .......... ..........                       6.00M=0.05s

2018-09-18 12:17:29 (2.68 MB/s) - 'test.zip' saved [133439]

+ ls -alh
total 132
drwxr-sr-x    2 default  10001000      22 Sep 18 12:17 .
drwxr-sr-x    3 default  10001000      32 Sep 18 12:17 ..
-rw-r--r--    1 default  10001000  130.3K Sep 18 12:17 test.zip
+ mkdir test.dir
+ unzip test.zip -d test.dir
Archive:  test.zip
unzip: short read
+ ls -alh test.dir
total 0
drwxr-sr-x    2 default  10001000       6 Sep 18 12:17 .
drwxr-sr-x    3 default  10001000      38 Sep 18 12:17 ..
+ rm -rf test.dir test.zip
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