-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Description of problem
I'm seeing that my node cache and ruby gem cache are not persisting across deploys on 0.31.2. My app re-downloads every gem / library on each deploy and the previous build images are not being cleared, so the server slowly runs out of space.
I expect the build cache to be re-used so my deploys are shorter and do not exhaust the storage on my server.
Note: When I first deployed, dokku used the Dockerfile that was present in the repository (a new Rails 7 app that comes default). I did not intend to use the Dockerfile deploy and have since added the Node and Ruby buildpacks (from .buildpacks file) and cleared the proxies with dokku proxy:clear my-app. I do not know if this is the root cause of my caching issue.
Steps to reproduce
Steps I took, but I don't know if this will reproduce.
- Created DigitalOcean dokku droplet (no ipv6), upgraded to latest dokku
- Configured application PRE-deploy
- Deployed application with Dockerfile - deploy failed
- Deployed application again with buildpacks
dokku report $APP_NAME
dokku report app-name
root@nodify:~# dokku report nodify
-----> uname: Linux app-name 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
-----> memory:
total used free shared buff/cache available
Mem: 957 370 159 10 427 401
Swap: 999 215 784
-----> docker version:
Client: Docker Engine - Community
Version: 24.0.5
API version: 1.43
Go version: go1.20.6
Git commit: ced0996
Built: Fri Jul 21 20:35:18 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 24.0.5
API version: 1.43 (minimum version 1.12)
Go version: go1.20.6
Git commit: a61e2b4
Built: Fri Jul 21 20:35:18 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.22
GitCommit: 8165feabfdfe38c65b599c4993d227328c231fca
runc:
Version: 1.1.8
GitCommit: v1.1.8-0-g82f18fe
docker-init:
Version: 0.19.0
GitCommit: de40ad0
-----> docker daemon info:
Client: Docker Engine - Community
Version: 24.0.5
Context: default
Debug Mode: true
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.11.2
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.20.2
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 6
Running: 3
Paused: 0
Stopped: 3
Images: 10
Server Version: 24.0.5
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 8165feabfdfe38c65b599c4993d227328c231fca
runc version: v1.1.8-0-g82f18fe
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 5.15.0-79-generic
Operating System: Ubuntu 22.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 957.5MiB
Name: nodify
ID: 96fddca3-0ed0-4664-b453-70d5b5033ded
Docker Root Dir: /var/lib/docker
Debug Mode: false
File Descriptors: 43
Goroutines: 50
System Time: 2023-09-03T03:59:43.042372962Z
EventsListeners: 1
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
-----> git version: git version 2.34.1
-----> sigil version: 0.10.1build+e443be0
-----> herokuish version:
herokuish: v0.7.1
buildpacks:
heroku-buildpack-multi v1.2.0
heroku-buildpack-ruby v256
heroku-buildpack-nodejs v219
heroku-buildpack-clojure v90
heroku-buildpack-python v235
heroku-buildpack-java v73
heroku-buildpack-gradle v39
heroku-buildpack-scala v96
heroku-buildpack-play v26
heroku-buildpack-php v237
heroku-buildpack-go v178
heroku-buildpack-nginx v24
buildpack-null v3
-----> dokku version: dokku version 0.31.2
-----> plugn version: plugn: 0.13.0build+fd5297a
-----> dokku plugins:
00_dokku-standard 0.31.2 enabled dokku core standard plugin
20_events 0.31.2 enabled dokku core events logging plugin
app-json 0.31.2 enabled dokku core app-json plugin
apps 0.31.2 enabled dokku core apps plugin
builder 0.31.2 enabled dokku core builder plugin
builder-dockerfile 0.31.2 enabled dokku core builder-dockerfile plugin
builder-herokuish 0.31.2 enabled dokku core builder-herokuish plugin
builder-lambda 0.31.2 enabled dokku core builder-lambda plugin
builder-null 0.31.2 enabled dokku core builder-null plugin
builder-pack 0.31.2 enabled dokku core builder-pack plugin
buildpacks 0.31.2 enabled dokku core buildpacks plugin
caddy-vhosts 0.31.2 enabled dokku core caddy-vhosts plugin
certs 0.31.2 enabled dokku core certificate management plugin
checks 0.31.2 enabled dokku core checks plugin
common 0.31.2 enabled dokku core common plugin
config 0.31.2 enabled dokku core config plugin
cron 0.31.2 enabled dokku core cron plugin
docker-options 0.31.2 enabled dokku core docker-options plugin
domains 0.31.2 enabled dokku core domains plugin
enter 0.31.2 enabled dokku core enter plugin
git 0.31.2 enabled dokku core git plugin
haproxy-vhosts 0.31.2 enabled dokku core haproxy-vhosts plugin
letsencrypt 0.20.1 enabled Automated installation of let's encrypt TLS certificates
logs 0.31.2 enabled dokku core logs plugin
network 0.31.2 enabled dokku core network plugin
nginx-vhosts 0.31.2 enabled dokku core nginx-vhosts plugin
openresty-vhosts 0.31.2 enabled dokku core openresty-vhosts plugin
plugin 0.31.2 enabled dokku core plugin plugin
ports 0.31.2 enabled dokku core ports plugin
postgres 1.34.2 enabled dokku postgres service plugin
proxy 0.31.2 enabled dokku core proxy plugin
ps 0.31.2 enabled dokku core ps plugin
redirect 0.9.1 enabled Plugin for managing application redirects
registry 0.31.2 enabled dokku core registry plugin
repo 0.31.2 enabled dokku core repo plugin
resource 0.31.2 enabled dokku core resource plugin
run 0.31.2 enabled dokku core run plugin
scheduler 0.31.2 enabled dokku core scheduler plugin
scheduler-docker-local 0.31.2 enabled dokku core scheduler-docker-local plugin
scheduler-null 0.31.2 enabled dokku core scheduler-null plugin
shell 0.31.2 enabled dokku core shell plugin
ssh-keys 0.31.2 enabled dokku core ssh-keys plugin
storage 0.31.2 enabled dokku core storage plugin
trace 0.31.2 enabled dokku core trace plugin
traefik-vhosts 0.31.2 enabled dokku core traefik-vhosts plugin
=====> nodify app-json information
App json computed selected: app.json
App json global selected: app.json
App json selected:
=====> nodify app information
App created at: 1692934027
App deploy source: git-push
App deploy source metadata: a5969c737960a6fe07bbe16ee01f2917df559a27
App dir: /home/dokku/nodify
App locked: false
=====> nodify builder information
Builder build dir:
Builder computed build dir:
Builder computed selected:
Builder global build dir:
Builder global selected:
Builder selected:
=====> nodify builder-dockerfile information
Builder dockerfile computed dockerfile path: Dockerfile
Builder dockerfile global dockerfile path: Dockerfile
Builder dockerfile dockerfile path:
=====> nodify builder-herokuish information
Builder herokuish computed allowed: true
Builder herokuish global allowed: true
Builder herokuish allowed:
=====> nodify builder-lambda information
Builder lambda computed lambdayml path: lambda.yml
Builder lambda global lambdayml path: lambda.yml
Builder lambda lambdayml path:
=====> nodify builder-pack information
Builder pack computed projecttoml path: project.toml
Builder pack global projecttoml path: project.toml
Builder pack projecttoml path:
=====> nodify buildpacks information
Buildpacks computed stack: gliderlabs/herokuish:latest-22
Buildpacks global stack:
Buildpacks list:
Buildpacks stack:
=====> nodify caddy information
Caddy image: lucaslorentz/caddy-docker-proxy:2.8
Caddy letsencrypt email:
Caddy letsencrypt server: https://acme-v02.api.letsencrypt.org/directory
Caddy log level: ERROR
Caddy polling interval: 5s
Caddy tls internal: false
=====> nodify ssl information
Ssl dir: /home/dokku/nodify/tls
Ssl enabled: true
Ssl hostnames: nodify.network www.nodify.network
Ssl expires at: Nov 23 05:51:51 2023 GMT
Ssl issuer: C = US, O = Let's Encrypt, CN = R3
Ssl starts at: Aug 25 05:51:52 2023 GMT
Ssl subject: subject=CN = nodify.network
Ssl verified: self signed
=====> nodify checks information
Checks disabled list: none
Checks skipped list: none
Checks computed wait to retire: 60
Checks global wait to retire: 60
Checks wait to retire:
=====> nodify docker options information
Docker options build: --link dokku.postgres.nodify-db:dokku-postgres-nodify-db
Docker options deploy: --link dokku.postgres.nodify-db:dokku-postgres-nodify-db --restart=on-failure:10
Docker options run: --link dokku.postgres.nodify-db:dokku-postgres-nodify-db
=====> nodify domains information
Domains app enabled: true
Domains app vhosts: nodify.network www.nodify.network
Domains global enabled: false
Domains global vhosts:
=====> nodify git information
Git deploy branch: master
Git global deploy branch: master
Git keep git dir: false
Git rev env var: GIT_REV
Git sha: XXXXX
Git source image:
Git last updated at: XXXXX
=====> nodify haproxy information
Haproxy image: byjg/easy-haproxy:4.3.0
Haproxy letsencrypt email:
Haproxy letsencrypt server: https://acme-v02.api.letsencrypt.org/directory
Haproxy log level: ERROR
=====> nodify letsencrypt information
Letsencrypt active: true
Letsencrypt autorenew: false
Letsencrypt computed dns provider:
Letsencrypt global dns provider:
Letsencrypt dns provider:
Letsencrypt computed email: XXXXX
Letsencrypt global email:
Letsencrypt email: XXXXX
Letsencrypt expiration: XXXXX
Letsencrypt computed graceperiod: 2592000
Letsencrypt global graceperiod:
Letsencrypt graceperiod:
Letsencrypt computed lego docker args:
Letsencrypt global lego docker args:
Letsencrypt lego docker args:
Letsencrypt computed server: https://acme-v02.api.letsencrypt.org/directory
Letsencrypt global server:
Letsencrypt server:
=====> nodify logs information
Logs computed max size: 10m
Logs global max size: 10m
Logs global vector sink:
Logs max size:
Logs vector sink:
=====> nodify network information
Network attach post create:
Network attach post deploy:
Network bind all interfaces: false
Network computed attach post create:
Network computed attach post deploy:
Network computed bind all interfaces: false
Network computed initial network:
Network computed tld:
Network global attach post create:
Network global attach post deploy:
Network global bind all interfaces: false
Network global initial network:
Network global tld:
Network initial network:
Network static web listener:
Network tld:
Network web listeners: 172.17.0.4:5000
=====> nodify nginx information
Nginx access log format:
Nginx access log path: /var/log/nginx/nodify-access.log
Nginx bind address ipv4:
Nginx bind address ipv6: ::
Nginx client max body size:
Nginx disable custom config: false
Nginx error log path: /var/log/nginx/nodify-error.log
Nginx global hsts: true
Nginx computed hsts: true
Nginx hsts:
Nginx hsts include subdomains: true
Nginx hsts max age: 15724800
Nginx hsts preload: false
Nginx computed nginx conf sigil path: nginx.conf.sigil
Nginx global nginx conf sigil path: nginx.conf.sigil
Nginx nginx conf sigil path:
Nginx proxy buffer size: 4096
Nginx proxy buffering: on
Nginx proxy buffers: 8 4096
Nginx proxy busy buffers size: 8192
Nginx proxy read timeout: 60s
Nginx last visited at: 1693712583
Nginx x forwarded for value: $remote_addr
Nginx x forwarded port value: $server_port
Nginx x forwarded proto value: $scheme
Nginx x forwarded ssl:
=====> nodify openresty information
Openresty access log format:
Openresty access log path: /var/log/nginx/nodify-access.log
Openresty bind address ipv4:
Openresty bind address ipv6: ::
Openresty client max body size:
Openresty error log path: /var/log/nginx/nodify-error.log
Openresty global hsts: true
Openresty computed hsts: true
Openresty hsts:
Openresty hsts include subdomains: true
Openresty hsts max age: 15724800
Openresty hsts preload: false
Openresty image: dokku/openresty-docker-proxy:0.5.6
Openresty letsencrypt email:
Openresty letsencrypt server: https://acme-v02.api.letsencrypt.org/directory
Openresty proxy buffer size: 4096
Openresty proxy buffering: on
Openresty proxy buffers: 8 4096
Openresty proxy busy buffers size: 8192
Openresty proxy read timeout: 60s
Openresty x forwarded for value: $remote_addr
Openresty x forwarded port value: $server_port
Openresty x forwarded proto value: $scheme
Openresty x forwarded ssl:
=====> nodify ports information
Ports map:
Ports map detected: http:80:5000 https:443:5000
=====> nodify proxy information
Proxy enabled: true
Proxy type: nginx
=====> nodify ps information
Deployed: true
Processes: 3
Ps can scale: true
Ps computed procfile path: Procfile
Ps global procfile path: Procfile
Ps procfile path:
Ps restart policy: on-failure:10
Restore: true
Running: mixed
Status web 1: running (CID: 82cc90e9601)
Status webpack 1: exited (CID: b65ecbd1db4)
Status worker 1: running (CID: 1c7fd0d6146)
=====> nodify registry information
Registry computed image repo: dokku/nodify
Registry computed push on release: false
Registry computed server:
Registry global push on release:
Registry global server:
Registry image repo:
Registry push on release:
Registry server:
Registry tag version:
=====> nodify resource information
=====> nodify scheduler information
Scheduler computed selected: docker-local
Scheduler global selected: docker-local
Scheduler selected:
=====> nodify scheduler-docker-local information
Scheduler docker local disable chown: false
Scheduler docker local init process: true
Scheduler docker local parallel schedule count:
=====> nodify storage information
Storage build mounts:
Storage deploy mounts:
Storage run mounts:
=====> nodify traefik information
Traefik api enabled: false
Traefik api vhost: traefik.dokku.me
Traefik basic auth password:
Traefik basic auth username:
Traefik dashboard enabled: false
Traefik image: traefik:v2.10
Traefik letsencrypt email:
Traefik letsencrypt server: https://acme-v02.api.letsencrypt.org/directory
Traefik log level: ERROR
Traefik priority: Additional information
Additional information:
- Ruby + rails app, version 7
- Latest Node.js (0) and Ruby (1) buildpacks in use
Output of failing commands after running: dokku trace:off
Dokku deploy output, up to bundler gem cache. Application is currently running so the previous deploy's cache isn't being found
git push deploy master
Enumerating objects: 35, done.
Counting objects: 100% (35/35), done.
Delta compression using up to 4 threads
Compressing objects: 100% (20/20), done.
Writing objects: 100% (20/20), 16.55 KiB | 1.66 MiB/s, done.
Total 20 (delta 12), reused 0 (delta 0)
-----> XXXXX | XXXXX | refs/heads/master | master
-----> Cleaning up...
-----> Building nodify from herokuish
-----> Adding BUILD_ENV to build environment...
BUILD_ENV added successfully
-----> Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
Detected buildpacks: multi ruby nodejs
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-nodejs.git
=====> Detected Framework: Node.js
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
USE_YARN_CACHE=true
NODE_VERBOSE=false
NODE_ENV=production
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): unspecified
engines.npm (package.json): unspecified (use default)
engines.yarn (package.json): unspecified (use default)
Resolving node version 18.x...
Downloading and installing node 18.17.1...
Using default npm version: 9.6.7
Resolving yarn version 1.22.x...
Downloading and installing yarn (1.22.19)
Installed yarn 1.22.19
-----> Installing dependencies
Installing node modules (yarn.lock)
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 25.35s.
-----> Build
-----> Pruning devDependencies
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
warning Ignored scripts due to flag.
Done in 3.79s.
-----> Caching build
- yarn cache
-----> Build succeeded!
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby.git
=====> Detected Framework: Ruby
-----> Installing bundler 2.3.25
-----> Removing BUNDLED WITH version in the Gemfile.lock
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-3.1.4
-----> Installing dependencies using bundler 2.3.25
Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching concurrent-ruby 1.2.2
Fetching erubi 1.12.0
Fetching builder 3.2.4
Fetching minitest 5.19.0
Installing builder 3.2.4
Installing erubi 1.12.0
Installing minitest 5.19.0
Fetching racc 1.7.1
Installing concurrent-ruby 1.2.2
Fetching crass 1.0.6
Fetching rack 2.2.8
Installing racc 1.7.1 with native extensions
Installing crass 1.0.6
Fetching nio4r 2.5.9
Installing rack 2.2.8
Installing nio4r 2.5.9 with native extensions
Fetching websocket-extensions 0.1.5
Fetching marcel 1.0.2
Installing websocket-extensions 0.1.5
Installing marcel 1.0.2
Fetching date 3.3.3
Fetching mini_mime 1.1.5
Installing date 3.3.3 with native extensions
Installing mini_mime 1.1.5
Fetching timeout 0.4.0
Installing timeout 0.4.0
Fetching device_detector 1.1.1
Installing device_detector 1.1.1
Fetching safely_block 0.4.0
Installing safely_block 0.4.0
Fetching bcrypt 3.1.19
Installing bcrypt 3.1.19 with native extensions
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching ffi 1.15.5
Installing ffi 1.15.5 with native extensions
Fetching msgpack 1.7.2
Installing msgpack 1.7.2 with native extensions
Using bundler 2.3.26
Fetching cancancan 3.5.0
Installing cancancan 3.5.0
Fetching cocoon 1.2.15
Fetching zeitwerk 2.6.11
Installing cocoon 1.2.15
Installing zeitwerk 2.6.11
Fetching dry-inflector 1.0.0
Installing dry-inflector 1.0.0
Fetching ice_nine 0.11.2
Installing ice_nine 0.11.2
Fetching faraday-net_http 3.0.2
Installing faraday-net_http 3.0.2
Using ruby2_keywords 0.0.5
Fetching multipart-post 2.3.0
Fetching raabro 1.4.0
Installing multipart-post 2.3.0
Installing raabro 1.4.0
Fetching method_source 1.0.0
Fetching thor 1.2.2
Installing method_source 1.0.0
Fetching ipaddress_2 0.14.0
Installing thor 1.2.2
Fetching json 2.6.3
Installing ipaddress_2 0.14.0
Installing json 2.6.3 with native extensions
Fetching semantic_range 3.0.0
Fetching pg 1.5.3
Installing semantic_range 3.0.0
Installing pg 1.5.3 with native extensions
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching rack-proxy 0.7.6
Installing rack-proxy 0.7.6
Fetching websocket-driver 0.7.6
Installing websocket-driver 0.7.6 with native extensions
Fetching net-protocol 0.2.1
Installing net-protocol 0.2.1
Fetching nokogiri 1.15.4 (x86_64-linux)
Installing nokogiri 1.15.4 (x86_64-linux)
Fetching puma 6.3.1
Installing puma 6.3.1 with native extensions
Fetching bootsnap 1.16.0
Installing bootsnap 1.16.0 with native extensions
Fetching dry-core 1.0.1
Installing dry-core 1.0.1
Fetching faraday 2.7.10
Installing faraday 2.7.10
Fetching faraday-multipart 1.0.4
Installing faraday-multipart 1.0.4
Fetching ffi-compiler 1.0.1
Installing ffi-compiler 1.0.1
Fetching activesupport 7.0.7.2
Installing activesupport 7.0.7.2
Fetching et-orbi 1.2.7
Installing et-orbi 1.2.7
Fetching net-imap 0.3.7
Installing net-imap 0.3.7
Fetching net-pop 0.1.2
Installing net-pop 0.1.2
Fetching net-smtp 0.3.3
Installing net-smtp 0.3.3
Fetching loofah 2.21.3
Installing loofah 2.21.3
Fetching postmark 1.24.0
Installing postmark 1.24.0
Fetching dry-logic 1.5.0
Installing dry-logic 1.5.0
Fetching scrypt 3.0.7
Installing scrypt 3.0.7 with native extensions
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching globalid 1.1.0
Installing globalid 1.1.0
Fetching activemodel 7.0.7.2
Installing activemodel 7.0.7.2
Fetching ahoy_matey 4.2.1
Installing ahoy_matey 4.2.1
Fetching fugit 1.8.1
Installing fugit 1.8.1
Fetching mail 2.8.1
Installing mail 2.8.1
Fetching rails-html-sanitizer 1.6.0
Installing rails-html-sanitizer 1.6.0
Fetching dry-types 1.7.1
Installing dry-types 1.7.1
Fetching activejob 7.0.7.2
Fetching activerecord 7.0.7.2
Installing activejob 7.0.7.2
Installing activerecord 7.0.7.2
Fetching actionview 7.0.7.2
Installing actionview 7.0.7.2
Fetching dry-struct 1.6.0
Installing dry-struct 1.6.0
Fetching actionpack 7.0.7.2
Fetching telegram-bot-ruby 1.0.0
Installing telegram-bot-ruby 1.0.0
Installing actionpack 7.0.7.2
Fetching actioncable 7.0.7.2
Fetching activestorage 7.0.7.2
Installing actioncable 7.0.7.2
Installing activestorage 7.0.7.2
Fetching actionmailer 7.0.7.2
Fetching railties 7.0.7.2
Installing actionmailer 7.0.7.2
Fetching actionmailbox 7.0.7.2
Installing actionmailbox 7.0.7.2
Installing railties 7.0.7.2
Fetching actiontext 7.0.7.2
Installing actiontext 7.0.7.2
Fetching postmark-rails 0.22.1
Installing postmark-rails 0.22.1
Fetching good_job 3.17.4
Fetching rails 7.0.7.2
Installing good_job 3.17.4
Installing rails 7.0.7.2
Fetching shakapacker 7.0.3
Installing shakapacker 7.0.3
Fetching bitcoin-ruby 0.0.20
Installing bitcoin-ruby 0.0.20
Bundle complete! 22 Gemfile dependencies, 83 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor/bundle`
Post-install message from postmark:
==================
Thanks for installing the postmark gem. If you don't have an account, please
sign up at https://postmarkapp.com/.
Review the README.md for implementation details and examples.
==================
Bundle completed (124.45s)
Cleaning up the bundler cache.
-----> Detecting rake tasks
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
....
Output of failing commands after running: dokku trace:on
I will add the trace output shortly.