- Issue created by @wim leers
- Merge request !17Resolve #3437731 "Fix daily core config validatability job" → (Merged) created by wim leers
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Not currently mergeable. - last update
about 1 year ago 3 pass - Status changed to Needs work
about 1 year ago 10:29pm 2 April 2024 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
… but
--statistics
never prints that output!That made it much harder to track down than it should've been. Fixed that bit in the MR already. Now to track down the root cause…
- last update
about 1 year ago 3 pass - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
… actually, the root cause is much simpler and happens after March 23, when it tries to assess revision
d671f38a0e4b563
:[error] Error: Class "Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager" not found in Drupal\Component\DependencyInjection\Container->createService() (line 258 of /Users/wim.leers/core/core/lib/Drupal/Component/DependencyInjection/Container.php) #0 /Users/wim.leers/core/core/lib/Drupal/Component/DependencyInjection/Container.php(444): Drupal\Component\DependencyInjection\Container->createService(Array, 'plugin.manager....')
… due to 📌 [11.x] Remove the CKEditor 4 upgrade path Fixed .
- last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
It's the commit of 🐛 Page title should contextualize the local navigation Needs work and subsequent revert that exposed this weakness:
block_post_update_add_base_route_title_page_title()
updated allpage_title_block
blocks- … and
type: block.settings.page_title_block
was defined too, so all was well! - BUT then that commit was reverted in
192c0f5dea648097c6c2191e67f2622ba2acb6a2
, which subsequently caused the update path to be reverted too, now leaving the updated config in a non-compliant state!
- last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Yay, got past that!
The next problem occurs ~1 week later:
🕰️ 2024-03-28 00:00:00 +00:00 → 35.80% (e1e95969a1 Issue #3352256 by e0ipso, plopesc, bbrala, longwave, dww, catch, larowlan: Move code from the experimental SDC module to core) PHP Fatal error: Uncaught Error: Class "Drupal\Core\EventSubscriber\RequestCloseSubscriber" not found in /builds/project/config_inspector/core/lib/Drupal/Component/DependencyInjection/Container.php:258 Stack trace: #0 /builds/project/config_inspector/core/lib/Drupal/Component/DependencyInjection/Container.php(176): Drupal\Component\DependencyInjection\Container->createService(Array, 'request_close_s...') #1 /builds/project/config_inspector/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(105): Drupal\Component\DependencyInjection\Container->get('request_close_s...') #2 /builds/project/config_inspector/vendor/symfony/http-kernel/HttpKernel.php(115): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\TerminateEvent), 'kernel.terminat...') #3 /builds/project/config_inspector/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(63): Symfony\Component\HttpKernel\HttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Render\HtmlResponse)) #4 /builds/project/config_inspector/core/lib/Drupal/Core/DrupalKernel.php(679): Drupal\Core\StackMiddleware\StackedHttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Render\HtmlResponse)) #5 /builds/project/config_inspector/vendor/drush/drush/src/Boot/DrupalBoot8.php(326): Drupal\Core\DrupalKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Render\HtmlResponse)) #6 [internal function]: Drush\Boot\DrupalBoot8->terminate() #7 {main} thrown in /builds/project/config_inspector/core/lib/Drupal/Component/DependencyInjection/Container.php on line 258 🤖 Erasing discovery cache because config schema changed… 🤖 Rebuilding container because validation constraints were added or modified… 🤖 Rebuilding container because services changed… 🕰️ 2024-03-29 00:00:00 +00:00 → 35.97% (56141280b4 Issue #3436761 by simohell: Remove default event from collpased nav-tabs button)
Due to the changes committed in 📌 Replace RequestCloseSubscriber with needs_destruction tag on ModuleHandler Fixed , which Drush is affected by. But … this does not cause a hard crash, and everything continues just fine 👍
- last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - Issue was unassigned.
- Status changed to RTBC
about 1 year ago 8:19am 3 April 2024 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
If PHP 8.3 works for
11.x
going back to November 2022 … we'd be good to go 🤞 -
Wim Leers →
committed a1b810b7 on 2.1.x
Issue #3437731: Daily automated core config validatability report broke...
-
Wim Leers →
committed a1b810b7 on 2.1.x
- Status changed to Fixed
about 1 year ago 9:12am 3 April 2024 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
That worked: https://git.drupalcode.org/project/config_inspector/-/jobs/1224322/artif... — so merged it! 😄
Automatically closed - issue fixed for 2 weeks with no activity.