[Pharo 7.0-dev] Build #510: 21246-Store-main-window-title

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Pharo 7.0-dev] Build #510: 21246-Store-main-window-title

ci-pharo-ci-jenkins2
There is a new Pharo build available!
       
The status of the build #510 was: FAILURE.

The Pull Request #809 was integrated: "21246-Store-main-window-title"
Pull request url: https://github.com/pharo-project/pharo/pull/809

Issue Url: https://pharo.fogbugz.com/f/cases/21246
Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/development/510/
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 7.0-dev] Build #510: 21246-Store-main-window-title

Marcus Denker-4


On 8 Feb 2018, at 14:17, [hidden email] wrote:

There is a new Pharo build available!

The status of the build #510 was: FAILURE.

The Pull Request #809 was integrated: "21246-Store-main-window-title"
Pull request url: https://github.com/pharo-project/pharo/pull/809

Issue Url: https://pharo.fogbugz.com/f/cases/21246
Build Url: <a href="https://ci.inria.fr/pharo-ci-jenkins2/job/Test pending pull request and branch Pipeline/job/development/510/" class="">https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/development/510/


I see multiple times in the logs:

[unix-32] Downloading the latest pharoVM: [unix-32] http://files.pharo.org/get-files/70/pharo-linux-stable.zip [unix-32] mkdir: cannot create directory ‘pharo-vm’: File exists [kernel-unix-32] [branch_Pipeline_development-CMOUMEH7DVLJPL2EIJ6VPEHUQRS3W4AK3FD4ESTKJ3YGKZERQFUQ] Running shell script [Pipeline] [unix-32] echo [unix-32] Tests couldn't complete to run due to an exception


I wonder if the mkdir is the problem? Even if not, it would be nice to get rid of the error...

Marcus
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 7.0-dev] Build #510: 21246-Store-main-window-title

Henrik-Nergaard
Hi Marcus,

You can add -p for this error to be ignored:
man mkdir | grep -A 2 parents
       -p, --parents
              no error if existing, make parent directories as needed

Best regards,
Henrik



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo 7.0-dev] Build #510: 21246-Store-main-window-title

Marcus Denker-4
Thanks!

I added

https://pharo.fogbugz.com/f/cases/21255/Zeroconf-script-should-re-use-existing-directories

On 8 Feb 2018, at 21:38, Henrik-Nergaard <[hidden email]> wrote:

man mkdir | grep -A 2 parents
      -p, --parents
             no error if existing, make parent directories as needed