Created
January 28, 2021 20:46
-
-
Save etagwerker/5ec8880f36c4551b7ac4041aa4eadaea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ docker-lobsters git:(main) docker-compose down --volumes | |
Removing network docker-lobsters_default | |
WARNING: Network docker-lobsters_default not found. | |
Removing volume docker-lobsters_lobsters_database | |
WARNING: Volume docker-lobsters_lobsters_database not found. | |
➜ docker-lobsters git:(main) docker-compose up | |
Creating network "docker-lobsters_default" with the default driver | |
Creating volume "docker-lobsters_lobsters_database" with local driver | |
Creating docker-lobsters_proxy_1 ... done | |
Creating docker-lobsters_database_1 ... done | |
Creating docker-lobsters_app_1 ... done | |
Attaching to docker-lobsters_database_1, docker-lobsters_proxy_1, docker-lobsters_app_1 | |
database_1 | 2021-01-28 20:44:44+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started. | |
proxy_1 | WARNING: /etc/nginx/dhparam/dhparam.pem was not found. A pre-generated dhparam.pem will be used for now while a new one | |
proxy_1 | is being generated in the background. Once the new dhparam.pem is in place, nginx will be reloaded. | |
proxy_1 | forego | starting dockergen.1 on port 5000 | |
database_1 | 2021-01-28 20:44:44+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' | |
proxy_1 | forego | starting nginx.1 on port 5100 | |
database_1 | 2021-01-28 20:44:44+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started. | |
proxy_1 | dockergen.1 | 2021/01/28 20:44:44 Generated '/etc/nginx/conf.d/default.conf' from 2 containers | |
proxy_1 | dockergen.1 | 2021/01/28 20:44:44 Running 'nginx -s reload' | |
proxy_1 | dockergen.1 | 2021/01/28 20:44:44 Watching docker events | |
database_1 | 2021-01-28 20:44:44+00:00 [Note] [Entrypoint]: Initializing database files | |
proxy_1 | dockergen.1 | 2021/01/28 20:44:44 Contents of /etc/nginx/conf.d/default.conf did not change. Skipping notification 'nginx -s reload' | |
database_1 | | |
database_1 | | |
database_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! | |
database_1 | To do so, start the server, then issue the following commands: | |
database_1 | | |
database_1 | '/usr/bin/mysqladmin' -u root password 'new-password' | |
database_1 | '/usr/bin/mysqladmin' -u root -h password 'new-password' | |
database_1 | | |
database_1 | Alternatively you can run: | |
database_1 | '/usr/bin/mysql_secure_installation' | |
database_1 | | |
database_1 | which will also give you the option of removing the test | |
database_1 | databases and anonymous user created by default. This is | |
database_1 | strongly recommended for production servers. | |
database_1 | | |
database_1 | See the MariaDB Knowledgebase at https://mariadb.com/kb or the | |
database_1 | MySQL manual for more instructions. | |
database_1 | | |
database_1 | Please report any problems at https://mariadb.org/jira | |
database_1 | | |
database_1 | The latest information about MariaDB is available at https://mariadb.org/. | |
database_1 | You can find additional information about the MySQL part at: | |
database_1 | https://dev.mysql.com | |
database_1 | Consider joining MariaDB's strong and vibrant community: | |
database_1 | https://mariadb.org/get-involved/ | |
database_1 | | |
proxy_1 | 2021/01/28 20:44:46 [notice] 69#69: signal process started | |
database_1 | 2021-01-28 20:44:45+00:00 [Note] [Entrypoint]: Database files initialized | |
proxy_1 | Generating DSA parameters, 4096 bit long prime | |
proxy_1 | dhparam generation complete, reloading nginx | |
database_1 | 2021-01-28 20:44:45+00:00 [Note] [Entrypoint]: Starting temporary server | |
proxy_1 | dockergen.1 | 2021/01/28 20:45:14 Received event start for container 26ba5eb3a76b | |
database_1 | 2021-01-28 20:44:45+00:00 [Note] [Entrypoint]: Waiting for server startup | |
database_1 | 2021-01-28 20:44:45 0 [Note] mysqld (mysqld 10.5.8-MariaDB-1:10.5.8+maria~focal) starting as process 116 ... | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Using Linux native AIO | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Uses event mutexes | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Number of pools: 1 | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions | |
database_1 | 2021-01-28 20:44:45 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728 | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Completed initialization of buffer pool | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: 128 rollback segments are active. | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: 10.5.8 started; log sequence number 45130; transaction id 20 | |
database_1 | 2021-01-28 20:44:45 0 [Note] Plugin 'FEEDBACK' is disabled. | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool | |
database_1 | 2021-01-28 20:44:45 0 [Note] InnoDB: Buffer pool(s) load completed at 210128 20:44:45 | |
database_1 | 2021-01-28 20:44:45 0 [Warning] 'user' entry 'root@6b8e85d0451a' ignored in --skip-name-resolve mode. | |
database_1 | 2021-01-28 20:44:45 0 [Warning] 'proxies_priv' entry '@% root@6b8e85d0451a' ignored in --skip-name-resolve mode. | |
database_1 | 2021-01-28 20:44:45 0 [Note] Reading of all Master_info entries succeeded | |
database_1 | 2021-01-28 20:44:45 0 [Note] Added new Master_info '' to hash table | |
database_1 | 2021-01-28 20:44:45 0 [Note] mysqld: ready for connections. | |
database_1 | Version: '10.5.8-MariaDB-1:10.5.8+maria~focal' socket: '/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution | |
database_1 | 2021-01-28 20:44:46+00:00 [Note] [Entrypoint]: Temporary server started. | |
database_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. | |
database_1 | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it. | |
database_1 | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it. | |
database_1 | 2021-01-28 20:44:49 5 [Warning] 'proxies_priv' entry '@% root@6b8e85d0451a' ignored in --skip-name-resolve mode. | |
database_1 | 2021-01-28 20:44:49+00:00 [Note] [Entrypoint]: Creating database lobsters | |
database_1 | | |
database_1 | 2021-01-28 20:44:49+00:00 [Note] [Entrypoint]: Stopping temporary server | |
database_1 | 2021-01-28 20:44:49 0 [Note] mysqld (initiated by: root[root] @ localhost []): Normal shutdown | |
database_1 | 2021-01-28 20:44:49 0 [Note] Event Scheduler: Purging the queue. 0 events | |
database_1 | 2021-01-28 20:44:49 0 [Note] InnoDB: FTS optimize thread exiting. | |
database_1 | 2021-01-28 20:44:49 0 [Note] InnoDB: Starting shutdown... | |
database_1 | 2021-01-28 20:44:49 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool | |
database_1 | 2021-01-28 20:44:49 0 [Note] InnoDB: Buffer pool(s) dump completed at 210128 20:44:49 | |
database_1 | 2021-01-28 20:44:50 0 [Note] InnoDB: Shutdown completed; log sequence number 45142; transaction id 21 | |
database_1 | 2021-01-28 20:44:50 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" | |
database_1 | 2021-01-28 20:44:50 0 [Note] mysqld: Shutdown complete | |
database_1 | | |
database_1 | 2021-01-28 20:44:50+00:00 [Note] [Entrypoint]: Temporary server stopped | |
database_1 | | |
database_1 | 2021-01-28 20:44:50+00:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up. | |
database_1 | | |
database_1 | 2021-01-28 20:44:51 0 [Note] mysqld (mysqld 10.5.8-MariaDB-1:10.5.8+maria~focal) starting as process 1 ... | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Using Linux native AIO | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Uses event mutexes | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Number of pools: 1 | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions | |
database_1 | 2021-01-28 20:44:51 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts) | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728 | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Completed initialization of buffer pool | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: 128 rollback segments are active. | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: 10.5.8 started; log sequence number 45142; transaction id 20 | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool | |
database_1 | 2021-01-28 20:44:51 0 [Note] Plugin 'FEEDBACK' is disabled. | |
database_1 | 2021-01-28 20:44:51 0 [Note] InnoDB: Buffer pool(s) load completed at 210128 20:44:51 | |
database_1 | 2021-01-28 20:44:51 0 [Note] Server socket created on IP: '::'. | |
database_1 | 2021-01-28 20:44:51 0 [Warning] 'proxies_priv' entry '@% root@6b8e85d0451a' ignored in --skip-name-resolve mode. | |
database_1 | 2021-01-28 20:44:51 0 [Note] Reading of all Master_info entries succeeded | |
database_1 | 2021-01-28 20:44:51 0 [Note] Added new Master_info '' to hash table | |
database_1 | 2021-01-28 20:44:51 0 [Note] mysqld: ready for connections. | |
database_1 | Version: '10.5.8-MariaDB-1:10.5.8+maria~focal' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution | |
proxy_1 | dockergen.1 | 2021/01/28 20:45:15 Generated '/etc/nginx/conf.d/default.conf' from 3 containers | |
proxy_1 | dockergen.1 | 2021/01/28 20:45:15 Running 'nginx -s reload' | |
app_1 | rake aborted! | |
app_1 | NameError: undefined method `extend_object' for class `Singleton' | |
app_1 | Did you mean? extended | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `<top (required)>' | |
app_1 | /lobsters/config/application.rb:3:in `require' | |
app_1 | /lobsters/config/application.rb:3:in `<top (required)>' | |
app_1 | /lobsters/Rakefile:4:in `<top (required)>' | |
app_1 | /lobsters/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' | |
app_1 | (See full trace by running task with --trace) | |
app_1 | 2021-01-28 20:45:14 - DB Version: | |
app_1 | 2021-01-28 20:45:14 - Creating database. | |
app_1 | rake aborted! | |
app_1 | NameError: undefined method `extend_object' for class `Singleton' | |
app_1 | Did you mean? extended | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `<top (required)>' | |
app_1 | /lobsters/config/application.rb:3:in `require' | |
app_1 | /lobsters/config/application.rb:3:in `<top (required)>' | |
app_1 | /lobsters/Rakefile:4:in `<top (required)>' | |
app_1 | /lobsters/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' | |
app_1 | (See full trace by running task with --trace) | |
app_1 | 2021-01-28 20:45:14 - Loading schema. | |
app_1 | rake aborted! | |
app_1 | NameError: undefined method `extend_object' for class `Singleton' | |
app_1 | Did you mean? extended | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `<top (required)>' | |
app_1 | /lobsters/config/application.rb:3:in `require' | |
app_1 | /lobsters/config/application.rb:3:in `<top (required)>' | |
app_1 | /lobsters/Rakefile:4:in `<top (required)>' | |
app_1 | /lobsters/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' | |
app_1 | (See full trace by running task with --trace) | |
app_1 | 2021-01-28 20:45:14 - Migrating database. | |
app_1 | rake aborted! | |
app_1 | NameError: undefined method `extend_object' for class `Singleton' | |
app_1 | Did you mean? extended | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `<top (required)>' | |
app_1 | /lobsters/config/application.rb:3:in `require' | |
app_1 | /lobsters/config/application.rb:3:in `<top (required)>' | |
app_1 | /lobsters/Rakefile:4:in `<top (required)>' | |
app_1 | /lobsters/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' | |
app_1 | (See full trace by running task with --trace) | |
app_1 | 2021-01-28 20:45:14 - Seeding database. | |
app_1 | rake aborted! | |
app_1 | NameError: undefined method `extend_object' for class `Singleton' | |
app_1 | Did you mean? extended | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/deprecation.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/inflections.rb:5:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflections.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/inflector/methods.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support/dependencies/autoload.rb:3:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activesupport-6.0.3.3/lib/active_support.rb:27:in `<top (required)>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `require' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/railties-6.0.3.3/lib/rails.rb:7:in `<top (required)>' | |
app_1 | /lobsters/config/application.rb:3:in `require' | |
app_1 | /lobsters/config/application.rb:3:in `<top (required)>' | |
app_1 | /lobsters/Rakefile:4:in `<top (required)>' | |
app_1 | /lobsters/.gem/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' | |
app_1 | (See full trace by running task with --trace) | |
app_1 | 2021-01-28 20:45:14 - No SECRET_KEY provided, generating one now. | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:29: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ALPHA | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:28: warning: previous definition of ALPHA was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:31: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ALNUM | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:30: warning: previous definition of ALNUM was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:35: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::HEX | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:34: warning: previous definition of HEX was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:37: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::ESCAPED | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:36: warning: previous definition of ESCAPED was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:41: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::UNRESERVED | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:40: warning: previous definition of UNRESERVED was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:46: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::RESERVED | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:45: warning: previous definition of RESERVED was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:49: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::DOMLABEL | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:48: warning: previous definition of DOMLABEL was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:51: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::TOPLABEL | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:50: warning: previous definition of TOPLABEL was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc2396_parser.rb:53: warning: already initialized constant URI::RFC2396_REGEXP::PATTERN::HOSTNAME | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc2396_parser.rb:52: warning: previous definition of HOSTNAME was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc3986_parser.rb:6: warning: already initialized constant URI::RFC3986_Parser::RFC3986_URI | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc3986_parser.rb:6: warning: previous definition of RFC3986_URI was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/rfc3986_parser.rb:7: warning: already initialized constant URI::RFC3986_Parser::RFC3986_relative_ref | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/rfc3986_parser.rb:7: warning: previous definition of RFC3986_relative_ref was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:17: warning: already initialized constant URI::REGEXP | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:16: warning: previous definition of REGEXP was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:18: warning: already initialized constant URI::Parser | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:17: warning: previous definition of Parser was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:19: warning: already initialized constant URI::RFC3986_PARSER | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:18: warning: previous definition of RFC3986_PARSER was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:22: warning: already initialized constant URI::DEFAULT_PARSER | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:21: warning: previous definition of DEFAULT_PARSER was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::ABS_URI | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of ABS_URI was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::REL_URI | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of REL_URI was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::URI_REF | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of URI_REF was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::ABS_URI_REF | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of ABS_URI_REF was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::REL_URI_REF | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of REL_URI_REF was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::ESCAPED | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of ESCAPED was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::UNSAFE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of UNSAFE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::SCHEME | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of SCHEME was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::USERINFO | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of USERINFO was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::HOST | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of HOST was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::OPAQUE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of OPAQUE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::REGISTRY | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of REGISTRY was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::ABS_PATH | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of ABS_PATH was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::REL_PATH | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of REL_PATH was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::QUERY | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of QUERY was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:29: warning: already initialized constant URI::FRAGMENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:28: warning: previous definition of FRAGMENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:340: warning: already initialized constant URI::TBLENCWWWCOMP_ | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:277: warning: previous definition of TBLENCWWWCOMP_ was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:346: warning: already initialized constant URI::TBLDECWWWCOMP_ | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:283: warning: previous definition of TBLDECWWWCOMP_ was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/common.rb:512: warning: already initialized constant URI::WEB_ENCODINGS_ | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/common.rb:449: warning: previous definition of WEB_ENCODINGS_ was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/generic.rb:28: warning: already initialized constant URI::Generic::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/generic.rb:27: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/generic.rb:47: warning: already initialized constant URI::Generic::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/generic.rb:46: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/generic.rb:62: warning: already initialized constant URI::Generic::USE_REGISTRY | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/generic.rb:61: warning: previous definition of USE_REGISTRY was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/version.rb:3: warning: already initialized constant URI::VERSION_CODE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/version.rb:3: warning: previous definition of VERSION_CODE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/version.rb:4: warning: already initialized constant URI::VERSION | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/version.rb:4: warning: previous definition of VERSION was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/file.rb:12: warning: already initialized constant URI::File::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/file.rb:12: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/file.rb:17: warning: already initialized constant URI::File::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/file.rb:17: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ftp.rb:25: warning: already initialized constant URI::FTP::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ftp.rb:24: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ftp.rb:30: warning: already initialized constant URI::FTP::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ftp.rb:29: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ftp.rb:43: warning: already initialized constant URI::FTP::TYPECODE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ftp.rb:42: warning: previous definition of TYPECODE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ftp.rb:46: warning: already initialized constant URI::FTP::TYPECODE_PREFIX | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ftp.rb:45: warning: previous definition of TYPECODE_PREFIX was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/http.rb:25: warning: already initialized constant URI::HTTP::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/http.rb:24: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/http.rb:28: warning: already initialized constant URI::HTTP::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/http.rb:27: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/https.rb:20: warning: already initialized constant URI::HTTPS::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/https.rb:19: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:27: warning: already initialized constant URI::LDAP::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:26: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:30: warning: already initialized constant URI::LDAP::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:29: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:48: warning: already initialized constant URI::LDAP::SCOPE_ONE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:47: warning: previous definition of SCOPE_ONE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:49: warning: already initialized constant URI::LDAP::SCOPE_SUB | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:48: warning: previous definition of SCOPE_SUB was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:50: warning: already initialized constant URI::LDAP::SCOPE_BASE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:49: warning: previous definition of SCOPE_BASE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldap.rb:47: warning: already initialized constant URI::LDAP::SCOPE | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldap.rb:46: warning: previous definition of SCOPE was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/ldaps.rb:18: warning: already initialized constant URI::LDAPS::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/ldaps.rb:18: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/mailto.rb:22: warning: already initialized constant URI::MailTo::DEFAULT_PORT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/mailto.rb:21: warning: previous definition of DEFAULT_PORT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/mailto.rb:25: warning: already initialized constant URI::MailTo::COMPONENT | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/mailto.rb:24: warning: previous definition of COMPONENT was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/mailto.rb:53: warning: already initialized constant URI::MailTo::HEADER_REGEXP | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/mailto.rb:52: warning: previous definition of HEADER_REGEXP was here | |
app_1 | /usr/local/lib/ruby/2.7.0/uri/mailto.rb:56: warning: already initialized constant URI::MailTo::EMAIL_REGEXP | |
app_1 | /lobsters/.gem/gems/uri-0.10.1/lib/uri/mailto.rb:55: warning: previous definition of EMAIL_REGEXP was here | |
app_1 | 2021-01-28 20:45:14 - Your new secret key: 24a630d11ab2e044133fd0ded43b95fd8ec47b55ce4bc4863788d6ce9bbcb8cc8c7f8320b5c7a922c403e05c17c47508cf06f6c0e6efff5cfa559353d994eb02 | |
app_1 | 2021-01-28 20:45:14 - Running cron jobs. | |
app_1 | => Booting Puma | |
app_1 | => Rails 6.0.3.3 application starting in development | |
app_1 | => Run `rails server --help` for more startup options | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:28:in `rescue in mysql2_connection': Unknown database 'lobsters_development' (ActiveRecord::NoDatabaseError) | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:14:in `mysql2_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:887:in `new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:931:in `checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:910:in `try_to_checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:871:in `acquire_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:593:in `checkout' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:437:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1119:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:221:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:189:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/querying.rb:46:in `find_by_sql' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:821:in `block in exec_queries' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:839:in `skip_query_cache_if_necessary' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:808:in `exec_queries' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:626:in `load' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:250:in `records' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:271:in `select' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:271:in `select' | |
app_1 | from script/mail_new_activity.rb:65:in `<main>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `connect': Unknown database 'lobsters_development' (Mysql2::Error) | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `initialize' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:24:in `new' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:24:in `mysql2_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:887:in `new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:931:in `checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:910:in `try_to_checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:871:in `acquire_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:593:in `checkout' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:437:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1119:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:221:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:189:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/querying.rb:46:in `find_by_sql' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:821:in `block in exec_queries' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:839:in `skip_query_cache_if_necessary' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:808:in `exec_queries' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:626:in `load' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:250:in `records' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/delegation.rb:87:in `each' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:271:in `select' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:271:in `select' | |
app_1 | from script/mail_new_activity.rb:65:in `<main>' | |
app_1 | Puma starting in single mode... | |
app_1 | * Version 4.3.6 (ruby 2.7.2-p137), codename: Mysterious Traveller | |
app_1 | * Min threads: 5, max threads: 5 | |
app_1 | * Environment: development | |
app_1 | * Listening on tcp://0.0.0.0:3000 | |
app_1 | Use Ctrl-C to stop | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:28:in `rescue in mysql2_connection': Unknown database 'lobsters_development' (ActiveRecord::NoDatabaseError) | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:14:in `mysql2_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:887:in `new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:931:in `checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:910:in `try_to_checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:871:in `acquire_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:593:in `checkout' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:437:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1119:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:221:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:189:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:488:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/attributes.rb:247:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/attribute_decorators.rb:50:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:478:in `block in load_schema' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:475:in `synchronize' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:475:in `load_schema' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:362:in `attribute_types' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:386:in `type_for_attribute' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/table_metadata.rb:33:in `type' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:51:in `build' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:109:in `block in expand_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `each' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `flat_map' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `expand_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:21:in `build_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/where_clause_factory.rb:19:in `build' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:656:in `where!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:649:in `where' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/querying.rb:21:in `where' | |
app_1 | from /lobsters/app/models/story.rb:95:in `block in <class:Story>' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `instance_exec' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `block in _exec_scope' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:784:in `_scoping' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `_exec_scope' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/scoping/named.rb:192:in `block in scope' | |
app_1 | from script/post_to_twitter:10:in `<main>' | |
app_1 | /lobsters/.bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `connect': Unknown database 'lobsters_development' (Mysql2::Error) | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `initialize' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:24:in `new' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/mysql2_adapter.rb:24:in `mysql2_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:887:in `new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:931:in `checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:910:in `try_to_checkout_new_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:871:in `acquire_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:593:in `checkout' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:437:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1119:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:221:in `retrieve_connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/connection_handling.rb:189:in `connection' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:488:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/attributes.rb:247:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/attribute_decorators.rb:50:in `load_schema!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:478:in `block in load_schema' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:475:in `synchronize' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:475:in `load_schema' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:362:in `attribute_types' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/model_schema.rb:386:in `type_for_attribute' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/table_metadata.rb:33:in `type' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:51:in `build' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:109:in `block in expand_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `each' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `flat_map' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:68:in `expand_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/predicate_builder.rb:21:in `build_from_hash' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/where_clause_factory.rb:19:in `build' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:656:in `where!' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation/query_methods.rb:649:in `where' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/querying.rb:21:in `where' | |
app_1 | from /lobsters/app/models/story.rb:95:in `block in <class:Story>' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `instance_exec' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `block in _exec_scope' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:784:in `_scoping' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/relation.rb:412:in `_exec_scope' | |
app_1 | from /lobsters/.bundle/ruby/2.7.0/gems/activerecord-6.0.3.3/lib/active_record/scoping/named.rb:192:in `block in scope' | |
app_1 | from script/post_to_twitter:10:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment