Created
August 27, 2014 04:18
-
-
Save struys/38cd1a768ab21921b7e5 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
(py_env)YELP-9:pre-commit.github.io kstruys$ git commit -m "change all-repos.yaml to use git urls" | |
[INFO] Installing environment for [email protected]:pre-commit/mirrors-scss-lint. | |
[INFO] Once installed this environment will be reused. | |
[INFO] This may take a few minutes... | |
Traceback (most recent call last): | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/bin/pre-commit", line 9, in <module> | |
load_entry_point('pre-commit==0.2.7', 'console_scripts', 'pre-commit')() | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/util.py", line 41, in wrapper | |
return func(argv) | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/main.py", line 99, in main | |
return run(runner, args) | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/commands/run.py", line 146, in run | |
return _run_hooks(runner, args, write=write, environ=environ) | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/commands/run.py", line 103, in _run_hooks | |
for repo in runner.repositories: | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/cached_property.py", line 26, in __get__ | |
value = obj.__dict__[self.func.__name__] = self.func(obj) | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/runner.py", line 42, in repositories | |
repository.require_installed() | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/repository.py", line 59, in require_installed | |
self.install() | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/repository.py", line 72, in install | |
language.install_environment(self.cmd_runner, language_version) | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/languages/ruby.py", line 82, in install_environment | |
'cd {prefix} && gem build *.gemspec && gem install *.gem', | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/languages/helpers.py", line 37, in run | |
['bash', '-c', ' '.join([self.env_prefix, cmd])], **kwargs | |
File "/Users/kstruys/Desktop/pre-commit.github.io/py_env/lib/python2.7/site-packages/pre_commit/prefixed_command_runner.py", line 81, in run | |
returncode, replaced_cmd, retcode, output=(stdout, stderr), | |
pre_commit.prefixed_command_runner.CalledProcessError: Command: [u'bash', u'-c', u'. /Users/kstruys/.pre-commit/repoF9F0Ic/rbenv/bin/activate && cd /Users/kstruys/.pre-commit/repoF9F0Ic/ && gem build *.gemspec && gem install *.gem'] | |
Return code: 1 | |
Expected return code: 0 | |
Output: (u' Successfully built RubyGem\n Name: __fake_gem\n Version: 0.0.0\n File: __fake_gem-0.0.0.gem\n', u'WARNING: no email specified\nWARNING: no homepage specified\nWARNING: no rubyforge_project specified\nWARNING: description and summary are identical\nERROR: Error installing __fake_gem-0.0.0.gem:\n\trainbow requires Ruby version >= 1.9.2.\n') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment