Re: Build failed in Jenkins: guacamole-client-coverity #104

2019-04-20 Thread Mike Jumper
On Sat, Apr 20, 2019 at 10:55 AM Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/guacamole-client-coverity/104/display/redirect?page=changes
> >
> ...
> + curl --data-urlencode token=[***] --data-urlencode
> project=guacamole-client https://scan.coverity.com/download/linux64
> + tar -xz
>   % Total% Received % Xferd  Average Speed   TimeTime Time
> Current
>  Dload  Upload   Total   SpentLeft
> Speed
>   0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
>0  0 00 00 0  0  0 --:--:-- --:--:--
> --:--:-- 0  0 00 00 0  0  0 --:--:--
> --:--:-- --:--:-- 0
> curl: (60) server certificate verification failed. CAfile:
> /etc/ssl/certs/ca-certificates.crt CRLfile: none
>

It looks like the SSL certificate chain for scan.coverity.com became
incomplete sometime between the last successful build (2019-04-10) and
today. Browsers that will automatically download missing certs will
continue to function, but tools like curl which rely on receiving the full
chain will fail. I've sent an email to Coverity to let them know of the
issue (if they don't already) and hopefully correct things.

- Mike


Build failed in Jenkins: guacamole-client-coverity #104

2019-04-20 Thread Apache Jenkins Server
See 


Changes:

[vnick] GUACAMOLE-146: Pre-clean the webapp context before deploying it.

--
Started by user mjumper
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/guacamole-client.git
 > git init 
 > 
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/guacamole-client.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/guacamole-client.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/guacamole-client.git 
 > # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-client.git
 > git fetch --tags --progress https://github.com/apache/guacamole-client.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3ac3c1dc4f4a134c4c4afbaf7ecc2a1c35391c22 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3ac3c1dc4f4a134c4c4afbaf7ecc2a1c35391c22
Commit message: "Merge 1.1.0 changes back to master."
 > git rev-list --no-walk 0bf1a7dc7f0be6dac971ee20e4ebf77657484cb2 # timeout=10
[EnvInject] - Mask passwords that will be passed as build parameters.
[guacamole-client-coverity] $ /bin/bash -xe /tmp/jenkins109020121435956058.sh
+ curl --data-urlencode token=[***] --data-urlencode 
project=guacamole-client https://scan.coverity.com/download/linux64
+ tar -xz
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  0 
00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (60) server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Build step 'Execute shell' marked build as failure


Build failed in Jenkins: guacamole-client-coverity #103

2019-04-20 Thread Apache Jenkins Server
See 


Changes:

[vnick] GUACAMOLE-678: Assign clientID variable instead of string literal.

--
Started by upstream project "guacamole-client-master" build number 131
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/guacamole-client.git
 > git init 
 > 
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/guacamole-client.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/guacamole-client.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/guacamole-client.git 
 > # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-client.git
 > git fetch --tags --progress https://github.com/apache/guacamole-client.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision 0bf1a7dc7f0be6dac971ee20e4ebf77657484cb2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bf1a7dc7f0be6dac971ee20e4ebf77657484cb2
Commit message: "GUACAMOLE-678: Merge correction to value of "client_id" query 
parameter for OpenID."
 > git rev-list --no-walk ea1b10e9d1e3f1fa640dff2ca64d61b44bf1ace9 # timeout=10
[EnvInject] - Mask passwords that will be passed as build parameters.
[guacamole-client-coverity] $ /bin/bash -xe /tmp/jenkins5816589740925944045.sh
+ curl --data-urlencode token=[***] --data-urlencode 
project=guacamole-client https://scan.coverity.com/download/linux64
+ tar -xz
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (60) server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Build step 'Execute shell' marked build as failure


[GitHub] [guacamole-client] mike-jumper merged pull request #394: GUACAMOLE-146: Pre-clean the webapp context before deploying it.

2019-04-20 Thread GitBox
mike-jumper merged pull request #394: GUACAMOLE-146: Pre-clean the webapp 
context before deploying it.
URL: https://github.com/apache/guacamole-client/pull/394
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [guacamole-client] mike-jumper merged pull request #393: GUACAMOLE-678: Assign clientID variable instead of string literal

2019-04-20 Thread GitBox
mike-jumper merged pull request #393: GUACAMOLE-678: Assign clientID variable 
instead of string literal
URL: https://github.com/apache/guacamole-client/pull/393
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [guacamole-client] mike-jumper commented on issue #393: GUACAMOLE-678: Assign clientID variable instead of string literal

2019-04-20 Thread GitBox
mike-jumper commented on issue #393: GUACAMOLE-678: Assign clientID variable 
instead of string literal
URL: https://github.com/apache/guacamole-client/pull/393#issuecomment-485146585
 
 
   Yikes. Good catch.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services