You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by enridaga <en...@apache.org> on 2014/03/31 10:44:33 UTC

About: "Build failed in Jenkins: clerezza-trunk-1.6 » Clerezza - SCB Virtuoso storage provider #992"

Hi,
it looks like there is a problem with the virtuoso module.
However the output below is not very insightful, and I can't see
surefire reports (how to access them from Jenkins?).
My guess is that the way tests are skipped (using junit "assume") is
not well supported, and the interruption is registered as a failure.
I am not sure how to handle this now, in the worst case I should
probably use a less elegant way of run tests conditionally (only if
the user wants and provides connection parameters for virtuoso, in the
specific case).

Any other ideas?

Enrico

On 30 March 2014 22:07, Apache Jenkins Server <je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/992/changes>
>
> Changes:
>
> [enridaga] CLEREZZA-904 Implemented. Having this support, most of the work around statement and connection management has been removed.
>
> [enridaga] Removing mac-os fs files that was added by mistake
>
> [enridaga] CLEREZZA-904 We also change the logger for tests to log4j. This was useful during development.
>
> ------------------------------------------
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Clerezza - SCB Virtuoso storage provider 0.3-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> Downloading: http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom
> Downloaded: http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom (3 KB at 38.3 KB/sec)
> Downloading: http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar
> Downloaded: http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar (13 KB at 81.3 KB/sec)
> [INFO]
> [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ rdf.virtuoso.storage ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ rdf.virtuoso.storage ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ rdf.virtuoso.storage ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource to META-INF
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ rdf.virtuoso.storage ---
> [INFO] Compiling 5 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/classes>
> [INFO]
> [INFO] --- maven-scr-plugin:1.7.4:scr (generate-scr-scrdescriptor) @ rdf.virtuoso.storage ---
> [INFO] Generating 2 MetaType Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml>
> [INFO] Writing abstract service descriptor <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 1 entries.
> [INFO] Generating 1 Service Component Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ rdf.virtuoso.storage ---
> [INFO] Using 'utf-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ rdf.virtuoso.storage ---
> [INFO] Compiling 8 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/test-classes>
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ rdf.virtuoso.storage ---
> [INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/surefire-reports>
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [JENKINS] Recording test results



-- 
------------------------------------------------------------------------------
enridaga

Re: About: "Build failed in Jenkins: clerezza-trunk-1.6 » Clerezza - SCB Virtuoso storage provider #992"

Posted by enridaga <en...@apache.org>.
I see. But while they are there for other modules (eg [1]) they are
not there for rdf.virtuoso.storage [2].
I think this strengthen my hypothesis... but I would love to find a
clear log of that.

Cheers,
Enrico

[1] https://builds.apache.org/job/clerezza-trunk-1.6/ws/rdf.jena.storage/target/
[2] https://builds.apache.org/job/clerezza-trunk-1.6/ws/rdf.virtuoso.storage/target/

On 31 March 2014 16:10, Reto Gmür <re...@wymiwyg.com> wrote:
> Hi Enrico.
>
> I think you can find the reports in
> https://builds.apache.org/job/clerezza-trunk-1.6/ws/.
>
> Cheers,
> Reto
>
>
> On Mon, Mar 31, 2014 at 10:44 AM, enridaga <en...@apache.org> wrote:
>
>> Hi,
>> it looks like there is a problem with the virtuoso module.
>> However the output below is not very insightful, and I can't see
>> surefire reports (how to access them from Jenkins?).
>> My guess is that the way tests are skipped (using junit "assume") is
>> not well supported, and the interruption is registered as a failure.
>> I am not sure how to handle this now, in the worst case I should
>> probably use a less elegant way of run tests conditionally (only if
>> the user wants and provides connection parameters for virtuoso, in the
>> specific case).
>>
>> Any other ideas?
>>
>> Enrico
>>
>> On 30 March 2014 22:07, Apache Jenkins Server <je...@builds.apache.org>
>> wrote:
>> > See <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/992/changes
>> >
>> >
>> > Changes:
>> >
>> > [enridaga] CLEREZZA-904 Implemented. Having this support, most of the
>> work around statement and connection management has been removed.
>> >
>> > [enridaga] Removing mac-os fs files that was added by mistake
>> >
>> > [enridaga] CLEREZZA-904 We also change the logger for tests to log4j.
>> This was useful during development.
>> >
>> > ------------------------------------------
>> > [INFO]
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] Building Clerezza - SCB Virtuoso storage provider 0.3-SNAPSHOT
>> > [INFO]
>> ------------------------------------------------------------------------
>> > Downloading:
>> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom
>> > Downloaded:
>> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom(3 KB at 38.3 KB/sec)
>> > Downloading:
>> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar
>> > Downloaded:
>> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar(13 KB at 81.3 KB/sec)
>> > [INFO]
>> > [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @
>> rdf.virtuoso.storage ---
>> > [INFO]
>> > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
>> rdf.virtuoso.storage ---
>> > [INFO]
>> > [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @
>> rdf.virtuoso.storage ---
>> > [INFO] Using 'utf-8' encoding to copy filtered resources.
>> > [INFO] Copying 0 resource to META-INF
>> > [INFO] Copying 2 resources
>> > [INFO] Copying 3 resources
>> > [INFO]
>> > [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @
>> rdf.virtuoso.storage ---
>> > [INFO] Compiling 5 source files to <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/classes
>> >
>> > [INFO]
>> > [INFO] --- maven-scr-plugin:1.7.4:scr (generate-scr-scrdescriptor) @
>> rdf.virtuoso.storage ---
>> > [INFO] Generating 2 MetaType Descriptors to <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
>> >
>> > [INFO] Writing abstract service descriptor <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml>
>> with 1 entries.
>> > [INFO] Generating 1 Service Component Descriptors to <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
>> >
>> > [INFO]
>> > [INFO] --- maven-resources-plugin:2.4.1:testResources
>> (default-testResources) @ rdf.virtuoso.storage ---
>> > [INFO] Using 'utf-8' encoding to copy filtered resources.
>> > [INFO] Copying 1 resource
>> > [INFO] Copying 3 resources
>> > [INFO]
>> > [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile)
>> @ rdf.virtuoso.storage ---
>> > [INFO] Compiling 8 source files to <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/test-classes
>> >
>> > [INFO]
>> > [INFO] --- maven-surefire-plugin:2.15:test (default-test) @
>> rdf.virtuoso.storage ---
>> > [INFO] Surefire report directory: <
>> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/surefire-reports
>> >
>> >
>> > -------------------------------------------------------
>> >  T E S T S
>> > -------------------------------------------------------
>> >
>> > Results :
>> >
>> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>> >
>> > [JENKINS] Recording test results
>>
>>
>>
>> --
>>
>> ------------------------------------------------------------------------------
>> enridaga
>>



-- 
------------------------------------------------------------------------------
enridaga

Re: About: "Build failed in Jenkins: clerezza-trunk-1.6 » Clerezza - SCB Virtuoso storage provider #992"

Posted by Reto Gmür <re...@wymiwyg.com>.
Hi Enrico.

I think you can find the reports in
https://builds.apache.org/job/clerezza-trunk-1.6/ws/.

Cheers,
Reto


On Mon, Mar 31, 2014 at 10:44 AM, enridaga <en...@apache.org> wrote:

> Hi,
> it looks like there is a problem with the virtuoso module.
> However the output below is not very insightful, and I can't see
> surefire reports (how to access them from Jenkins?).
> My guess is that the way tests are skipped (using junit "assume") is
> not well supported, and the interruption is registered as a failure.
> I am not sure how to handle this now, in the worst case I should
> probably use a less elegant way of run tests conditionally (only if
> the user wants and provides connection parameters for virtuoso, in the
> specific case).
>
> Any other ideas?
>
> Enrico
>
> On 30 March 2014 22:07, Apache Jenkins Server <je...@builds.apache.org>
> wrote:
> > See <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/992/changes
> >
> >
> > Changes:
> >
> > [enridaga] CLEREZZA-904 Implemented. Having this support, most of the
> work around statement and connection management has been removed.
> >
> > [enridaga] Removing mac-os fs files that was added by mistake
> >
> > [enridaga] CLEREZZA-904 We also change the logger for tests to log4j.
> This was useful during development.
> >
> > ------------------------------------------
> > [INFO]
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Building Clerezza - SCB Virtuoso storage provider 0.3-SNAPSHOT
> > [INFO]
> ------------------------------------------------------------------------
> > Downloading:
> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom
> > Downloaded:
> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.pom(3 KB at 38.3 KB/sec)
> > Downloading:
> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar
> > Downloaded:
> http://repo.maven.apache.org/maven2/org/apache/clerezza/rdf.jena.parser/0.11/rdf.jena.parser-0.11.jar(13 KB at 81.3 KB/sec)
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @
> rdf.virtuoso.storage ---
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
> rdf.virtuoso.storage ---
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @
> rdf.virtuoso.storage ---
> > [INFO] Using 'utf-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource to META-INF
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @
> rdf.virtuoso.storage ---
> > [INFO] Compiling 5 source files to <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/classes
> >
> > [INFO]
> > [INFO] --- maven-scr-plugin:1.7.4:scr (generate-scr-scrdescriptor) @
> rdf.virtuoso.storage ---
> > [INFO] Generating 2 MetaType Descriptors to <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
> >
> > [INFO] Writing abstract service descriptor <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml>
> with 1 entries.
> > [INFO] Generating 1 Service Component Descriptors to <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
> >
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.4.1:testResources
> (default-testResources) @ rdf.virtuoso.storage ---
> > [INFO] Using 'utf-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile)
> @ rdf.virtuoso.storage ---
> > [INFO] Compiling 8 source files to <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/test-classes
> >
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.15:test (default-test) @
> rdf.virtuoso.storage ---
> > [INFO] Surefire report directory: <
> https://builds.apache.org/job/clerezza-trunk-1.6/org.apache.clerezza$rdf.virtuoso.storage/ws/target/surefire-reports
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [JENKINS] Recording test results
>
>
>
> --
>
> ------------------------------------------------------------------------------
> enridaga
>