You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ga...@apache.org on 2010/10/25 03:28:21 UTC

[BUILD] branches/2.2: Failed for Revision: 1026529

Geronimo Revision: 1026529 built with tests included
 
See the full build-2000.log file at http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/build-2000.log
 
Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35 minutes 42 seconds
[INFO] Finished at: Fri Oct 22 20:41:35 EDT 2010
[INFO] Final Memory: 314M/957M
[INFO] ------------------------------------------------------------------------
 
TESTSUITE RESULTS (Failures only)
=================================
 
Assembly: tomcat
=================================
See full test results and logs at http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-tomcat/
 
[INFO] Running TestSuite
[INFO] Tests run: 40, Failures: 16, Errors: 0, Skipped: 0, Time elapsed: 234.112 sec <<< FAILURE!
[INFO] Running TestSuite
[INFO] Tests run: 12, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 65.938 sec <<< FAILURE!
--
[INFO] Running TestSuite
[INFO] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 69.367 sec <<< FAILURE!
 
Assembly: jetty
=================================
See full test results and logs at http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-jetty/
 
 
Samples: branches/2.2
=================================
Log: http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/samples-2000.log
 
Build status: FAILED
 

Re: [BUILD] branches/2.2: Failed for Revision: 1026529

Posted by Shawn Jiang <ge...@gmail.com>.
On Tue, Oct 26, 2010 at 10:27 PM, Kevan Miller <ke...@gmail.com>wrote:

