Skip to content

Instantly share code, notes, and snippets.

@diabolo
Created March 4, 2016 17:13
Show Gist options
  • Save diabolo/5f16e2d2e097e2d9a259 to your computer and use it in GitHub Desktop.
Save diabolo/5f16e2d2e097e2d9a259 to your computer and use it in GitHub Desktop.
16:48:41 admin:~
ubuntu:-> sudo dokku ps:rebuild production
-----> Cleaning up...
-----> Building production from buildstep...
-----> Adding BUILD_ENV to build environment...
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.1.8
-----> Installing dependencies using 1.7.12
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using CFPropertyList 2.3.0
Using json 1.8.3
Using minitest 5.8.4
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile2 2.0.0
Using rack 1.6.4
Using mime-types 2.99
Using arel 6.0.3
Using execjs 2.3.0
Using bcrypt 3.1.10
Using sass 3.4.21
Using cancan 1.6.10
Using hitimes 1.2.2
Using concurrent-ruby 1.0.0
Using connection_pool 2.1.1
Using daemons 1.1.9
Using thor 0.19.1
Using eventmachine 1.0.7
Using rake 10.5.0
Using excon 0.44.2
Using ffi 1.9.10
Using formatador 0.2.5
Using i18n 0.7.0
Using net-ssh 2.9.2
Using multi_json 1.11.2
Using inflecto 0.0.2
Using ipaddress 0.8.0
Using highline 1.6.21
Using mysql2 0.3.18
Using immutable-struct 2.2.1
Using options 2.3.2
Using newrelic_rpm 3.10.0.279
Using pdf-core 0.5.1
Using pr_geohash 1.0.0
Using ttfunk 1.4.0
Using prawn-table 0.2.1
Using bundler 1.7.12
Using redis 3.2.1
Using tilt 1.4.1
Using temple 0.7.6
Using sunspot_solr 2.2.0
Using will_paginate 3.0.7
Using fission 0.5.0
Using tzinfo 1.2.2
Using rsolr 1.0.12
Using nokogiri 1.6.7.2
Using rack-test 0.6.3
Using rack-protection 1.5.3
Using mail 2.6.3
Using autoprefixer-rails 6.3.2
Using uglifier 2.7.0
Using bcrypt-ruby 3.1.5
Using font-awesome-sass 4.5.0 from https://github.com/helpthemove/font-awesome-sass.git (at master)
Using timers 4.0.1
Using sprockets 3.5.2
Using thin 1.6.3
Using net-scp 1.2.1
Using faker 1.4.3
Using fog-json 1.0.0
Using rollbar 1.5.3
Using progress_bar 1.0.3
Using prawn 2.0.1
Using redis-namespace 1.5.1
Using sassc 1.8.4
Using slim 3.0.6
Using activesupport 4.2.5.1
Using sunspot 2.2.0
Using loofah 2.0.3
Using sinatra 1.4.5
Using bootstrap-sass 3.3.6
Using celluloid 0.16.0
Using fog-core 1.29.0
Using rails-deprecated_sanitizer 1.0.3
Using globalid 0.3.6
Using activemodel 4.2.5.1
Using clockwork 1.1.0
Using rails-html-sanitizer 1.0.3
Using sidekiq 3.3.2
Using fog-xml 0.1.1
Using fog-brightbox 0.7.1
Using fog-sakuracloud 1.0.0
Using fog-serverlove 0.1.1
Using fog-softlayer 0.4.1
Using fog-storm_on_demand 0.1.0
Using fog-vmfusion 0.0.1
Using rails-dom-testing 1.0.7
Using activejob 4.2.5.1
Using activerecord 4.2.5.1
Using carrierwave 0.10.0
Using sidekiq-failures 0.4.3
Using fog-atmos 0.1.0
Using fog-aws 0.1.0
Using fog-ecloud 0.0.2
Using fog-profitbricks 0.0.1
Using fog-radosgw 0.0.3
Using fog-riakcs 0.1.0
Using fog-terremark 0.0.4
Using fog-voxel 0.0.2
Using actionview 4.2.5.1
Using paranoia 2.1.4
Using fog 1.28.0
Using actionpack 4.2.5.1
Using actionmailer 4.2.5.1
Using railties 4.2.5.1
Using sprockets-rails 3.0.1
Using data-confirm-modal 1.0.1 from https://github.com/ifad/data-confirm-modal.git (at master)
Using jquery-rails 4.1.0
Using jquery-ui-rails 5.0.5
Using slim-rails 3.0.1
Using rails 4.2.5.1
Using sassc-rails 1.2.0
Using paloma 4.2.1
Using prawnto_2 0.2.6
Using sunspot_rails 2.2.0
Using sunspot-queue 0.10.3
Using zipruby-compat 0.3.7 from https://github.com/jawspeak/zipruby-compatibility-with-rubyzip-fork.git (at v0.3.7)
Using rmagick 2.13.2 from https://github.com/lmars/rmagick.git (at master)
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (34.72s)
Cleaning up the bundler cache.
Removing (extensions)
Could not detect rake tasks
ensure you can run `$ bundle exec rake -P` against your app with no environment variables present
and using the production group of your Gemfile.
This may be intentional, if you expected rake tasks to be run
cancel the build (CTRL+C) and fix the error then commit the fix:
vendor/bundle/bin/rake:16:in `load': cannot load such file -- /tmp/build/vendor/bundle/ruby/2.1.0/specifications/bin/rake (LoadError)
from vendor/bundle/bin/rake:16:in `<main>'
###### WARNING:
Include 'rails_12factor' gem to enable all platform features
See https://devcenter.heroku.com/articles/rails-integration-gems for more information.
-----> Discovering process types
Procfile declares types -> web, clock, worker, migrate, remote_syslog
Default process types for Ruby -> rake, console, web, worker
-----> Releasing production...
-----> Injecting Logging Supervisor ...
supervisor is already installed (skipping apt-get update/install)
-----> Deploying production...
-----> Injecting App Task Runner ...
=====> running task migrate
/app/vendor/bundle/ruby/2.1.0/bin/rake:23:in `load': cannot load such file -- /app/vendor/bundle/ruby/2.1.0/specifications/bin/rake (LoadError)
from /app/vendor/bundle/ruby/2.1.0/bin/rake:23:in `<main>'
│var/ vmlinuz vmlinuz.old
│var/ vmlinuz vmlinuz.old
│var/ vmlinuz vmlinuz.old
│var/ vmlinuz vmlinuz.old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment