Discussion:
Failure: hbase.apache.org HTML Checker
Apache Jenkins Server
2018-12-08 05:25:43 UTC
Permalink
Failure

Either the Jenkins job failed, or (more likely) HTML errors were found.

Unless the Jenkins job itself failed, the HTML and link-checking report for http://hbase.apache.org is available at https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/artifact/link_report/index.html.

Otherwise, see https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/console.
Sean Busbey
2018-12-08 14:35:00 UTC
Permalink
Hurm. No obvious why this failed. It reports a ton of bad links, but all of
the successful runs before also report a ton of them if you look at the
console output.
Post by Apache Jenkins Server
Failure
Either the Jenkins job failed, or (more likely) HTML errors were found.
Unless the Jenkins job itself failed, the HTML and link-checking report
for http://hbase.apache.org is available at
https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/artifact/link_report/index.html
.
Otherwise, see
https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/console
.
Peter Somogyi
2018-12-08 15:44:11 UTC
Permalink
This issue is with the content of index.html file. check-website-links.sh
script checks for ERROR in the generated index.html and at this time the
content of this html is empty.
I think this is the root cause:

Checking /0.94/apidocs/src-html/org/apache/hadoop/hbase/thrift/generate ...
Warning: hbase.apache.org 95.216.24.32
Error: timed out reading data
checking server 40.79.78.1

Processing ...

writing files to link_report
wrote 24 txt files
wrote 22 html files
wrote index file index.html

The final if statement in check-website-links.sh is incorrect. Actually it
should have passed at this time and failed on previous executions.
Post by Sean Busbey
Hurm. No obvious why this failed. It reports a ton of bad links, but all of
the successful runs before also report a ton of them if you look at the
console output.
On Fri, Dec 7, 2018, 23:25 Apache Jenkins Server <
Post by Apache Jenkins Server
Failure
Either the Jenkins job failed, or (more likely) HTML errors were found.
Unless the Jenkins job itself failed, the HTML and link-checking report
for http://hbase.apache.org is available at
https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/artifact/link_report/index.html
Post by Apache Jenkins Server
.
Otherwise, see
https://builds.apache.org/job/HBase%20Website%20Link%20Checker/179/console
Post by Apache Jenkins Server
.
Loading...