[jbosstools-builds] Build failed in Jenkins: jbosstools-webservices_41 #71

ci-builds at redhat.com ci-builds at redhat.com
Tue Jun 25 17:58:52 EDT 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-webservices_41/71/>

------------------------------------------
[...truncated 425 lines...]
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>

    <profile>
      <id>jboss-staging</id>
      <repositories>
        <repository>
          <id>jboss-staging</id>
          <name>JBoss Deprecated Repository</name>
          <url>https://repository.jboss.org/nexus/content/repositories/staging/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
            <id>jboss-staging-repository-group</id>
            <name>JBoss Public Repository Group</name>
            <url>https://repository.jboss.org/nexus/content/groups/staging/</url>
            <releases>
                <enabled>true</enabled>
                <updatePolicy>never</updatePolicy>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>

    <profile>
      <id>jdbc-drivers</id>
      <activation>
        <property>
           <name>jdbc-drivers-repo</name>
        </property>
      </activation>
      <repositories>
        <repository>
          <id>qa-jdbc-drivers</id>
          <url>http://www.qa.jboss.com/jdbc-drivers/maven2/</url>
          <releases>
              <enabled>true</enabled>
          </releases>
          <snapshots>
              <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
    
    <profile>
      <id>jon-2.0</id>
      <activation>
          <property>
             <name>jon-m2-repo</name>
          </property>
      </activation>
      <repositories>
        <repository>
            <id>jon01</id>
            <name>JON Internal Repository</name>
            <url>http://jon01.mw.lab.eng.bos.redhat.com:8042/m2-repo/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <repository>
           <id>artifactory</id>
           <name>artifactory</name>
           <url>http://jon01.mw.lab.eng.bos.redhat.com:9999/artifactory/repo</url>
           <snapshots>
              <enabled>true</enabled>
           </snapshots>
         </repository>
      </repositories>
    </profile>

    <profile>
      <id>glassfish</id>
      <repositories>
        <repository>
          <id>glassfish</id>
          <name>hudson glassfish</name>
          <url>http://maven.glassfish.org</url>
        </repository>
      </repositories>
    </profile>

    <profile>	
      <id>jboss-qa</id>
      <repositories>
        <!--JBoss QA proxy & repository -->
        <repository>
           <id>jboss-qa-public-all</id>
           <url>http://nexus.qa.jboss.com:8081/nexus/content/groups/public-all</url>
           <releases><enabled>true</enabled></releases>
           <snapshots><enabled>true</enabled></snapshots>
        </repository>
	<repository>
           <id>jboss-qa-thirdparty</id>
           <url>http://nexus.qa.jboss.com:8081/nexus/content/repositories/thirdparty/</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>jboss-qa-repo-plugins</id>
          <url>http://nexus.qa.jboss.com:8081/nexus/content/groups/public-all</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
   
     <!-- Include early access of application server and other products -->
        <profile>
            <id>redhat-earlyaccess-repository</id>
            <repositories>
                <repository>
                    <id>redhat-earlyaccess-repository-group</id>
                    <name>Red Hat early access repository</name>
                    <url>http://maven.repository.redhat.com/earlyaccess/all/</url>
                    <layout>default</layout>
                    <releases>
                        <enabled>true</enabled>
                        <updatePolicy>never</updatePolicy>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                        <updatePolicy>never</updatePolicy>
                    </snapshots>
                </repository>
            </repositories>
        </profile>

    <!-- internal jenkins repository, see https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Maven+Repository+Server -->
    <profile>
      <id>jenkins</id>
      <repositories>
	<repository>
         <id>jenkins</id>
         <url>http://jenkins.mw.lab.eng.bos.redhat.com/hudson/plugin/repository/</url>
         <releases>
             <enabled>true</enabled>
         </releases>
         <snapshots>
            <enabled>true</enabled>
         </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>jenkins</id>
          <url>http://jenkins.mw.lab.eng.bos.redhat.com/hudson/plugin/repository/</url>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
         </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>	

  </profiles>

  <!-- activeProfiles
   | List of profiles that are active for all builds.
   | -->
  <activeProfiles>
    <activeProfile>jboss.repository</activeProfile>
    <activeProfile>jboss-developer-repository</activeProfile>
    <!-- Note: this should be active by default temporarily to give projects time to update their dependency tree -->
    <activeProfile>jboss-deprecated</activeProfile>
    <!-- activeProfile>jboss-nexus</activeProfile -->
    <!-- activeProfile>redhat-earlyaccess-repository</activeProfile -->
  </activeProfiles>

</settings>
+ echo ''

+ echo '==== /home/hudson/.m2/settings.xml ===='
==== /home/hudson/.m2/settings.xml ====
[jbosstools-webservices_41] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -DTARGET_PLATFORM_VERSION=4.30.5.Alpha6 -DTARGET_PLATFORM_VERSION_MAXIMUM=4.30.5.Alpha6 "-DMAVEN_FLAGS=-B -U -fae -e -P hudson,pack200,jbosstools-nightly-staging-composite,unified.target" -DskipRevisionCheckWhenPublishing=false dependency:tree -Pmaximum -B -U -fae -e -P hudson,pack200,jbosstools-nightly-staging-composite,unified.target -gs /home/hudson/.m2/settings.xml -DTARGET_PLATFORM_VERSION=4.30.5.Alpha6
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.147s
[INFO] Finished at: Tue Jun 25 17:58:49 EDT 2013
[INFO] Final Memory: 4M/134M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "maximum" could not be activated because it does not exist.
[WARNING] The requested profile "hudson" could not be activated because it does not exist.
[WARNING] The requested profile "pack200" could not be activated because it does not exist.
[WARNING] The requested profile "jbosstools-nightly-staging-composite" could not be activated because it does not exist.
[WARNING] The requested profile "unified.target" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:tree (default-cli): Goal requires a project to execute but there is no POM in this directory (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-webservices_41/ws/).> Please verify you invoked Maven from the correct directory. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:tree (default-cli): Goal requires a project to execute but there is no POM in this directory (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-webservices_41/ws/).> Please verify you invoked Maven from the correct directory.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:179)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.lifecycle.MissingProjectException: Goal requires a project to execute but there is no POM in this directory (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-webservices_41/ws/).> Please verify you invoked Maven from the correct directory.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:175)
	... 19 more
[ERROR] 
[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/MissingProjectException
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :26
Killing Xvnc process ID 20478
Archiving artifacts
Recording test results
Description set: 


More information about the jbosstools-builds mailing list