in the summaryCard function, there is this
if ( !defined( 'TEXT_EXTRACTS_INSTALLED') ) { wfDebugLog( 'TwitterCards', 'TextExtracts extension is missing for summary card.' ); return; }
The TextExtracts extension does not define such a GLOBAL and therefore the function exits while emitting an entry into the debug log