You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Bernd Fondermann <bf...@brainlounge.de> on 2008/02/12 08:40:25 UTC

Nightlies don't get copied to p.a.o

Hi,

The latest built files on p.a.o are dated 6th Feb.
It looks to me like the nightly build batch script fails after the build 
is successfully completed, seems like a path gets messed up:

An automated nightly build of JAMES has been posted to 
http://people.apache.org/builds/james/nightly/
--------------------------------------------------------------------
Any unit test errors from the build should be reported below:
grep: /home/noel/ASF/james/server/trunk/dist/*/downloads/BUILD.log: No 
such file or directory
--------------------------------------------------------------------
tail: cannot open 
`/home/noel/ASF/james/server/trunk/dist/*/downloads/BUILD.log' for 
reading: No such file or directory
--------------------------------------------------------------------
Please review http://people.apache.org/builds/james/nightly/BUILD.log.




---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightlies don't get copied to p.a.o

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Feb 18, 2008 7:54 AM, Robert Burrell Donkin
<ro...@gmail.com> wrote:
>
> On 2/17/08, Noel J. Bergman <no...@devtech.com> wrote:
> > Bernd,
> >
> > This is the tail from the current build log:
> >
> > ---------
> >     [junit] Running
> > org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
> >     [junit] Location:
> > /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
> >     [junit] Expected: '\* 1 EXPUNGE'
> >     [junit] Actual   : '* 2 EXPUNGE')
> >     [junit] Location:
> > /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
> >     [junit] Expected: '\* 1 EXPUNGE'
> >     [junit] Actual   : '* 2 EXPUNGE')
> >     [junit] Location:
> > /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
> >     [junit] Expected: '\* 1 EXPUNGE'
> >     [junit] Actual   : '* 2 EXPUNGE')
> >     [junit] Tests run: 54, Failures: 0, Errors: 3, Time elapsed: 12.236 sec
> >
> > BUILD FAILED
> > /home/noel/ASF/james/server/trunk/build.xml:134: The following error
> > occurred while executing this line:
> > /home/noel/ASF/james/server/trunk/build.xml:94: The following error occurred
> > while executing this line:
> > /home/noel/ASF/james/server/trunk/build.xml:82: The following error occurred
> > while executing this line:
> > /home/noel/ASF/james/server/trunk/build.xml:40: The following error occurred
> > while executing this line:
> > /home/noel/ASF/james/server/trunk/phoenix-deployment/build.xml:953: Test
> > org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
> > failed
> >
> > Total time: 4 minutes 58 seconds
>
> Bit odd this one. Passes fine on my multicore machine running Java 6
> but fails on my slower machine.

i think i've sorted this one out: it's a ordering issue which varies
with JVM version

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightlies don't get copied to p.a.o

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On 2/17/08, Noel J. Bergman <no...@devtech.com> wrote:
> Bernd,
>
> This is the tail from the current build log:
>
> ---------
>     [junit] Running
> org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
>     [junit] Location:
> /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
>     [junit] Expected: '\* 1 EXPUNGE'
>     [junit] Actual   : '* 2 EXPUNGE')
>     [junit] Location:
> /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
>     [junit] Expected: '\* 1 EXPUNGE'
>     [junit] Actual   : '* 2 EXPUNGE')
>     [junit] Location:
> /org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
>     [junit] Expected: '\* 1 EXPUNGE'
>     [junit] Actual   : '* 2 EXPUNGE')
>     [junit] Tests run: 54, Failures: 0, Errors: 3, Time elapsed: 12.236 sec
>
> BUILD FAILED
> /home/noel/ASF/james/server/trunk/build.xml:134: The following error
> occurred while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:94: The following error occurred
> while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:82: The following error occurred
> while executing this line:
> /home/noel/ASF/james/server/trunk/build.xml:40: The following error occurred
> while executing this line:
> /home/noel/ASF/james/server/trunk/phoenix-deployment/build.xml:953: Test
> org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
> failed
>
> Total time: 4 minutes 58 seconds

Bit odd this one. Passes fine on my multicore machine running Java 6
but fails on my slower machine. Not sure why the tests are
environmental dependent. Do the tests pass for other people?


> ---------
>
> I need to modify the nightly build script.  The reporting problem is that
> because the build failed, the directory wasn't created, and the log file
> could not be moved into the expected place to be uploaded.
>
> 	--- Noel
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Nightlies don't get copied to p.a.o

Posted by Bernd Fondermann <be...@googlemail.com>.
On Feb 17, 2008 6:29 PM, Noel J. Bergman <no...@devtech.com> wrote:
> > I need to modify the nightly build script.  The reporting problem is that
> > because the build failed, the directory wasn't created, and the log file
> > could not be moved into the expected place to be uploaded.
>
> Should be fixed, as you can see from the manually executed runs of the
> nightly build script.
>
>
>         --- Noel

Ok, great. Thanks for taking care and fixing. :-)

   Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


RE: Nightlies don't get copied to p.a.o

Posted by "Noel J. Bergman" <no...@devtech.com>.
> I need to modify the nightly build script.  The reporting problem is that
> because the build failed, the directory wasn't created, and the log file
> could not be moved into the expected place to be uploaded.

Should be fixed, as you can see from the manually executed runs of the
nightly build script.

	--- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


RE: Nightlies don't get copied to p.a.o

Posted by "Noel J. Bergman" <no...@devtech.com>.
Bernd,

This is the tail from the current build log:

---------
    [junit] Running
org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
    [junit] Location:
/org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
    [junit] Expected: '\* 1 EXPUNGE'
    [junit] Actual   : '* 2 EXPUNGE')
    [junit] Location:
/org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
    [junit] Expected: '\* 1 EXPUNGE'
    [junit] Actual   : '* 2 EXPUNGE')
    [junit] Location:
/org/apache/james/test/functional/imap/scripts/AppendExpunge.test:80
    [junit] Expected: '\* 1 EXPUNGE'
    [junit] Actual   : '* 2 EXPUNGE')
    [junit] Tests run: 54, Failures: 0, Errors: 3, Time elapsed: 12.236 sec

BUILD FAILED
/home/noel/ASF/james/server/trunk/build.xml:134: The following error
occurred while executing this line:
/home/noel/ASF/james/server/trunk/build.xml:94: The following error occurred
while executing this line:
/home/noel/ASF/james/server/trunk/build.xml:82: The following error occurred
while executing this line:
/home/noel/ASF/james/server/trunk/build.xml:40: The following error occurred
while executing this line:
/home/noel/ASF/james/server/trunk/phoenix-deployment/build.xml:953: Test
org.apache.james.experimental.imapserver.ExperimentalAuthenticatedStateTest
failed

Total time: 4 minutes 58 seconds
---------

I need to modify the nightly build script.  The reporting problem is that
because the build failed, the directory wasn't created, and the log file
could not be moved into the expected place to be uploaded.

	--- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org