[Pharo-dev] github metacello pero and jenkins matrix builds

2014-05-31 Thread Yuriy Tymchuk
Hi guys, So I’m using this fancy metacello github urls, like: github:///[:||][/] and some of my Jenkins matrix builds are randomly failing with: Error: /tmp/github-UkoRenrakumaster.zip already exists anyone has an idea how to solve this? Uko

[Pharo-dev] github metacello pero and jenkins matrix builds

2014-05-31 Thread Yuriy Tymchuk
Hi guys, So I’m using this fancy metacello github urls, like: github:///[:||][/] and some of my Jenkins matrix builds are randomly failing with: Error: /tmp/github-UkoRenrakumaster.zip already exists anyone has an idea how to solve this? Uko

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-05 Thread Yuriy Tymchuk
Sorry for bothering guys, but I really get random errors. For example last one I saw is: An attempt to use interactive tools detected, while in non-interactive mode FileDoesNotExistException: '/tmp/github-UkoVnaExportermaster.zip' Can anybody help me to localise the problem? Is the Jenki

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-05 Thread Max Leske
> On 31.05.2014, at 11:10, Yuriy Tymchuk wrote: > > Hi guys, > > So I’m using this fancy metacello github urls, like: > github:///[:||][/] and some of my > Jenkins matrix builds are randomly failing with: > > Error: /tmp/github-UkoRenrakumaster.zip already exists > > anyone has an idea how

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-05 Thread Max Leske
> On 06.06.2014, at 07:28, Yuriy Tymchuk wrote: > > Sorry for bothering guys, but I really get random errors. For example last > one I saw is: > > An attempt to use interactive tools detected, while in non-interactive mode > FileDoesNotExistException: '/tmp/github-UkoVnaExportermaster.zi

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-05 Thread Yuriy Tymchuk
On 06 Jun 2014, at 11:19, Max Leske wrote: > >> On 06.06.2014, at 07:28, Yuriy Tymchuk wrote: >> >> Sorry for bothering guys, but I really get random errors. For example last >> one I saw is: >> >> An attempt to use interactive tools detected, while in non-interactive mode >> FileDoesN

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-05 Thread Yuriy Tymchuk
Looks like ZnFileSystemUtils are doing this. As far as i understand, the problem occurs when two matrix lobs run at the same time and so one downloads thing into /tmp, and other one encounters a problem. Isn’t this some sort of bug in Zinc? Uko On 06 Jun 2014, at 11:54, Yuriy Tymchuk wrote:

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-06 Thread Christophe Demarey
Metacello implementation of the github protocol uses a zip file downloaded from github and then extracted in a temp folder. See https://github.com/dalehenrich/metacello-work/blob/master/repository/Metacello-Platform.pharo30.package/MetacelloPharo30Platform.class/instance/downloadFile.to..st Metac

Re: [Pharo-dev] github metacello pero and jenkins matrix builds

2014-06-06 Thread Yuriy Tymchuk
On 06 Jun 2014, at 13:40, Christophe Demarey wrote: > Metacello implementation of the github protocol uses a zip file downloaded > from github and then extracted in a temp folder. See > https://github.com/dalehenrich/metacello-work/blob/master/repository/Metacello-Platform.pharo30.package/Met