In this test, if the log is kept:
https://qa.drupal.org/pifr/test/761223
The patch here is a docs patch to file views.api.php.
The test failures shown are exceptions in
Drupal\locale\Tests\LocaleUpdateCronTest
and
Drupal\locale\Tests\LocaleUpdateTest
They are things like this:
SimpleXMLElement::__construct(): Entity: line 2: parser error : Start tag expected, '<' not found
at line 213 of Drupal\update\UpdateProcessor->parseXml()
In the test log, I don't see any seg faults or out of memory errors.
Probably unrelated, there is this though:
PHP Notice: Undefined property: Drupal\Tests\Core\Cache\CacheContextsTest::$results in /var/lib/drupaltestbot/sites/default/files/checkout/core/scripts/run-tests.sh on line 701
and just after that, CacheContextsTest shows "passes" without a number in front of it.
??
Comments
Comment #1
berdirCacheContexts is unrelated and a known issue with a patch that we forgot to commit ;)
Comment #7
Anonymous (not verified) commentedSo, based on #1 explanation, it wasn't random fail, just an unsuccessful commit.