Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho, Jenkins and p2.generator

Please provide a thread dump of the jvm when it is in this 'stuck' state.

FWIW, we use Tycho with Hudson quite extensively and everything just works.

--
Regards,
Igor

On 12-01-25 8:39 AM, Martin Röbert wrote:
Hi there,

I moved all builds of our projects to tycho and all was fine while running it from cmd line or from eclipse.

Today I set up a Jenkins server and tried to build all there - but now I am stuck. If the build process starts, Maven scans the projects and does that for an infinite amount of time while writing into /tmp/p2.generator[random]. I stopped when the size of this file exceeded 30GB.
This behavior is reproducible.

Any hints how to solve this?

Cheers,
Martin

Building in workspace /var/lib/jenkins/workspace/myworkspace
Checkout:ProBaTe.web / /var/lib/jenkins/workspace/myworkspace - hudson.remoting.LocalChannel@13a4071a
Using strategy: Default
Last Built Revision: Revision a48889bb84c8716b71e8eef314d26890ab05ab4a (origin/master)
Checkout:ProBaTe.web / /var/lib/jenkins/workspace/myworkspace - hudson.remoting.LocalChannel@13a4071a
Fetching changes from 1 remote Git repository
Fetching upstream changes from git@localhost:myworkspace/myworkspace.git
Commencing build of Revision a48889bb84c8716b71e8eef314d26890ab05ab4a (origin/master)
Checking out Revision a48889bb84c8716b71e8eef314d26890ab05ab4a (origin/master)
Parsing POMs
Triggering groupid:parent-project
GCal: Preparing calendar update request...
GCal: Sending calendar update request...
GCal: Calendar updated.
[ProBaTe.web] $ /opt/maven/bin/mvn -f /var/lib/jenkins/workspace/myworkspace/eclipse/parent-project/pom.xml -e -B sonar:sonar ******** ******** -Dsonar.host.url=http://localhost:9000
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top