Skip to content

Instantly share code, notes, and snippets.

@paulb777
Created May 28, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulb777/5bc3e56f06b2b6b123b639e7c73cabd5 to your computer and use it in GitHub Desktop.
Save paulb777/5bc3e56f06b2b6b123b639e7c73cabd5 to your computer and use it in GitHub Desktop.
rake bootstrap
~/gh/Rainforest (master) $ rake bootstrap
/usr/local/bin/bundle
--------------------------------------------------------------------------------
Fetching repositories list
--------------------------------------------------------------------------------
Found 59 public repositories
--------------------------------------------------------------------------------
Cloning the GEM repositories
--------------------------------------------------------------------------------
Cloning CocoaPods
Already cloned
Cloning Xcodeproj
Already cloned
Cloning CLAide
Already cloned
Cloning Core
Already cloned
Cloning cocoapods-downloader
Already cloned
Cloning pod-template
Already cloned
Cloning cocoapods-docs
Already cloned
Cloning cocoapods-trunk
Already cloned
Cloning cocoapods-try
Already cloned
Cloning cocoapods-acknowledgements
Already cloned
Cloning cocoapods-plugins
Already cloned
Cloning shared
Already cloned
Cloning Molinillo
Already cloned
Cloning cocoapods-deintegrate
Already cloned
Cloning cocoapods-stats
Already cloned
Cloning claide-completion
Already cloned
Cloning cocoapods-search
Already cloned
Cloning Cork
Already cloned
Cloning fourflusher
Already cloned
Cloning Nanaimo
Already cloned
--------------------------------------------------------------------------------
Bootstrapping all the repositories
--------------------------------------------------------------------------------
Bootstrapping CLAide
rake --no-search bootstrap
/usr/local/bin/bundle
--------------------------------------------------------------------------------
Installing gems
--------------------------------------------------------------------------------
bundle install
Using rake 10.3.2
Using claide 1.0.1 from source at `.`
Using rb-fsevent 0.9.4
Using ffi 1.9.6
Using notify 0.5.2
Using colored 1.2
Using bacon 1.2.0
Using json 1.8.6
Using metaclass 0.0.4
Using ast 2.2.0
Using powerpack 0.1.1
Using rainbow 2.1.0
Using ruby-progressbar 1.7.5
Using unicode-display_width 1.0.1
Using docile 1.1.5
Using multi_json 1.10.1
Using simplecov-html 0.8.0
Using bundler 1.15.0
Using rb-inotify 0.9.5
Using rb-kqueue 0.2.3
Using prettybacon 0.0.2
Using mocha 1.1.0
Using parser 2.3.0.6
Using simplecov 0.9.1
Using listen 1.3.1
Using mocha-on-bacon 0.2.2
Using rubocop 0.38.0
Using codeclimate-test-reporter 0.4.1
Using kicker 3.0.0
Bundle complete! 11 Gemfile dependencies, 29 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Bootstrapping claide-completion
rake --no-search bootstrap
/usr/local/bin/bundle
--------------------------------------------------------------------------------
Installing gems
--------------------------------------------------------------------------------
bundle install
Using rake 12.0.0
Using claide-completion 1.0.2 from source at `.`
Using claide 1.0.1
Using rb-fsevent 0.9.8
Using ffi 1.9.18
Using notify 0.5.2
Using bacon 1.2.0
Using metaclass 0.0.4
Using parallel 1.11.2
Using ast 2.3.0
Using powerpack 0.1.1
Using ruby-progressbar 1.8.1
Using unicode-display_width 1.2.1
Using docile 1.1.5
Using json 2.1.0
Using simplecov-html 0.10.1
Using bundler 1.15.0
Using rainbow 2.2.2
Using rb-inotify 0.9.8
Using rb-kqueue 0.2.5
Using prettybacon 0.0.2
Using mocha 1.2.1
Using parser 2.4.0.0
Using simplecov 0.13.0
Using listen 1.3.1
Using mocha-on-bacon 0.2.3
Using rubocop 0.49.0
Using codeclimate-test-reporter 1.0.8
Using kicker 3.0.0
Bundle complete! 10 Gemfile dependencies, 29 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Bootstrapping CocoaPods
rake aborted!
Bundler::GitError: https://github.com/CocoaPods/CLAide.git (at master@53dd210) is not yet checked out. Run `bundle install` first.
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/source/git.rb:204:in `rescue in load_spec_files'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/source/git.rb:201:in `load_spec_files'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/source/path.rb:97:in `local_specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/source/git.rb:166:in `specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/lazy_specification.rb:75:in `__materialize__'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:84:in `block in materialize'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:81:in `map!'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:81:in `materialize'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:159:in `specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:218:in `specs_for'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:207:in `requested_specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/runtime.rb:109:in `block in definition_method'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/runtime.rb:21:in `setup'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler.rb:101:in `setup'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/setup.rb:20:in `<top (required)>'
/Users/paulbeusterien/gh/Rainforest/CocoaPods/Rakefile:42:in `<top (required)>'
/Library/Ruby/Gems/2.0.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)
Bootstrapping cocoapods-acknowledgements
Bootstrapping cocoapods-deintegrate
rake aborted!
Bundler::GemNotFound: Could not find minitest-5.8.4 in any of the sources
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:87:in `block in materialize'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:81:in `map!'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/spec_set.rb:81:in `materialize'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:159:in `specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:218:in `specs_for'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/definition.rb:207:in `requested_specs'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/runtime.rb:109:in `block in definition_method'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/runtime.rb:21:in `setup'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler.rb:101:in `setup'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.0/lib/bundler/setup.rb:20:in `<top (required)>'
/Users/paulbeusterien/gh/Rainforest/cocoapods-deintegrate/Rakefile:2:in `<top (required)>'
/Library/Ruby/Gems/2.0.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)
Bootstrapping cocoapods-docs
rake --no-search bootstrap
/usr/local/bin/bundle
--------------------------------------------------------------------------------
Installing gems
--------------------------------------------------------------------------------
bundle install
Fetching gem metadata from http://rubygems.org/.............
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching https://github.com/CocoaPods/CLAide.git
error: cannot open .git/FETCH_HEAD: Permission denied
Retrying `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` in directory /Library/Ruby/Gems/2.0.0/bundler/gems/CLAide-4e7b02d849c3 has failed.
If this error persists you could try removing the cache directory '/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9'error: cannot open .git/FETCH_HEAD: Permission denied
Retrying `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` in directory /Library/Ruby/Gems/2.0.0/bundler/gems/CLAide-4e7b02d849c3 has failed.
If this error persists you could try removing the cache directory '/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9'error: cannot open .git/FETCH_HEAD: Permission denied
Retrying `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` in directory /Library/Ruby/Gems/2.0.0/bundler/gems/CLAide-4e7b02d849c3 has failed.
If this error persists you could try removing the cache directory '/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9'error: cannot open .git/FETCH_HEAD: Permission denied
Git error: command `git fetch --force --quiet --tags "/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9"` in directory
/Library/Ruby/Gems/2.0.0/bundler/gems/CLAide-4e7b02d849c3 has failed.
If this error persists you could try removing the cache directory '/Users/paulbeusterien/.bundle/cache/git/CLAide-1f7c26f0e18404ea56d6204dab591f5ec71ac1b9'
rake aborted!
Command failed with status (11): [bundle install...]
/Users/paulbeusterien/gh/Rainforest/cocoapods-docs/Rakefile:9:in `block in <top (required)>'
/Library/Ruby/Gems/2.0.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => bootstrap
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [rake --no-search bootstrap...]
/Users/paulbeusterien/gh/Rainforest/Rakefile:117:in `block (3 levels) in <top (required)>'
/Users/paulbeusterien/gh/Rainforest/Rakefile:115:in `chdir'
/Users/paulbeusterien/gh/Rainforest/Rakefile:115:in `block (2 levels) in <top (required)>'
/Users/paulbeusterien/gh/Rainforest/Rakefile:114:in `each'
/Users/paulbeusterien/gh/Rainforest/Rakefile:114:in `block in <top (required)>'
/Users/paulbeusterien/gh/Rainforest/Rakefile:56:in `block in <top (required)>'
/Library/Ruby/Gems/2.0.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => bootstrap_repos
(See full trace by running task with --trace)
~/gh/Rainforest (master) $ ruby -v
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment