Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Build failed in Jenkins: rdf4j-storage-master-verify #148

See <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-master-verify/148/display/redirect?page=changes>

Changes:

[Jeen Broekstra] GH-1404 ensure optimizer respects bag semantics of union

[Jeen Broekstra] copyright header

------------------------------------------
[...truncated 217.05 KB...]
sp:object _:genid-18732b82efb54154ad81142692a06b50-value .
_:node1db04ug7kx98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7kx95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-18732b82efb54154ad81142692a06b50-value sp:varName "value" .

but was
_:node1db04ug7lx88 a <http://spinrdf.org/sp#Select>;
<http://spinrdf.org/sp#text> """
PREFIX ex: <ex:>

SELECT *
WHERE {
    FILTER NOT EXISTS { ?this ex:firstName ?value }
}
""";
<http://spinrdf.org/sp#resultVariables> _:node1db04ug7lx89 .
_:node1db04ug7lx89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7lx88 <http://spinrdf.org/sp#where> _:node1db04ug7lx90 .
_:node1db04ug7lx90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7lx91 .
_:node1db04ug7lx91 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#expression> _:node1db04ug7lx92 .
_:node1db04ug7lx92 a <http://spinrdf.org/sp#notExists>;
<http://spinrdf.org/sp#elements> _:node1db04ug7lx93 .
_:node1db04ug7lx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7lx94 .
_:node1db04ug7lx94 <http://spinrdf.org/sp#subject> <http://spinrdf.org/spin#_this>;
<http://spinrdf.org/sp#predicate> <ex:firstName>;
<http://spinrdf.org/sp#object> _:value .
_:node1db04ug7lx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7lx90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:value <http://spinrdf.org/sp#varName> "value" .

[ERROR]   SpinRendererTest.testSpinRenderer:96 Operation was
Projection
   ProjectionElemList
      ProjectionElem "age"
   Extension
      ExtensionElem (age)
         Var (name=age)
      Filter
         Compare (>)
            Var (name=birthYear)
            ValueConstant (value="1967"^^<http://www.w3.org/2001/XMLSchema#integer>)
         Extension
            ExtensionElem (age)
               MathExpr (-)
                  ValueConstant (value="2008"^^<http://www.w3.org/2001/XMLSchema#integer>)
                  Var (name=birthYear)
            SingletonSet

Expected
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix ex: <ex:> .
_:node1db04ug7kx153 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
	FILTER (?birthYear > 1967) .
}
""";
sp:resultVariables _:node1db04ug7kx154 .
_:node1db04ug7kx154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-b8e78a84a3754d0a8d53a78eedf93593-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db04ug7kx155 .
_:node1db04ug7kx155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-b8e78a84a3754d0a8d53a78eedf93593-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7kx153 sp:where _:node1db04ug7kx156 .
_:node1db04ug7kx156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7kx157 .
_:node1db04ug7kx157 a sp:Bind;
sp:variable _:genid-b8e78a84a3754d0a8d53a78eedf93593-age;
sp:expression _:node1db04ug7kx158 .
_:node1db04ug7kx158 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-b8e78a84a3754d0a8d53a78eedf93593-birthYear .
_:node1db04ug7kx156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db04ug7kx159 .
_:node1db04ug7kx159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7kx160 .
_:node1db04ug7kx160 a sp:Filter;
sp:expression _:node1db04ug7kx161 .
_:node1db04ug7kx161 a sp:gt;
sp:arg1 _:genid-b8e78a84a3754d0a8d53a78eedf93593-birthYear;
sp:arg2 "1967"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:node1db04ug7kx159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-b8e78a84a3754d0a8d53a78eedf93593-age sp:varName "age" .
_:genid-b8e78a84a3754d0a8d53a78eedf93593-birthYear sp:varName "birthYear" .

