Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Sync error for commit f6c4c4 #442

Closed
exercism-bot opened this issue Aug 29, 2021 · 0 comments 路 Fixed by #443
Closed

馃 Sync error for commit f6c4c4 #442

exercism-bot opened this issue Aug 29, 2021 · 0 comments 路 Fixed by #443

Comments

@exercism-bot
Copy link
Collaborator

We hit an error trying to sync the latest commit (f6c4c40) to the website.

The error was:

Mysql2::Error: Field 'blurb' doesn't have a default value

/opt/website/vendor/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:131:in `_query'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:131:in `block in query'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:130:in `handle_interrupt'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:130:in `query'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:206:in `block (2 levels) in execute'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:205:in `block in execute'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:696:in `block (2 levels) in log'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:695:in `block in log'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_adapter.rb:687:in `log'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:204:in `execute'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/mysql/database_statements.rb:50:in `execute'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:215:in `execute_and_free'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/mysql/database_statements.rb:55:in `exec_query'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `exec_insert'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:171:in `insert'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/query_cache.rb:22:in `insert'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/persistence.rb:375:in `_insert_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/persistence.rb:929:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/counter_cache.rb:166:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/locking/optimistic.rb:79:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/attribute_methods/dirty.rb:201:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/callbacks.rb:461:in `block in _create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:106:in `run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bugsnag-6.19.0/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in `run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:824:in `_run_create_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/callbacks.rb:461:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/timestamp.rb:108:in `_create_record'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/persistence.rb:900:in `create_or_update'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/callbacks.rb:457:in `block in create_or_update'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/autosave_association.rb:385:in `around_save_collection_association'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:137:in `run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bugsnag-6.19.0/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in `run_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb:824:in `_run_save_callbacks'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/callbacks.rb:457:in `create_or_update'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/timestamp.rb:126:in `create_or_update'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/persistence.rb:507:in `save!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/validations.rb:53:in `save!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/transactions.rb:302:in `block in save!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/transactions.rb:302:in `save!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/suppressor.rb:48:in `save!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/persistence.rb:55:in `create!'
/opt/website/app/commands/concept/create.rb:8:in `call'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mandate-1.0.0.beta1/lib/mandate/call_injector.rb:17:in `call'
/opt/website/app/commands/git/sync_track.rb:73:in `block in sync_concepts!'
/opt/website/app/commands/git/sync_track.rb:71:in `map'
/opt/website/app/commands/git/sync_track.rb:71:in `sync_concepts!'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mandate-1.0.0.beta1/lib/mandate/memoize.rb:47:in `block (2 levels) in __mandate_memoize'
/opt/website/app/commands/git/sync_track.rb:37:in `call'
/opt/website/vendor/bundle/ruby/2.6.0/gems/mandate-1.0.0.beta1/lib/mandate/call_injector.rb:15:in `call'
(irb):2:in `block in irb_binding'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:71:in `block (2 levels) in find_each'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:71:in `each'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:71:in `block in find_each'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:138:in `block in find_in_batches'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:245:in `block in in_batches'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:229:in `loop'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:229:in `in_batches'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:137:in `find_in_batches'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/batches.rb:70:in `find_each'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/querying.rb:22:in `find_each'
(irb):2:in `rescue in irb_binding'
(irb):2:in `irb_binding'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/workspace.rb:85:in `eval'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/workspace.rb:85:in `evaluate'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/context.rb:385:in `evaluate'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:493:in `block (2 levels) in eval_input'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:647:in `signal_status'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:490:in `block in eval_input'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/ruby-lex.rb:246:in `block (2 levels) in each_top_level_statement'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `loop'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `block in each_top_level_statement'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `catch'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `each_top_level_statement'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:489:in `eval_input'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:428:in `block in run'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:427:in `catch'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:427:in `run'
/opt/rubies/ruby-2.6.6/lib/ruby/2.6.0/irb.rb:383:in `start'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/commands/console/console_command.rb:70:in `start'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/commands/console/console_command.rb:19:in `start'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/commands/console/console_command.rb:102:in `perform'
/opt/website/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor/command.rb:27:in `run'
/opt/website/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor/invocation.rb:127:in `invoke_command'
/opt/website/vendor/bundle/ruby/2.6.0/gems/thor-1.1.0/lib/thor.rb:392:in `dispatch'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/command/base.rb:69:in `perform'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/command.rb:48:in `invoke'
/opt/website/vendor/bundle/ruby/2.6.0/gems/railties-6.1.4.1/lib/rails/commands.rb:18:in `<main>'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
/opt/website/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `block in require'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:299:in `load_dependency'
/opt/website/vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require'
bin/rails:4:in `<main>'

Please tag @exercism/maintainers-admin if you require more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant