Skip to main content

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

This is caused by one of my sparql fixes, which had an effect on the spin parser. I'll fix ASAP.

Jeen

On Sat, 18 May 2019, 09:54 , <hudsonbuild@xxxxxxxxxxx> wrote:
See <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-master-verify/150/display/redirect>

------------------------------------------
[...truncated 235.57 KB...]
sp:object _:genid-b14a66027d3140ae8975c1daa28e8a0d-value .
_:node1db43fn8ux98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db43fn8ux95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-b14a66027d3140ae8975c1daa28e8a0d-value sp:varName "value" .

but was
_:node1db43fn8vx88 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> _:node1db43fn8vx89 .
_:node1db43fn8vx89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db43fn8vx88 <http://spinrdf.org/sp#where> _:node1db43fn8vx90 .
_:node1db43fn8vx90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8vx91 .
_:node1db43fn8vx91 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#_expression_> _:node1db43fn8vx92 .
_:node1db43fn8vx92 a <http://spinrdf.org/sp#notExists>;
<http://spinrdf.org/sp#elements> _:node1db43fn8vx93 .
_:node1db43fn8vx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8vx94 .
_:node1db43fn8vx94 <http://spinrdf.org/sp#subject> <http://spinrdf.org/spin#_this>;
<http://spinrdf.org/sp#predicate> <ex:firstName>;
<http://spinrdf.org/sp#object> _:value .
_:node1db43fn8vx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db43fn8vx90 <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:> .
_:node1db43fn8ux153 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
        BIND (2008 - ?birthYear AS ?age) .
        FILTER (?birthYear > 1967) .
}
""";
sp:resultVariables _:node1db43fn8ux154 .
_:node1db43fn8ux154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-59ed575654fd4ca987496b653a6cd79e-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db43fn8ux155 .
_:node1db43fn8ux155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-59ed575654fd4ca987496b653a6cd79e-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db43fn8ux153 sp:where _:node1db43fn8ux156 .
_:node1db43fn8ux156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8ux157 .
_:node1db43fn8ux157 a sp:Bind;
sp:variable _:genid-59ed575654fd4ca987496b653a6cd79e-age;
sp:_expression_ _:node1db43fn8ux158 .
_:node1db43fn8ux158 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-59ed575654fd4ca987496b653a6cd79e-birthYear .
_:node1db43fn8ux156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db43fn8ux159 .
_:node1db43fn8ux159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8ux160 .
_:node1db43fn8ux160 a sp:Filter;
sp:_expression_ _:node1db43fn8ux161 .
_:node1db43fn8ux161 a sp:gt;
sp:arg1 _:genid-59ed575654fd4ca987496b653a6cd79e-birthYear;
sp:arg2 "1967"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:node1db43fn8ux159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-59ed575654fd4ca987496b653a6cd79e-age sp:varName "age" .
_:genid-59ed575654fd4ca987496b653a6cd79e-birthYear sp:varName "birthYear" .

but was
_:node1db43fn8vx148 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> _:node1db43fn8vx149 .
_:node1db43fn8vx149 <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> .
_:node1db43fn8vx148 <http://spinrdf.org/sp#where> _:node1db43fn8vx150 .
_:node1db43fn8vx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8vx151 .
_:node1db43fn8vx151 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#_expression_> _:node1db43fn8vx152 .
_:node1db43fn8vx152 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 .
_:node1db43fn8vx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db43fn8vx153 .
_:node1db43fn8vx153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8vx154 .
_:node1db43fn8vx154 a <http://spinrdf.org/sp#Filter>;
<http://spinrdf.org/sp#_expression_> _:node1db43fn8vx155 .
_:node1db43fn8vx155 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> .
_:node1db43fn8vx153 <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:> .
_:node1db43fn8ux64 a sp:Select;
sp:text """
PREFIX ex: <ex:>

SELECT *
WHERE {
        BIND (2008 - ?birthYear AS ?age) .
}
""";
sp:resultVariables _:node1db43fn8ux65 .
_:node1db43fn8ux65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-birthYear;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node1db43fn8ux66 .
_:node1db43fn8ux66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-age;
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:node1db43fn8ux64 sp:where _:node1db43fn8ux67 .
_:node1db43fn8ux67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8ux68 .
_:node1db43fn8ux68 a sp:Bind;
sp:variable _:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-age;
sp:_expression_ _:node1db43fn8ux69 .
_:node1db43fn8ux69 a sp:sub;
sp:arg1 "2008"^^<http://www.w3.org/2001/XMLSchema#integer>;
sp:arg2 _:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-birthYear .
_:node1db43fn8ux67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-age sp:varName "age" .
_:genid-db0fd4f53b3447cbab6c3e2b0a4f9ee0-birthYear sp:varName "birthYear" .

but was
_:node1db43fn8vx62 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> _:node1db43fn8vx63 .
_:node1db43fn8vx63 <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> .
_:node1db43fn8vx62 <http://spinrdf.org/sp#where> _:node1db43fn8vx64 .
_:node1db43fn8vx64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:node1db43fn8vx65 .
_:node1db43fn8vx65 a <http://spinrdf.org/sp#Bind>;
<http://spinrdf.org/sp#variable> _:age;
<http://spinrdf.org/sp#_expression_> _:node1db43fn8vx66 .
_:node1db43fn8vx66 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 .
_:node1db43fn8vx64 <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.244 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.790 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  0.709 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  1.175 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [ 13.000 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  1.054 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  4.249 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  3.732 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  6.829 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [ 11.672 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  5.274 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  4.162 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  5.891 s]
[INFO] RDF4J: SPIN ........................................ FAILURE [  6.778 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:11 min
[INFO] Finished at: 2019-05-17T19:54:26-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
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top