Skip to content

Instantly share code, notes, and snippets.

@mimikun
Created June 19, 2018 10:36
Show Gist options
  • Save mimikun/de5a54245c0e51f1a6403bbdcdaa1616 to your computer and use it in GitHub Desktop.
Save mimikun/de5a54245c0e51f1a6403bbdcdaa1616 to your computer and use it in GitHub Desktop.
なんかエラーでた
sudo docker-compose run --rm web rails db:migrate
/usr/local/lib/ruby/2.4.0/fileutils.rb:230:in `mkdir': No space left on device @ dir_s_mkdir - tmp (Errno::ENOSPC)
from /usr/local/lib/ruby/2.4.0/fileutils.rb:230:in `fu_mkdir'
from /usr/local/lib/ruby/2.4.0/fileutils.rb:208:in `block (2 levels) in mkdir_p'
from /usr/local/lib/ruby/2.4.0/fileutils.rb:206:in `reverse_each'
from /usr/local/lib/ruby/2.4.0/fileutils.rb:206:in `block in mkdir_p'
from /usr/local/lib/ruby/2.4.0/fileutils.rb:191:in `each'
from /usr/local/lib/ruby/2.4.0/fileutils.rb:191:in `mkdir_p'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/store.rb:73:in `dump_data'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/store.rb:55:in `commit_transaction'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/store.rb:47:in `transaction'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/cache.rb:138:in `push_paths_locked'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/cache.rb:121:in `block in reinitialize'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/cache.rb:115:in `synchronize'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/cache.rb:115:in `reinitialize'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache/cache.rb:14:in `initialize'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache.rb:33:in `new'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap/load_path_cache.rb:33:in `setup'
from /mastodon/vendor/bundle/ruby/2.4.0/gems/bootsnap-1.3.0/lib/bootsnap.rb:24:in `setup'
from /mastodon/config/boot.rb:6:in `<top (required)>'
from bin/rails:3:in `require_relative'
from bin/rails:3:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment