My server is a fresh install of Ubuntu 16.04 LTS immediately upgraded to 18.04 LTS using sudo do-release-upgrade
. I manage the server with Virtualmin. I was running a Mastodon instance on the same machine early last year, but that instance never ran after I tried upgrading from 1.5 to 2.5 around July 2018. I restored the Virtual Server's including the non-running Mastodon instance. Yesterday I moved the contents of the "public_html" folder to another place and began installing a new Mastodon instance hoping the data (_almost no toots, nice settings and only 1 outside user_), from the old instance will be useable (_though I doubt it will_).
I'm following along the install guide found here, and I got hung up in the node.js And Ruby Dependencies section. The reason wasn't obvious, but after finding a minimally related solution here on stackoverflow I realized that whoever documents the install instructions should either specify the ruby bundler version that matches the version of bundler that bundled the handy-dandy ruby dependencies bundle, OR find a way to have the bundle matched to all possible versions of bundle
such that magic behind -j$(getconf _NPROCESSORS_ONLN)
will match the callers version with the right bundle.
bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
should have installed a bunch of dependancies.
It didn't. Here's the results it returned:
Traceback (most recent call last):
2: from /home/mastodonlinuxuser/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
1: from /home/mastodonlinuxuser/.rbenv/versions/2.5.3/lib/ruby/2.5.0/rubygems.rb:308:in `activate_bin_path'
/home/mastodonlinuxuser/.rbenv/versions/2.5.3/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
Run the command gem install bundler -v 1.16.1
instead of gem install bundler
prior to executing bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
. (_sure it worked but I have no idea if -v 1.16.1 was the most appropriate one_)
Not sure if this will be handy, but it was easy enough to include here. Also, since I may have done something stupid, this will help to point it out by anybody that follows up in the comments section:
Last login: Thu Jan 17 13:38:49 2019 from 192.168.1.167
mastodonlinuxuser@srv1:~$ cd /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$ git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
HEAD is now at 887f9de6d Bump version to 2.6.5
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$ gem install bundler
Successfully installed bundler-2.0.1
Parsing documentation for bundler-2.0.1
Done installing documentation for bundler after 4 seconds
1 gem installed
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$ bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
Traceback (most recent call last):
2: from /home/mastodonlinuxuser/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
1: from /home/mastodonlinuxuser/.rbenv/versions/2.5.3/lib/ruby/2.5.0/rubygems.rb:308:in `activate_bin_path'
/home/mastodonlinuxuser/.rbenv/versions/2.5.3/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$ gem install bundler -v 1.16.1
Fetching: bundler-1.16.1.gem (100%)
Successfully installed bundler-1.16.1
Parsing documentation for bundler-1.16.1
Installing ri documentation for bundler-1.16.1
Done installing documentation for bundler after 4 seconds
1 gem installed
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$ bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
Warning: the running version of Bundler (1.16.1) is older than the version that created the lockfile (1.16.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/.........
Fetching https://github.com/tmm1/http_parser.rb
Fetching https://github.com/rtomayko/posix-spawn
Fetching rake 12.3.1
Fetching concurrent-ruby 1.0.5
Fetching minitest 5.11.3
Fetching thread_safe 0.3.6
Fetching builder 3.2.3
Fetching erubi 1.7.1
Fetching mini_portile2 2.3.0
Fetching websocket-extensions 0.1.3
Fetching mini_mime 1.0.1
Fetching rack 2.0.5
Fetching crass 1.0.4
Fetching jsonapi-renderer 0.2.0
Fetching arel 9.0.0
Fetching nio4r 2.3.1
Fetching mimemagic 0.3.2
Installing jsonapi-renderer 0.2.0
Installing websocket-extensions 0.1.3
Installing erubi 1.7.1
Installing builder 3.2.3
Installing mini_mime 1.0.1
Installing mini_portile2 2.3.0
Installing arel 9.0.0
Installing minitest 5.11.3
Installing crass 1.0.4
Installing rake 12.3.1
Installing nio4r 2.3.1 with native extensions
Installing concurrent-ruby 1.0.5
Installing thread_safe 0.3.6
Installing rack 2.0.5
Fetching public_suffix 3.0.3
Installing mimemagic 0.3.2
Fetching encryptor 3.0.0
Fetching climate_control 0.2.0
Installing public_suffix 3.0.3
Installing encryptor 3.0.0
Installing climate_control 0.2.0
Fetching aws-eventstream 1.0.1
Installing aws-eventstream 1.0.1
Fetching aws-partitions 1.106.0
Fetching aws-sigv4 1.0.3
Fetching jmespath 1.4.0
Fetching bcrypt 3.1.12
Installing aws-partitions 1.106.0
Fetching msgpack 1.2.4
Installing aws-sigv4 1.0.3
Installing jmespath 1.4.0
Fetching browser 2.5.3
Installing bcrypt 3.1.12 with native extensions
Installing msgpack 1.2.4 with native extensions
Using bundler 1.16.1
Fetching charlock_holmes 0.7.6
Installing browser 2.5.3
Fetching multi_json 1.13.1
Fetching multipart-post 2.0.0
Installing charlock_holmes 0.7.6 with native extensions
Installing multipart-post 2.0.0
Installing multi_json 1.13.1
Fetching elasticsearch-dsl 0.1.5
Installing elasticsearch-dsl 0.1.5
Fetching chunky_png 1.3.10
Fetching ffi 1.9.25
Fetching connection_pool 2.2.2
Fetching orm_adapter 0.5.0
Fetching method_source 0.9.0
Installing chunky_png 1.3.10
Installing connection_pool 2.2.2
Installing orm_adapter 0.5.0
Installing method_source 0.9.0
Fetching thor 0.20.0
Installing ffi 1.9.25 with native extensions
Installing thor 0.20.0
Fetching rotp 2.1.2
Fetching unf_ext 0.0.7.5
Installing rotp 2.1.2
Fetching dotenv 2.5.0
Fetching equatable 0.5.0
Installing unf_ext 0.0.7.5 with native extensions
Installing dotenv 2.5.0
Installing equatable 0.5.0
Fetching excon 0.62.0
Installing excon 0.62.0
Fetching fast_blank 1.0.0
Fetching fastimage 2.1.4
Installing fast_blank 1.0.0 with native extensions
Installing fastimage 2.1.4
Fetching formatador 0.2.5
Fetching mime-types-data 3.2018.0812
Installing formatador 0.2.5
Fetching ipaddress 0.8.3
Installing mime-types-data 3.2018.0812
Fetching raabro 1.1.6
Installing ipaddress 0.8.3
Installing raabro 1.1.6
Fetching http-form_data 2.1.1
Using http_parser.rb 0.6.1 from https://github.com/tmm1/http_parser.rb (at 54b17ba@54b17ba)
Fetching oj 3.7.0
Installing http-form_data 2.1.1
Fetching temple 0.8.0
Fetching tilt 2.0.8
Installing temple 0.8.0
Installing oj 3.7.0 with native extensions
Installing tilt 2.0.8
Fetching hashie 3.5.7
Installing hashie 3.5.7
Fetching hiredis 0.6.1
Fetching hitimes 1.3.0
Installing hitimes 1.3.0 with native extensions
Installing hiredis 0.6.1 with native extensions
Fetching hkdf 0.3.0
Installing hkdf 0.3.0
Fetching htmlentities 4.3.4
Fetching http_accept_language 2.1.1
Installing htmlentities 4.3.4
Installing http_accept_language 2.1.1
Fetching rainbow 3.0.0
Fetching idn-ruby 0.1.0
Fetching iso-639 0.2.8
Installing rainbow 3.0.0
Installing idn-ruby 0.1.0 with native extensions
Installing iso-639 0.2.8
Fetching link_header 0.0.8
Fetching jwt 2.1.0
Fetching kaminari-core 1.1.1
Fetching redis 4.0.2
Fetching necromancer 0.4.0
Installing link_header 0.0.8
Fetching net-ldap 0.16.1
Installing kaminari-core 1.1.1
Installing jwt 2.1.0
Installing necromancer 0.4.0
Installing redis 4.0.2
Installing net-ldap 0.16.1
Fetching statsd-ruby 1.2.1
Fetching ox 2.10.0
Fetching tty-color 0.4.3
Installing statsd-ruby 1.2.1
Fetching pg 1.1.3
Installing ox 2.10.0 with native extensions
Installing tty-color 0.4.3
Fetching pkg-config 1.3.1
Using posix-spawn 0.3.13 from https://github.com/rtomayko/posix-spawn (at 58465d2@58465d2)
Installing pg 1.1.3 with native extensions
Installing pkg-config 1.3.1
Fetching private_address_check 0.5.0
Fetching puma 3.12.0
Installing private_address_check 0.5.0
Fetching rack-cors 1.0.2
Installing puma 3.12.0 with native extensions
Installing rack-cors 1.0.2
Fetching stoplight 2.1.3
Installing stoplight 2.1.3
Fetching tty-cursor 0.6.0
Installing tty-cursor 0.6.0
Fetching tty-screen 0.6.5
Installing tty-screen 0.6.5
Fetching wisper 2.0.0
Installing wisper 2.0.0
Fetching websocket-driver 0.7.0
Installing websocket-driver 0.7.0 with native extensions
Fetching mail 2.7.0
Installing mail 2.7.0
Fetching cocaine 0.5.8
Installing cocaine 0.5.8
Fetching terrapin 0.6.0
Installing terrapin 0.6.0
Fetching attr_encrypted 3.1.0
Installing attr_encrypted 3.1.0
Fetching nokogiri 1.8.5
Installing nokogiri 1.8.5 with native extensions
Fetching marcel 0.3.2
Installing marcel 0.3.2
Fetching addressable 2.5.2
Installing addressable 2.5.2
Fetching faraday 0.15.0
Installing faraday 0.15.0
Fetching tzinfo 1.2.5
Installing tzinfo 1.2.5
Fetching aws-sdk-core 3.35.0
Installing aws-sdk-core 3.35.0
Fetching elasticsearch-api 6.0.2
Installing elasticsearch-api 6.0.2
Fetching streamio-ffmpeg 3.0.2
Installing streamio-ffmpeg 3.0.2
Fetching i18n 1.1.1
Installing i18n 1.1.1
Fetching hamster 3.0.0
Installing hamster 3.0.0
Fetching mime-types 3.2.2
Installing mime-types 3.2.2
Fetching rack-test 1.1.0
Installing rack-test 1.1.0
Fetching warden 1.2.7
Installing warden 1.2.7
Fetching request_store 1.4.1
Installing request_store 1.4.1
Fetching rack-protection 2.0.4
Installing rack-protection 2.0.4
Fetching rack-attack 5.4.1
Installing rack-attack 5.4.1
Fetching rack-proxy 0.6.4
Installing rack-proxy 0.6.4
Fetching sprockets 3.7.2
Installing sprockets 3.7.2
Fetching hamlit 2.8.8
Installing hamlit 2.8.8 with native extensions
Fetching omniauth 1.8.1
Installing omniauth 1.8.1
Fetching httplog 1.1.1
Fetching rqrcode 0.10.1
Installing httplog 1.1.1
Fetching webpush 0.3.4
Installing rqrcode 0.10.1
Fetching pastel 0.7.2
Installing webpush 0.3.4
Fetching mario-redis-lock 1.2.1
Installing pastel 0.7.2
Fetching redis-store 1.5.0
Installing mario-redis-lock 1.2.1
Fetching redis-namespace 1.6.0
Installing redis-store 1.5.0
Fetching tty-reader 0.4.0
Installing redis-namespace 1.6.0
Fetching av 0.9.0
Installing tty-reader 0.4.0
Fetching unf 0.1.4
Installing av 0.9.0
Fetching css_parser 1.6.0
Installing unf 0.1.4
Fetching elasticsearch-transport 6.0.2
Installing css_parser 1.6.0
Fetching et-orbi 1.1.6
Installing elasticsearch-transport 6.0.2
Installing et-orbi 1.1.6
Fetching tzinfo-data 1.2018.7
Fetching aws-sdk-kms 1.11.0
Installing aws-sdk-kms 1.11.0
Fetching activesupport 5.2.1
Installing tzinfo-data 1.2018.7
Installing activesupport 5.2.1
Fetching rdf 3.0.2
Installing rdf 3.0.2
Fetching fog-core 2.1.0
Fetching sidekiq 5.2.2
Installing fog-core 2.1.0
Installing sidekiq 5.2.2
Fetching bootsnap 1.3.2
Fetching tty-command 0.8.2
Fetching redis-rack 2.0.4
Installing bootsnap 1.3.2 with native extensions
Installing tty-command 0.8.2
Installing redis-rack 2.0.4
Fetching domain_name 0.5.20180417
Fetching twitter-text 1.14.7
Installing domain_name 0.5.20180417
Installing twitter-text 1.14.7
Fetching premailer 1.11.1
Fetching fugit 1.1.6
Installing premailer 1.11.1
Installing fugit 1.1.6
Fetching elasticsearch 6.0.2
Fetching aws-sdk-s3 1.23.0
Installing elasticsearch 6.0.2
Fetching globalid 0.4.1
Installing aws-sdk-s3 1.23.0
Installing globalid 0.4.1
Fetching activemodel 5.2.1
Fetching case_transform 0.2
Installing case_transform 0.2
Fetching pundit 2.0.0
Installing activemodel 5.2.1
Fetching redis-activesupport 5.0.4
Installing pundit 2.0.0
Fetching simple-navigation 4.0.5
Installing redis-activesupport 5.0.4
Fetching json-ld 2.2.1
Installing simple-navigation 4.0.5
Fetching rdf-normalize 0.3.3
Installing json-ld 2.2.1
Fetching fog-json 1.2.0
Installing rdf-normalize 0.3.3
Fetching nsa 0.2.4
Fetching sidekiq-bulk 0.1.1
Installing fog-json 1.2.0
Fetching sidekiq-unique-jobs 5.0.10
Installing nsa 0.2.4
Fetching http-cookie 1.0.3
Installing sidekiq-bulk 0.1.1
Fetching rufus-scheduler 3.5.2
Installing sidekiq-unique-jobs 5.0.10
Fetching chewy 5.0.0
Installing http-cookie 1.0.3
Installing rufus-scheduler 3.5.2
Fetching activejob 5.2.1
Fetching activerecord 5.2.1
Installing activejob 5.2.1
Installing chewy 5.0.0
Installing activerecord 5.2.1
Fetching paperclip 6.0.0
Installing paperclip 6.0.0
Fetching json-ld-preloaded 2.2.3
Installing json-ld-preloaded 2.2.3
Fetching fog-openstack 0.3.7
Fetching http 3.3.0
Fetching sidekiq-scheduler 3.0.0
Fetching timers 4.1.2
Installing fog-openstack 0.3.7
Installing http 3.3.0
Installing sidekiq-scheduler 3.0.0
Installing timers 4.1.2
Fetching kaminari-activerecord 1.1.1
Fetching makara 0.4.0
Installing kaminari-activerecord 1.1.1
Fetching pghero 2.2.0
Installing makara 0.4.0
Fetching strong_migrations 0.3.1
Installing strong_migrations 0.3.1
Fetching paperclip-av-transcoder 0.6.4
Fetching tty-prompt 0.17.1
Installing pghero 2.2.0
Installing tty-prompt 0.17.1
Installing paperclip-av-transcoder 0.6.4
Fetching cld3 3.2.2
Installing cld3 3.2.2 with native extensions
Fetching rails-dom-testing 2.0.3
Fetching loofah 2.2.3
Fetching omniauth-cas 1.1.1
Fetching nokogumbo 2.0.0
Fetching ruby-saml 1.9.0
Fetching goldfinger 2.1.0
Fetching ostatus2 2.0.3
Installing goldfinger 2.1.0
Installing ostatus2 2.0.3
Installing rails-dom-testing 2.0.3
Installing omniauth-cas 1.1.1
Installing loofah 2.2.3
Installing nokogumbo 2.0.0 with native extensions
Installing ruby-saml 1.9.0
Fetching rails-html-sanitizer 1.0.4
Installing rails-html-sanitizer 1.0.4
Fetching omniauth-saml 1.10.1
Fetching actionview 5.2.1
Installing omniauth-saml 1.10.1
Installing actionview 5.2.1
Fetching kaminari-actionview 1.1.1
Fetching actionpack 5.2.1
Installing kaminari-actionview 1.1.1
Fetching kaminari 1.1.1
Installing actionpack 5.2.1
Installing kaminari 1.1.1
Fetching actionmailer 5.2.1
Fetching active_model_serializers 0.10.7
Fetching activestorage 5.2.1
Fetching railties 5.2.1
Fetching actioncable 5.2.1
Fetching sprockets-rails 3.2.1
Fetching redis-actionpack 5.0.2
Fetching simple_form 4.0.1
Installing redis-actionpack 5.0.2
Installing actionmailer 5.2.1
Installing sprockets-rails 3.2.1
Installing activestorage 5.2.1
Installing actioncable 5.2.1
Installing simple_form 4.0.1
Installing railties 5.2.1
Installing active_model_serializers 0.10.7
Fetching redis-rails 5.0.2
Fetching premailer-rails 1.10.2
Installing redis-rails 5.0.2
Installing premailer-rails 1.10.2
Fetching responders 2.4.0
Fetching doorkeeper 5.0.2
Fetching dotenv-rails 2.5.0
Fetching hamlit-rails 0.2.0
Fetching rails 5.2.1
Fetching lograge 0.10.0
Fetching webpacker 3.5.5
Fetching rails-i18n 5.1.2
Installing dotenv-rails 2.5.0
Installing rails 5.2.1
Installing lograge 0.10.0
Installing hamlit-rails 0.2.0
Installing responders 2.4.0
Fetching rails-settings-cached 0.6.6
Installing doorkeeper 5.0.2
Installing rails-i18n 5.1.2
Installing webpacker 3.5.5
Installing rails-settings-cached 0.6.6
Fetching devise 4.5.0
Installing devise 4.5.0
Fetching devise-two-factor 3.0.3
Installing devise-two-factor 3.0.3
Fetching sanitize 5.0.0
Installing sanitize 5.0.0
Bundle complete! 115 Gemfile dependencies, 198 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into `./vendor/bundle`
Post-install message from encryptor:
Please be aware that Encryptor v2.0.0 had a major security bug when using AES-*-GCM algorithms.
By default You will not be able to decrypt data that was previously encrypted using an AES-*-GCM algorithm.
Please see the README and https://github.com/attr-encrypted/encryptor/pull/22 for more information.
Post-install message from attr_encrypted:
WARNING: Several insecure default options and features were deprecated in attr_encrypted v2.0.0.
Additionally, there was a bug in Encryptor v2.0.0 that insecurely encrypted data when using an AES-*-GCM algorithm.
This bug was fixed but introduced breaking changes between v2.x and v3.x.
Please see the README for more information regarding upgrading to attr_encrypted v3.0.0.
Post-install message from paperclip:
##################################################
# NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER #
##################################################
Paperclip is now compatible with aws-sdk >= 2.0.0.
If you are using S3 storage, aws-sdk >= 2.0.0 requires you to make a few small
changes:
* You must set the `s3_region`
* If you are explicitly setting permissions anywhere, such as in an initializer,
note that the format of the permissions changed from using an underscore to
using a hyphen. For example, `:public_read` needs to be changed to
`public-read`.
For a walkthrough of upgrading from 4 to 5 and aws-sdk >= 2.0 you can watch
http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5
mastodonlinuxuser@srv1:/home/virtservadmin/domains/mastodon.mybesturl.com/html/live$
Frustrating follow-up:
live$ yarn install --pure-lockfile
Usage: yarn [options]
yarn: error: no such option: --pure-lockfile
I used npm install
instead and not sure if that was a good idea, but it's doing a lot of things.
I finished the install (ran RAILS_ENV=production bundle exec rake mastodon:setup
to a successful end) and the browser just says:
_Is their any to see why Apache2 could be blocking things? Is their any test commands to see what is working right?_
I hate myself. I forgot to do all the Mastodon systemd Service Files things. After that finished successfully, I got farther but no joy. Stuck with only ths now:
See first item: https://docs.joinmastodon.org/administration/troubleshooting/
Post more when you have a specific error message
Try the following command:
gem install bundler -v 1.17.3
I'm sorry, I had not read it properly.
See first item: https://docs.joinmastodon.org/administration/troubleshooting/
Post more when you have a specific error message
Quick update on the functionality. On a whim I decided to try logging in with my Subway Tooter app. It worked! Just no web interface for the system.
That journalctl -u mastodon-web
put's out a lot of data. I could see all the complaints from earlier when I was doing things wrong. Here is a snapshot of what seems to be repeating about every two minutes:
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] Rendering about/show.html.haml within layouts/application
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] Rendered shared/_og.html.haml (2.3ms)
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] Rendered about/_registration.html.haml (3.4ms)
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] Rendered about/_forms.html.haml (3.9ms)
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] Rendered about/show.html.haml within layouts/application (12.4ms)
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] method=GET path=/about format=html controller=AboutController action=show status=500 error='ActionView::Template::Error: Webpacker can
Jan 17 23:17:13 delta bundle[2105]: 1. You want to set webpacker.yml value of compile to true for your environment
Jan 17 23:17:13 delta bundle[2105]: unless you are using the `webpack -w` or the webpack-dev-server.
Jan 17 23:17:13 delta bundle[2105]: 2. webpack has not yet re-run to reflect updates.
Jan 17 23:17:13 delta bundle[2105]: 3. You have misconfigured Webpacker's config/webpacker.yml file.
Jan 17 23:17:13 delta bundle[2105]: 4. Your webpack configuration is not creating a manifest.
Jan 17 23:17:13 delta bundle[2105]: Your manifest contains:
Jan 17 23:17:13 delta bundle[2105]: {
Jan 17 23:17:13 delta bundle[2105]: "common.css": "/packs/common-7acf9d672d504fc56161.css",
Jan 17 23:17:13 delta bundle[2105]: "common.js": "/packs/common-904b757969ef5abeec77.js",
Jan 17 23:17:13 delta bundle[2105]: "common.css.map": "/packs/common-7acf9d672d504fc56161.css.map",
Jan 17 23:17:13 delta bundle[2105]: "common.js.map": "/packs/common-904b757969ef5abeec77.js.map",
Jan 17 23:17:13 delta bundle[2105]: "about.js": "/packs/about-eec452583f6d063194d5.js",
Jan 17 23:17:13 delta bundle[2105]: "about.js.map": "/packs/about-eec452583f6d063194d5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "admin.js": "/packs/admin-4c67dfc4a94564a5d3d9.js",
Jan 17 23:17:13 delta bundle[2105]: "admin.js.map": "/packs/admin-4c67dfc4a94564a5d3d9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "application.js": "/packs/application-83c771cb5f20983e0254.js",
Jan 17 23:17:13 delta bundle[2105]: "application.js.map": "/packs/application-83c771cb5f20983e0254.js.map",
Jan 17 23:17:13 delta bundle[2105]: "base_polyfills.js": "/packs/base_polyfills-609eeb788e215cffcb3b.js",
Jan 17 23:17:13 delta bundle[2105]: "base_polyfills.js.map": "/packs/base_polyfills-609eeb788e215cffcb3b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "containers/media_container.js": "/packs/containers/media_container-7b43d6e546587888dbae.js",
Jan 17 23:17:13 delta bundle[2105]: "containers/media_container.js.map": "/packs/containers/media_container-7b43d6e546587888dbae.js.map",
Jan 17 23:17:13 delta bundle[2105]: "contrast.css": "/packs/contrast-110936dc7d82a14caf27.css",
Jan 17 23:17:13 delta bundle[2105]: "contrast.js": "/packs/contrast-8ba3082e3b916cbfc0aa.js",
Jan 17 23:17:13 delta bundle[2105]: "contrast.css.map": "/packs/contrast-110936dc7d82a14caf27.css.map",
Jan 17 23:17:13 delta bundle[2105]: "contrast.js.map": "/packs/contrast-8ba3082e3b916cbfc0aa.js.map",
Jan 17 23:17:13 delta bundle[2105]: "default.css": "/packs/default-8d3b7d7b15c81ff13fff.css",
Jan 17 23:17:13 delta bundle[2105]: "default.js": "/packs/default-89d5418ba9ae4f3a4c4d.js",
Jan 17 23:17:13 delta bundle[2105]: "default.css.map": "/packs/default-8d3b7d7b15c81ff13fff.css.map",
Jan 17 23:17:13 delta bundle[2105]: "default.js.map": "/packs/default-89d5418ba9ae4f3a4c4d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "emoji_picker.js": "/packs/emoji_picker-fb83f68f8411f2560e6c.js",
Jan 17 23:17:13 delta bundle[2105]: "emoji_picker.js.map": "/packs/emoji_picker-fb83f68f8411f2560e6c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "extra_polyfills.js": "/packs/extra_polyfills-87d4f92c156497629a1d.js",
Jan 17 23:17:13 delta bundle[2105]: "extra_polyfills.js.map": "/packs/extra_polyfills-87d4f92c156497629a1d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/account_gallery.js": "/packs/features/account_gallery-3c5314c67b07a5967ef3.js",
Jan 17 23:17:13 delta bundle[2105]: "features/account_gallery.js.map": "/packs/features/account_gallery-3c5314c67b07a5967ef3.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/account_timeline.js": "/packs/features/account_timeline-f74f0a5f53f8cb3bb3a9.js",
Jan 17 23:17:13 delta bundle[2105]: "features/account_timeline.js.map": "/packs/features/account_timeline-f74f0a5f53f8cb3bb3a9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/blocks.js": "/packs/features/blocks-5c5ea626f9f5a389f327.js",
Jan 17 23:17:13 delta bundle[2105]: "features/blocks.js.map": "/packs/features/blocks-5c5ea626f9f5a389f327.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/community_timeline.js": "/packs/features/community_timeline-ac661ae36e3d1d48e114.js",
Jan 17 23:17:13 delta bundle[2105]: "features/community_timeline.js.map": "/packs/features/community_timeline-ac661ae36e3d1d48e114.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/compose.js": "/packs/features/compose-44cc29386f827b9aa5ee.js",
Jan 17 23:17:13 delta bundle[2105]: "features/compose.js.map": "/packs/features/compose-44cc29386f827b9aa5ee.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/direct_timeline.js": "/packs/features/direct_timeline-161b1899253584cbf403.js",
Jan 17 23:17:13 delta bundle[2105]: "features/direct_timeline.js.map": "/packs/features/direct_timeline-161b1899253584cbf403.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/domain_blocks.js": "/packs/features/domain_blocks-07f439ef16557f15f6f2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/domain_blocks.js.map": "/packs/features/domain_blocks-07f439ef16557f15f6f2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/favourited_statuses.js": "/packs/features/favourited_statuses-80c5fa9548ea0b73f89a.js",
Jan 17 23:17:13 delta bundle[2105]: "features/favourited_statuses.js.map": "/packs/features/favourited_statuses-80c5fa9548ea0b73f89a.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/favourites.js": "/packs/features/favourites-e1d508bb70985eb1d5f5.js",
Jan 17 23:17:13 delta bundle[2105]: "features/favourites.js.map": "/packs/features/favourites-e1d508bb70985eb1d5f5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/follow_requests.js": "/packs/features/follow_requests-a4d50a9c995808509001.js",
Jan 17 23:17:13 delta bundle[2105]: "features/follow_requests.js.map": "/packs/features/follow_requests-a4d50a9c995808509001.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/followers.js": "/packs/features/followers-0bcd5e89567bd1c8fdb5.js",
Jan 17 23:17:13 delta bundle[2105]: "features/followers.js.map": "/packs/features/followers-0bcd5e89567bd1c8fdb5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/following.js": "/packs/features/following-a20f7ab5f21f1be3c748.js",
Jan 17 23:17:13 delta bundle[2105]: "features/following.js.map": "/packs/features/following-a20f7ab5f21f1be3c748.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/generic_not_found.js": "/packs/features/generic_not_found-ae42ac1a9d7c32b96d37.js",
Jan 17 23:17:13 delta bundle[2105]: "features/generic_not_found.js.map": "/packs/features/generic_not_found-ae42ac1a9d7c32b96d37.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/getting_started.js": "/packs/features/getting_started-b5b793bba9ead3665dd2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/getting_started.js.map": "/packs/features/getting_started-b5b793bba9ead3665dd2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/hashtag_timeline.js": "/packs/features/hashtag_timeline-8ef8cdb180a6d9dc3dda.js",
Jan 17 23:17:13 delta bundle[2105]: "features/hashtag_timeline.js.map": "/packs/features/hashtag_timeline-8ef8cdb180a6d9dc3dda.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/home_timeline.js": "/packs/features/home_timeline-19e8a034fbf15315ddfe.js",
Jan 17 23:17:13 delta bundle[2105]: "features/home_timeline.js.map": "/packs/features/home_timeline-19e8a034fbf15315ddfe.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/keyboard_shortcuts.js": "/packs/features/keyboard_shortcuts-57e3b59ff75723b1301c.js",
Jan 17 23:17:13 delta bundle[2105]: "features/keyboard_shortcuts.js.map": "/packs/features/keyboard_shortcuts-57e3b59ff75723b1301c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/list_editor.js": "/packs/features/list_editor-3f304a482c17d4225c42.js",
Jan 17 23:17:13 delta bundle[2105]: "features/list_editor.js.map": "/packs/features/list_editor-3f304a482c17d4225c42.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/list_timeline.js": "/packs/features/list_timeline-84219df18e851fc3d7b8.js",
Jan 17 23:17:13 delta bundle[2105]: "features/list_timeline.js.map": "/packs/features/list_timeline-84219df18e851fc3d7b8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/lists.js": "/packs/features/lists-5e8bff22328c8882de8b.js",
Jan 17 23:17:13 delta bundle[2105]: "features/lists.js.map": "/packs/features/lists-5e8bff22328c8882de8b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/mutes.js": "/packs/features/mutes-ca03f0a72a4a1ccfcc7c.js",
Jan 17 23:17:13 delta bundle[2105]: "features/mutes.js.map": "/packs/features/mutes-ca03f0a72a4a1ccfcc7c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/notifications.js": "/packs/features/notifications-fd0f6c86554c08bf6755.js",
Jan 17 23:17:13 delta bundle[2105]: "features/notifications.js.map": "/packs/features/notifications-fd0f6c86554c08bf6755.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/pinned_statuses.js": "/packs/features/pinned_statuses-97f859ea6a5e2dc6d6fc.js",
Jan 17 23:17:13 delta bundle[2105]: "features/pinned_statuses.js.map": "/packs/features/pinned_statuses-97f859ea6a5e2dc6d6fc.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/public_timeline.js": "/packs/features/public_timeline-b460a5309aa7fd95c496.js",
Jan 17 23:17:13 delta bundle[2105]: "features/public_timeline.js.map": "/packs/features/public_timeline-b460a5309aa7fd95c496.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/reblogs.js": "/packs/features/reblogs-664d6fc2bf0130386fd2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/reblogs.js.map": "/packs/features/reblogs-664d6fc2bf0130386fd2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/status.js": "/packs/features/status-42fa1eaf8dd8f58de613.js",
Jan 17 23:17:13 delta bundle[2105]: "features/status.js.map": "/packs/features/status-42fa1eaf8dd8f58de613.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ar.js": "/packs/locale_ar-a612fee5511589070b56.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ar.js.map": "/packs/locale_ar-a612fee5511589070b56.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ast.js": "/packs/locale_ast-d7e07ca3284ac453de99.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ast.js.map": "/packs/locale_ast-d7e07ca3284ac453de99.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_bg.js": "/packs/locale_bg-5392e6298b7bf406c4f4.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_bg.js.map": "/packs/locale_bg-5392e6298b7bf406c4f4.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ca.js": "/packs/locale_ca-e7a44a367c3f6423a504.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ca.js.map": "/packs/locale_ca-e7a44a367c3f6423a504.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_co.js": "/packs/locale_co-1e55708632821c00236f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_co.js.map": "/packs/locale_co-1e55708632821c00236f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_cs.js": "/packs/locale_cs-87d8805b30eceae762c6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_cs.js.map": "/packs/locale_cs-87d8805b30eceae762c6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_cy.js": "/packs/locale_cy-cca855e87cd03abae0e0.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_cy.js.map": "/packs/locale_cy-cca855e87cd03abae0e0.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_da.js": "/packs/locale_da-58e943e2ba6b0ab9ebc8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_da.js.map": "/packs/locale_da-58e943e2ba6b0ab9ebc8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_de.js": "/packs/locale_de-5978a929e682912b95e3.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_de.js.map": "/packs/locale_de-5978a929e682912b95e3.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_el.js": "/packs/locale_el-ef4447ab3d8a1223e988.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_el.js.map": "/packs/locale_el-ef4447ab3d8a1223e988.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_en.js": "/packs/locale_en-04a6699490e405e5607d.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_en.js.map": "/packs/locale_en-04a6699490e405e5607d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_eo.js": "/packs/locale_eo-2b8e1e798df73ca53e64.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_eo.js.map": "/packs/locale_eo-2b8e1e798df73ca53e64.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_es.js": "/packs/locale_es-5473e9b1604598688078.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_es.js.map": "/packs/locale_es-5473e9b1604598688078.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_eu.js": "/packs/locale_eu-6df55991a43e69cc4b76.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_eu.js.map": "/packs/locale_eu-6df55991a43e69cc4b76.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fa.js": "/packs/locale_fa-638d7b2c31f9bfa34a30.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fa.js.map": "/packs/locale_fa-638d7b2c31f9bfa34a30.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fi.js": "/packs/locale_fi-c9c5db19d26c92b85179.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fi.js.map": "/packs/locale_fi-c9c5db19d26c92b85179.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fr.js": "/packs/locale_fr-a399ac4043fa40762802.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fr.js.map": "/packs/locale_fr-a399ac4043fa40762802.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_gl.js": "/packs/locale_gl-fea99d0bf419415d1012.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_gl.js.map": "/packs/locale_gl-fea99d0bf419415d1012.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_he.js": "/packs/locale_he-3771016d0f2902307edf.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_he.js.map": "/packs/locale_he-3771016d0f2902307edf.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hr.js": "/packs/locale_hr-0ffde030c9c53686d2fa.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hr.js.map": "/packs/locale_hr-0ffde030c9c53686d2fa.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hu.js": "/packs/locale_hu-8226f5e6672d81585eac.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hu.js.map": "/packs/locale_hu-8226f5e6672d81585eac.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hy.js": "/packs/locale_hy-1f27e5acd62b1ea34fa7.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hy.js.map": "/packs/locale_hy-1f27e5acd62b1ea34fa7.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_id.js": "/packs/locale_id-e8575ee38f68f7233d3b.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_id.js.map": "/packs/locale_id-e8575ee38f68f7233d3b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_io.js": "/packs/locale_io-b300b3630a3e7fbb8467.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_io.js.map": "/packs/locale_io-b300b3630a3e7fbb8467.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_it.js": "/packs/locale_it-c593740b8f68b6711f6b.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_it.js.map": "/packs/locale_it-c593740b8f68b6711f6b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ja.js": "/packs/locale_ja-706e03dce9f571912353.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ja.js.map": "/packs/locale_ja-706e03dce9f571912353.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ka.js": "/packs/locale_ka-797edc0e4fdde1db2ef5.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ka.js.map": "/packs/locale_ka-797edc0e4fdde1db2ef5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ko.js": "/packs/locale_ko-a3123ac097f48b1f1b69.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ko.js.map": "/packs/locale_ko-a3123ac097f48b1f1b69.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_nl.js": "/packs/locale_nl-8df433d6e6b1d7d88165.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_nl.js.map": "/packs/locale_nl-8df433d6e6b1d7d88165.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_no.js": "/packs/locale_no-fc49e91c2b5c3f3d640d.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_no.js.map": "/packs/locale_no-fc49e91c2b5c3f3d640d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_oc.js": "/packs/locale_oc-d6e7fd417102044a68b9.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_oc.js.map": "/packs/locale_oc-d6e7fd417102044a68b9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pl.js": "/packs/locale_pl-dc090156bc46110f1d51.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pl.js.map": "/packs/locale_pl-dc090156bc46110f1d51.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt.js": "/packs/locale_pt-958d71238079d5ef3fbd.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt.js.map": "/packs/locale_pt-958d71238079d5ef3fbd.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt-BR.js": "/packs/locale_pt-BR-6a13278fb00a5a44ca1f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt-BR.js.map": "/packs/locale_pt-BR-6a13278fb00a5a44ca1f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ro.js": "/packs/locale_ro-f04522e35ab460bcd9a8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ro.js.map": "/packs/locale_ro-f04522e35ab460bcd9a8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ru.js": "/packs/locale_ru-a6245f0795389da0cd58.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ru.js.map": "/packs/locale_ru-a6245f0795389da0cd58.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sk.js": "/packs/locale_sk-19a9756b5557139fe6c9.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sk.js.map": "/packs/locale_sk-19a9756b5557139fe6c9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sl.js": "/packs/locale_sl-bc8adda3b3598950d4f4.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sl.js.map": "/packs/locale_sl-bc8adda3b3598950d4f4.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr.js": "/packs/locale_sr-777d1a1cbe1223897baf.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr.js.map": "/packs/locale_sr-777d1a1cbe1223897baf.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr-Latn.js": "/packs/locale_sr-Latn-c44a1dffbcbdd7e4ade5.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr-Latn.js.map": "/packs/locale_sr-Latn-c44a1dffbcbdd7e4ade5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sv.js": "/packs/locale_sv-727d83332455a5bb5ebb.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sv.js.map": "/packs/locale_sv-727d83332455a5bb5ebb.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ta.js": "/packs/locale_ta-845c6b7e3a01254f4b00.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ta.js.map": "/packs/locale_ta-845c6b7e3a01254f4b00.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_te.js": "/packs/locale_te-25c7ab71714f0810de7e.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_te.js.map": "/packs/locale_te-25c7ab71714f0810de7e.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_th.js": "/packs/locale_th-cd80bc0df5f83ecf18b8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_th.js.map": "/packs/locale_th-cd80bc0df5f83ecf18b8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_tr.js": "/packs/locale_tr-d8f460df3de53a96d6d6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_tr.js.map": "/packs/locale_tr-d8f460df3de53a96d6d6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_uk.js": "/packs/locale_uk-89e8dee9349939136c1a.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_uk.js.map": "/packs/locale_uk-89e8dee9349939136c1a.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-CN.js": "/packs/locale_zh-CN-426bb2bfd7d0ca0cb455.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-CN.js.map": "/packs/locale_zh-CN-426bb2bfd7d0ca0cb455.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-HK.js": "/packs/locale_zh-HK-f777c956425f8853875f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-HK.js.map": "/packs/locale_zh-HK-f777c956425f8853875f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-TW.js": "/packs/locale_zh-TW-6e8d36807a386594e5c6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-TW.js.map": "/packs/locale_zh-TW-6e8d36807a386594e5c6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mailer.css": "/packs/mailer-f4cbebd460b3853ee05e.css",
Jan 17 23:17:13 delta bundle[2105]: "mailer.js": "/packs/mailer-61dbb25819e0c21916c8.js",
Jan 17 23:17:13 delta bundle[2105]: "mailer.css.map": "/packs/mailer-f4cbebd460b3853ee05e.css.map",
Jan 17 23:17:13 delta bundle[2105]: "mailer.js.map": "/packs/mailer-61dbb25819e0c21916c8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.css": "/packs/mastodon-light-c371277c038f98c8f9a7.css",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.js": "/packs/mastodon-light-5f07b7516ff4dc56c68d.js",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.css.map": "/packs/mastodon-light-c371277c038f98c8f9a7.css.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.js.map": "/packs/mastodon-light-5f07b7516ff4dc56c68d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/embed_modal.js": "/packs/modals/embed_modal-7050236d225a439323ea.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/embed_modal.js.map": "/packs/modals/embed_modal-7050236d225a439323ea.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/mute_modal.js": "/packs/modals/mute_modal-caca5d9996554c038815.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/mute_modal.js.map": "/packs/modals/mute_modal-caca5d9996554c038815.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/onboarding_modal.js": "/packs/modals/onboarding_modal-8b2e59e2bb3711de968b.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/onboarding_modal.js.map": "/packs/modals/onboarding_modal-8b2e59e2bb3711de968b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/report_modal.js": "/packs/modals/report_modal-e3373b97bccfea11f23d.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/report_modal.js.map": "/packs/modals/report_modal-e3373b97bccfea11f23d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "public.js": "/packs/public-240b5e73c555c58efe5f.js",
Jan 17 23:17:13 delta bundle[2105]: "public.js.map": "/packs/public-240b5e73c555c58efe5f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "share.js": "/packs/share-71bd4d67fad5948c1c97.js",
Jan 17 23:17:13 delta bundle[2105]: "share.js.map": "/packs/share-71bd4d67fad5948c1c97.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.scss": "/packs/void-4c8270c17facce6d53726a2ebb9745f2.png",
Jan 17 23:17:13 delta bundle[2105]: "elephant-fren.png": "/packs/elephant-fren-7561ce069a5a55b86ebc8789728b8fbc.png",
Jan 17 23:17:13 delta bundle[2105]: "font-awesome.css": "/packs/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff",
Jan 17 23:17:13 delta bundle[2105]: "icon_cached.svg": "/packs/icon_cached-108e30d96e1d5152be7fe2978bcdfe14.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_cached.png": "/packs/icon_cached-26ffa26120a2a16a9be78a75cc603793.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_done.svg": "/packs/icon_done-dba357bfbba455428787fefc655ce120.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_done.png": "/packs/icon_done-e07ea253e82d137816cfb8d77a3b1562.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_email.svg": "/packs/icon_email-1346985c7aaceb601b0d4257133254f4.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_email.png": "/packs/icon_email-ed5d2a37fa765e4c5fec080a82b0a783.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_file_download.png": "/packs/icon_file_download-0b212ed1bca11e1e02539a20b3821d87.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_file_download.svg": "/packs/icon_file_download-4b5c054e76b0df3cbbc851854cd10c3c.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_grade.png": "/packs/icon_grade-1f9e039d0f024626ab071d18098b65a0.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_grade.svg": "/packs/icon_grade-8e81b8e88c2b5834347a2a226c65d440.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_lock_open.svg": "/packs/icon_lock_open-c9627928caaaa505ac7de2a64bd065ec.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_lock_open.png": "/packs/icon_lock_open-d377f10d3f005d0d042a1ee1dee8284d.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_person_add.png": "/packs/icon_person_add-44d0a8dfa7dce95be5f6e3cfe0cdd133.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_person_add.svg": "/packs/icon_person_add-5c56ef10b9e99e77a44d89041f4b77b5.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_reply.png": "/packs/icon_reply-1c00f97d10006dd420bc620b26a79d8a.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_reply.svg": "/packs/icon_reply-b5e28e1fe6acd4ec003e643e947f1c4a.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo.svg": "/packs/logo-fe5141d38a25f50068b4c69b77ca1ec8.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_alt.svg": "/packs/logo_alt-6090911445f54a587465e41da77a6969.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_full.svg": "/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_full.png": "/packs/logo_full-efefe08462ede002abb7fc1e69005cbb.png",
Jan 17 23:17:13 delta bundle[2105]: "logo_transparent.svg": "/packs/logo_transparent-6900bab180aa3a46c34425e5367a218f.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_transparent.png": "/packs/logo_transparent-73bf4bea5ad08ce44d516e472dc452c1.png",
Jan 17 23:17:13 delta bundle[2105]: "preview.jpg": "/packs/preview-9a17d32fc48369e8ccd910a75260e67d.jpg"
Jan 17 23:17:13 delta bundle[2105]: }
Jan 17 23:17:13 delta bundle[2105]: ' duration=36.75 view=0.00 db=9.79
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4]
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] ActionView::Template::Error (Webpacker can't find elephant_ui_plane.svg in /home/virtservadmin/domains/mastodon.mybesturl.com/public
Jan 17 23:17:13 delta bundle[2105]: 1. You want to set webpacker.yml value of compile to true for your environment
Jan 17 23:17:13 delta bundle[2105]: unless you are using the `webpack -w` or the webpack-dev-server.
Jan 17 23:17:13 delta bundle[2105]: 2. webpack has not yet re-run to reflect updates.
Jan 17 23:17:13 delta bundle[2105]: 3. You have misconfigured Webpacker's config/webpacker.yml file.
Jan 17 23:17:13 delta bundle[2105]: 4. Your webpack configuration is not creating a manifest.
Jan 17 23:17:13 delta bundle[2105]: Your manifest contains:
Jan 17 23:17:13 delta bundle[2105]: {
Jan 17 23:17:13 delta bundle[2105]: "common.css": "/packs/common-7acf9d672d504fc56161.css",
Jan 17 23:17:13 delta bundle[2105]: "common.js": "/packs/common-904b757969ef5abeec77.js",
Jan 17 23:17:13 delta bundle[2105]: "common.css.map": "/packs/common-7acf9d672d504fc56161.css.map",
Jan 17 23:17:13 delta bundle[2105]: "common.js.map": "/packs/common-904b757969ef5abeec77.js.map",
Jan 17 23:17:13 delta bundle[2105]: "about.js": "/packs/about-eec452583f6d063194d5.js",
Jan 17 23:17:13 delta bundle[2105]: "about.js.map": "/packs/about-eec452583f6d063194d5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "admin.js": "/packs/admin-4c67dfc4a94564a5d3d9.js",
Jan 17 23:17:13 delta bundle[2105]: "admin.js.map": "/packs/admin-4c67dfc4a94564a5d3d9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "application.js": "/packs/application-83c771cb5f20983e0254.js",
Jan 17 23:17:13 delta bundle[2105]: "application.js.map": "/packs/application-83c771cb5f20983e0254.js.map",
Jan 17 23:17:13 delta bundle[2105]: "base_polyfills.js": "/packs/base_polyfills-609eeb788e215cffcb3b.js",
Jan 17 23:17:13 delta bundle[2105]: "base_polyfills.js.map": "/packs/base_polyfills-609eeb788e215cffcb3b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "containers/media_container.js": "/packs/containers/media_container-7b43d6e546587888dbae.js",
Jan 17 23:17:13 delta bundle[2105]: "containers/media_container.js.map": "/packs/containers/media_container-7b43d6e546587888dbae.js.map",
Jan 17 23:17:13 delta bundle[2105]: "contrast.css": "/packs/contrast-110936dc7d82a14caf27.css",
Jan 17 23:17:13 delta bundle[2105]: "contrast.js": "/packs/contrast-8ba3082e3b916cbfc0aa.js",
Jan 17 23:17:13 delta bundle[2105]: "contrast.css.map": "/packs/contrast-110936dc7d82a14caf27.css.map",
Jan 17 23:17:13 delta bundle[2105]: "contrast.js.map": "/packs/contrast-8ba3082e3b916cbfc0aa.js.map",
Jan 17 23:17:13 delta bundle[2105]: "default.css": "/packs/default-8d3b7d7b15c81ff13fff.css",
Jan 17 23:17:13 delta bundle[2105]: "default.js": "/packs/default-89d5418ba9ae4f3a4c4d.js",
Jan 17 23:17:13 delta bundle[2105]: "default.css.map": "/packs/default-8d3b7d7b15c81ff13fff.css.map",
Jan 17 23:17:13 delta bundle[2105]: "default.js.map": "/packs/default-89d5418ba9ae4f3a4c4d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "emoji_picker.js": "/packs/emoji_picker-fb83f68f8411f2560e6c.js",
Jan 17 23:17:13 delta bundle[2105]: "emoji_picker.js.map": "/packs/emoji_picker-fb83f68f8411f2560e6c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "extra_polyfills.js": "/packs/extra_polyfills-87d4f92c156497629a1d.js",
Jan 17 23:17:13 delta bundle[2105]: "extra_polyfills.js.map": "/packs/extra_polyfills-87d4f92c156497629a1d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/account_gallery.js": "/packs/features/account_gallery-3c5314c67b07a5967ef3.js",
Jan 17 23:17:13 delta bundle[2105]: "features/account_gallery.js.map": "/packs/features/account_gallery-3c5314c67b07a5967ef3.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/account_timeline.js": "/packs/features/account_timeline-f74f0a5f53f8cb3bb3a9.js",
Jan 17 23:17:13 delta bundle[2105]: "features/account_timeline.js.map": "/packs/features/account_timeline-f74f0a5f53f8cb3bb3a9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/blocks.js": "/packs/features/blocks-5c5ea626f9f5a389f327.js",
Jan 17 23:17:13 delta bundle[2105]: "features/blocks.js.map": "/packs/features/blocks-5c5ea626f9f5a389f327.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/community_timeline.js": "/packs/features/community_timeline-ac661ae36e3d1d48e114.js",
Jan 17 23:17:13 delta bundle[2105]: "features/community_timeline.js.map": "/packs/features/community_timeline-ac661ae36e3d1d48e114.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/compose.js": "/packs/features/compose-44cc29386f827b9aa5ee.js",
Jan 17 23:17:13 delta bundle[2105]: "features/compose.js.map": "/packs/features/compose-44cc29386f827b9aa5ee.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/direct_timeline.js": "/packs/features/direct_timeline-161b1899253584cbf403.js",
Jan 17 23:17:13 delta bundle[2105]: "features/direct_timeline.js.map": "/packs/features/direct_timeline-161b1899253584cbf403.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/domain_blocks.js": "/packs/features/domain_blocks-07f439ef16557f15f6f2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/domain_blocks.js.map": "/packs/features/domain_blocks-07f439ef16557f15f6f2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/favourited_statuses.js": "/packs/features/favourited_statuses-80c5fa9548ea0b73f89a.js",
Jan 17 23:17:13 delta bundle[2105]: "features/favourited_statuses.js.map": "/packs/features/favourited_statuses-80c5fa9548ea0b73f89a.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/favourites.js": "/packs/features/favourites-e1d508bb70985eb1d5f5.js",
Jan 17 23:17:13 delta bundle[2105]: "features/favourites.js.map": "/packs/features/favourites-e1d508bb70985eb1d5f5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/follow_requests.js": "/packs/features/follow_requests-a4d50a9c995808509001.js",
Jan 17 23:17:13 delta bundle[2105]: "features/follow_requests.js.map": "/packs/features/follow_requests-a4d50a9c995808509001.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/followers.js": "/packs/features/followers-0bcd5e89567bd1c8fdb5.js",
Jan 17 23:17:13 delta bundle[2105]: "features/followers.js.map": "/packs/features/followers-0bcd5e89567bd1c8fdb5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/following.js": "/packs/features/following-a20f7ab5f21f1be3c748.js",
Jan 17 23:17:13 delta bundle[2105]: "features/following.js.map": "/packs/features/following-a20f7ab5f21f1be3c748.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/generic_not_found.js": "/packs/features/generic_not_found-ae42ac1a9d7c32b96d37.js",
Jan 17 23:17:13 delta bundle[2105]: "features/generic_not_found.js.map": "/packs/features/generic_not_found-ae42ac1a9d7c32b96d37.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/getting_started.js": "/packs/features/getting_started-b5b793bba9ead3665dd2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/getting_started.js.map": "/packs/features/getting_started-b5b793bba9ead3665dd2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/hashtag_timeline.js": "/packs/features/hashtag_timeline-8ef8cdb180a6d9dc3dda.js",
Jan 17 23:17:13 delta bundle[2105]: "features/hashtag_timeline.js.map": "/packs/features/hashtag_timeline-8ef8cdb180a6d9dc3dda.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/home_timeline.js": "/packs/features/home_timeline-19e8a034fbf15315ddfe.js",
Jan 17 23:17:13 delta bundle[2105]: "features/home_timeline.js.map": "/packs/features/home_timeline-19e8a034fbf15315ddfe.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/keyboard_shortcuts.js": "/packs/features/keyboard_shortcuts-57e3b59ff75723b1301c.js",
Jan 17 23:17:13 delta bundle[2105]: "features/keyboard_shortcuts.js.map": "/packs/features/keyboard_shortcuts-57e3b59ff75723b1301c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/list_editor.js": "/packs/features/list_editor-3f304a482c17d4225c42.js",
Jan 17 23:17:13 delta bundle[2105]: "features/list_editor.js.map": "/packs/features/list_editor-3f304a482c17d4225c42.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/list_timeline.js": "/packs/features/list_timeline-84219df18e851fc3d7b8.js",
Jan 17 23:17:13 delta bundle[2105]: "features/list_timeline.js.map": "/packs/features/list_timeline-84219df18e851fc3d7b8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/lists.js": "/packs/features/lists-5e8bff22328c8882de8b.js",
Jan 17 23:17:13 delta bundle[2105]: "features/lists.js.map": "/packs/features/lists-5e8bff22328c8882de8b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/mutes.js": "/packs/features/mutes-ca03f0a72a4a1ccfcc7c.js",
Jan 17 23:17:13 delta bundle[2105]: "features/mutes.js.map": "/packs/features/mutes-ca03f0a72a4a1ccfcc7c.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/notifications.js": "/packs/features/notifications-fd0f6c86554c08bf6755.js",
Jan 17 23:17:13 delta bundle[2105]: "features/notifications.js.map": "/packs/features/notifications-fd0f6c86554c08bf6755.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/pinned_statuses.js": "/packs/features/pinned_statuses-97f859ea6a5e2dc6d6fc.js",
Jan 17 23:17:13 delta bundle[2105]: "features/pinned_statuses.js.map": "/packs/features/pinned_statuses-97f859ea6a5e2dc6d6fc.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/public_timeline.js": "/packs/features/public_timeline-b460a5309aa7fd95c496.js",
Jan 17 23:17:13 delta bundle[2105]: "features/public_timeline.js.map": "/packs/features/public_timeline-b460a5309aa7fd95c496.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/reblogs.js": "/packs/features/reblogs-664d6fc2bf0130386fd2.js",
Jan 17 23:17:13 delta bundle[2105]: "features/reblogs.js.map": "/packs/features/reblogs-664d6fc2bf0130386fd2.js.map",
Jan 17 23:17:13 delta bundle[2105]: "features/status.js": "/packs/features/status-42fa1eaf8dd8f58de613.js",
Jan 17 23:17:13 delta bundle[2105]: "features/status.js.map": "/packs/features/status-42fa1eaf8dd8f58de613.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ar.js": "/packs/locale_ar-a612fee5511589070b56.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ar.js.map": "/packs/locale_ar-a612fee5511589070b56.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ast.js": "/packs/locale_ast-d7e07ca3284ac453de99.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ast.js.map": "/packs/locale_ast-d7e07ca3284ac453de99.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_bg.js": "/packs/locale_bg-5392e6298b7bf406c4f4.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_bg.js.map": "/packs/locale_bg-5392e6298b7bf406c4f4.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ca.js": "/packs/locale_ca-e7a44a367c3f6423a504.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ca.js.map": "/packs/locale_ca-e7a44a367c3f6423a504.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_co.js": "/packs/locale_co-1e55708632821c00236f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_co.js.map": "/packs/locale_co-1e55708632821c00236f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_cs.js": "/packs/locale_cs-87d8805b30eceae762c6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_cs.js.map": "/packs/locale_cs-87d8805b30eceae762c6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_cy.js": "/packs/locale_cy-cca855e87cd03abae0e0.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_cy.js.map": "/packs/locale_cy-cca855e87cd03abae0e0.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_da.js": "/packs/locale_da-58e943e2ba6b0ab9ebc8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_da.js.map": "/packs/locale_da-58e943e2ba6b0ab9ebc8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_de.js": "/packs/locale_de-5978a929e682912b95e3.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_de.js.map": "/packs/locale_de-5978a929e682912b95e3.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_el.js": "/packs/locale_el-ef4447ab3d8a1223e988.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_el.js.map": "/packs/locale_el-ef4447ab3d8a1223e988.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_en.js": "/packs/locale_en-04a6699490e405e5607d.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_en.js.map": "/packs/locale_en-04a6699490e405e5607d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_eo.js": "/packs/locale_eo-2b8e1e798df73ca53e64.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_eo.js.map": "/packs/locale_eo-2b8e1e798df73ca53e64.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_es.js": "/packs/locale_es-5473e9b1604598688078.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_es.js.map": "/packs/locale_es-5473e9b1604598688078.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_eu.js": "/packs/locale_eu-6df55991a43e69cc4b76.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_eu.js.map": "/packs/locale_eu-6df55991a43e69cc4b76.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fa.js": "/packs/locale_fa-638d7b2c31f9bfa34a30.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fa.js.map": "/packs/locale_fa-638d7b2c31f9bfa34a30.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fi.js": "/packs/locale_fi-c9c5db19d26c92b85179.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fi.js.map": "/packs/locale_fi-c9c5db19d26c92b85179.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_fr.js": "/packs/locale_fr-a399ac4043fa40762802.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_fr.js.map": "/packs/locale_fr-a399ac4043fa40762802.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_gl.js": "/packs/locale_gl-fea99d0bf419415d1012.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_gl.js.map": "/packs/locale_gl-fea99d0bf419415d1012.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_he.js": "/packs/locale_he-3771016d0f2902307edf.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_he.js.map": "/packs/locale_he-3771016d0f2902307edf.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hr.js": "/packs/locale_hr-0ffde030c9c53686d2fa.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hr.js.map": "/packs/locale_hr-0ffde030c9c53686d2fa.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hu.js": "/packs/locale_hu-8226f5e6672d81585eac.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hu.js.map": "/packs/locale_hu-8226f5e6672d81585eac.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_hy.js": "/packs/locale_hy-1f27e5acd62b1ea34fa7.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_hy.js.map": "/packs/locale_hy-1f27e5acd62b1ea34fa7.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_id.js": "/packs/locale_id-e8575ee38f68f7233d3b.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_id.js.map": "/packs/locale_id-e8575ee38f68f7233d3b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_io.js": "/packs/locale_io-b300b3630a3e7fbb8467.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_io.js.map": "/packs/locale_io-b300b3630a3e7fbb8467.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_it.js": "/packs/locale_it-c593740b8f68b6711f6b.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_it.js.map": "/packs/locale_it-c593740b8f68b6711f6b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ja.js": "/packs/locale_ja-706e03dce9f571912353.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ja.js.map": "/packs/locale_ja-706e03dce9f571912353.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ka.js": "/packs/locale_ka-797edc0e4fdde1db2ef5.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ka.js.map": "/packs/locale_ka-797edc0e4fdde1db2ef5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ko.js": "/packs/locale_ko-a3123ac097f48b1f1b69.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ko.js.map": "/packs/locale_ko-a3123ac097f48b1f1b69.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_nl.js": "/packs/locale_nl-8df433d6e6b1d7d88165.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_nl.js.map": "/packs/locale_nl-8df433d6e6b1d7d88165.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_no.js": "/packs/locale_no-fc49e91c2b5c3f3d640d.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_no.js.map": "/packs/locale_no-fc49e91c2b5c3f3d640d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_oc.js": "/packs/locale_oc-d6e7fd417102044a68b9.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_oc.js.map": "/packs/locale_oc-d6e7fd417102044a68b9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pl.js": "/packs/locale_pl-dc090156bc46110f1d51.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pl.js.map": "/packs/locale_pl-dc090156bc46110f1d51.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt.js": "/packs/locale_pt-958d71238079d5ef3fbd.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt.js.map": "/packs/locale_pt-958d71238079d5ef3fbd.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt-BR.js": "/packs/locale_pt-BR-6a13278fb00a5a44ca1f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_pt-BR.js.map": "/packs/locale_pt-BR-6a13278fb00a5a44ca1f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ro.js": "/packs/locale_ro-f04522e35ab460bcd9a8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ro.js.map": "/packs/locale_ro-f04522e35ab460bcd9a8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ru.js": "/packs/locale_ru-a6245f0795389da0cd58.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ru.js.map": "/packs/locale_ru-a6245f0795389da0cd58.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sk.js": "/packs/locale_sk-19a9756b5557139fe6c9.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sk.js.map": "/packs/locale_sk-19a9756b5557139fe6c9.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sl.js": "/packs/locale_sl-bc8adda3b3598950d4f4.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sl.js.map": "/packs/locale_sl-bc8adda3b3598950d4f4.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr.js": "/packs/locale_sr-777d1a1cbe1223897baf.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr.js.map": "/packs/locale_sr-777d1a1cbe1223897baf.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr-Latn.js": "/packs/locale_sr-Latn-c44a1dffbcbdd7e4ade5.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sr-Latn.js.map": "/packs/locale_sr-Latn-c44a1dffbcbdd7e4ade5.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_sv.js": "/packs/locale_sv-727d83332455a5bb5ebb.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_sv.js.map": "/packs/locale_sv-727d83332455a5bb5ebb.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_ta.js": "/packs/locale_ta-845c6b7e3a01254f4b00.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_ta.js.map": "/packs/locale_ta-845c6b7e3a01254f4b00.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_te.js": "/packs/locale_te-25c7ab71714f0810de7e.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_te.js.map": "/packs/locale_te-25c7ab71714f0810de7e.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_th.js": "/packs/locale_th-cd80bc0df5f83ecf18b8.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_th.js.map": "/packs/locale_th-cd80bc0df5f83ecf18b8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_tr.js": "/packs/locale_tr-d8f460df3de53a96d6d6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_tr.js.map": "/packs/locale_tr-d8f460df3de53a96d6d6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_uk.js": "/packs/locale_uk-89e8dee9349939136c1a.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_uk.js.map": "/packs/locale_uk-89e8dee9349939136c1a.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-CN.js": "/packs/locale_zh-CN-426bb2bfd7d0ca0cb455.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-CN.js.map": "/packs/locale_zh-CN-426bb2bfd7d0ca0cb455.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-HK.js": "/packs/locale_zh-HK-f777c956425f8853875f.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-HK.js.map": "/packs/locale_zh-HK-f777c956425f8853875f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-TW.js": "/packs/locale_zh-TW-6e8d36807a386594e5c6.js",
Jan 17 23:17:13 delta bundle[2105]: "locale_zh-TW.js.map": "/packs/locale_zh-TW-6e8d36807a386594e5c6.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mailer.css": "/packs/mailer-f4cbebd460b3853ee05e.css",
Jan 17 23:17:13 delta bundle[2105]: "mailer.js": "/packs/mailer-61dbb25819e0c21916c8.js",
Jan 17 23:17:13 delta bundle[2105]: "mailer.css.map": "/packs/mailer-f4cbebd460b3853ee05e.css.map",
Jan 17 23:17:13 delta bundle[2105]: "mailer.js.map": "/packs/mailer-61dbb25819e0c21916c8.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.css": "/packs/mastodon-light-c371277c038f98c8f9a7.css",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.js": "/packs/mastodon-light-5f07b7516ff4dc56c68d.js",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.css.map": "/packs/mastodon-light-c371277c038f98c8f9a7.css.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.js.map": "/packs/mastodon-light-5f07b7516ff4dc56c68d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/embed_modal.js": "/packs/modals/embed_modal-7050236d225a439323ea.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/embed_modal.js.map": "/packs/modals/embed_modal-7050236d225a439323ea.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/mute_modal.js": "/packs/modals/mute_modal-caca5d9996554c038815.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/mute_modal.js.map": "/packs/modals/mute_modal-caca5d9996554c038815.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/onboarding_modal.js": "/packs/modals/onboarding_modal-8b2e59e2bb3711de968b.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/onboarding_modal.js.map": "/packs/modals/onboarding_modal-8b2e59e2bb3711de968b.js.map",
Jan 17 23:17:13 delta bundle[2105]: "modals/report_modal.js": "/packs/modals/report_modal-e3373b97bccfea11f23d.js",
Jan 17 23:17:13 delta bundle[2105]: "modals/report_modal.js.map": "/packs/modals/report_modal-e3373b97bccfea11f23d.js.map",
Jan 17 23:17:13 delta bundle[2105]: "public.js": "/packs/public-240b5e73c555c58efe5f.js",
Jan 17 23:17:13 delta bundle[2105]: "public.js.map": "/packs/public-240b5e73c555c58efe5f.js.map",
Jan 17 23:17:13 delta bundle[2105]: "share.js": "/packs/share-71bd4d67fad5948c1c97.js",
Jan 17 23:17:13 delta bundle[2105]: "share.js.map": "/packs/share-71bd4d67fad5948c1c97.js.map",
Jan 17 23:17:13 delta bundle[2105]: "mastodon-light.scss": "/packs/void-4c8270c17facce6d53726a2ebb9745f2.png",
Jan 17 23:17:13 delta bundle[2105]: "elephant-fren.png": "/packs/elephant-fren-7561ce069a5a55b86ebc8789728b8fbc.png",
Jan 17 23:17:13 delta bundle[2105]: "font-awesome.css": "/packs/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff",
Jan 17 23:17:13 delta bundle[2105]: "icon_cached.svg": "/packs/icon_cached-108e30d96e1d5152be7fe2978bcdfe14.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_cached.png": "/packs/icon_cached-26ffa26120a2a16a9be78a75cc603793.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_done.svg": "/packs/icon_done-dba357bfbba455428787fefc655ce120.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_done.png": "/packs/icon_done-e07ea253e82d137816cfb8d77a3b1562.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_email.svg": "/packs/icon_email-1346985c7aaceb601b0d4257133254f4.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_email.png": "/packs/icon_email-ed5d2a37fa765e4c5fec080a82b0a783.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_file_download.png": "/packs/icon_file_download-0b212ed1bca11e1e02539a20b3821d87.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_file_download.svg": "/packs/icon_file_download-4b5c054e76b0df3cbbc851854cd10c3c.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_grade.png": "/packs/icon_grade-1f9e039d0f024626ab071d18098b65a0.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_grade.svg": "/packs/icon_grade-8e81b8e88c2b5834347a2a226c65d440.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_lock_open.svg": "/packs/icon_lock_open-c9627928caaaa505ac7de2a64bd065ec.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_lock_open.png": "/packs/icon_lock_open-d377f10d3f005d0d042a1ee1dee8284d.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_person_add.png": "/packs/icon_person_add-44d0a8dfa7dce95be5f6e3cfe0cdd133.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_person_add.svg": "/packs/icon_person_add-5c56ef10b9e99e77a44d89041f4b77b5.svg",
Jan 17 23:17:13 delta bundle[2105]: "icon_reply.png": "/packs/icon_reply-1c00f97d10006dd420bc620b26a79d8a.png",
Jan 17 23:17:13 delta bundle[2105]: "icon_reply.svg": "/packs/icon_reply-b5e28e1fe6acd4ec003e643e947f1c4a.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo.svg": "/packs/logo-fe5141d38a25f50068b4c69b77ca1ec8.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_alt.svg": "/packs/logo_alt-6090911445f54a587465e41da77a6969.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_full.svg": "/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_full.png": "/packs/logo_full-efefe08462ede002abb7fc1e69005cbb.png",
Jan 17 23:17:13 delta bundle[2105]: "logo_transparent.svg": "/packs/logo_transparent-6900bab180aa3a46c34425e5367a218f.svg",
Jan 17 23:17:13 delta bundle[2105]: "logo_transparent.png": "/packs/logo_transparent-73bf4bea5ad08ce44d516e472dc452c1.png",
Jan 17 23:17:13 delta bundle[2105]: "preview.jpg": "/packs/preview-9a17d32fc48369e8ccd910a75260e67d.jpg"
Jan 17 23:17:13 delta bundle[2105]: }
Jan 17 23:17:13 delta bundle[2105]: ):
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 63: %span= t 'about.status_count_after', count: @instance_presenter.status_count
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 64: .row__mascot
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 65: .landing-page__mascot
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 66: = image_tag @instance_presenter.mascot&.file&.url || asset_pack_path('elephant_ui_plane.svg'), alt: ''
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 67:
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 68: - else
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] 69: .column-2.non-preview
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4]
Jan 17 23:17:13 delta bundle[2105]: [162b0e57-bc26-4ea6-9da5-81e160cf1eb4] app/views/about/show.html.haml:66:in `_app_views_about_show_html_haml___3203977352975790662_46942187454400'
hello, i had similar issue with the installation of mastodon.
i recommend this tutorial :
https://voidnull.es/instalacion-de-un-nodo-de-mastodon-en-debian-9/
with 2.6.0 for ruby. (it work for me)
@WNYmathGuy Please refer to the troubleshooting section called "After an upgrade to a newer version, some pages look weird, like they have unstyled elements. Why?" - the error means you don't have precompiled assets.
@cayetona I'm not sure I see a difference between the one I linked and the one you linked.
@Gargron I really wish I was better at this than I am. Since I was following a guide for a fresh install on a fresh OS that the guide was written for I didn't think I'd be in the troubleshooting sections for people that upgrade from an older version. With respect to the documentation for install and troubleshooting, things may be obvious to the Mastodon dev community, but it's magic and intrigue to me still. e.g. the troubleshooting guide doesn't hint at where that command should be run or by who; I guessed that it was to be run in ~/live
by the non-root mastodon
user.
I followed your link and this was the first results from running
RAILS_ENV=production bin/rails assets:precompile
:
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
Webpacker is installed đ đ°
Using /home/virtservadmin/domains/mastodon.mybesturl.com/public_html/live/config/webpacker.yml file for setting up webpack paths
Rendering errors/500.html.haml within layouts/error
Rendered errors/500.html.haml within layouts/error (1025.2ms)
That failure led me to the Installation Yarn page and that guide led me to the Update Node.js page. I used the superuser to install the Node and Yarn, then I returned to run this again
RAILS_ENV=production bin/rails assets:precompile
and this was the result:
yarn install v1.13.0
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/6] Validating package.json...
error mastodon@: The engine "node" is incompatible with this module. Expected version ">=8 <11". Got "11.6.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Webpacker is installed đ đ°
Using /home/virtservadmin/domains/mastodon.mybesturl.com/public_html/live/config/webpacker.yml file for setting up webpack paths
Rendering errors/500.html.haml within layouts/error
_I mean really!?_ Is mastodon an elephant or a finicky cat? _Wrong type of yarn?_ Is the Mastodon dev community trying to make it hard or easy for people to spin-up a server? Doing this feels like an Appolo 13 type Murphy's Law thing.
Anyway, I purged the yarn and Node.js, reinstalled, then tried things again with
RAILS_ENV=production bin/rails assets:precompile
and this long string of error looking messages was the result:
yarn install v1.13.0
[1/6] Validating package.json...
[2/6] Resolving packages...
[3/6] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/6] Linking dependencies...
[5/6] Building fresh packages...
warning Error running install script for optional dependency: "/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli: Command failed.
Exit code: 1
Command: node-pre-gyp install --fallback-to-build
Arguments:
Directory: /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | linux | x64
node-pre-gyp info check checked for \"/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64/zopfli.node\" (not found)
node-pre-gyp http GET https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-linux-x64.tar.gz
node-pre-gyp http 403 https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Tried to download(undefined): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
node-pre-gyp http Connection closed while downloading tarball file
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info ok
gyp info ok
gyp info it worked if it ends with ok
gypgyp info using [email protected]
gyp info using [email protected] | linux | x64
info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/nonrootmastodonuser/.node-gyp/10.15.0',
gyp info spawn args '-Dnode_gyp_dir=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/nonrootmastodonuser/.node-gyp/10.15.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/nonrootmastodonuser/.node-gyp/10.15.0',
gyp info spawn args '-Dnode_gyp_dir=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/nonrootmastodonuser/.node-gyp/10.15.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info ok
gyp info ok
gyp info it worked if it ends with ok
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info make: Entering directory '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build'
spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
make: Entering directory '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build'
CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
../src/zopfli-binding.cc: In function âNan::NAN_METHOD_RETURN_TYPE nodezopfli::ParseArgs(const Nan::FunctionCallbackInfo<v8::Value>&, ZopfliFormat&, ZopfliOptions&)â:
../src/zopfli-binding.cc:60:100: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.numiterations = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc: In function âNan::NAN_METHOD_RETURN_TYPE nodezopfli::ParseArgs(const Nan::FunctionCallbackInfo<v8::Value>&, ZopfliFormat&, ZopfliOptions&)â:
../src/zopfli-binding.cc:60:100: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.numiterations = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:71:101: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplitting = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:71:101: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplitting = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:82:105: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplittinglast = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:82:105: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplittinglast = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:91:104: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplittingmax = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:91:104: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
zopfli_options.blocksplittingmax = Nan::Get(options, option_name).ToLocalChecked()->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc: In member function âvirtual void nodezopfli::CompressWorker::HandleOKCallback()â:
../src/zopfli-binding.cc:137:27: warning: âv8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) constâ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/zopfli-binding.h:5:0,
from ../src/zopfli-binding.cc:3:
../../nan/nan.h:1647:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^~~~
../src/zopfli-binding.cc: In member function âvirtual void nodezopfli::CompressWorker::HandleOKCallback()â:
../src/zopfli-binding.cc:137:27: warning: âv8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) constâ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/zopfli-binding.h:5:0,
from ../src/zopfli-binding.cc:3:
../../nan/nan.h:1647:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^~~~
../src/zopfli-binding.cc: In static member function âstatic Nan::NAN_METHOD_RETURN_TYPE nodezopfli::CompressBinding::Async(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:159:96: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
Nan::AsyncQueueWorker(new CompressWorker(callback, format, zopfli_options, info[0]->ToObject()));
^
../src/zopfli-binding.cc: In static member function âstatic Nan::NAN_METHOD_RETURN_TYPE nodezopfli::CompressBinding::Async(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:159:96: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
Nan::AsyncQueueWorker(new CompressWorker(callback, format, zopfli_options, info[0]->ToObject()));
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/zopfli-binding.cc: In static member function âstatic Nan::NAN_METHOD_RETURN_TYPE nodezopfli::CompressBinding::Sync(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:167:46: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local<Object> inbuffer = info[0]->ToObject();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/zopfli-binding.cc: In static member function âstatic Nan::NAN_METHOD_RETURN_TYPE nodezopfli::CompressBinding::Sync(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:167:46: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local<Object> inbuffer = info[0]->ToObject();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/zopfli-binding.cc: In function âNan::NAN_METHOD_RETURN_TYPE nodezopfli::Adler32(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:203:45: warning: âuint32_t v8::Value::Uint32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
unsigned int adler = info[0]->Uint32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED(\"Use maybe version\", uint32_t Uint32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc: In function âNan::NAN_METHOD_RETURN_TYPE nodezopfli::Adler32(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/zopfli-binding.cc:203:45: warning: âuint32_t v8::Value::Uint32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
unsigned int adler = info[0]->Uint32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED(\"Use maybe version\", uint32_t Uint32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/zopfli-binding.cc:209:59: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
size_t inbuffersize = Buffer::Length(inbuffer->ToObject());
^
../src/zopfli-binding.cc:209:59: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
size_t inbuffersize = Buffer::Length(inbuffer->ToObject());
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/zopfli-binding.cc:210:86: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
const unsigned char * data = (const unsigned char*)Buffer::Data(inbuffer->ToObject());
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/zopfli-binding.cc:210:86: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
const unsigned char * data = (const unsigned char*)Buffer::Data(inbuffer->ToObject());
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/zopfli-binding.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
CXX(target) Release/obj.target/zopfli/src/png/zopflipng.o
sed: can't read ./Release/.deps/Release/obj.target/zopfli/src/zopfli-binding.o.d.raw: No such file or directory
rm: cannot remove './Release/.deps/Release/obj.target/zopfli/src/zopfli-binding.o.d.raw': No such file or directory
zopfli.target.mk:132: recipe for target 'Release/obj.target/zopfli/src/zopfli-binding.o' failed
make: Leaving directory '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build'
make: *** [Release/obj.target/zopfli/src/zopfli-binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Linux 4.15.0-43-generic
gyp ERR! command \"/usr/bin/node\" \"/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/bin/node-gyp.js\" \"build\" \"--fallback-to-build\" \"--module=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64/zopfli.node\" \"--module_name=zopfli\" \"--module_path=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64\"
gyp ERR! cwd /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64/zopfli.node --module_name=zopfli --module_path=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64' (1)
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Linux 4.15.0-43-generic
node-pre-gyp ERR! command \"/usr/bin/node\" \"/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/node_modules/.bin/node-pre-gyp\" \"install\" \"--fallback-to-build\"
node-pre-gyp ERR! cwd /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli
node-pre-gyp ERR! node -v v10.15.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR! not ok
Failed to execute '/usr/bin/node /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64/zopfli.node --module_name=zopfli --module_path=/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64' (1)
../src/png/zopflipng.cc: In function âvoid parseOptions(const v8::Local<v8::Object>&, ZopfliPNGOptions&)â:
../src/png/zopflipng.cc:23:64: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.lossy_transparent = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc:33:57: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.lossy_8bit = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc:73:67: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.auto_filter_strategy = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc:84:57: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.use_zopfli = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc:94:61: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.num_iterations = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc:104:67: warning: âint32_t v8::Value::Int32Value() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
png_options.num_iterations_large = option_value->Int32Value();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:26:0,
from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);
^
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8config.h:324:3: note: in definition of macro âV8_DEPRECATEDâ
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/png/zopflipng.cc: In function âNan::NAN_METHOD_RETURN_TYPE PNGDeflate(Nan::NAN_METHOD_ARGS_TYPE)â:
../src/png/zopflipng.cc:141:47: warning: âv8::Local<v8::Object> v8::Value::ToObject() constâ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local<Object> options = info[2]->ToObject();
^
In file included from /home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/node.h:63:0,
from ../src/png/zopflipng.cc:1:
/home/nonrootmastodonuser/.node-gyp/10.15.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/blocksplitter.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/cache.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/deflate.o
../zopfli/src/zopfli/deflate.c: In function âOptimizeHuffmanForRleâ:
../zopfli/src/zopfli/deflate.c:452:16: warning: argument 1 value â18446744073709551612â exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
good_for_rle = (int*)malloc(length * sizeof(int));
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../zopfli/src/zopfli/lz77.h:28:0,
from ../zopfli/src/zopfli/deflate.h:28,
from ../zopfli/src/zopfli/deflate.c:20:
/usr/include/stdlib.h:539:14: note: in a call to allocation function âmallocâ declared here
extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
^~~~~~
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/gzip_container.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/hash.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/katajainen.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/lz77.o
In file included from ../zopfli/src/zopfli/lz77.c:21:0:
../zopfli/src/zopfli/symbols.h:231:12: warning: âZopfliGetDistSymbolExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetDistSymbolExtraBits(int s) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:222:12: warning: âZopfliGetLengthSymbolExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetLengthSymbolExtraBits(int s) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:161:12: warning: âZopfliGetLengthExtraBitsValueâ defined but not used [-Wunused-function]
static int ZopfliGetLengthExtraBitsValue(int l) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:138:12: warning: âZopfliGetLengthExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetLengthExtraBits(int l) {
^~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:61:12: warning: âZopfliGetDistExtraBitsValueâ defined but not used [-Wunused-function]
static int ZopfliGetDistExtraBitsValue(int dist) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:38:12: warning: âZopfliGetDistExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetDistExtraBits(int dist) {
^~~~~~~~~~~~~~~~~~~~~~
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/squeeze.o
In file included from ../zopfli/src/zopfli/squeeze.c:28:0:
../zopfli/src/zopfli/symbols.h:231:12: warning: âZopfliGetDistSymbolExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetDistSymbolExtraBits(int s) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:222:12: warning: âZopfliGetLengthSymbolExtraBitsâ defined but not used [-Wunused-function]
static int ZopfliGetLengthSymbolExtraBits(int s) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:161:12: warning: âZopfliGetLengthExtraBitsValueâ defined but not used [-Wunused-function]
static int ZopfliGetLengthExtraBitsValue(int l) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../zopfli/src/zopfli/symbols.h:61:12: warning: âZopfliGetDistExtraBitsValueâ defined but not used [-Wunused-function]
static int ZopfliGetDistExtraBitsValue(int dist) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/tree.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/util.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zlib_container.o
CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zopfli_lib.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/zopflipng_lib.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng.o
CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng_util.o
SOLINK_MODULE(target) Release/obj.target/zopfli.node
COPY Release/zopfli.node
COPY /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/lib/binding/node-v64-linux-x64/zopfli.node
TOUCH Release/obj.target/action_after_build.stamp
make: Leaving directory '/home/virtservadmin/domains/mastodon.mybesturl.com/html/live/node_modules/node-zopfli/build'
gyp info ok"
info This module is OPTIONAL, you can safely ignore this error
[6/6] Cleaning modules...
Done in 58.71s.
Webpacker is installed đ đ°
Using /home/virtservadmin/domains/mastodon.mybesturl.com/html/live/config/webpacker.yml file for setting up webpack paths
Rendering errors/500.html.haml within layouts/error
Rendered errors/500.html.haml within layouts/error (1038.6ms)
The end result of all that is the web interface still doesn't work.
Is their anybody with authoratitive information on how to set-up the Apache2
*.conf
files for Mastodon? I don't speak Nginx
.
There is a very detailed, official installation guide: https://docs.joinmastodon.org/administration/installation/
You would not encounter versioning errors if you followed it. We can't predict the interplay of various versions of different software that are out there. Here is a possibly outdated Apache guide: https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Alternatives.md#apache But again, we officially support Nginx, with Apache you are on your own.
@Gargron That's the Apache guide I used when I first had Mastodon working last year with version 1.5, it was after the first upgrade that it went to this same non-working state. The Apache guide has one missing quotation mark in the LocationMatch
section. It worked before but doesn't anymore.
I guess this is the end of the road for me and Mastodon. I try Frendica or something else.
Okay.
@WNYmathGuy : Had the same problem with some other Rails projects. Mastodon has nothing to do with this bug : https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html
Happened to me after I upgraded to ruby > 2.5.x. All you need to do is :
gem update --system
Here is my config FYI :
$ ruby --version
ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]
$ bundle --version
Bundler version 1.17.3
$ gem --version
3.0.2
$ rails --version
Rails 5.2.2
Thank you @gloaec
Hopefully, that info will help others who google the error and wind up here. I'm going to go with either Diaspora* of Friendica in the future. Since they are all ActivityPub type things, we're all still heading in the same direction. Diaspora* and Friendica go with Apache and PHP and I'm kind of committed to those right now so, I'm not going to try reviving my zygote Mastodon server.
Diaspora* also uses Rails and Apache never had anything to do with errors you were getting
Most helpful comment
@WNYmathGuy : Had the same problem with some other Rails projects. Mastodon has nothing to do with this bug : https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html
Happened to me after I upgraded to ruby > 2.5.x. All you need to do is :
Here is my config FYI :