@DLynch reports a recurring problem creating a wiki for this change:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/1311570
Still failing when I tried it a few minutes ago:
2026-07-16T22:36:20.903322080Z: ############### Applying requested patches ############### 2026-07-16T22:36:20.903762082Z: + cd /var/www/html/w/extensions/VisualEditor 2026-07-16T22:36:20.903822799Z: + git fetch origin refs/changes/70/1311570/1 master 2026-07-16T22:36:21.079743933Z: fatal: couldn't find remote ref refs/changes/70/1311570/1 Log stream has terminated, but deployment is not complete. Status is: starting
I wasn't able to reproduce this locally, but then remembered that we're using gerrit-replica, and sure enough:
🌒 16:42:20 brennen@inertia:~/visualeditor-replica ❀ git clone https://gerrit-replica.wikimedia.org/r/mediawiki/extensions/VisualEditor.git Cloning into 'VisualEditor'... # successful clone here 🌒 16:42:34 brennen@inertia:~/visualeditor-replica ❀ cd VisualEditor 🌒 16:42:40 brennen@inertia:~/visualeditor-replica/VisualEditor (master =) ❀ git fetch origin refs/changes/70/1311570/1 master fatal: couldn't find remote ref refs/changes/70/1311570/1 zsh: exit 128 git fetch origin refs/changes/70/1311570/1 master
Unclear if the replica is just lagging or if something else is going on here, filing a ticket for tracking just in case. I think this may have come up before but not entirely sure.