Two PHP tests are failing in the Thanks repository with the following error on this patch:
15:07:50 Traceback (most recent call last):
15:07:50 File "/usr/local/bin/quibble", line 8, in <module>
15:07:50 sys.exit(main())
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/cmd.py", line 901, in main
15:07:50 dry_run=args.dry_run,
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/cmd.py", line 554, in execute
15:07:50 quibble.commands.execute_command(command)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/commands.py", line 46, in execute_command
15:07:50 command.execute()
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/commands.py", line 181, in execute
15:07:50 self.zuul_url,
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/zuul.py", line 110, in clone
15:07:50 future.result()
15:07:50 File "/usr/lib/python3.7/concurrent/futures/_base.py", line 425, in result
15:07:50 return self.__get_result()
15:07:50 File "/usr/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
15:07:50 raise self._exception
15:07:50 File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
15:07:50 result = self.fn(*self.args, **self.kwargs)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/zuul.py", line 127, in _clone_worker
15:07:50 raise e
15:07:50 File "/usr/local/lib/python3.7/dist-packages/quibble/zuul.py", line 123, in _clone_worker
15:07:50 project_cloner.prepareRepo(project, dest)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/zuul/lib/cloner.py", line 169, in prepareRepo
15:07:50 repo.reset()
15:07:50 File "/usr/local/lib/python3.7/dist-packages/zuul/merger/merger.py", line 99, in reset
15:07:50 self.update()
15:07:50 File "/usr/local/lib/python3.7/dist-packages/zuul/merger/merger.py", line 205, in update
15:07:50 origin.fetch(tags=True)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/git/remote.py", line 1027, in fetch
15:07:50 res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/git/remote.py", line 858, in _get_fetch_info_from_stderr
15:07:50 proc.wait(stderr=stderr_text)
15:07:50 File "/usr/local/lib/python3.7/dist-packages/git/cmd.py", line 657, in wait
15:07:50 raise GitCommandError(remove_password_if_present(self.args), status, errstr)
15:07:50 git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
15:07:50 cmdline: git fetch -v --tags -- origin
15:07:50 Build step 'Execute shell' marked build as failure
15:07:50 [PostBuildScript] - [INFO] Executing post build scripts.
15:07:50 [wmf-quibble-selenium-php74-docker] $ /bin/bash /tmp/jenkins10548054348145891852.sh
15:07:50 + set -o pipefail
15:07:50 ++ pwd
15:07:50 + exec docker run --entrypoint=/bin/rm --volume /srv/jenkins/workspace/wmf-quibble-selenium-php74-docker/log:/log --security-opt seccomp=unconfined --init --rm --label jenkins.job=wmf-quibble-selenium-php74-docker --label jenkins.build=80059 --env-file /dev/fd/63 docker-registry.wikimedia.org/buster:latest -fR /log/rawSeleniumVideoGrabs
15:07:50 ++ /usr/bin/env
15:07:50 ++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
15:07:52 [PostBuildScript] - [INFO] Executing post build scripts.
15:07:52 [wmf-quibble-selenium-php74-docker] $ /bin/bash -xe /tmp/jenkins14213485042704722726.sh
15:07:52 + find log/ -name 'mw-debug-*.log' -exec gzip '{}' +Full log: https://integration.wikimedia.org/ci/job/wmf-quibble-vendor-mysql-php74-docker/49767/console and https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74-docker/80059/console