Page MenuHomeGitPull.it

Test MediaWiki 1.35 with PHP 7.3.19+
Closed, ResolvedPublic4 Points

Description

Using sury.org:

apt install php7.3-{fpm,mysql,mbstring,xml,intl,apcu,curl}

Event Timeline

valerio.bozzolan triaged this task as Wishlist priority.
$ sha256sum mediawiki-core-1.35.14.tar.gz 
f7cdf92b6a4a490c90610a6cc2d70c4fe9266ee278c55840fab7e378b7088b7a  mediawiki-core-1.35.14.tar.gz
$ sha1sum mediawiki-core-1.35.14.tar.gz 
8516ee02205b1d097e9f687705c8fe87acee60cc  mediawiki-core-1.35.14.tar.gz

Obviously, the above sha1 and sha256 fingerprints can be found nowhere on Internet.

$ sudo -u www-data php7.3 maintenance/update.php 

Wonderful... update crash

Completed migration, updated 4875 row(s) with 0 new actor(s), 0 error(s)
Beginning migration of log_search
Completed migration, inserted 0 row(s) with 0 new actor(s), 0 error(s)
done.
Modifying rev_text_id field of table revision ...done.
Modifying table site_stats ...done.
Populating ar_rev_id.
Populating ar_rev_id...
MediaWiki\Revision\RevisionAccessException from line 1299 of /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionStore.php: Main slot of revision not found in database. See T212428.
#0 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionStore.php(1227): MediaWiki\Revision\RevisionStore->constructSlotRecords('8545', Object(Wikimedia\Rdbms\ResultWrapper), 1, Object(Title))
#1 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionStore.php(1223): MediaWiki\Revision\RevisionStore->loadSlotRecords('8545', 1, Object(Title))
#2 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionStore.php(1338): MediaWiki\Revision\RevisionStore->loadSlotRecords('8545', 0, Object(Title))
#3 [internal function]: MediaWiki\Revision\RevisionStore->MediaWiki\Revision\{closure}()
#4 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionSlots.php(175): call_user_func(Object(Closure))
#5 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionSlots.php(117): MediaWiki\Revision\RevisionSlots->getSlots()
#6 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionRecord.php(192): MediaWiki\Revision\RevisionSlots->getSlot('main')
#7 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Revision/RevisionRecord.php(175): MediaWiki\Revision\RevisionRecord->getSlot('main', 1, NULL)
#8 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1202): MediaWiki\Revision\RevisionRecord->getContent('main')
#9 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/libs/objectcache/wancache/WANObjectCache.php(1529): MessageCache->{closure}(false, 86400, Array, NULL, Array)
#10 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/libs/objectcache/wancache/WANObjectCache.php(1376): WANObjectCache->fetchOrRegenerate('mediawiki_pietr...', 86400, Object(Closure), Array, Array)
#11 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1222): WANObjectCache->getWithSetCallback('mediawiki_pietr...', 86400, Object(Closure))
#12 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/libs/objectcache/BagOStuff.php(149): MessageCache->{closure}(3600)
#13 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1224): BagOStuff->getWithSetCallback('local:messages-...', 3600, Object(Closure))
#14 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1126): MessageCache->loadCachedMessagePageEntry('Mainpage', 'it', '90b3175eaaa5605...')
#15 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1034): MessageCache->getMsgFromNamespace('Mainpage', 'it')
#16 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(1005): MessageCache->getMessageForLang(Object(Language), 'mainpage', true, Array)
#17 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/cache/MessageCache.php(947): MessageCache->getMessageFromFallbackChain(Object(Language), 'mainpage', true)
#18 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/language/Message.php(1320): MessageCache->get('mainpage', true, Object(Language))
#19 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/language/Message.php(878): Message->fetchMessage()
#20 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/language/Message.php(970): Message->toString('text')
#21 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/Title.php(669): Message->text()
#22 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/populateArchiveRevId.php(213): Title::newMainPage()
#23 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/populateArchiveRevId.php(118): PopulateArchiveRevId::makeDummyRevisionRow(Object(Wikimedia\Rdbms\MaintainableDBConnRef))
#24 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/populateArchiveRevId.php(63): PopulateArchiveRevId::checkMysqlAutoIncrementBug(Object(Wikimedia\Rdbms\MaintainableDBConnRef))
#25 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/includes/LoggedUpdateMaintenance.php(45): PopulateArchiveRevId->doDBUpdates()
#26 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/installer/DatabaseUpdater.php(1421): LoggedUpdateMaintenance->execute()
#27 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/installer/DatabaseUpdater.php(554): DatabaseUpdater->populateArchiveRevId()
#28 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/includes/installer/DatabaseUpdater.php(517): DatabaseUpdater->runUpdates(Array, false)
#29 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/update.php(181): DatabaseUpdater->doUpdates(Array)
#30 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/doMaintenance.php(107): UpdateMediaWiki->execute()
#31 /var/www/pietro.pensa.it/httpdocs/mediawiki-1.35.14/maintenance/update.php(253): require_once('/var/www/pietro...')
sudo -u www-data php7.3 maintenance/populateContentTables.php
Populating revision...
... revision processed up to revision id 500 of 12426 (18 rows in 0.010441064834595 seconds)
... revision processed up to revision id 1000 of 12426 (37 rows in 0.016553163528442 seconds)
... revision processed up to revision id 1500 of 12426 (266 rows in 0.032984972000122 seconds)
... revision processed up to revision id 2000 of 12426 (479 rows in 0.049375057220459 seconds)
... revision processed up to revision id 2500 of 12426 (479 rows in 0.050008058547974 seconds)
... revision processed up to revision id 3000 of 12426 (509 rows in 0.054656982421875 seconds)
... revision processed up to revision id 3500 of 12426 (966 rows in 0.087937116622925 seconds)
... revision processed up to revision id 4000 of 12426 (1464 rows in 0.12638401985168 seconds)
... revision processed up to revision id 4500 of 12426 (1955 rows in 0.16172218322754 seconds)
... revision processed up to revision id 5000 of 12426 (2451 rows in 0.20133113861084 seconds)
... revision processed up to revision id 5500 of 12426 (2943 rows in 0.23098397254944 seconds)
... revision processed up to revision id 6000 of 12426 (3441 rows in 0.25777506828308 seconds)
... revision processed up to revision id 6500 of 12426 (3929 rows in 0.2917001247406 seconds)
... revision processed up to revision id 7000 of 12426 (4402 rows in 0.31842708587646 seconds)
... revision processed up to revision id 7500 of 12426 (4899 rows in 0.34680414199829 seconds)
... revision processed up to revision id 8000 of 12426 (5388 rows in 0.3764820098877 seconds)
... revision processed up to revision id 8500 of 12426 (5878 rows in 0.40480399131775 seconds)
... revision processed up to revision id 9000 of 12426 (6372 rows in 0.43695402145386 seconds)
... revision processed up to revision id 9500 of 12426 (6870 rows in 0.49492216110229 seconds)
... revision processed up to revision id 10000 of 12426 (7362 rows in 0.52952408790588 seconds)
... revision processed up to revision id 10500 of 12426 (7862 rows in 0.56456208229065 seconds)
... revision processed up to revision id 11000 of 12426 (8354 rows in 0.59472513198853 seconds)
... revision processed up to revision id 11500 of 12426 (8854 rows in 0.62494397163391 seconds)
... revision processed up to revision id 12000 of 12426 (9349 rows in 0.65538096427917 seconds)
... revision processed up to revision id 12426 of 12426 (9775 rows in 0.67771100997925 seconds)
Done populating revision table. Processed 9775 rows in 0.67774415016174 seconds
Populating archive...
... archive processed up to revision id 501 of 11781 (483 rows in 0.12109017372131 seconds)
... archive processed up to revision id 1001 of 11781 (964 rows in 0.26306319236755 seconds)
... archive processed up to revision id 1501 of 11781 (1234 rows in 0.37895321846008 seconds)
... archive processed up to revision id 2001 of 11781 (1522 rows in 0.44890117645264 seconds)
... archive processed up to revision id 2501 of 11781 (2022 rows in 0.56165909767151 seconds)
... archive processed up to revision id 3001 of 11781 (2492 rows in 0.68664407730103 seconds)
... archive processed up to revision id 3501 of 11781 (2534 rows in 0.69667315483093 seconds)
... archive processed up to revision id 4001 of 11781 (2536 rows in 0.69900512695312 seconds)
... archive processed up to revision id 4501 of 11781 (2545 rows in 0.70377802848816 seconds)
... archive processed up to revision id 5001 of 11781 (2549 rows in 0.70674610137939 seconds)
... archive processed up to revision id 5501 of 11781 (2557 rows in 0.71265006065369 seconds)
... archive processed up to revision id 6001 of 11781 (2559 rows in 0.71627020835876 seconds)
... archive processed up to revision id 6501 of 11781 (2571 rows in 0.72366118431091 seconds)
... archive processed up to revision id 7001 of 11781 (2598 rows in 0.73798608779907 seconds)
... archive processed up to revision id 7501 of 11781 (2601 rows in 0.74050807952881 seconds)
... archive processed up to revision id 8001 of 11781 (2612 rows in 0.74946999549866 seconds)
... archive processed up to revision id 8501 of 11781 (2622 rows in 0.76007199287415 seconds)
... archive processed up to revision id 9001 of 11781 (2628 rows in 0.77087616920471 seconds)
... archive processed up to revision id 9501 of 11781 (2630 rows in 0.77895712852478 seconds)
... archive processed up to revision id 10001 of 11781 (2638 rows in 0.79136610031128 seconds)
... archive processed up to revision id 10501 of 11781 (2638 rows in 0.79195308685303 seconds)
... archive processed up to revision id 11001 of 11781 (2646 rows in 0.79610419273376 seconds)
... archive processed up to revision id 11501 of 11781 (2646 rows in 0.79667115211487 seconds)
... archive processed up to revision id 11781 of 11781 (2651 rows in 0.80061316490173 seconds)
Done populating archive table. Processed 2651 rows in 0.80064010620117 seconds
Done. Processed 12426 rows in 1.4879398345947 seconds

Yuh!

$ sudo -u www-data php7.3 maintenance/update.php 
MediaWiki 1.35.14 Updater

Your composer.lock file is up to date with current dependencies!
Going to run database updates for mediawiki_pietropensa-wiki_
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0
...have ipb_id field in ipblocks table.
...have ipb_expiry field in ipblocks table.
...already have interwiki table
...indexes seem up to 20031107 standards.
...have rc_type field in recentchanges table.
...index new_name_timestamp already set on recentchanges table.
...have user_real_name field in user table.
...querycache table already exists.
...objectcache table already exists.
...categorylinks table already exists.
...have pagelinks; skipping old links table updates
...il_from OK
...have rc_ip field in recentchanges table.
...index PRIMARY already set on image table.
...have rc_id field in recentchanges table.
...have rc_patrolled field in recentchanges table.
...logging table already exists.
...have user_token field in user table.
...have wl_notificationtimestamp field in watchlist table.
...watchlist talk page rows already present.
...user table does not contain user_emailauthenticationtimestamp field.
...page table already exists.
...have log_params field in logging table.
...logging table has correct log_title encoding.
...have ar_rev_id field in archive table.
...have page_len field in page table.
...revision table does not contain inverse_timestamp field.
...have rev_deleted field in revision table.
...have img_width field in image table.
...have img_metadata field in image table.
...have user_email_token field in user table.
...page_namespace is already a full int (int(11)).
...ar_namespace is already a full int (int(11)).
...rc_namespace is already a full int (int(11)).
...wl_namespace is already a full int (int(11)).
...qc_namespace is already a full int (int(11)).
...log_namespace is already a full int (int(11)).
...have img_media_type field in image table.
...already have pagelinks table.
...image table does not contain img_type field.
...already have unique user_name index.
...user_groups table exists and is in current format.
...have ss_total_pages field in site_stats table.
...user_newtalk table already exists.
...have iw_trans field in interwiki table.
...wl_notificationtimestamp is already nullable.
...index times already set on logging table.
...have ipb_range_start field in ipblocks table.
...no page_random rows needed to be set
...have user_registration field in user table.
...templatelinks table already exists
...externallinks table already exists.
...job table already exists.
...have ss_images field in site_stats table.
...langlinks table already exists.
...querycache_info table already exists.
...filearchive table already exists.
...have ipb_anon_only field in ipblocks table.
...have user_newpass_time field in user table.
...redirect table already exists.
...querycachetwo table already exists.
...have ipb_enable_autoblock field in ipblocks table.
...index pl_namespace on table pagelinks includes field pl_from.
...index tl_namespace on table templatelinks includes field tl_from.
...index il_to on table imagelinks includes field il_from.
...have rc_old_len field in recentchanges table.
...have user_editcount field in user table.
...page_restrictions table already exists.
...have log_id field in logging table.
...have rev_parent_id field in revision table.
...have pr_id field in page_restrictions table.
...have rev_len field in revision table.
...have rc_deleted field in recentchanges table.
...have log_deleted field in logging table.
...have ar_deleted field in archive table.
...have ipb_deleted field in ipblocks table.
...have fa_deleted field in filearchive table.
...have ar_len field in archive table.
...have ipb_block_email field in ipblocks table.
...index cl_sortkey on table categorylinks includes field cl_from.
...have oi_metadata field in oldimage table.
...have ar_page_id field in archive table.
...have img_sha1 field in image table.
...protected_titles table already exists.
...page_props table already exists.
...updatelog table already exists.
...category table already exists.
...category table already populated.
...have ar_parent_id field in archive table.
...have user_last_timestamp field in user_newtalk table.
...protected_titles table has correct pt_title encoding.
...have ss_active_users field in site_stats table.
...ss_active_users user count set...
...have ipb_allow_usertalk field in ipblocks table.
...change_tag table already exists.
...user_properties table already exists.
...log_search table already exists.
...l10n_cache table already exists.
...ct_rc_id key doesn't exist.
...have rd_interwiki field in redirect table.
...*_mime_minor fields are already long enough.
...iwlinks table already exists.
...index iwl_prefix_title_from already set on iwlinks table.
...have ul_value field in updatelog table.
...have iw_api field in interwiki table.
...iwl_prefix key doesn't exist.
...have cl_collation field in categorylinks table.
...categorylinks up-to-date.
...module_deps table already exists.
...ar_page_revid key doesn't exist.
...skipping index ar_revid because index ar_revid already set on archive table.
...user_last_timestamp is already nullable.
...index user_email already set on user table.
...up_property in table user_properties already modified by patch patch-up_property.sql.
...uploadstash table already exists.
...user_former_groups table already exists.
...have rev_sha1 field in revision table.
...batch conversion of user_options: nothing to migrate. done.
...user table does not contain user_options field.
...have ar_sha1 field in archive table.
...index page_redirect_namespace_len already set on page table.
...have us_chunk_inx field in uploadstash table.
...have job_timestamp field in job table.
...index page_user_timestamp already set on revision table.
...have ipb_parent_block_id field in ipblocks table.
...index ipb_parent_block_id already set on ipblocks table.
...category table does not contain cat_hidden field.
...have rev_content_format field in revision table.
...have rev_content_model field in revision table.
...have ar_content_format field in archive table.
...have ar_content_model field in archive table.
...have page_content_model field in page table.
...site_stats table does not contain ss_admins field.
...recentchanges table does not contain rc_moved_to_title field.
...sites table already exists.
...have fa_sha1 field in filearchive table.
...have job_token field in job table.
...have job_attempts field in job table.
...have us_props field in uploadstash table.
...ug_group in table user_groups already modified by patch patch-ug_group-length-increase-255.sql.
...ufg_group in table user_former_groups already modified by patch patch-ufg_group-length-increase-255.sql.
...index pp_propname_page already set on page_props table.
...index img_media_mime already set on image table.
...iwl_prefix_title_from index is already non-UNIQUE.
...index iwl_prefix_from_title already set on iwlinks table.
...have ar_id field in archive table.
...have el_id field in externallinks table.
...have rc_source field in recentchanges table.
...have page_links_updated field in page table.
...have user_password_expires field in user table.
...have pp_sortkey field in page_props table.
...recentchanges table does not contain rc_cur_time field.
...index wl_user_notificationtimestamp already set on watchlist table.
...have page_lang field in page table.
...have pl_from_namespace field in pagelinks table.
...have tl_from_namespace field in templatelinks table.
...have il_from_namespace field in imagelinks table.
...img_major_mime in table image already modified by patch patch-img_major_mime-chemical.sql.
...oi_major_mime in table oldimage already modified by patch patch-oi_major_mime-chemical.sql.
...fa_major_mime in table filearchive already modified by patch patch-fa_major_mime-chemical.sql.
...comment fields are up to date.
...hitcounter doesn't exist.
...site_stats table does not contain ss_total_views field.
...page table does not contain page_counter field.
...msg_resource_links doesn't exist.
...msg_resource doesn't exist.
...bot_passwords table already exists.
...have wl_id field in watchlist table.
...cl_collation key doesn't exist.
...index cl_collation_ext already set on categorylinks table.
...collations up-to-date.
...index rc_name_type_patrolled_timestamp already set on recentchanges table.
...rev_page_id index not found on revision.
...pl_namespace, tl_namespace, il_to indices are already non-UNIQUE.
...have ct_id field in change_tag table.
...rc_ip in table recentchanges already modified by patch patch-rc_ip_modify.sql.
...have el_index_60 field in externallinks table.
...ug_user_group key doesn't exist.
...have ug_expiry field in user_groups table.
...img_media_type in table image already modified by patch patch-add-3d.sql.
...ip_changes table already exists.
...index PRIMARY already set on categorylinks table.
...index PRIMARY already set on templatelinks table.
...index PRIMARY already set on pagelinks table.
...index PRIMARY already set on text table.
...index PRIMARY already set on imagelinks table.
...index PRIMARY already set on iwlinks table.
...index PRIMARY already set on langlinks table.
...index PRIMARY already set on log_search table.
...index PRIMARY already set on module_deps table.
...index PRIMARY already set on objectcache table.
...index PRIMARY already set on querycache_info table.
...index PRIMARY already set on site_stats table.
...index PRIMARY already set on user_former_groups table.
...index PRIMARY already set on user_properties table.
...comment table already exists.
...revision_comment_temp table already exists.
...have ar_comment_id field in archive table.
...have fa_description_id field in filearchive table.
...img_description in table image already modified by patch patch-image-img_description-default.sql.
...have ipb_reason_id field in ipblocks table.
...have log_comment_id field in logging table.
...have oi_description_id field in oldimage table.
...have pt_reason_id field in protected_titles table.
...have rc_comment_id field in recentchanges table.
...rev_comment in table revision already modified by patch patch-revision-rev_comment-default.sql.
...have img_description_id field in image table.
...index PRIMARY already set on l10n_cache table.
...bot_passwords.bp_user is already unsigned int.
...change_tag.ct_log_id is already unsigned int.
...change_tag.ct_rev_id is already unsigned int.
...page_restrictions.pr_user is already unsigned int.
...user_newtalk.user_id is already unsigned int.
...user_properties.up_user is already unsigned int.
...slots table already exists.
...have slot_origin field in slots table.
...content table already exists.
...slot_roles table already exists.
...content_models table already exists.
...actor table already exists.
...revision_actor_temp table already exists.
...have ar_actor field in archive table.
...have ipb_by_actor field in ipblocks table.
...have img_actor field in image table.
...have oi_actor field in oldimage table.
...have fa_actor field in filearchive table.
...have rc_actor field in recentchanges table.
...have log_actor field in logging table.
...rev_text_id in table revision already modified by patch patch-rev_text_id-default.sql.
...table site_stats already modified by patch patch-site_stats-modify.sql.
Populating ar_rev_id.
Populating ar_rev_id...
Completed ar_rev_id population, 0 rows updated.
Making ar_rev_id not nullable ...done.
Adding index rc_namespace_title_timestamp to table recentchanges ...done.
Creating change_tag_def table ...done.
Populating el_index_60 field, printing progress markers. For large
databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateExternallinksIndex60.php.
Populating externallinks.el_index_60...
el_id 0 - 200 of 1178
el_id 200 - 400 of 1178
el_id 400 - 600 of 1178
el_id 600 - 800 of 1178
el_id 800 - 1000 of 1178
el_id 1000 - 1200 of 1178
Done, 1081 rows updated.
done.
Modifying el_index_60 field of table externallinks ...done.
Running maintenance/deduplicateArchiveRevId.php...
Deduplicating ar_rev_id...
... 2-10001
... 10002-11781
Finished deduplicating ar_rev_id. 0 rows deleted, 0 assigned new IDs.
done.
Adding ct_tag_id field to table change_tag ...done.
Adding index ar_revid_uniq to table archive ...done.
Migrating revision data to the MCR 'slot' and 'content' tables, printing progress markers.
For large databases, you may want to hit Ctrl-C and do this manually with
maintenance/populateContentTables.php.
Populating revision...
... revision processed up to revision id 500 of 12426 (0 rows in 0.0011119842529297 seconds)
... revision processed up to revision id 1000 of 12426 (0 rows in 0.0018548965454102 seconds)
... revision processed up to revision id 1500 of 12426 (0 rows in 0.003058910369873 seconds)
... revision processed up to revision id 2000 of 12426 (0 rows in 0.0040149688720703 seconds)
... revision processed up to revision id 2500 of 12426 (0 rows in 0.0043528079986572 seconds)
... revision processed up to revision id 3000 of 12426 (0 rows in 0.0051608085632324 seconds)
... revision processed up to revision id 3500 of 12426 (0 rows in 0.0071580410003662 seconds)
... revision processed up to revision id 4000 of 12426 (0 rows in 0.0090579986572266 seconds)
... revision processed up to revision id 4500 of 12426 (0 rows in 0.011083841323853 seconds)
... revision processed up to revision id 5000 of 12426 (0 rows in 0.012892007827759 seconds)
... revision processed up to revision id 5500 of 12426 (0 rows in 0.014782905578613 seconds)
... revision processed up to revision id 6000 of 12426 (0 rows in 0.016501903533936 seconds)
... revision processed up to revision id 6500 of 12426 (0 rows in 0.018344879150391 seconds)
... revision processed up to revision id 7000 of 12426 (0 rows in 0.019997835159302 seconds)
... revision processed up to revision id 7500 of 12426 (0 rows in 0.021667003631592 seconds)
... revision processed up to revision id 8000 of 12426 (0 rows in 0.023293018341064 seconds)
... revision processed up to revision id 8500 of 12426 (0 rows in 0.024972915649414 seconds)
... revision processed up to revision id 9000 of 12426 (0 rows in 0.026880979537964 seconds)
... revision processed up to revision id 9500 of 12426 (0 rows in 0.028548002243042 seconds)
... revision processed up to revision id 10000 of 12426 (0 rows in 0.030402898788452 seconds)
... revision processed up to revision id 10500 of 12426 (0 rows in 0.032387018203735 seconds)
... revision processed up to revision id 11000 of 12426 (0 rows in 0.03432297706604 seconds)
... revision processed up to revision id 11500 of 12426 (0 rows in 0.036265850067139 seconds)
... revision processed up to revision id 12000 of 12426 (0 rows in 0.038332939147949 seconds)
... revision processed up to revision id 12426 of 12426 (0 rows in 0.040016889572144 seconds)
Done populating revision table. Processed 0 rows in 0.040036916732788 seconds
Populating archive...
... archive processed up to revision id 501 of 11781 (0 rows in 0.0027749538421631 seconds)
... archive processed up to revision id 1001 of 11781 (0 rows in 0.004486083984375 seconds)
... archive processed up to revision id 1501 of 11781 (0 rows in 0.0055088996887207 seconds)
... archive processed up to revision id 2001 of 11781 (0 rows in 0.0064949989318848 seconds)
... archive processed up to revision id 2501 of 11781 (0 rows in 0.0079870223999023 seconds)
... archive processed up to revision id 3001 of 11781 (0 rows in 0.0097041130065918 seconds)
... archive processed up to revision id 3501 of 11781 (0 rows in 0.010279893875122 seconds)
... archive processed up to revision id 4001 of 11781 (0 rows in 0.01065993309021 seconds)
... archive processed up to revision id 4501 of 11781 (0 rows in 0.011130094528198 seconds)
... archive processed up to revision id 5001 of 11781 (0 rows in 0.011568069458008 seconds)
... archive processed up to revision id 5501 of 11781 (0 rows in 0.01211404800415 seconds)
... archive processed up to revision id 6001 of 11781 (0 rows in 0.012500047683716 seconds)
... archive processed up to revision id 6501 of 11781 (0 rows in 0.012861967086792 seconds)
... archive processed up to revision id 7001 of 11781 (0 rows in 0.013212919235229 seconds)
... archive processed up to revision id 7501 of 11781 (0 rows in 0.013562917709351 seconds)
... archive processed up to revision id 8001 of 11781 (0 rows in 0.013967990875244 seconds)
... archive processed up to revision id 8501 of 11781 (0 rows in 0.014394998550415 seconds)
... archive processed up to revision id 9001 of 11781 (0 rows in 0.014872074127197 seconds)
... archive processed up to revision id 9501 of 11781 (0 rows in 0.015327930450439 seconds)
... archive processed up to revision id 10001 of 11781 (0 rows in 0.015799999237061 seconds)
... archive processed up to revision id 10501 of 11781 (0 rows in 0.016289949417114 seconds)
... archive processed up to revision id 11001 of 11781 (0 rows in 0.016815900802612 seconds)
... archive processed up to revision id 11501 of 11781 (0 rows in 0.017287969589233 seconds)
... archive processed up to revision id 11781 of 11781 (0 rows in 0.017813920974731 seconds)
Done populating archive table. Processed 0 rows in 0.017831087112427 seconds
Done. Processed 0 rows in 0.05898904800415 seconds
done.
Adding index log_type_action to table logging ...done.
Dropping type_action index from table logging ...done.
Renaming index iw_prefix into PRIMARY to table interwiki ...done.
...index PRIMARY already set on page_props table.
...index PRIMARY already set on protected_titles table.
Renaming index site_ids_type into PRIMARY to table site_identifiers ...done.
Adding index rc_this_oldid to table recentchanges ...done.
Dropping table transcache ...done.
Running maintenance/populateChangeTagDef.php...
No user defined tags to set, moving on...
done.
Adding index change_tag_rc_tag_id to table change_tag ...done.
Adding ipb_sitewide field to table ipblocks ...done.
Creating ipblocks_restrictions table ...done.
Table change_tag contains ct_tag field. Dropping ...done.
Dropping table valid_tag ...done.
Dropping table tag_summary ...done.
Table archive contains ar_comment field. Dropping ...done.
Table ipblocks contains ipb_reason field. Dropping ...done.
Table image contains img_description field. Dropping ...done.
Table oldimage contains oi_description field. Dropping ...done.
Table filearchive contains fa_description field. Dropping ...done.
Table recentchanges contains rc_comment field. Dropping ...done.
Table logging contains log_comment field. Dropping ...done.
Table protected_titles contains pt_reason field. Dropping ...done.
Modifying table job ...done.
...ar_usertext_timestamp key doesn't exist.
Dropping usertext_timestamp index from table archive ...done.
Table archive contains ar_user field. Dropping ...done.
...ipblocks table does not contain ip_by field.
Dropping img_user_timestamp index from table image ...done.
Table image contains img_user field. Dropping ...done.
Table oldimage contains oi_user field. Dropping ...done.
Table filearchive contains fa_user field. Dropping ...done.
Table recentchanges contains rc_user field. Dropping ...done.
Table logging contains log_user field. Dropping ...done.
Adding index un_user_ip to table user_newtalk ...done.
Creating watchlist_expiry table ...done.
Modifying page_restrictions field of table page ...done.
...index ipb_address_unique already set on ipblocks table.
Adding rev_actor field to table revision ...done.
Table archive contains ar_text_id field. Dropping ...done.
Updating length of lc_lang in `wiki_l10n_cache` ...done.
Updating length of ll_lang in `wiki_langlinks` ...done.
Updating length of site_language in `wiki_sites` ...done.
...index ipb_address_unique on table ipblocks has no field ipb_anon_only; added.
...ipb_address_unique index up-to-date.
Modifying actor_name field of table actor ...done.
Modifying site_global_key field of table sites ...done.
Modifying iwl_prefix field of table iwlinks ...done.
...site_stats is populated...done.
Populating rev_len column
...doing rev_id from 1 to 200
...doing rev_id from 201 to 400
...doing rev_id from 401 to 600
...doing rev_id from 601 to 800
...doing rev_id from 801 to 1000
...doing rev_id from 1001 to 1200
...doing rev_id from 1201 to 1400
...doing rev_id from 1401 to 1600
...doing rev_id from 1601 to 1800
...doing rev_id from 1801 to 2000
...doing rev_id from 2001 to 2200
...doing rev_id from 2201 to 2400
...doing rev_id from 2401 to 2600
...doing rev_id from 2601 to 2800
...doing rev_id from 2801 to 3000
...doing rev_id from 3001 to 3200
...doing rev_id from 3201 to 3400
...doing rev_id from 3401 to 3600
...doing rev_id from 3601 to 3800
...doing rev_id from 3801 to 4000
...doing rev_id from 4001 to 4200
...doing rev_id from 4201 to 4400
...doing rev_id from 4401 to 4600
...doing rev_id from 4601 to 4800
...doing rev_id from 4801 to 5000
...doing rev_id from 5001 to 5200
...doing rev_id from 5201 to 5400
...doing rev_id from 5401 to 5600
...doing rev_id from 5601 to 5800
...doing rev_id from 5801 to 6000
...doing rev_id from 6001 to 6200
...doing rev_id from 6201 to 6400
...doing rev_id from 6401 to 6600
...doing rev_id from 6601 to 6800
...doing rev_id from 6801 to 7000
...doing rev_id from 7001 to 7200
...doing rev_id from 7201 to 7400
...doing rev_id from 7401 to 7600
...doing rev_id from 7601 to 7800
...doing rev_id from 7801 to 8000
...doing rev_id from 8001 to 8200
...doing rev_id from 8201 to 8400
...doing rev_id from 8401 to 8600
...doing rev_id from 8601 to 8800
...doing rev_id from 8801 to 9000
...doing rev_id from 9001 to 9200
...doing rev_id from 9201 to 9400
...doing rev_id from 9401 to 9600
...doing rev_id from 9601 to 9800
...doing rev_id from 9801 to 10000
...doing rev_id from 10001 to 10200
...doing rev_id from 10201 to 10400
...doing rev_id from 10401 to 10600
...doing rev_id from 10601 to 10800
...doing rev_id from 10801 to 11000
...doing rev_id from 11001 to 11200
...doing rev_id from 11201 to 11400
...doing rev_id from 11401 to 11600
...doing rev_id from 11601 to 11800
...doing rev_id from 11801 to 12000
...doing rev_id from 12001 to 12200
...doing rev_id from 12201 to 12400
...doing rev_id from 12401 to 12600
Populating ar_len column
...doing ar_id from 1 to 200
...doing ar_id from 201 to 400
...doing ar_id from 401 to 600
...doing ar_id from 601 to 800
...doing ar_id from 801 to 1000
...doing ar_id from 1001 to 1200
...doing ar_id from 1201 to 1400
...doing ar_id from 1401 to 1600
...doing ar_id from 1601 to 1800
...doing ar_id from 1801 to 2000
...doing ar_id from 2001 to 2200
...doing ar_id from 2201 to 2400
...doing ar_id from 2401 to 2600
...doing ar_id from 2601 to 2800
rev_len and ar_len population complete [0 revision rows, 2635 archive rows].
...Update 'populate rev_sha1' already logged as completed. Use --force to run it again.
Populating img_sha1 field

Done 0 files in 0.0 seconds
...protocol-relative URLs in externallinks table already fixed.
...fa_sha1 column of filearchive table already populated.
Updating *_from_namespace fields in links tables.
...doing page_id from 1 to 200
...doing page_id from 200 to 399
...doing page_id from 399 to 598
...doing page_id from 598 to 797
...doing page_id from 797 to 996
...doing page_id from 996 to 1195
...doing page_id from 1195 to 1394
...doing page_id from 1394 to 1593
...doing page_id from 1593 to 1792
...doing page_id from 1792 to 1991
...doing page_id from 1991 to 2190
...doing page_id from 2190 to 2389
...doing page_id from 2389 to 2588
...doing page_id from 2588 to 2787
...doing page_id from 2787 to 2986
...doing page_id from 2986 to 3185
...doing page_id from 3185 to 3384
...doing page_id from 3384 to 3583
...doing page_id from 3583 to 3782
...doing page_id from 3782 to 3981
Adding empty categories with description pages...
--mode=both --begin=Vestire_il_paesaggio
Removing empty categories without description pages...
--mode=remove --begin=Temi_Ecomuseo_delle_Grigne
Category cleanup complete.
Populating page_props.pp_sortkey...
Populating page_props.pp_sortkey complete.
Updated a total of 0 rows
Copying IP revisions to ip_changes, from rev_id 0 to rev_id 12426
...checking 17 revisions for IP edits that need copying, between rev_ids 0 and 200
...checking 1 revisions for IP edits that need copying, between rev_ids 201 and 401
...checking 4 revisions for IP edits that need copying, between rev_ids 402 and 602
...checking 6 revisions for IP edits that need copying, between rev_ids 603 and 803
...checking 9 revisions for IP edits that need copying, between rev_ids 804 and 1004
...checking 11 revisions for IP edits that need copying, between rev_ids 1005 and 1205
...checking 4 revisions for IP edits that need copying, between rev_ids 1206 and 1406
...checking 2 revisions for IP edits that need copying, between rev_ids 1608 and 1808
...checking 1 revisions for IP edits that need copying, between rev_ids 1809 and 2009
Attempted to insert 0 IP revisions, 0 actually done.
Updating externallinks table index fields
el_id 0 - 1178 of 1178
Done, 8 rows updated, 0 deleted.
Set the local repo temp zone container to be private.
Purging caches...done.

Done in 4.6 s.

There is no skins/ so I will no try that