Last night the train presync failed with:
04:04:18 Finished l10n-update (duration: 01m 15s) 04:04:18 Checking for new runtime errors locally 'mwscript eval.php --wiki testwiki' generated unexpected output: Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 Warning: socket_sendto(): unable to write to socket [101]: Network is unreachable in /srv/mediawiki-staging/php-1.44.0-wmf.2/includes/debug/logger/monolog/LegacyHandler.php on line 234 04:04:34 deploy-promote failed: <CalledProcessError> Command '['/usr/bin/scap', 'sync-world', 'testwikis to 1.44.0-wmf.2 refs T375661', '-D', 'full_image_build:True']' returned non-zero exit status 1. (scap version: 4.1
this morning a backport for https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1087195 failed with the same error.
The problem happens when Scap tries to run the MW "eval.php" script inside of a Docker container. The new dockerized version was introduced recently but it had already been deployed to the deployment server and had been running successfully at least for the past week, the first error happening last night. The script runs with with --network none, so my best guess at the moment is the script's behavior has changed and now needs some external network access that it didn't need before.