You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/08/15 11:55:00 UTC

Build unstable in Jenkins: Maven » Maven TLP » maven-shared-utils » i952 #3

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-shared-utils/job/i952/3/

Changes:

* fix skipped test

20 tests failed.
FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.linux-jdk14 / Build linux-jdk14 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.linux-jdk8 / Build linux-jdk8 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.linux-jdk15 / Build linux-jdk15 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.linux-jdk11 / Build linux-jdk11 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.linux-jdk7 / Build linux-jdk7 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8']?>
<root>
  <el4></e...> but was:<<?xml version=["1.0" encoding="UTF-8"]?>
<root>
  <el4></e...>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk7 / Build windows-jdk7 / attributeEscaping

Error Message:
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.attributeEscaping(Xpp3DomBuilderTest.java:118)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk7 / Build windows-jdk7 / contentEscaping

Error Message:
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.contentEscaping(Xpp3DomBuilderTest.java:133)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk7 / Build windows-jdk7 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk8 / Build windows-jdk8 / attributeEscaping

Error Message:
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.attributeEscaping(Xpp3DomBuilderTest.java:118)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk8 / Build windows-jdk8 / contentEscaping

Error Message:
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.contentEscaping(Xpp3DomBuilderTest.java:133)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk8 / Build windows-jdk8 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk11 / Build windows-jdk11 / attributeEscaping

Error Message:
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.attributeEscaping(Xpp3DomBuilderTest.java:118)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk11 / Build windows-jdk11 / contentEscaping

Error Message:
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.contentEscaping(Xpp3DomBuilderTest.java:133)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk11 / Build windows-jdk11 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk14 / Build windows-jdk14 / attributeEscaping

Error Message:
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.attributeEscaping(Xpp3DomBuilderTest.java:118)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk14 / Build windows-jdk14 / contentEscaping

Error Message:
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.contentEscaping(Xpp3DomBuilderTest.java:133)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk14 / Build windows-jdk14 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk15 / Build windows-jdk15 / attributeEscaping

Error Message:
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <el att="&lt;foo&gt;">bar</el>
]
</root>> but was:<<root>[
  <el att="&lt;foo&gt;">bar</el>]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.attributeEscaping(Xpp3DomBuilderTest.java:118)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk15 / Build windows-jdk15 / contentEscaping

