I tracked this down and documented it in https://issues.apache.org/jira/browse/ANY23-453
I merged the fix into master and ran a new build. https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/1/ On 2020/07/29 06:59:25, lewis john mcgibbney <[email protected]> wrote: > hi dev@, > Is anyone able to build master branch? > > mvn --version > Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; > 2018-10-24T11:41:47-07:00) > Maven home: /usr/local/Cellar/maven/3.6.0/libexec > Java version: 1.8.0_221, vendor: Oracle Corporation, runtime: > /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac" > > ------------------------------------------------------------------------------- > Test set: org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest > ------------------------------------------------------------------------------- > Tests run: 9, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.584 s <<< > FAILURE! - in org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest > testJSONLDUnescapedCharacters(org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest) > Time elapsed: 0.313 s <<< FAILURE! > java.lang.AssertionError: > The model is expected to not be empty.Assertion failed! Extracted triples: > > at > org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest.testJSONLDUnescapedCharacters(EmbeddedJSONLDExtractorTest.java:77) > > testJSONLDBadCharacter(org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest) > Time elapsed: 0.005 s <<< FAILURE! > java.lang.AssertionError: Unexpected number of matching statements. > expected:<12> but was:<0> > at > org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest.testJSONLDBadCharacter(EmbeddedJSONLDExtractorTest.java:96) > > testJSONLDCommaNormalization(org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest) > Time elapsed: 0.015 s <<< FAILURE! > java.lang.AssertionError: > The model is expected to not be empty.Assertion failed! Extracted triples: > > at > org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest.testJSONLDCommaNormalization(EmbeddedJSONLDExtractorTest.java:70) > > > > -- > http://home.apache.org/~lewismc/ > http://people.apache.org/keys/committer/lewismc >
