Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` - Rake assets install - Detected rake (`rake` gem found, `Rakefile` found at `/workspace/Rakefile`) - Running `bundle exec rake -P --trace` .... (1.6s) - Compiling assets with cache (detected `rake assets:precompile` and `rake assets:clean` via `bundle exec rake -P`) - Loading cache for /workspace/public/assets - Loading cache for /workspace/tmp/cache/assets - Running `bundle exec rake assets:precompile assets:clean --trace` ** Invoke assets:precompile (first_time) ** Invoke assets:environment (first_time) ** Execute assets:environment ** Invoke environment (first_time) ** Execute environment ** Execute assets:precompile ** Invoke assets:clean (first_time) ** Invoke assets:environment ** Execute assets:clean - Done (1.1s) - Storing cache for /workspace/public/assets - Storing cache for /workspace/tmp/cache/assets - Debug info - Could not move files out of the application to the cache. From: /workspace/tmp/cache/assets To: /layers/heroku_ruby/cache_tmp_cache_assets Error: creating directory: /layers/heroku_ruby/cache_tmp_cache_assets/sprockets: File exists (os error 17) ! Error caching frontend assets ! ! An error occurred while attempting to cache frontend assets, and the Ruby buildpack ! cannot continue. ! ! Ensure that the permissions on the files in your application directory are correct and that ! all symlinks correctly resolve. ERROR: failed to build: exit status 1 ERROR: failed to build: executing lifecycle: failed with status code: 51 Error: Process completed with exit code 1. 0s ```
- Loading branch information