[
https://issues.apache.org/jira/browse/TEZ-4047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779841#comment-16779841
]
TezQA commented on TEZ-4047:
----------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 13m
24s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m
37s{color} | {color:green} master passed {color} |
| {color:red}-1{color} | {color:red} mvnsite {color} | {color:red} 1m
12s{color} | {color:red} docs in master failed. {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m
7s{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} mvnsite {color} | {color:red} 0m
14s{color} | {color:red} docs in the patch failed. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} xml {color} | {color:green} 0m
1s{color} | {color:green} The patch has no ill-formed XML file. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
13s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 16m 2s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/tez:d4a62de |
| JIRA Issue | TEZ-4047 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12960465/TEZ-4047.001.patch |
| Optional Tests | dupname asflicense mvnsite xml |
| uname | Linux 3458987c9e8b 4.4.0-138-generic #164~14.04.1-Ubuntu SMP Fri Oct
5 08:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /testptch/patchprocess/precommit/personality/provided.sh |
| git revision | master / 0093f8b |
| maven | version: Apache Maven 3.3.9 |
| mvnsite |
https://builds.apache.org/job/PreCommit-TEZ-Build/105/artifact/out/branch-mvnsite-docs.txt
|
| mvnsite |
https://builds.apache.org/job/PreCommit-TEZ-Build/105/artifact/out/patch-mvnsite-docs.txt
|
| Max. process+thread count | 47 (vs. ulimit of 10000) |
| modules | C: docs U: docs |
| Console output |
https://builds.apache.org/job/PreCommit-TEZ-Build/105/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> Tez trademark in xml is causing xml parsing issue
> -------------------------------------------------
>
> Key: TEZ-4047
> URL: https://issues.apache.org/jira/browse/TEZ-4047
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jonathan Eagles
> Assignee: Jonathan Eagles
> Priority: Major
> Attachments: TEZ-4047.001.patch
>
>
> {code}
> docs/src/site/site.xml:
> [Fatal Error] site.xml:97:34: The entity "reg" was referenced, but not
> declared.
> java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId:
> file:/testptch/tez/./docs/src/site/site.xml; lineNumber: 97; columnNumber:
> 34; The entity "reg" was referenced, but not declared.
> at
> jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:397)
> at
> jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:449)
> at
> jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:406)
> at
> jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
> at
> jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
> at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
> at com.sun.tools.script.shell.Main.evaluateString(Main.java:298)
> at com.sun.tools.script.shell.Main.evaluateString(Main.java:319)
> at com.sun.tools.script.shell.Main.access$300(Main.java:37)
> at com.sun.tools.script.shell.Main$3.run(Main.java:217)
> at com.sun.tools.script.shell.Main.main(Main.java:48)
> Caused by: org.xml.sax.SAXParseException; systemId:
> file:/testptch/tez/./docs/src/site/site.xml; lineNumber: 97; columnNumber:
> 34; The entity "reg" was referenced, but not declared.
> at
> com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
> at
> com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
> at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
> at
> jdk.nashorn.internal.scripts.Script$Recompilation$2$19313A$\^system_init\_.XMLDocument(<system-init>:747)
> at jdk.nashorn.internal.scripts.Script$1$\^string\_.:program(<string>:1)
> at
> jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
> at
> jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
> at
> jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
> ... 10 more
> {code}
> Also output from xmllint verifies xml issue as well.
> {code}
> xmllint .docs/src/site/site.xml
> .//src/site/site.xml:97: parser error : Entity 'reg' not defined
> <item name="Apache TEZ®" href="http://tez.apache.org/"/>
> ^
> .//src/site/site.xml:123: parser error : Entity 'reg' not defined
> <menu name="Download Apache TEZ® Releases">
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)