|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

log showing the wrong behavior:
[xxx] $ /usr/bin/python2.7 /tmp/shiningpanda/69ecf1f1/virtualenv.py /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9 New python executable in /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9/bin/python2.7 Also creating executable in /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9/bin/python Installing setuptools...............................done. Installing pip...................done. [xxx] $ /bin/sh -xe /tmp/shiningpanda7270660549103376519.sh + pip install -r requirements.txt --use-mirrors ... ... ... Successfully installed {{ lots of packages }} Cleaning up... [xxx] $ /bin/sh -xe /tmp/shiningpanda4247388076512291355.sh + python manage.py syncdb --noinput ... ... ... (use ./manage.py migrate to migrate these) [xxx] $ /bin/sh -xe /tmp/shiningpanda398325920697469798.sh + python manage.py migrate ... ... ... Installed 0 object(s) from 0 fixture(s) [xxx] $ /usr/bin/python2.7 /tmp/shiningpanda/69ecf1f1/virtualenv.py --distribute /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9 New python executable in /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9/bin/python2.7 Also creating executable in /tmp/shiningpanda/69ecf1f1/virtualenvs/d41d8cd9/bin/python Installing distribute...........................................................................................................................................................................................................................done. Installing pip....................done. [xxx] $ /bin/sh -xe /tmp/shiningpanda4593669991197625391.sh + python manage.py test --traceback --failfast Traceback (most recent call last): File "manage.py", line 8, in <module> from django.core.management import execute_from_command_line ImportError: No module named django.core.management Build step 'Virtualenv Builder' marked build as failure Finished: FAILURE