[ https://issues.apache.org/jira/browse/HBASE-21058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581432#comment-16581432 ]
Sean Busbey commented on HBASE-21058: ------------------------------------- okay here's the issue, from our check for "did the PDF work": {code} if [[ ! -f "${PATCH_DIR}/${repostatus}-site/apache_hbase_reference_guide.pdf" ]]; then add_vote_table -1 refguide "${repostatus} failed to produce the pdf version of the reference guide." add_footer_table refguide "@@BASE@@/${repostatus}-refguide.log" return 1 fi {code} in branches 1, the output file is named {{book.pdf}}. > Nightly tests for branches 1 fail to build ref guide > ---------------------------------------------------- > > Key: HBASE-21058 > URL: https://issues.apache.org/jira/browse/HBASE-21058 > Project: HBase > Issue Type: Bug > Components: documentation > Affects Versions: 1.5.0, 1.2.7, 1.3.3, 1.4.7 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Major > > Nightly on all branches 1 reports failure to get a PDF version of the ref > guide > {code} > -1 refguide 2m 14s patch failed to produce the pdf version of the > reference guide. > {code} > Actual build log looks clean > {code} > [INFO] --- asciidoctor-maven-plugin:1.5.2.1:process-asciidoc (output-pdf) @ > hbase --- > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for pass > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_indexterm > asciidoctor: WARNING: conversion missing in backend pdf for inline_image > asciidoctor: WARNING: conversion missing in backend pdf for inline_image > [INFO] Rendered /testptch/hbase/src/main/asciidoc/book.adoc > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)