>
> On Oct 25, 2010, at 4:20 PM, Jarek Gawor wrote:
>
> > I haven't had a chance to but make sure to test it in headless mode.
> > That's what the automatic tests are doing.
>
> Running on a Mac (-Pit,all-subprojects,headless in headless or non-headless
> mode, I get the following:
>
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running TestSuite
> [INFO] Tests run: 8, Failures: 4, Errors: 0, Skipped: 0, Time elapsed:
> 2.238 sec <<< FAILURE!
> [INFO]
> [INFO] Results :
> [INFO]
> [INFO] Failed tests:
> [INFO]
> testEchoImageWithMTOMSupport(org.apache.geronimo.jaxws.mtom.WebMTOMTest)
> [INFO]
> testEchoImageWithoutMTOMSupport(org.apache.geronimo.jaxws.mtom.WebMTOMTest)
> [INFO]
> testEchoImageWithMTOMSupport(org.apache.geronimo.jaxws.mtom.EJBMTOMTest)
> [INFO]
> testEchoImageWithoutMTOMSupport(org.apache.geronimo.jaxws.mtom.EJBMTOMTest)
> [INFO]
> [INFO] Tests run: 8, Failures: 4, Errors: 0, Skipped: 0
>

I can't recreate the failures from build server as well as the failures
above in my local ubuntu.

cd testsuite
mvn clean install -Pit,headless


> IIUC, the automated tests are running with:
>
> -Pit,all-subprojects,headless
>
> I can't get all-subprojects to work. It fails with:
>

IIRC, all-subprojects profile is only used for release.


>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Geronimo TestSuite :: Commands Testsuite :: Deployer
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> /Users/kevan/geronimo/server/branches/2.2/testsuite/commands-testsuite/deploy/target
> (included: [**], exc\
> luded: [])
> [INFO] [:invoke {execution: clean}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] At least one pom file must be included
>
> --kevan




-- 
Shawn

Re: [BUILD] branches/2.2: Failed for Revision: 1026529

Posted by Kevan Miller <ke...@gmail.com>.
On Oct 25, 2010, at 4:20 PM, Jarek Gawor wrote:

> I haven't had a chance to but make sure to test it in headless mode.
> That's what the automatic tests are doing.

Running on a Mac (-Pit,all-subprojects,headless in headless or non-headless mode, I get the following:

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 8, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 2.238 sec <<< FAILURE!
[INFO]
[INFO] Results :
[INFO]
[INFO] Failed tests:
[INFO]   testEchoImageWithMTOMSupport(org.apache.geronimo.jaxws.mtom.WebMTOMTest)
[INFO]   testEchoImageWithoutMTOMSupport(org.apache.geronimo.jaxws.mtom.WebMTOMTest)
[INFO]   testEchoImageWithMTOMSupport(org.apache.geronimo.jaxws.mtom.EJBMTOMTest)
[INFO]   testEchoImageWithoutMTOMSupport(org.apache.geronimo.jaxws.mtom.EJBMTOMTest)
[INFO]
[INFO] Tests run: 8, Failures: 4, Errors: 0, Skipped: 0

IIUC, the automated tests are running with:

-Pit,all-subprojects,headless

I can't get all-subprojects to work. It fails with:

[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo TestSuite :: Commands Testsuite :: Deployer
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: /Users/kevan/geronimo/server/branches/2.2/testsuite/commands-testsuite/deploy/target (included: [**], exc\
luded: [])
[INFO] [:invoke {execution: clean}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] At least one pom file must be included

--kevan

Re: [BUILD] branches/2.2: Failed for Revision: 1026529

Posted by Jarek Gawor <jg...@gmail.com>.
I haven't had a chance to but make sure to test it in headless mode.
That's what the automatic tests are doing.

Jarek

On Sun, Oct 24, 2010 at 11:04 PM, Shawn Jiang <ge...@gmail.com> wrote:
> I can't recreate these testsuite faiures locally.   Can anyone help verify ?
>
> On Mon, Oct 25, 2010 at 9:28 AM, <ga...@apache.org> wrote:
>>
>> Geronimo Revision: 1026529 built with tests included
>>
>> See the full build-2000.log file at
>> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/build-2000.log
>>
>> Download the binaries from
>> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 35 minutes 42 seconds
>> [INFO] Finished at: Fri Oct 22 20:41:35 EDT 2010
>> [INFO] Final Memory: 314M/957M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> TESTSUITE RESULTS (Failures only)
>> =================================
>>
>> Assembly: tomcat
>> =================================
>> See full test results and logs at
>> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-tomcat/
>>
>> [INFO] Running TestSuite
>> [INFO] Tests run: 40, Failures: 16, Errors: 0, Skipped: 0, Time elapsed:
>> 234.112 sec <<< FAILURE!
>> [INFO] Running TestSuite
>> [INFO] Tests run: 12, Failures: 7, Errors: 0, Skipped: 0, Time elapsed:
>> 65.938 sec <<< FAILURE!
>> --
>> [INFO] Running TestSuite
>> [INFO] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> 69.367 sec <<< FAILURE!
>>
>> Assembly: jetty
>> =================================
>> See full test results and logs at
>> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-jetty/
>>
>>
>> Samples: branches/2.2
>> =================================
>> Log:
>> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/samples-2000.log
>>
>> Build status: FAILED
>>
>
>
>
> --
> Shawn
>

Re: [BUILD] branches/2.2: Failed for Revision: 1026529

Posted by Kevan Miller <ke...@gmail.com>.
On Oct 24, 2010, at 11:04 PM, Shawn Jiang wrote:

> I can't recreate these testsuite faiures locally.   Can anyone help verify ?

I've never been able to recreate locally, either. I started to look at them a few months back, but didn't follow through. I do have access to the build machine. Maybe I can try again...

--kevan
 

Re: [BUILD] branches/2.2: Failed for Revision: 1026529

Posted by Shawn Jiang <ge...@gmail.com>.
I can't recreate these testsuite faiures locally.   Can anyone help verify ?

On Mon, Oct 25, 2010 at 9:28 AM, <ga...@apache.org> wrote:

> Geronimo Revision: 1026529 built with tests included
>
> See the full build-2000.log file at
> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/build-2000.log
>
> Download the binaries from
> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 35 minutes 42 seconds
> [INFO] Finished at: Fri Oct 22 20:41:35 EDT 2010
> [INFO] Final Memory: 314M/957M
> [INFO]
> ------------------------------------------------------------------------
>
> TESTSUITE RESULTS (Failures only)
> =================================
>
> Assembly: tomcat
> =================================
> See full test results and logs at
> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-tomcat/
>
> [INFO] Running TestSuite
> [INFO] Tests run: 40, Failures: 16, Errors: 0, Skipped: 0, Time elapsed:
> 234.112 sec <<< FAILURE!
> [INFO] Running TestSuite
> [INFO] Tests run: 12, Failures: 7, Errors: 0, Skipped: 0, Time elapsed:
> 65.938 sec <<< FAILURE!
> --
> [INFO] Running TestSuite
> [INFO] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> 69.367 sec <<< FAILURE!
>
> Assembly: jetty
> =================================
> See full test results and logs at
> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/logs-2000-jetty/
>
>
> Samples: branches/2.2
> =================================
> Log:
> http://people.apache.org/builds/geronimo/server/binaries/2.2/20101022/samples-2000.log
>
> Build status: FAILED
>
>


-- 
Shawn