but was
_:node1db04ug7lx148 a <http://spinrdf.org/sp#Select>;
<http://spinrdf.org/sp#text> """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
	FILTER (?birthYear > 1967) .
}
""";
<http://spinrdf.org/sp#resultVariables> _:node1db04ug7lx149 .
_:node1db04ug7lx149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7lx148 <http://spinrdf.org/sp#where> _:node1db04ug7lx150 .
_:node1db04ug7lx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7lx151 .
_:node1db04ug7lx151 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#expression> _:node1db04ug7lx152 .
_:node1db04ug7lx152 a <http://spinrdf.org/sp#sub>;
<http://spinrdf.org/sp#arg1> "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
<http://spinrdf.org/sp#arg2> _:birthYear .
_:node1db04ug7lx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db04ug7lx153 .
_:node1db04ug7lx153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7lx154 .
_:node1db04ug7lx154 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#expression> _:node1db04ug7lx155 .
_:node1db04ug7lx155 a <http://spinrdf.org/sp#gt>;
<http://spinrdf.org/sp#arg1> _:birthYear;
<http://spinrdf.org/sp#arg2> "1967"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:node1db04ug7lx153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:birthYear <http://spinrdf.org/sp#varName> "birthYear" .
_:age <http://spinrdf.org/sp#varName> "age" .

[ERROR]   SpinRendererTest.testSpinRenderer:96 Operation was
Projection
   ProjectionElemList
      ProjectionElem "age"
   Extension
      ExtensionElem (age)
         Var (name=age)
      Extension
         ExtensionElem (age)
            MathExpr (-)
               ValueConstant (value="2008"^^<http://www.w3.org/2001/XMLSchema#integer>)
               Var (name=birthYear)
         SingletonSet

Expected
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix ex: <ex:> .
_:node1db04ug7kx64 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
}
""";
sp:resultVariables _:node1db04ug7kx65 .
_:node1db04ug7kx65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-ed69cbf01954427d92af570367d8e2d7-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db04ug7kx66 .
_:node1db04ug7kx66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-ed69cbf01954427d92af570367d8e2d7-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7kx64 sp:where _:node1db04ug7kx67 .
_:node1db04ug7kx67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7kx68 .
_:node1db04ug7kx68 a sp:Bind;
sp:variable _:genid-ed69cbf01954427d92af570367d8e2d7-age;
sp:expression _:node1db04ug7kx69 .
_:node1db04ug7kx69 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-ed69cbf01954427d92af570367d8e2d7-birthYear .
_:node1db04ug7kx67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-ed69cbf01954427d92af570367d8e2d7-age sp:varName "age" .
_:genid-ed69cbf01954427d92af570367d8e2d7-birthYear sp:varName "birthYear" .

but was
_:node1db04ug7lx62 a <http://spinrdf.org/sp#Select>;
<http://spinrdf.org/sp#text> """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
}
""";
<http://spinrdf.org/sp#resultVariables> _:node1db04ug7lx63 .
_:node1db04ug7lx63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db04ug7lx62 <http://spinrdf.org/sp#where> _:node1db04ug7lx64 .
_:node1db04ug7lx64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db04ug7lx65 .
_:node1db04ug7lx65 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#expression> _:node1db04ug7lx66 .
_:node1db04ug7lx66 a <http://spinrdf.org/sp#sub>;
<http://spinrdf.org/sp#arg1> "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
<http://spinrdf.org/sp#arg2> _:birthYear .
_:node1db04ug7lx64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:birthYear <http://spinrdf.org/sp#varName> "birthYear" .
_:age <http://spinrdf.org/sp#varName> "age" .

[INFO] 
[ERROR] Tests run: 62, Failures: 8, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for RDF4J Storage 2.5-SNAPSHOT:
[INFO] 
[INFO] RDF4J Storage ...................................... SUCCESS [  7.578 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  6.917 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  1.175 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  1.913 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [ 10.462 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  1.019 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  3.243 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  3.526 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  2.389 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [  3.272 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  4.291 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  4.780 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  5.762 s]
[INFO] RDF4J: SPIN ........................................ FAILURE [  4.295 s]
[INFO] RDF4J: SPIN SAIL ................................... SKIPPED
[INFO] RDF4J: NativeStore ................................. SKIPPED
[INFO] RDF4J Lucene Sail Spin ............................. SKIPPED
[INFO] RDF4J: DatasetRepository (wrapper) ................. SKIPPED
[INFO] RDF4J Solr Sail Index .............................. SKIPPED
[INFO] RDF4J: SHACL ....................................... SKIPPED
[INFO] RDF4J: Storage ..................................... SKIPPED
[INFO] RDF4J compliance tests ............................. SKIPPED
[INFO] RDF4J SAIL Model compliance test ................... SKIPPED
[INFO] RDF4J SPARQL query parser compliance tests ......... SKIPPED
[INFO] RDF4J Lucene Sail Tests ............................ SKIPPED
[INFO] RDF4J Elasticsearch Sail Tests ..................... SKIPPED
[INFO] RDF4J Solr Sail Tests .............................. SKIPPED
[INFO] RDF4J SAIL and Repository compliance test .......... SKIPPED
[INFO] RDF4J SeRQL query parser compliance tests .......... SKIPPED
[INFO] RDF4J GeoSPARQL compliance tests ................... SKIPPED
[INFO] RDF4J SHACL compliance tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:05 min
[INFO] Finished at: 2019-05-16T07:03:01-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project rdf4j-spin: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.rdf4j/rdf4j-storage-master-verify/workspace/spin/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :rdf4j-spin
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user hmottestad@xxxxxxxxx
Not sending mail to unregistered user jeen.broekstra@xxxxxxxxx


Back to the top