Created
July 13, 2015 16:53
-
-
Save singingwolfboy/d7e473dc4721fb97a68f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edxapp@precise64:~/edx-platform$ git reset --hard origin/ned/new-sass-munging | |
HEAD is now at 3e7699b Fix a few places that need $static-path | |
edxapp@precise64:~/edx-platform$ paver devstack lms | |
---> pavelib.servers.devstack | |
---> pavelib.prereqs.install_prereqs | |
---> pavelib.prereqs.install_ruby_prereqs | |
bundle install --quiet | |
---> pavelib.prereqs.install_node_prereqs | |
test `npm config get registry` = "http://registry.npmjs.org/" || (echo setting registry; npm config set registry http://registry.npmjs.org/) | |
npm install | |
npm WARN package.json [email protected] No repository field. | |
---> pavelib.prereqs.install_python_prereqs | |
pip install -q --exists-action w -r requirements/edx/pre.txt | |
You are using pip version 6.0.8, however version 7.1.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
pip install -q --exists-action w -r requirements/edx/github.txt | |
You are using pip version 6.0.8, however version 7.1.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
Could not find a tag or branch '96e1922348bfe6d99201b9512a9ed946c87b7e0b', assuming commit. | |
Could not find a tag or branch 'b0686a76f1ce3532088c4aee6e76b9abe61cc808', assuming commit. | |
Could not find a tag or branch 'd89aae2a82f2b', assuming commit. | |
Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit. | |
Could not find a tag or branch 'cd0b2b31997afccde519fe5b3365e61a9edb143f', assuming commit. | |
Could not find a tag or branch '25b99097615bda06bd7cdfe5669ed80dc2a7fed0', assuming commit. | |
Could not find a tag or branch '776973740bdaad83a3b029f96e415a7d1e8bec2f', assuming commit. | |
Could not find a tag or branch 'd53fe0e81b623f084e91776bcf6369f8b7b63879', assuming commit. | |
Could not find a tag or branch '42cb1bb1dc680a60c6452e8bb2b843c2a0382c90', assuming commit. | |
Could not find a tag or branch '95e69341cebf5a6a9fbf7c4f5439d458898bdc3b', assuming commit. | |
Could not find a tag or branch 'c5bfa5d361d6685d8c643838fc0055c25f8b7999', assuming commit. | |
Could not find a tag or branch 'd175715e0fe3367ec0f1ee429c242d603f6e8b10', assuming commit. | |
Could not find a tag or branch '7949b9f754d1445eff8e8f20d0e967b9a6420639', assuming commit. | |
Could not find a tag or branch 'e6b03704b1bb97c1d2f31301ecb4e3a687c536ea', assuming commit. | |
Could not find a tag or branch '017b46b80e712b1318379912257cf1cc1b68eb0e', assuming commit. | |
Could not find a tag or branch '6b17c33a89bef0ac510926b1d7fea2748b73aadd', assuming commit. | |
Could not find a tag or branch '7579d052afcf474ece1239153cffe1c89935bc4f', assuming commit. | |
Could not find a tag or branch 'e46f9cda8a03e121a00c7e347084d142d22ebfb7', assuming commit. | |
Could not find a tag or branch '7c766502058e04bc9094e6cbe286e949794b80b3', assuming commit. | |
Could not find a tag or branch '27dc382ea587483b1e3889a3d19cbd90b9023a06', assuming commit. | |
Could not find a tag or branch 'b67d2928a26fe497826b6ea359b9a3d0371548a7', assuming commit. | |
Could not find a tag or branch '518234bc354edbfc2651b9e534ddb54f96080779', assuming commit. | |
Could not find a tag or branch '213a97a50276d6a2504d8133650b2930ead357a0', assuming commit. | |
Could not find a tag or branch '138e6fa0bf3a2013e904a085b9fed77dab7f3f21', assuming commit. | |
Could not find a tag or branch 'a286e89c73e1b788e35ac5b08a54b71a9fa63cfd', assuming commit. | |
Could not find a tag or branch '64a8b603f42669bb7fdca03d364d4e8d3d6ad67d', assuming commit. | |
Could not find a tag or branch '172a90fd2738f8142c10478356b2d9ed3e55334a', assuming commit. | |
pip install -q --exists-action w -r requirements/edx/local.txt | |
You are using pip version 6.0.8, however version 7.1.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
pip install -q --exists-action w -r requirements/edx/base.txt | |
You are using pip version 6.0.8, however version 7.1.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
meliae is potentially insecure and unverifiable. | |
Requested meliae==0.4.0 (from -r requirements/edx/base.txt (line 53)), but installing version 0.4.0.final.0 | |
pip install -q --exists-action w -r requirements/edx/post.txt | |
You are using pip version 6.0.8, however version 7.1.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
---> pavelib.assets.update_assets | |
python manage.py lms --settings=devstack preprocess_assets lms/static/sass/*.scss lms/static/munged_sass | |
xmodule_assets common/static/xmodule | |
---> pavelib.assets.compile_coffeescript | |
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"` | |
---> pavelib.assets.compile_sass | |
sass --update --cache-location /tmp/sass-cache --default-encoding utf-8 --style compressed --quiet --load-path common/static --load-path common/static/sass --load-path lms/static/sass --load-path lms/static/munged_sass --load-path cms/static/sass --load-path common/static/sass --load-path lms/static/certificates/sass lms/static/sass:lms/static/css lms/static/munged_sass:lms/static/css cms/static/sass:cms/static/css common/static/sass:common/static/css lms/static/certificates/sass:lms/static/certificates/css | |
Errno::EISDIR: Is a directory - lms/static/css | |
Use --trace for backtrace. | |
Captured Task Output: | |
--------------------- | |
---> pavelib.servers.devstack | |
---> pavelib.prereqs.install_prereqs | |
---> pavelib.prereqs.install_ruby_prereqs | |
bundle install --quiet | |
---> pavelib.prereqs.install_node_prereqs | |
test `npm config get registry` = "http://registry.npmjs.org/" || (echo setting registry; npm config set registry http://registry.npmjs.org/) | |
npm install | |
---> pavelib.prereqs.install_python_prereqs | |
pip install -q --exists-action w -r requirements/edx/pre.txt | |
pip install -q --exists-action w -r requirements/edx/github.txt | |
pip install -q --exists-action w -r requirements/edx/local.txt | |
pip install -q --exists-action w -r requirements/edx/base.txt | |
pip install -q --exists-action w -r requirements/edx/post.txt | |
---> pavelib.assets.update_assets | |
python manage.py lms --settings=devstack preprocess_assets lms/static/sass/*.scss lms/static/munged_sass | |
xmodule_assets common/static/xmodule | |
---> pavelib.assets.compile_coffeescript | |
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"` | |
---> pavelib.assets.compile_sass | |
sass --update --cache-location /tmp/sass-cache --default-encoding utf-8 --style compressed --quiet --load-path common/static --load-path common/static/sass --load-path lms/static/sass --load-path lms/static/munged_sass --load-path cms/static/sass --load-path common/static/sass --load-path lms/static/certificates/sass lms/static/sass:lms/static/css lms/static/munged_sass:lms/static/css cms/static/sass:cms/static/css common/static/sass:common/static/css lms/static/certificates/sass:lms/static/certificates/css | |
Build failed running pavelib.servers.devstack: Subprocess return code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment