Question about JBoss Tools Validation trigger
by Xavier Coulon
Hello,
I'm facing an issue here (https://issues.jboss.org/browse/JBIDE-12690) which basically says that the imported project is not correctly validated. It has JAX-RS errors but nothing is reported after the import operation.
In my console logs, I have the following traces:
14:43:13.714 [Worker-9] Building JAX-RS Metamodel after Java element changed...
14:43:13.715 [Worker-9] Some java elements changed:[PostChange]
14:43:13.715 [Worker-9] **rejected** JavaElementDelta [PostChange] JavaModel '' [*without* AST] changed:{Children}]
14:43:13.715 [Worker-9] **rejected** JavaElementDelta [PostChange] JavaProject 'jboss-richfaces-webapp' [*without* AST] changed:{Content}]
14:43:13.715 [Worker-9] Processing 0 change(s)...
14:43:13.715 [Worker-9] Done processing Java changes.
14:43:14.721 [Worker-1] *** Validating all JAX-RS elements in project jboss-richfaces-webapp ***
14:43:14.731 [Worker-1] Validation done.
...
...
...
!MESSAGE Building JAX-RS metamodel for project jboss-richfaces-webapp
14:43:24.703 [Worker-11] Initiating a JAX-RS Metamodel build on project 'jboss-richfaces-webapp' after resource changed event org.eclipse.core.internal.events.ResourceChangeEvent[source=P/jboss-richfaces-webapp]
14:43:24.704 [Worker-0] Building JAX-RS Metamodel after resource changed...
14:43:24.713 [Worker-0] JAX-RS Metamodel created for project jboss-richfaces-webapp
14:43:24.717 [Worker-0] Processing project 'jboss-richfaces-webapp'...
14:43:24.718 [Worker-0] Processing ResourceChangedEvent [Project '/jboss-richfaces-webapp' added]
14:43:27.686 [Worker-0] Indexing JavaApplication 'JaxRsActivator': path=/rest
14:43:27.797 [Worker-0] Indexing Resource 'MemberResourceRESTService' (root=true)
14:43:27.800 [Worker-0] Indexing ResourceMethod 'MemberResourceRESTService.lookupMemberById' (SUBRESOURCE_METHOD)
14:43:27.801 [Worker-0] Indexing ResourceMethod 'MemberResourceRESTService.createMember' (RESOURCE_METHOD)
14:43:27.801 [Worker-0] Indexing ResourceMethod 'MemberResourceRESTService.listAllMembers' (RESOURCE_METHOD)
14:43:27.802 [Worker-0] Resulting event: JaxrsElementChange: [Application Added] JaxRsActivator
14:43:27.803 [Worker-0] Resulting event: JaxrsElementChange: [Resource Added] MemberResourceRESTService
14:43:27.806 [Worker-0] Processing ResourceChangedEvent [File '/jboss-richfaces-webapp/src/main/webapp/WEB-INF/web.xml' added]
14:43:27.902 [Worker-0] No servlet mapping found for class 'org.jboss.tools.example.richfaces.rest.JaxRsActivator' in file 'src/main/webapp/WEB-INF/web.xml'
14:43:27.911 [Worker-0] No servlet mapping found for class 'javax.ws.rs.core.Application' in file 'src/main/webapp/WEB-INF/web.xml'
14:43:27.911 [Worker-0] Done processing resource results.
14:43:27.911 [Worker-0] Processing 2 JAX-RS element change(s)...
14:43:27.911 [Worker-0] Processing JaxrsElementChange: [Application Added] JaxRsActivator
14:43:27.911 [Worker-0] Processing JaxrsElementChange: [Resource Added] MemberResourceRESTService
14:43:27.915 [Worker-0] --> JaxrsEndpointChange: [Added] GET /rest/members/{id:[0-9][0-9]*} | consumes:[*/*] | produces=[application/json] in method MemberResourceRESTService.lookupMemberById(...)
14:43:27.915 [Worker-0] --> JaxrsEndpointChange: [Added] POST /rest/members | consumes:[application/json] | produces=[application/json] in method MemberResourceRESTService.createMember(...)
14:43:27.915 [Worker-0] --> JaxrsEndpointChange: [Added] GET /rest/members | consumes:[*/*] | produces=[application/json] in method MemberResourceRESTService.listAllMembers(...)
14:43:27.915 [Worker-0] Done processing JAX-RS element change(s).
14:43:27.916 [Worker-0] *** Notifying the UI that JAX-RS metamodel was Added (including 3 endpoint changes) ***
14:43:27.917 [Worker-0] JAX-RS Metamodel for project 'jboss-richfaces-webapp' now has 6 HttpMethods, 1 Resources and 3 Endpoints.
14:43:28.136 [Worker-0] Validation done.
14:44:59.105 [Worker-1] *** Validating some JAX-RS elements bound to files [L/jboss-richfaces-webapp/target/test-classes/arquillian.xml, L/jboss-richfaces-webapp/target/test-classes/META-INF/test-persistence.xml, L/jboss-richfaces-webapp/target/test-classes/test-ds.xml] that just changed in project jboss-richfaces-webapp... ***
14:45:11.719 [Worker-1] Validation done.
The problem I've spotted is that the JAX-RS validator is called twice: the first time to validate *all* the JAX-RS elements, but this call occurs *before* the JAX-RS metamodel was built, because none of the events that were caught by the listener in the plugin were 'eligible' to build the JAX-RS metamodel.
[moving a bit forward during the import operation -> some logs were removed]
Then, once the listener caught a "ResourceChangedEvent" about the ADDED project, the JAX-RS metamodel is built, but the validator is called for only a couple of .xml files that changed, not the whole project that was imported.
How could I trigger a 'validateAll' in this case ?
Thanks
Best regards,
/Xavier
13 years, 4 months
Build failed in Jenkins: jbosstools-4.0_trunk.aggregate #5756
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
Changes:
[nickboldt] add hudson-jobs/settings/hudson-settings-maximum-stable_branch.xml and hudson-jobs/settings/hudson-settings-maximum.xml pointing at file:///home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1a/e421-wtp341.target/
[nickboldt] fix URLs for jenkins.target - should be file:///home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0c/e420-wtp340.target/
------------------------------------------
Started by user nboldt(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on dev117-rhel5-x86_64
Updating http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site
At revision 44567
Updating https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings
U hudson-settings-stable_branch.xml
A hudson-settings-maximum.xml
A hudson-settings-maximum-stable_branch.xml
U hudson-settings.xml
At revision 10571
no change for http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site since the previous build
[jbosstools-4.0_trunk.aggregate] $ bash -xe /tmp/hudson617731299803140136.sh
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+ aggregateRoot=https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggr...
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/ -q --no-check-certificate -N
++ cat index.html
++ egrep -v 'http://|\.\.'
++ grep href
++ sed -e 's#.\+href="\(.\+\)".\+#https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/\1#g'
++ egrep -v '.+/$|README'
+ files='https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl'
+ [[ -n https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl ]]
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl -q --no-check-certificate -N
+ rm -f index.html
[site] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -DRELEASE=No "-DMAVEN_FLAGS=clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum" "-Dupdate.site.description=Nightly Build" -DBUILD_ID=2012-10-18_00-45-49 -DJOB_NAME=jbosstools-4.0_trunk.aggregate -DBUILD_NUMBER=5756 -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum -gs /home/hudson/.m2/settings.xml -s <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Scanning for projects...
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP... (610 B at 1.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (610 B at 0.7 KB/sec)
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/): No connector available to access repository jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-target-site (${jbosstools-target-site}): No connector available to access repository jbosstools-target-site (${jbosstools-target-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloading: https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst...
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst... (871 B at 2.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (871 B at 1.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (871 B at 1.3 KB/sec)
[INFO] Computing target platform for MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Resolving dependencies of MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT
[ERROR] Missing requirement: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT requires 'org.jboss.tools.central.discovery.feature.feature.group 0.0.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
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: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.eclipse.tycho.p2.impl.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:79)
at org.eclipse.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:83)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:118)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:76)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:448)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:425)
at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:98)
at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:64)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
... 11 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/InternalErrorException
Build step 'Invoke top-level Maven targets' marked build as failure
13 years, 4 months
Build failed in Jenkins: jbosstools-4.0_trunk.aggregate #5746
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
------------------------------------------
Started by user nboldt(a)REDHAT.COM
Started by upstream project "jbosstools-4.0_trunk.component--central" build number 230
[EnvInject] - Loading node environment variables.
Building remotely on soa3-RHEL5-x86
Updating http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site
C jbosstools-directory.xml
U site.xml
C index.html
At revision 44554
Updating https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings
At revision 10559
no change for http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site since the previous build
no change for https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings since the previous build
[jbosstools-4.0_trunk.aggregate] $ bash -xe /tmp/hudson7298858561933468404.sh
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+ aggregateRoot=https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggr...
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/ -q --no-check-certificate -N
++ cat index.html
++ egrep -v 'http://|\.\.'
++ grep href
++ sed -e 's#.\+href="\(.\+\)".\+#https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/\1#g'
++ egrep -v '.+/$|README'
+ files='https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl'
+ [[ -n https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl ]]
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl -q --no-check-certificate -N
+ rm -f index.html
[site] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -DRELEASE=No "-DMAVEN_FLAGS=clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum,local.composite -Dlocal.composite=file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/" "-Dupdate.site.description=Nightly Build" -DBUILD_ID=2012-10-17_02-50-32 -DJOB_NAME=jbosstools-4.0_trunk.aggregate -DBUILD_NUMBER=5746 -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum,local.composite -Dlocal.composite=file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/ -gs /home/hudson/.m2/settings.xml -s <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Scanning for projects...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP...
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP... (610 B at 1.2 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (610 B at 0.4 KB/sec)
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/): No connector available to access repository jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-target-site (${jbosstools-target-site}): No connector available to access repository jbosstools-target-site (${jbosstools-target-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (27 KB at 68.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloading: https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst...
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (871 B at 3.5 KB/sec)
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst... (871 B at 2.6 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (871 B at 2.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (32 KB at 80.3 KB/sec)
[INFO] Computing target platform for MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Resolving dependencies of MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT
[ERROR] Missing requirement: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT requires 'org.jboss.tools.central.discovery.feature.feature.group 0.0.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
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: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.eclipse.tycho.p2.impl.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:79)
at org.eclipse.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:83)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:118)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:76)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:448)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:425)
at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:98)
at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:64)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
... 11 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/InternalErrorException
Build step 'Invoke top-level Maven targets' marked build as failure
13 years, 4 months
[gitmigration] IMPORTANT: Plan for Git migration - SVN will be disabled next friday!
by Max Rydahl Andersen
Hi,
Once I got positive or negative feedback on the various repositories on github.com/jbosstools here is the plan for git migration:
Please read and understand this plan - its *important* - speak up now or stay forever silent!:
Wed 17/10: *last* day for everyone to give feedback/objections/doing corrections in SVN for the migration.
Fri 19/10: Max disables any writes to svn on trunk and 4.0.0.Beta1 branch (3.3.x will still be usable)
Max starts migration of what is svn to git
Sat 20/10: Max populates Github populated with git content
Mon 22/10: Nick/Mistria - setup builds for trunk to use the git content
Max opens 4.0.0.Beta1 for writes.
Max svn deletes compoenents in trunk wit ref to github (similar to what was done with modeshape)
If everything goes as planned this means we will have all content migrated to and built from Git on the 23rd.
Exceptions to that is:
3.3.x in will still use svn and continue do so (at least for now)
4.0.0.Beta1 will still use svn - thus if you do a change in git you need to do it in svn too/vice versa.
thank you,
/max
13 years, 4 months
Re: [jbosstools-dev] Eclipse Arquillian
by Xavier Coulon
I may misunderstand your statements, but I don't think the tooling "Eclipses" it at all.
Instead, I think it increases the user's productivity by taking care of the boilerplate code (maven configuration and @Deployment method), providing an easy way to launch the test (with the appropriate profile) and giving some validation too.
It *does not* remove the ability to run the tests from command line with maven..
Just my 0.02€ ;-)
Best regards,
/Xavier
ps: I'm brining this discussion on our mailing-list, not "thecore"
On Oct 17, 2012, at 12:13 PM, Max Rydahl Andersen wrote:
>
>> Irony: When the design criteria of Arquillian to be usable without special IDE tooling becomes "eclipsed" *with* the tooling.
>
> yes, and we should avoid this and I think we can - cc'ed you on the jbosstools-dev mail on this topic.
>
> The arquillian tooling should *augment* what is there in eclipse not "take it over"
>
> /max
>
>>
>> Awesome, Snjezana.
>>
>> S,
>> ALR
>>
>> On Tue 16 Oct 2012 09:07:24 AM MST, Fred Bricon wrote:
>>> Arquillian for the masses
>>>
>>> -------- Message original --------
>>> Sujet: Re: [jbosstools-dev] Eclipse Arquillian
>>> Date : Tue, 16 Oct 2012 18:04:20 +0200
>>> De : Fred Bricon <fbricon(a)redhat.com>
>>> Organisation : Red Hat
>>> Pour : Snjezana Peco <snjezana.peco(a)redhat.com>
>>> Copie à : dallen(a)redhat.com, jbosstools-dev jbosstools-dev
>>> <jbosstools-dev(a)lists.jboss.org>, aknutsen(a)redhat.com
>>>
>>>
>>>
>>> This looks absolutely awesome!
>>> Nice work Snjeza!
>>>
>>> Le 16/10/2012 16:59, Snjezana Peco a écrit :
>>>> Hi,
>>>>
>>>> Could you please reviewhttps://github.com/snjeza/arquillian-eclipse?
>>>> Your suggestions are welcome.
>>>>
>>>> Thanks,
>>>> Snjeza
>>>>
>>>> _______________________________________________
>>>> jbosstools-dev mailing list
>>>> jbosstools-dev(a)lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>
>>>
>>>
>>
>
>
13 years, 4 months
Build failed in Jenkins: jbosstools-4.0_trunk.aggregate #5742
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
------------------------------------------
Started by user nboldt(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on dev117-rhel5-x86_64
Updating http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site
At revision 44552
Updating https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings
At revision 10559
no change for http://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site since the previous build
no change for https://svn.jboss.org/repos/devstudio/trunk/hudson-jobs/settings since the previous build
[jbosstools-4.0_trunk.aggregate] $ bash -xe /tmp/hudson3030463990014204860.sh
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+ aggregateRoot=https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggr...
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/ -q --no-check-certificate -N
++ cat index.html
++ egrep -v 'http://|\.\.'
++ grep href
++ sed -e 's#.\+href="\(.\+\)".\+#https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/\1#g'
++ egrep -v '.+/$|README'
+ files='https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl'
+ [[ -n https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl ]]
+ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/build.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/getArch.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/index-te... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/p2stats.sh https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom-all.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/pom.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-r... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/remove-u... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.pro... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xml... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/aggregate/site.xsl -q --no-check-certificate -N
+ rm -f index.html
[site] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -DRELEASE=No "-DMAVEN_FLAGS=clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum,local.composite -Dlocal.composite=file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/" "-Dupdate.site.description=Nightly Build" -DBUILD_ID=2012-10-17_01-53-49 -DJOB_NAME=jbosstools-4.0_trunk.aggregate -DBUILD_NUMBER=5742 -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> clean install -B -U -fae -P hudson,jbosstools-nightly-staging-composite,jenkins.target.maximum,local.composite -Dlocal.composite=file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/ -gs /home/hudson/.m2/settings.xml -s <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Scanning for projects...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP...
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/parent/4.0.0.Beta2-SNAP... (610 B at 1.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (610 B at 0.7 KB/sec)
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/): No connector available to access repository jenkins.composite (file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.0.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-target-site (${jbosstools-target-site}): No connector available to access repository jbosstools-target-site (${jbosstools-target-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (27 KB at 53.8 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst...
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloading: https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too...
Downloaded: http://snapshots.jboss.org/maven2/org/jboss/tools/target-platforms/jbosst... (871 B at 3.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (871 B at 2.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/too... (871 B at 1.9 KB/sec)
[INFO] Computing target platform for MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository file:/home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/juno/SR0c/latest/
[INFO] Resolving dependencies of MavenProject: org.jboss.tools:org.jboss.tools.site.core:0.0.2-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT
[ERROR] Missing requirement: org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT requires 'org.jboss.tools.central.discovery.feature.feature.group 0.0.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
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: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.site.core raw:0.0.2.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.2-SNAPSHOT to org.jboss.tools.central.discovery.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.eclipse.tycho.p2.impl.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:79)
at org.eclipse.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:83)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:118)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:76)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:448)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:425)
at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:98)
at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:64)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
... 11 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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/InternalErrorException
Build step 'Invoke top-level Maven targets' marked build as failure
13 years, 4 months
Build failed in Jenkins: jbosstools-4.0_trunk.aggregate #5738
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
------------------------------------------
[...truncated 1788 lines...]
++ zn=openshift
++ zn=openshift
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=openshift-java-client-master
++ zn=openshift-java-client-master
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=portlet
++ zn=portlet
++ zn=portlet
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=runtime
++ zn=runtime
++ zn=runtime
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=seam
++ zn=seam
++ zn=seam
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=struts
++ zn=struts
++ zn=struts
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=tests
++ zn=tests
++ zn=tests
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=usage
++ zn=usage
++ zn=usage
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=vpe
++ zn=vpe
++ zn=vpe
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=ws
++ zn=ws
++ zn=ws
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=xulrunner-1.9.2
++ zn=xulrunner-1.9.2
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for z in '$(find ${WORKSPACE}/sources/aggregate/site/zips -name "*Sources*.zip")'
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zn=m2e-wtp-juno
++ zn=m2e-wtp-juno
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ unzip -qq -o -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ pushd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ zip <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -q -r archives as birt cdi central common examples forge freemarker gwt hibernatetools jmx jsf jst m2e-wtp-juno maven openshift openshift-java-client-master portlet runtime seam struts tests usage vpe ws xulrunner-1.9.2 -x 'hudson_workspace*' -x 'documentation*' -x 'download.jboss.org*' -x 'requirements*' -x 'workingset*' -x 'labs*' -x 'build*' -x '*test*' -x '*target*' -x '*.class' -x '*.svn*' -x '*classes*' -x '*bin*' -x '*.zip' -x '*docs*' -x '*reference*' -x '*releng*' -x '*.git*' -x '*/lib/*.jar'
++ popd
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ rm -fr <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ z=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+++ md5sum <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ for m in '$(md5sum ${z})'
++ [[ 30108bb6371a311ece158dedd44afeb0 != <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> ]]
++ echo 30108bb6371a311ece158dedd44afeb0
++ for m in '$(md5sum ${z})'
++ [[ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> != <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> ]]
++ [[ -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> ]]
++ rsync -aq <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+++ find '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....'> -name repository.zip -o -name site_assembly.zip
find: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>: No such file or directory
++ METAFILE=zip.list.txt
++ echo 'ALL_ZIPS = \'
+++ find <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -name '*Update*.zip'
+++ find <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> -name '*Sources*.zip'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'all/jbosstools-4.0_trunk.aggregate-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--archives-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--as-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--birt-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--cdi-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--central-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--common-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/openshift-java-client-master-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--examples-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--forge-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--freemarker-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--gwt-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--hibernatetools-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--jmx-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--jsf-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--jst-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--maven-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--openshift-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--portlet-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--runtime-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--seam-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--struts-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--tests-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--usage-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--vpe-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/jbosstools-4.0_trunk.component--ws-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/xulrunner-1.9.2-Update-2012-09-09_21-00-37-H152.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'components/m2e-wtp-juno-Update-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'all/jbosstools-4.0_trunk.aggregate-Additional-Sources-SNAPSHOT.zip,\'
++ for z in '$(find ${STAGINGDIR} -name "*Update*.zip")' '$(find ${STAGINGDIR} -name "*Sources*.zip")'
++ echo 'all/jbosstools-4.0_trunk.aggregate-Sources-SNAPSHOT.zip,\'
++ echo ''
++ pushd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ md5sumsFile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ echo '# Update Site Zips'
++ echo '# ----------------'
+++ find . -name '*Update*.zip'
+++ egrep -v 'aggregate-Sources|nightly-Update'
++ md5sum ./all/jbosstools-4.0_trunk.aggregate-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--archives-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--as-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--birt-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--cdi-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--central-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--common-Update-SNAPSHOT.zip ./components/openshift-java-client-master-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--examples-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--forge-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--freemarker-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--gwt-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--hibernatetools-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--jmx-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--jsf-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--jst-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--maven-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--openshift-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--portlet-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--runtime-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--seam-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--struts-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--tests-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--usage-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--vpe-Update-SNAPSHOT.zip ./components/jbosstools-4.0_trunk.component--ws-Update-SNAPSHOT.zip ./components/xulrunner-1.9.2-Update-2012-09-09_21-00-37-H152.zip ./components/m2e-wtp-juno-Update-SNAPSHOT.zip
++ echo ' '
++ echo '# Source Zips'
++ echo '# -----------'
+++ find . -iname '*source*.zip'
+++ egrep -v 'aggregate-Sources|nightly-Update'
++ md5sum ./all/jbosstools-4.0_trunk.aggregate-Additional-Sources-SNAPSHOT.zip
++ echo ' '
++ popd
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ [[ jbosstools-4.0_trunk != jbosstools-4.0_trunk.aggregate ]]
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ pushd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ resultsPageRoot=https://anonsvn.jboss.org/repos/jbosstools/trunk/build/re...
++ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/ -q --no-check-certificate -N
+++ cat index.html
+++ egrep -v 'http://|\.\.|\.gitignore'
+++ grep href
+++ sed -e 's#.\+href="\(.\+\)".\+#https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/\1#g'
+++ egrep -v '.+/$|README'
++ files='https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/index-temp...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/pom.xml'
++ [[ -n https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/build.xml
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/index-temp...
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/pom.xml ]]
++ wget https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/build.xml https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/index-temp... https://anonsvn.jboss.org/repos/jbosstools/trunk/build/results/pom.xml -q --no-check-certificate -N
++ rm -f index.html
+++ find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name 'jdk1.6.0_*'
+++ sort
+++ tail -1
++ export JAVA_HOME=/qa/tools/opt/jdk1.6.0_30
++ JAVA_HOME=/qa/tools/opt/jdk1.6.0_30
+++ find /qa/tools/opt -maxdepth 1 -mindepth 1 -type d -name 'apache-maven-3.0.*'
+++ sort
+++ tail -1
++ export M2_HOME=/qa/tools/opt/apache-maven-3.0.4
++ M2_HOME=/qa/tools/opt/apache-maven-3.0.4
++ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -q -B install -DJOB_NAME=jbosstools-4.0_trunk.aggregate -DBUILD_NUMBER=5738 -DBUILD_ID=2012-10-16_18-49-12 -DBUILD_ALIAS=Beta2
++ mv target/index.html <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ rm -fr target
++ popd
++ [[ -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> ]]
++ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ fl=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/\[WARNING\]\|CHECKSUM FAILED/ ! p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/<<< FAI/,+9 p'
++ sed -e '/AILURE/,+9 s/\(.\+AILURE.\+\)/\n----------\n\n\1/g'
++ sed -ne '/\[WARNING\]\|CHECKSUM FAILED/ ! p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -e '/AILURE \[/ s/\(.\+AILURE \[.\+\)/\n----------\n\n\1/g'
++ sed -ne '/ FAI/ p'
++ sed -ne '/\[WARNING\]\|CHECKSUM FAILED/ ! p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/ SKI/ p'
++ sed -e '/KIPPED \[/ s/\(.\+KIPPED \[.\+\)/\n----------\n\n\1/g'
+++ sed -ne '/FAI\|LURE/ p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+++ wc -l
++ fc=0
++ [[ 0 != \0 ]]
+++ sed -ne '/KIPPED/ p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+++ wc -l
++ fc=0
++ [[ 0 != \0 ]]
++ el=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/\[WARNING\]\|CHECKSUM FAILED/ ! p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/<<< ERR/,+9 p'
++ sed -e '/RROR/,+9 s/\(.\+RROR.\+\)/\n----------\n\n\1/g'
++ sed -ne '/\[WARNING\]\|CHECKSUM FAILED/ ! p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
++ sed -ne '/\[ERR/,+2 p'
++ sed -e '/ROR\] Fai/,+2 s/\(.\+ROR\] Fai.\+\)/\n----------\n\n\1/g'
+++ sed -ne '/ERR\|RROR/ p' <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....>
+++ wc -l
++ ec=0
++ [[ 0 != \0 ]]
++ [[ 0 == \0 ]]
++ [[ 0 == \0 ]]
++ [[ -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_trunk....> ]]
++ [[ jbosstools-4.0_trunk != jbosstools-4.0_trunk.aggregate ]]
++ echo '<meta http-equiv="refresh" content="0;url=2012-10-16_18-49-12-B5738/">'
publish.sh: line 321: /tmp/tmp.iVATeq4977/latestBuild.html: No such file or directory
Build step 'Execute shell' marked build as failure
13 years, 4 months