Error Message:
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>]
</root>> but was:<<root>[
  <a1>"msg"</a1>
  <a2>&lt;b&gt;"msg"&lt;/b&gt;</a2>
  <a3>&lt;b&gt;"msg"&lt;/b&gt;</a3>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.contentEscaping(Xpp3DomBuilderTest.java:133)


FAILED:  org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.windows-jdk15 / Build windows-jdk15 / selfClosingTag

Error Message:
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>

Stack Trace:
org.junit.ComparisonFailure: 
check DOMs match expected:<<?xml version=['1.0' encoding='UTF-8'?>
<root>
  <el4></el4>
  <el5></el5>]
</root>> but was:<<?xml version=["1.0" encoding="UTF-8"?>
<root>
  <el4></el4>
  <el5></el5>
]
</root>>
	at org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest.selfClosingTag(Xpp3DomBuilderTest.java:58)




Build log:
[...truncated 19305 lines...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.18.4/flexmark-ext-typographic-0.18.4.jar (22 kB at 81 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.18.4/flexmark-jira-converter-0.18.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.18.4/flexmark-ext-yaml-front-matter-0.18.4.jar (17 kB at 61 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-formatter/0.18.4/flexmark-formatter-0.18.4.jar (73 kB at 260 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-pdf-converter/0.18.4/flexmark-pdf-converter-0.18.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-core/0.0.1-RC9/openhtmltopdf-core-0.0.1-RC9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html-parser/0.18.4/flexmark-html-parser-0.18.4.jar (28 kB at 95 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-pdfbox/0.0.1-RC9/openhtmltopdf-pdfbox-0.0.1-RC9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.18.4/flexmark-jira-converter-0.18.4.jar (39 kB at 131 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.4/pdfbox-2.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar (351 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-pdf-converter/0.18.4/flexmark-pdf-converter-0.18.4.jar (4.4 kB at 14 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-rtl-support/0.0.1-RC9/openhtmltopdf-rtl-support-0.0.1-RC9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-pdfbox/0.0.1-RC9/openhtmltopdf-pdfbox-0.0.1-RC9.jar (122 kB at 363 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/58.1/icu4j-58.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-rtl-support/0.0.1-RC9/openhtmltopdf-rtl-support-0.0.1-RC9.jar (25 kB at 70 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-jsoup-dom-converter/0.0.1-RC9/openhtmltopdf-jsoup-dom-converter-0.0.1-RC9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-core/0.0.1-RC9/openhtmltopdf-core-0.0.1-RC9.jar (1.2 MB at 3.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.18.4/flexmark-profile-pegdown-0.18.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/openhtmltopdf/openhtmltopdf-jsoup-dom-converter/0.0.1-RC9/openhtmltopdf-jsoup-dom-converter-0.0.1-RC9.jar (20 kB at 53 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.18.4/flexmark-util-0.18.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.18.4/flexmark-profile-pegdown-0.18.4.jar (6.5 kB at 17 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.18.4/flexmark-youtrack-converter-0.18.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.4/pdfbox-2.0.4.jar (2.5 MB at 6.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.jar (1.5 MB at 3.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.18.4/flexmark-util-0.18.4.jar (278 kB at 679 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.18.4/flexmark-youtrack-converter-0.18.4.jar (41 kB at 98 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (105 kB at 248 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.jar (61 kB at 145 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar (65 kB at 151 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar (16 kB at 36 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8.1/doxia-integration-tools-1.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 116 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 18 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 511 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8.1/doxia-integration-tools-1.8.1.jar (47 kB at 97 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (134 kB at 273 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 108 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar (539 kB at 1.1 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar (177 kB at 339 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 830 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/58.1/icu4j-58.1.jar (12 MB at 19 MB/s)
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 2
[withMaven] Publishers: Junit Publisher: 3597 ms, CloudBees DevOptics Gate Artifact Publisher: 3144 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ maven-shared-utils ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.pom (3.0 kB at 118 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 28 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 145 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 797 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 192 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 174 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 63 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 672 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 962 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 63 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 152 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 231 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 803 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 109 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 93 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 93 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 216 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 382 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 57 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 665 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 59 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 103 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 660 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 226 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 145 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 58 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 94 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 192 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 224 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 320 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 99 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 69 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 92 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.pom (71 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 22 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom (2.3 kB at 105 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom (3.7 kB at 136 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 kB at 596 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 1.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 261 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 380 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 766 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 194 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 306 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar (13 kB at 544 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 461 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 3.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 3.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 22 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 3.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 153 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 494 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 122 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 659 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 531 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 147 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 323 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 366 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 33 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 845 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 175 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 53 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar (302 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 2.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (234 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar (1.2 MB at 5.9 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 999 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 563 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 9.5 MB/s)
[INFO] There are 4 errors reported by Checkstyle 6.18 with config/maven_checks.xml ruleset.
[INFO] Ignored 4 errors, 0 violation remaining.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:27 min
[INFO] Finished at: 2020-08-15T04:54:51-07:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "run-its" could not be activated because it does not exist.
[INFO] [jenkins-event-spy] Generated F:\jenkins\jenkins-slave\712657a4\workspace\aven-box_maven-shared-utils_i952@tmp\withMavenb8bba74f\maven-spy-20200815-045323-68714098525008764831914.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4-SNAPSHOT generated by maven-surefire-plugin:test (default-test): m\target\surefire-reports\*.xml
Recording test results
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 2
[withMaven] Publishers: Junit Publisher: 3457 ms, CloudBees DevOptics Gate Artifact Publisher: 3271 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [elharo].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build unstable in Jenkins: Maven » Maven TLP » maven-shared-utils » i952 #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-shared-utils/job/i952/4/

Changes:

* make PrettyPrintXmlWriter platform independent

10 tests failed.
FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk7 / Build windows-jdk7 / testDefaultPrettyPrintXMLWriter

Error Message:
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testDefaultPrettyPrintXMLWriter(PrettyPrintXmlWriterTest.java:54)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk7 / Build windows-jdk7 / testPrettyPrintXMLWriterWithGivenLineIndenter

Error Message:
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testPrettyPrintXMLWriterWithGivenLineIndenter(PrettyPrintXmlWriterTest.java:86)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk8 / Build windows-jdk8 / testDefaultPrettyPrintXMLWriter

Error Message:
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testDefaultPrettyPrintXMLWriter(PrettyPrintXmlWriterTest.java:54)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk8 / Build windows-jdk8 / testPrettyPrintXMLWriterWithGivenLineIndenter

Error Message:
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testPrettyPrintXMLWriterWithGivenLineIndenter(PrettyPrintXmlWriterTest.java:86)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk11 / Build windows-jdk11 / testDefaultPrettyPrintXMLWriter

Error Message:
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testDefaultPrettyPrintXMLWriter(PrettyPrintXmlWriterTest.java:54)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk11 / Build windows-jdk11 / testPrettyPrintXMLWriterWithGivenLineIndenter

Error Message:
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testPrettyPrintXMLWriterWithGivenLineIndenter(PrettyPrintXmlWriterTest.java:86)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk14 / Build windows-jdk14 / testDefaultPrettyPrintXMLWriter

Error Message:
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testDefaultPrettyPrintXMLWriter(PrettyPrintXmlWriterTest.java:54)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk14 / Build windows-jdk14 / testPrettyPrintXMLWriterWithGivenLineIndenter

Error Message:
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testPrettyPrintXMLWriterWithGivenLineIndenter(PrettyPrintXmlWriterTest.java:86)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk15 / Build windows-jdk15 / testDefaultPrettyPrintXMLWriter

Error Message:
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>
]
</html>> but was:<<html>[
  <head>
    <title>title</title>
    <meta name="author" content="Author"/>
    <meta name="date" content="Date"/>
  </head>
  <body>
    <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
    <div class="section">
      <h2>Section title</h2>
    </div>
  </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testDefaultPrettyPrintXMLWriter(PrettyPrintXmlWriterTest.java:54)


FAILED:  org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.windows-jdk15 / Build windows-jdk15 / testPrettyPrintXMLWriterWithGivenLineIndenter

Error Message:
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>

Stack Trace:
org.junit.ComparisonFailure: 
expected:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>
]
</html>> but was:<<html>[
    <head>
        <title>title</title>
        <meta name="author" content="Author"/>
        <meta name="date" content="Date"/>
    </head>
    <body>
        <p>Paragraph 1, line 1. Paragraph 1, line 2.</p>
        <div class="section">
            <h2>Section title</h2>
        </div>
    </body>]
</html>>
	at org.apache.maven.shared.utils.xml.PrettyPrintXmlWriterTest.testPrettyPrintXMLWriterWithGivenLineIndenter(PrettyPrintXmlWriterTest.java:86)




Build log:
[...truncated 19441 lines...]
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 628 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 893 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 146 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 297 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 574 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 102 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 59 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 93 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 208 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 368 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 59 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 598 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 380 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 742 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 209 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 96 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 59 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 103 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 592 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 218 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 127 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 56 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 90 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 185 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar (13 kB at 408 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 4.3 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 499 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 4.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 22 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 603 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 2.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 162 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 132 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 652 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 565 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 159 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 390 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 398 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 35 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 879 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 187 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 62 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 2.6 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (234 kB at 1.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar (302 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar (1.2 MB at 6.0 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 616 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.0 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 10 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 331 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 355 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 118 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 74 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 105 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.pom (71 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 24 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom (2.3 kB at 75 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom (3.7 kB at 153 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 kB at 493 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 2.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 226 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 520 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 766 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 209 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 295 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar (13 kB at 622 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 529 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 4.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 5.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 710 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 896 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 732 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 162 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 246 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 45 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 45 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 207 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 58 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 134 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 158 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 380 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 15 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 78 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 26 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar (302 kB at 933 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (234 kB at 688 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar (1.2 MB at 3.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 572 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 340 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 5.9 MB/s)
[INFO] There are 4 errors reported by Checkstyle 6.18 with config/maven_checks.xml ruleset.
[INFO] Ignored 4 errors, 0 violation remaining.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:28 min
[INFO] Finished at: 2020-08-15T04:59:21-07:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "run-its" could not be activated because it does not exist.
[INFO] [jenkins-event-spy] Generated F:\jenkins\jenkins-slave\712657a4\workspace\aven-box_maven-shared-utils_i952@tmp\withMaven7fab2731\maven-spy-20200815-045752-982333996651381521839.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[INFO] There are 4 errors reported by Checkstyle 6.18 with config/maven_checks.xml ruleset.
[INFO] Ignored 4 errors, 0 violation remaining.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:28 min
[INFO] Finished at: 2020-08-15T04:59:22-07:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "run-its" could not be activated because it does not exist.
[INFO] [jenkins-event-spy] Generated F:\jenkins\jenkins-slave\712657a4\workspace\aven-box_maven-shared-utils_i952@tmp\withMaven356e8f3c\maven-spy-20200815-045753-3073492305481883902235.log
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4-SNAPSHOT generated by maven-surefire-plugin:test (default-test): m\target\surefire-reports\*.xml
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4-SNAPSHOT generated by maven-surefire-plugin:test (default-test): m\target\surefire-reports\*.xml
Recording test results
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 2
[withMaven] Publishers: Junit Publisher: 1949 ms, CloudBees DevOptics Gate Artifact Publisher: 3108 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[DevOpticsMavenPublisher] dependencies consumed: 0, artifacts produced: 2
[withMaven] Publishers: Junit Publisher: 2639 ms, CloudBees DevOptics Gate Artifact Publisher: 3114 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [elharo].
[Pipeline] echo
Sending email ...
[Pipeline] emailext