Closed bigerl closed 4 years ago
It is an issue of Ubuntu 18.04. An solution is found there: https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty
But the build still fails due to a failing Test:
-------------------------------------------------------------------------------
Test set: org.aksw.simba.lsq.WebServerAccessLogParserTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.641 s <<< FAILURE! - in org.aksw.simba.lsq.WebServerAccessLogParserTests
test(org.aksw.simba.lsq.WebServerAccessLogParserTests) Time elapsed: 2.442 s <<< ERROR!
java.lang.RuntimeException: No mapper for test case: debug.sparql.log
at org.aksw.simba.lsq.WebServerAccessLogParserTests.test(WebServerAccessLogParserTests.java:42)
The end of the log of the failing test is:
...
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 2c4385bdcddd96b94a1fec119a270c79 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?output=json&format=application/json&timeout=0&query=SELECT%20DISTINCT%20*%20WHERE%20%7B%3Fobject%20%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23sameAs%3E%20%3Chttp%3A%2F%2Fgl.dbpedia.org%2Fresource%2FGregory_S._Paul%3E.%20FILTER(REGEX(STR(%3Fobject)%2C'%5Ehttp%3A%2F%2Fdbpedia.org%2F')).%20%7D&callback=lodlive HTTP/1.1" 200 127 "http://sli.uvigo.es/dbpedia/lodlive/app_gl.html?http://gl.dbpedia.org/resource/Gregory_S._Paul" "R" "-"
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 7018ef1a0c9a52257f1c6b4d738fed09 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=%0A++++SELECT+%3Fproperty+%3FpropertyLabel+%3FpropertyVal+%3FpropertyValLabel%0A++++WHERE+%7B%0A++++++%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FHistory_of_cannon%3E+%3Fproperty+%3FpropertyVal.%0A++++++%3Fproperty+rdfs%3Alabel+%3FpropertyLabel.%0A++++++FILTER%28lang%28%3FpropertyLabel%29+%3D+%22en%22%29.%0A++++++OPTIONAL+%7B%0A++++++++%3FpropertyVal+rdfs%3Alabel+%3FpropertyValLabel.%0A++++++++FILTER%28lang%28%3FpropertyValLabel%29+%3D+%22en%22%29.%0A++++++%7D%0A++++++FILTER%28regex%28%3Fproperty%2C+%22..%22%29%29.%0A++++++FILTER%28%21regex%28%3Fproperty%2C+%22%28ID%7Cid%7CId%7Cimage%7CImage%7Cgray%7Cdorlands%7Cwiki%7Clat%7Clong%7Ccolor%7Cinfo%7CInfo%7Chomepage%7Cmap%7CMap%7Cupdated%7CUpdated%7Clogo%7CLogo%7Cpushpin%7Clabel%7CLabel%7Cphoto%7CPhoto%29%22%29%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageRevisionID%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageID%3E%29.+++%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fabstract%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageExternalLink%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Ffilename%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageSize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimagesize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FlogoImage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebpage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fname%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fthumbnail%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraypage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgrayPage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fid%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fphoto%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fcaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgraySubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraysubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebsite%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageName%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsSuffix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandssuf%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fsignature%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FviafId%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpixels%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FmapCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpicture%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageFlag%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fneurolexid%3E%29.+%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgnd%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsPrefix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandspre%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageWidth%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fverifiedrevid%3E%29.%0A++++%7D%0A++++&output=json HTTP/1.0" 200 171 "-" "R" "-"
2018-06-12 14:39:58,203 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 7018ef1a0c9a52257f1c6b4d738fed09 - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=%0A++++SELECT+%3Fproperty+%3FpropertyLabel+%3FpropertyVal+%3FpropertyValLabel%0A++++WHERE+%7B%0A++++++%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FHistory_of_cannon%3E+%3Fproperty+%3FpropertyVal.%0A++++++%3Fproperty+rdfs%3Alabel+%3FpropertyLabel.%0A++++++FILTER%28lang%28%3FpropertyLabel%29+%3D+%22en%22%29.%0A++++++OPTIONAL+%7B%0A++++++++%3FpropertyVal+rdfs%3Alabel+%3FpropertyValLabel.%0A++++++++FILTER%28lang%28%3FpropertyValLabel%29+%3D+%22en%22%29.%0A++++++%7D%0A++++++FILTER%28regex%28%3Fproperty%2C+%22..%22%29%29.%0A++++++FILTER%28%21regex%28%3Fproperty%2C+%22%28ID%7Cid%7CId%7Cimage%7CImage%7Cgray%7Cdorlands%7Cwiki%7Clat%7Clong%7Ccolor%7Cinfo%7CInfo%7Chomepage%7Cmap%7CMap%7Cupdated%7CUpdated%7Clogo%7CLogo%7Cpushpin%7Clabel%7CLabel%7Cphoto%7CPhoto%29%22%29%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageRevisionID%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageID%3E%29.+++%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fabstract%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FwikiPageExternalLink%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Ffilename%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageSize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimagesize%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FlogoImage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebpage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fname%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fimage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fthumbnail%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraypage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgrayPage%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fid%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fphoto%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fcaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FgraySubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgraysubject%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fwebsite%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageName%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsSuffix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandssuf%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fsignature%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FviafId%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpixels%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FmapCaption%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fpicture%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageFlag%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fneurolexid%3E%29.+%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fgnd%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FdorlandsPrefix%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fdorlandspre%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FimageWidth%3E%29.%0A++++++FILTER%28%3Fproperty+%21%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fverifiedrevid%3E%29.%0A++++%7D%0A++++&output=json HTTP/1.0" 200 171 "-" "R" "-"
2018-06-12 14:39:58,204 [main] DEBUG o.a.s.l.WebServerAccessLogParserTests: Parse attempt [commonVirtuoso, commonVirtuoso.dbpedia.20160411-1000.log]: 149b742d55d95a3ac4e405c99ed80a1a - - [10/Apr/2016 03:00:00 +0200] "GET /sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&output=json&query=PREFIX%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%20SELECT%20*%20WHERE%20%7B%20%3Fcity%20a%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FPlace%3E%3B%20rdfs%3Alabel%20%27Zella-Mehlis%27%40en.%20%20%3Fairport%20a%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FAirport%3E.%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fcity%3E%20%3Fcity%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Flocation%3E%20%3Fcity%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2FcityServed%3E%20%3Fcity.%7D%20UNION%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2Fcity%3E%20%3Fcity.%20%7D%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fiata%3E%20%3Fiata.%7D%20UNION%20%20%7B%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fontology%2FiataLocationIdentifier%3E%20%3Fiata.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20foaf%3Ahomepage%20%3Fairport_home.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20rdfs%3Alabel%20%3Fname.%20%7D%20OPTIONAL%20%7B%20%3Fairport%20%3Chttp%3A%2F%2Fdbpedia.org%2Fproperty%2Fnativename%3E%20%3Fairport_name.%7D%20FILTER%20%28%20%21bound%28%3Fname%29%20%7C%7C%20langMatches%28%20lang%28%3Fname%29%2C%20%27en%27%29%20%29%7D HTTP/1.1" 200 174 "-" "R" "-"
java.lang.RuntimeException: No mapper for test case: debug.sparql.log
at org.aksw.simba.lsq.WebServerAccessLogParserTests.test(WebServerAccessLogParserTests.java:42)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
With test disabled maven runs successfully:
mvn install -Dmaven.test.skip=true
This is true for this repository and the dice/LQW repository, both on the development branch.
Old build issue either already solved or no longer applicable
I get an error when running maven on the development branch. System is Ubuntu 18.04 with:
Here is the log: