Problem/Motivation
If errors are encountered in install_database_errors(), then a non-existent service is called.
ubuntu@box563:~/d8_starter/web$ ../vendor/bin/drush si -y standard
You are about to DROP all tables in your 'circle_test' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "renderer". in [error]
/home/ubuntu/d8_starter/vendor/symfony/dependency-injection/ContainerBuilder.php:800
Stack trace:
#0 /home/ubuntu/d8_starter/vendor/symfony/dependency-injection/ContainerBuilder.php(444):
Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition('renderer')
#1 /home/ubuntu/d8_starter/web/core/lib/Drupal.php(158): Symfony\Component\DependencyInjection\ContainerBuilder->get('renderer')
#2 /home/ubuntu/d8_starter/web/core/includes/install.core.inc(1151): Drupal::service('renderer')
#3 /home/ubuntu/d8_starter/web/core/includes/install.core.inc(1089): install_database_errors(Array, './sites/default...')
#4 /home/ubuntu/d8_starter/web/core/includes/install.core.inc(366): install_verify_database_settings('sites/default')
#5 /home/ubuntu/d8_starter/web/core/includes/install.core.inc(113): install_begin_request(Object(Composer\Autoload\ClassLoader), Array)
#6 /home/ubuntu/d8_starter/vendor/drush/drush/includes/drush.inc(726): install_drupal(Object(Composer\Autoload\ClassLoader), Array)
#7 /home/ubuntu/d8_starter/vendor/drush/drush/includes/drush.inc(711): drush_call_user_func_array('install_drupal', Array)
#8 /home/ubuntu/d8_starter/vendor/drush/drush/commands/core/drupal/site_install.inc(80): drush_op('install_drupal',
Object(Composer\Autoload\ClassLoader), Array)
#9 /home/ubuntu/d8_starter/vendor/drush/drush/commands/core/site_install.drush.inc(247): drush_core_site_install_version('standard', Array)
#10 /home/ubuntu/d8_starter/vendor/drush/drush/includes/command.inc(366): drush_core_site_install('standard')
#11 /home/ubuntu/d8_starter/vendor/drush/drush/includes/command.inc(217): _drush_invoke_hooks(Array, Array)
#12 /home/ubuntu/d8_starter/vendor/drush/drush/includes/command.inc(185): drush_command('standard')
#13 /home/ubuntu/d8_starter/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#14 /home/ubuntu/d8_starter/vendor/drush/drush/includes/preflight.inc(66): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#15 /home/ubuntu/d8_starter/vendor/drush/drush/drush.php(12): drush_main()
#16 {main}