Last active
August 29, 2015 14:01
-
-
Save iamc/42b81601eb05220a3dab to your computer and use it in GitHub Desktop.
This file contains 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
# python bootstrap_eb.py $HOME/.local/easybuild[[INFO]] Found module command 'lmod' (Lmod), so using it. | |
[[INFO]] | |
+++ STAGE 0: installing distribute via included (patched) distribute_setup.py... | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz | |
Extracting in /tmp/tmpdXj10b | |
Now working in /tmp/tmpdXj10b/distribute-0.6.34 | |
Installing Distribute | |
[[INFO]] | |
+++ STAGE 1: installing EasyBuild in temporary dir with easy_install... | |
Installing with setuptools.setup... | |
Installing version 1.13.0 | |
warning: install_lib: 'build/lib' does not exist -- no Python modules to install | |
zip_safe flag not set; analyzing archive contents... | |
Installing with setuptools.setup... | |
Installing version 1.13.0 (API version 1) | |
Installing with setuptools.setup... | |
Installing version 1.13.0 (required versions: API >= 1) | |
Installing with setuptools.setup... | |
Installing version 1.13.0.0 (required versions: API >= 1, easyblocks >= 1.13) | |
warning: install_lib: 'build/lib' does not exist -- no Python modules to install | |
[[INFO]] | |
+++ STAGE 2: installing EasyBuild in /home/vagrant/.local/easybuild with EasyBuild from stage 1... | |
== temporary log file in case of crash /tmp/easybuild-Nbd83W/easybuild-Tj4o86.log | |
== resolving dependencies ... | |
== processing EasyBuild easyconfig /tmp/tmpJ_1BhK/EasyBuild-1.13.0.eb | |
== building and installing EasyBuild/1.13.0... | |
== fetching files... | |
== creating build dir, resetting environment... | |
== unpacking... | |
== patching... | |
== preparing... | |
== configuring... | |
== building... | |
== testing... | |
== installing... | |
== taking care of extensions... | |
== packaging... | |
== postprocessing... | |
== sanity checking... | |
== FAILED: Installation ended unsuccessfully (build directory: /tmp/tmpJ_1BhK/EasyBuild/1.13.0/dummy-dummy): build failed (first 300 chars): EasyBuild crashed with an error (at easybuild/framework/easyblock.py:1676 in sanity_check_step): Sanity check failed: EasyBuild failed to install, cmd 'python -c "import easybuild"' (stdin: None) output: Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ImportError: No module | |
== Results of the build can be found in the log file /tmp/easybuild-Nbd83W/easybuild-EasyBuild-1.13.0-20140530.015335.JbzrI.log | |
Traceback (most recent call last): | |
File "bootstrap_eb.py", line 584, in <module> | |
main() | |
File "bootstrap_eb.py", line 411, in main | |
stage2(tmpdir, versions, install_path) | |
File "bootstrap_eb.py", line 360, in stage2 | |
easybuild_main() | |
File "/tmp/tmpJ_1BhK/eb_stage1/lib/python2.6/site-packages/easybuild_framework-1.13.0-py2.6.egg/easybuild/main.py", line 413, in main | |
ecs_with_res = build_and_install_software(ordered_ecs, init_session_state, exit_on_failure=exit_on_failure) | |
File "/tmp/tmpJ_1BhK/eb_stage1/lib/python2.6/site-packages/easybuild_framework-1.13.0-py2.6.egg/easybuild/main.py", line 107, in build_and_install_software | |
_log.error(test_msg) | |
File "/tmp/tmpJ_1BhK/eb_stage1/lib/python2.6/site-packages/easybuild_framework-1.13.0-py2.6.egg/easybuild/tools/build_log.py", line 103, in error | |
raise EasyBuildError(newMsg) | |
easybuild.tools.build_log.EasyBuildError: 'EasyBuild crashed with an error (at easybuild/main.py:107 in build_and_install_software): Build of /tmp/tmpJ_1BhK/EasyBuild-1.13.0.eb failed (err: \'build failed (first 300 chars): EasyBuild crashed with an error (at easybuild/framework/easyblock.py:1676 in sanity_check_step): Sanity check failed: EasyBuild failed to install, cmd \\\'python -c "import easybuild"\\\' (stdin: None) output: Traceback (most recent call last):\\n File "<string>", line 1, in <module>\\nImportError: No module\')' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment