Problem/Motivation
ContactStorageTest has now failed daily testing for the past three days straight on 7.1.x-dev only, for both 8.4.x and 8.3.x:
https://www.drupal.org/pift-ci-job/602717
https://www.drupal.org/pift-ci-job/602029
Contact.Drupal\contact\Tests\ContactStorageTest
✗
testContactStorage
fail: [Completion check] Line 38 of core/modules/contact/src/Tests/ContactStorageTest.php:
The test did not complete due to a fatal error.
✓ - setUp
✗
Unknown
fail: [run-tests.sh check] Line 0 of :
FATAL Drupal\contact\Tests\ContactStorageTest: test runner returned a non-zero error code (139).
Looking at the full console output on CI, it appears to be a segfault:
02:57:46 Segmentation fault (core dumped)
02:57:46 FATAL Drupal\contact\Tests\ContactStorageTest: test runner returned a non-zero error code (139).
02:57:46 Drupal\contact\Tests\ContactStorageTest 0 passes 1 fails
Proposed resolution
TBD
Remaining tasks
TBD
User interface changes
TBD
API changes
TBD
Data model changes
TBD