How to reproduce:

$ drush8 updb
exception 'Drupal\Core\Extension\InfoParserException' with message 'Unable to parse                            [error]
modules/metatag/metatag_verification/metatag_verification.info.yml A colon cannot be used in an unquoted
mapping value at line 1 (near "name: Metatag: Verification").' in
/Users/sean.hamlin/Sites/specarc/docroot/core/lib/Drupal/Core/Extension/InfoParserDynamic.php:25
Stack trace:
#0 /Users/sean.hamlin/Sites/specarc/docroot/core/lib/Drupal/Core/Extension/InfoParser.php(22):
Drupal\Core\Extension\InfoParserDynamic->parse('modules/metatag...')
#1 /Users/sean.hamlin/Sites/specarc/docroot/core/modules/system/system.module(996):
Drupal\Core\Extension\InfoParser->parse('modules/metatag...')
#2 /Users/sean.hamlin/Sites/specarc/docroot/core/modules/system/system.module(1073):
_system_rebuild_module_data()
#3 /Users/sean.hamlin/Sites/specarc/docroot/core/includes/update.inc(46): system_rebuild_module_data()
#4 /Users/sean.hamlin/Sites/specarc/docroot/core/includes/update.inc(22):
update_check_incompatibility('automated_cron', 'module')
#5 phar:///usr/local/bin/drush8/commands/core/drupal/update.inc(112): update_fix_compatibility()
#6 phar:///usr/local/bin/drush8/commands/core/core.drush.inc(462): update_main()
#7 [internal function]: drush_core_updatedb()
#8 phar:///usr/local/bin/drush8/includes/command.inc(366): call_user_func_array('drush_core_upda...', Array)
#9 phar:///usr/local/bin/drush8/includes/command.inc(217): _drush_invoke_hooks(Array, Array)
#10 [internal function]: drush_command()
#11 phar:///usr/local/bin/drush8/includes/command.inc(185): call_user_func_array('drush_command', Array)
#12 phar:///usr/local/bin/drush8/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#13 phar:///usr/local/bin/drush8/includes/preflight.inc(66): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#14 phar:///usr/local/bin/drush8/includes/startup.inc(321): drush_main()
#15 phar:///usr/local/bin/drush8/drush(114): drush_startup(Array)
#16 /usr/local/bin/drush8(10): require('phar:///usr/loc...')
#17 {main}

And the file:

~/Sites/specarc/docroot/modules/metatag on deploy-uat*
$ grep -nriI "Metatag: Verification" *
README.txt:47:  engine to confirm ownership of the site; see the "Metatag: Verification"
metatag_verification/metatag_verification.info.yml:1:name: Metatag: Verification

So it seems another issue like #2674732: InfoParserException in metatag_open_graph.info.yml is still here.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wiifm created an issue. See original summary.

DamienMcKenna’s picture

Sorry about that. This will fix the problem.

  • DamienMcKenna committed 2aff095 on 8.x-1.x
    Issue #2725895 by DamienMcKenna: Fixed the name of the Validation...
DamienMcKenna’s picture

Status: Needs review » Fixed

Committed. Sorry about making that mistake (again).

wiifm’s picture

Thanks @DamienMcKenna for your quick response!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

darrell_ulm’s picture

Hi looks like this is an issue again in the latest release 8.x-1.0-beta8.

darrell_ulm’s picture

Status: Closed (fixed) » Needs review

Status: Needs review » Needs work

The last submitted patch, 7: metatag-n2725895-7.patch, failed testing.

DamienMcKenna’s picture

Status: Needs work » Closed (fixed)

This was fixed in #2725895: Incorrect quoting in YML file leading to PHP Exception, I'm going to release beta9 to get that fix out.