[Pharo 7.0-dev] Build #510: 21246-Store-main-window-title
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%20...
On 8 Feb 2018, at 14:17, ci-pharo-ci-jenkins2@inria.fr 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: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20... <https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20...>
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 <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
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
Thanks! I added https://pharo.fogbugz.com/f/cases/21255/Zeroconf-script-should-re-use-existi...
On 8 Feb 2018, at 21:38, Henrik-Nergaard <draagren@outlook.com> wrote:
man mkdir | grep -A 2 parents -p, --parents no error if existing, make parent directories as needed
participants (3)
-
ci-pharo-ci-jenkins2@inria.fr -
Henrik-Nergaard -
Marcus Denker