On a clean build and repo, I can't get past maven-project: MavenProjectDynamismTest, 4 failures. If I remove that, I run into runtime errors on all the ITs dealing with a missing method in the interpolator.
Shane On Mon, Jun 30, 2008 at 5:07 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > > On 01/07/2008, at 3:08 AM, John Casey wrote: > > Pretty sure this is fixed. It's building on my localhost and hudson >> now...not sure about continuum (yet) >> > > It did tick over successfully shortly after your mail. > > However, it's back to failing on it0081 / it0065 again. It seems I am not > crazy then, as I'd been getting these on my Mac. It must be related to the > state of the core-integration-testing modules that contain that mojo. I'll > see if I can take some time to take a look. > > Hudson is also failing, but it seems to just be confused about how to talk > to Nexus again. > > - Brett > > > >> >> Brett Porter wrote: >> >>> John, >>> >>> Can you check this one out - I was first getting it on my local machines >>> and so tried it here. I can't check it in Hudson due to other build errors >>> that are unique to there. >>> >>> It looks related to the interpolation changes. If I use the built maven >>> on that project, I get this error: >>> >>> >>> [ERROR] >>> Error scanning for extensions: Failed to interpolate model from: >>> /Users/brett/scm/maven/components/maven-embedder/src/test/error-reporting-projects/interp-from-model/pom.xml >>> prior to scanning for extensions. >>> >>> >>> It looks like the error path changed from previously based on the test >>> case failure below. >>> >>> Cheers, >>> Brett >>> >>> >>> On 30/06/2008, at 7:31 PM, [EMAIL PROTECTED] wrote: >>> >>> Online report : >>>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=99061&projectId=938 >>>> >>>> Build statistics: >>>> State: Failed >>>> Previous State: Failed >>>> Started at: Mon 30 Jun 2008 02:27:29 -0700 >>>> Finished at: Mon 30 Jun 2008 02:31:40 -0700 >>>> Total time: 4m 11s >>>> Build Trigger: Schedule >>>> Build Number: 0 >>>> Exit code: 1 >>>> Building machine hostname: vmbuild.apache.org >>>> Operating system : Linux(unknown) >>>> Java Home version : java version "1.6.0_05" >>>> Java(TM) SE Runtime Environment (build 1.6.0_05-b13) >>>> Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing) >>>> Builder version : >>>> Maven version: 2.0.8 >>>> Java version: 1.6.0_05 >>>> OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family: >>>> "unix" >>>> >>>> >>>> **************************************************************************** >>>> SCM Changes: >>>> >>>> **************************************************************************** >>>> Changed: brett @ Mon 30 Jun 2008 01:34:38 -0700 >>>> Comment: We require the newer version of the surefire plugin or it is >>>> possible to get old versions of plexus-utils in the tests >>>> Files changed: >>>> /maven/components/trunk/maven-embedder/pom.xml ( 672727 ) >>>> >>>> >>>> **************************************************************************** >>>> Dependencies Changes: >>>> >>>> **************************************************************************** >>>> org.apache.maven:maven-core:2.1-SNAPSHOT >>>> >>>> org.apache.maven:maven-project:2.1-SNAPSHOT >>>> >>>> org.apache.maven:maven-toolchain:2.1-SNAPSHOT >>>> >>>> org.apache.maven:maven:2.1-SNAPSHOT >>>> >>>> >>>> >>>> **************************************************************************** >>>> Build Defintion: >>>> >>>> **************************************************************************** >>>> POM filename: pom.xml >>>> Goals: clean install Arguments: --batch-mode --non-recursive >>>> Build Fresh: false >>>> Always Build: false >>>> Default Build Definition: true >>>> Schedule: DEFAULT_SCHEDULE >>>> Description: default maven2 buildDefinition >>>> >>>> >>>> **************************************************************************** >>>> Test Summary: >>>> >>>> **************************************************************************** >>>> Tests: 115 >>>> Failures: 1 >>>> Total time: 189.16199 >>>> >>>> >>>> **************************************************************************** >>>> Test Failures: >>>> >>>> **************************************************************************** >>>> >>>> ErrorReporterPointcutTest >>>> testReportErrorInterpolatingModel_UsingModelInstance : >>>> junit.framework.AssertionFailedError >>>> junit.framework.AssertionFailedError: Expectation failure on verify: >>>> clearErrors(): expected: at least 1, actual: 1 >>>> reportErrorInterpolatingModel(<any>, <any>, <any>, <any>, <any>): >>>> expected: 1, actual: 0 >>>> at org.easymock.MockControl.verify(MockControl.java:205) >>>> at >>>> org.apache.maven.error.ErrorReporterPointcutTest.testReportErrorInterpolatingModel_UsingModelInstance(ErrorReporterPointcutTest.java:936) >>>> >>>> >>>> >>>> >>>> >>> -- >>> Brett Porter >>> [EMAIL PROTECTED] >>> http://blogs.exist.com/bporter/ >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> -- >> John Casey >> Developer, PMC Member - Apache Maven (http://maven.apache.org) >> Blog: http://www.ejlife.net/blogs/buildchimp/ >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > -- > > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
