hashar added a comment. I have cleaned the workspaces with:
salt --show-timeout '*' cmd.run 'rm -fR /mnt/jenkins-workspace/workspace/mwext-qunit/src/skins/*' I retriggered a build ( https://integration.wikimedia.org/ci/job/mwext-qunit/8672/ ) and SpecialBlankpage yields a warning potentially related to `DELETE FROM `msg_resource`. The HTML output state there is a warning-box and server side log has: 0.0158 1.8M Start request GET /jenkins-mwext-qunit-8672/index.php/Special:BlankPage HTTP HEADERS: USER-AGENT: curl/7.35.0 HOST: localhost:9412 ACCEPT: */* [caches] cluster: EmptyBagOStuff, WAN: mediawiki-main-default, stash: db-replicated, message: SqlBagOStuff, parser: SqlBagOStuff [caches] LocalisationCache: using store LCStoreCDB 0.0229 2.2M Fully initialised 0.0328 4.2M Dependency triggered: /mnt/jenkins-workspace/workspace/mwext-qunit/src/skins/Example/i18n/en.json deleted. 0.0330 4.2M LocalisationCache::isExpired(en): cache for en expired due to FileDependency 0.0371 4.0M LocalisationCache::recache: got localisation for en from source 0.1855 5.8M IP: 127.0.0.1 [connect] Connected to database 0 at 127.0.0.1:3306 [DBPerformance] Expectation (masterConns <= 0) by MediaWiki::main not met: [connect to 127.0.0.1:3306 (jenkins_u3_mw)] TransactionProfiler.php line 311 calls wfBacktrace() TransactionProfiler.php line 146 calls TransactionProfiler->reportExpectationViolated() LoadBalancer.php line 573 calls TransactionProfiler->recordConnection() GlobalFunctions.php line 3564 calls LoadBalancer->getConnection() MessageBlobStore.php line 259 calls wfGetDB() LocalisationCache.php line 1032 calls MessageBlobStore->clear() LocalisationCache.php line 463 calls LocalisationCache->recache() LocalisationCache.php line 337 calls LocalisationCache->initLanguage() LocalisationCache.php line 274 calls LocalisationCache->loadItem() Language.php line 3344 calls LocalisationCache->getItem() SpecialPageFactory.php line 274 calls Language->getSpecialPageAliases() SpecialPageFactory.php line 334 calls SpecialPageFactory::getAliasList() Title.php line 1092 calls SpecialPageFactory::resolveAlias() MediaWiki.php line 182 calls Title->isSpecial() MediaWiki.php line 682 calls MediaWiki->performRequest() MediaWiki.php line 474 calls MediaWiki->main() index.php line 43 calls MediaWiki->run() [DBPerformance] Expectation (writes <= 0) by MediaWiki::main not met: query-m: DELETE FROM `msg_resource` [TRX#760bec2d59fc] TransactionProfiler.php line 311 calls wfBacktrace() TransactionProfiler.php line 200 calls TransactionProfiler->reportExpectationViolated() Database.php line 1006 calls TransactionProfiler->recordQueryCompletion() Database.php line 2951 calls DatabaseBase->query() MessageBlobStore.php line 260 calls DatabaseBase->delete() LocalisationCache.php line 1032 calls MessageBlobStore->clear() LocalisationCache.php line 463 calls LocalisationCache->recache() LocalisationCache.php line 337 calls LocalisationCache->initLanguage() LocalisationCache.php line 274 calls LocalisationCache->loadItem() Language.php line 3344 calls LocalisationCache->getItem() SpecialPageFactory.php line 274 calls Language->getSpecialPageAliases() SpecialPageFactory.php line 334 calls SpecialPageFactory::getAliasList() Title.php line 1092 calls SpecialPageFactory::resolveAlias() MediaWiki.php line 182 calls Title->isSpecial() MediaWiki.php line 682 calls MediaWiki->performRequest() MediaWiki.php line 474 calls MediaWiki->main() index.php line 43 calls MediaWiki->run() [connect] Connected to database 0 at 127.0.0.1:3306 [SQLBagOStuff] Connection 101415 will be used for SqlBagOStuff [MessageCache] MessageCache::load: Loading en... local cache is empty, global cache is expired/volatile, loading from database 0.2094 6.5M Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache->getParser 0.2101 6.5M Parser: using preprocessor: Preprocessor_DOM 0.2137 6.8M Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions->__construct 0.2228 7.0M MediaWiki::preOutputCommit completed; all transactions committed [Preprocessor] Cached preprocessor output (key: jenkins_u3_mw:preprocess-xml:9ce65e223f47a410f511ade31138f211:0) [Preprocessor] Cached preprocessor output (key: jenkins_u3_mw:preprocess-xml:9ce65e223f47a410f511ade31138f211:0) 0.3103 8.0M OutputPage::sendCacheControl: no caching ** 0.3134 8.0M LoadBalancer::reuseConnection: this connection was not opened as a foreign connection 0.3138 8.0M Request ended normally ` TASK DETAIL https://phabricator.wikimedia.org/T120349 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: hashar Cc: aude, hashar, JanZerebecki, Aklapper, KartikMistry, santhosh, StudiesWorld, Wikidata-bugs, Mbch331, greg _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
