Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] Broken continuous integration

Hi,

 

We should probably add –d option to wipe directories (Generation can add new directories)

 

-d

           Remove untracked directories in addition to untracked files. If an untracked directory is managed by a different git repository, it is not removed by default. Use -f option twice if you really want to

           remove such a directory.

 

Use : git clean –f -d

 

Regards,

Benoit

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de LETAVERNIER Camille
Envoyé : mercredi 22 octobre 2014 14:20
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] Re: [mdt-papyrus.dev] Broken continuous integration

 

Hi,

 

I’ve done a few changes to the Gerrit configuration (added git clean –f), wiped the workspace(s) out, and retriggered the builds which were previously failing. They take some time because of the workspace clean up

 

Camille

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de LE FEVRE François 218080
Envoyé : mercredi 22 octobre 2014 14:01
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] Re: [mdt-papyrus.dev] Broken continuous integration

 

Benoit

Here some useful links perhaps..

Best

Francois

 

https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin

 

http://stackoverflow.com/questions/882782/how-to-delete-hudson-workspace-before-build

Uncheck Use Update under SCM options AND use call maven's clean phase in your command

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de MAGGI Benoit
Envoyé : mercredi 22 octobre 2014 12:29
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] Re: [mdt-papyrus.dev] Broken continuous integration

 

Hi,

 

This is the problematic class : PartialAlfContentAssistParser.java

ð  Which is not present in git repository !

 

The problem is that Gerrit is using the same workspace each time and he failed to clean it properly.

 

This gerrit created the files :

https://git.eclipse.org/r/#/c/35247/

(which also contains the good mvn clean command)

 

But since the clean is called by the next build it failed to remove the files.

ð  We may have to clean the git workspace used by Hudson ? (Maybe there is an option for that)

 

Regards,

Benoit Maggi

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de LETAVERNIER Camille
Envoyé : mercredi 22 octobre 2014 12:02
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] Re: [mdt-papyrus.dev] Broken continuous integration

 

Papyrus-Luna and Papyrus-Master are still green, so there is no compile error in the main branches. If gerrit commits start from the latest luna/mars commits, then I don’t see any reason it should fail

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de MAGGI Benoit
Envoyé : mercredi 22 octobre 2014 11:04
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] [mdt-papyrus.dev] Broken continuous integration

 

Hi team,

 

It seems that the integration is broken, we always get this error

 

Failing because of : org.eclipse.papyrus.uml.alf.ui .................... FAILURE [ 0.973 s]

[ERROR] import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.xtext.ui.codetemplates cannot be resolved

 

See :

https://git.eclipse.org/r/#/c/35252/

https://git.eclipse.org/r/#/c/35304/

 

I didn't find any new commit on alf.ui that brokes the build (works on alf integration #447580 are still in gerrit)

 

Does anyone have an idea ?

 

Regards,

Benoit Maggi


Back to the top