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 #149

See <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-master-verify/149/display/redirect>

------------------------------------------
[...truncated 238.99 KB...]
sp:object _:genid-28d41041b5c044ca959dd20a42f2edd0-value .
_:node1db05foqux98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db05foqux95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-28d41041b5c044ca959dd20a42f2edd0-value sp:varName "value" .

but was
_:node1db05foqvx88 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> _:node1db05foqvx89 .
_:node1db05foqvx89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db05foqvx88 <http://spinrdf.org/sp#where> _:node1db05foqvx90 .
_:node1db05foqvx90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqvx91 .
_:node1db05foqvx91 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#expression> _:node1db05foqvx92 .
_:node1db05foqvx92 a <http://spinrdf.org/sp#notExists>;
<http://spinrdf.org/sp#elements> _:node1db05foqvx93 .
_:node1db05foqvx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqvx94 .
_:node1db05foqvx94 <http://spinrdf.org/sp#subject> <http://spinrdf.org/spin#_this>;
<http://spinrdf.org/sp#predicate> <ex:firstName>;
<http://spinrdf.org/sp#object> _:value .
_:node1db05foqvx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db05foqvx90 <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:> .
_:node1db05foqux153 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
	FILTER (?birthYear > 1967) .
}
""";
sp:resultVariables _:node1db05foqux154 .
_:node1db05foqux154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-b055aa2a080849f5941854287cb35982-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db05foqux155 .
_:node1db05foqux155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-b055aa2a080849f5941854287cb35982-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db05foqux153 sp:where _:node1db05foqux156 .
_:node1db05foqux156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqux157 .
_:node1db05foqux157 a sp:Bind;
sp:variable _:genid-b055aa2a080849f5941854287cb35982-age;
sp:expression _:node1db05foqux158 .
_:node1db05foqux158 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-b055aa2a080849f5941854287cb35982-birthYear .
_:node1db05foqux156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db05foqux159 .
_:node1db05foqux159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqux160 .
_:node1db05foqux160 a sp:Filter;
sp:expression _:node1db05foqux161 .
_:node1db05foqux161 a sp:gt;
sp:arg1 _:genid-b055aa2a080849f5941854287cb35982-birthYear;
sp:arg2 "1967"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:node1db05foqux159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-b055aa2a080849f5941854287cb35982-age sp:varName "age" .
_:genid-b055aa2a080849f5941854287cb35982-birthYear sp:varName "birthYear" .

but was
_:node1db05foqvx148 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> _:node1db05foqvx149 .
_:node1db05foqvx149 <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> .
_:node1db05foqvx148 <http://spinrdf.org/sp#where> _:node1db05foqvx150 .
_:node1db05foqvx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqvx151 .
_:node1db05foqvx151 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#expression> _:node1db05foqvx152 .
_:node1db05foqvx152 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 .
_:node1db05foqvx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db05foqvx153 .
_:node1db05foqvx153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqvx154 .
_:node1db05foqvx154 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#expression> _:node1db05foqvx155 .
_:node1db05foqvx155 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> .
_:node1db05foqvx153 <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:> .
_:node1db05foqux64 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
	BIND (2008 - ?birthYear AS ?age) .
}
""";
sp:resultVariables _:node1db05foqux65 .
_:node1db05foqux65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-06ba3220079e4c3785b6e7205cc0c44a-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db05foqux66 .
_:node1db05foqux66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-06ba3220079e4c3785b6e7205cc0c44a-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db05foqux64 sp:where _:node1db05foqux67 .
_:node1db05foqux67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqux68 .
_:node1db05foqux68 a sp:Bind;
sp:variable _:genid-06ba3220079e4c3785b6e7205cc0c44a-age;
sp:expression _:node1db05foqux69 .
_:node1db05foqux69 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-06ba3220079e4c3785b6e7205cc0c44a-birthYear .
_:node1db05foqux67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-06ba3220079e4c3785b6e7205cc0c44a-age sp:varName "age" .
_:genid-06ba3220079e4c3785b6e7205cc0c44a-birthYear sp:varName "birthYear" .

but was
_:node1db05foqvx62 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> _:node1db05foqvx63 .
_:node1db05foqvx63 <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> .
_:node1db05foqvx62 <http://spinrdf.org/sp#where> _:node1db05foqvx64 .
_:node1db05foqvx64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db05foqvx65 .
_:node1db05foqvx65 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#expression> _:node1db05foqvx66 .
_:node1db05foqvx66 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 .
_:node1db05foqvx64 <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 [  2.310 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.849 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  0.753 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  1.184 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [  7.024 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  0.951 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  4.232 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  3.366 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  2.452 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [  2.991 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  5.776 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  3.985 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  5.300 s]
[INFO] RDF4J: SPIN ........................................ FAILURE [  4.729 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:  49.652 s
[INFO] Finished at: 2019-05-16T07:12:27-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