1 Jul 2012 09:43
Weird problem with Jenkins: ShiningPanda plugin and Tox
Chris Withers <chris <at> simplistix.co.uk>
2012-07-01 07:43:02 GMT
2012-07-01 07:43:02 GMT
Hi Holger/Olivier, Something has changed between 15th Feb and now in either Tox, distribute or virtualenv that results in a "Permission denied" error on Linux and Mac OS but not Windows: IOError: [Errno 13] Permission denied: 'py2.6/lib/python2.6/distutils/__init__.py' This is what the output used to look like back in Feb: http://jenkins.simplistix.co.uk/job/checker-tox/PYTHON=2.6,label=linux/7/console Now the job emits: http://jenkins.simplistix.co.uk/job/checker-tox/PYTHON=2.6,label=linux/8/console No code has changed in the project under test. I first experienced this problem on another job on the same Jenkins server. I've made sure Jenkins and all its plugins, including ShiningPanda are now up to date, but I still get the result you see above(Continue reading)Some observations: - it's strange that the traceback appears to reference a python2.5 virtualenv when it's Python 2.6 that's under test here. (yes, I want to keep 2.5 compatibility, but surely Tox/ShiningPanda should use the latest available python for its own use, rather than the earliest?) - the contents of the distutils dir in question appear to be owned by root:
Some observations:
- it's strange that the traceback appears to reference a python2.5
virtualenv when it's Python 2.6 that's under test here. (yes, I want to
keep 2.5 compatibility, but surely Tox/ShiningPanda should use the
latest available python for its own use, rather than the earliest?)
- the contents of the distutils dir in question appear to be owned by root:
RSS Feed