Scap is no more able to deploy integration/docroot and fails with:
target.contint2002.wikimedia.org.deploy-local: deploy-local failed: <RuntimeError> {}And the ssh.job yields a warning:
['/usr/bin/scap', 'deploy-local', '-v', '--repo', 'integration/docroot', '-g', 'default', 'rollback', '--refresh-config']
(ran as deploy-ci-docroot@contint2002.wikimedia.org)
returned [70]: Registering scripts in directory '/srv/deployment/integration/docroot-cache/revs/eee90e66f005e683a407f22a30f3b624d3ca8aa2/scap/scripts'
Unhandled error:
deploy-local failed: <RuntimeError> {}Which is from a rollback. When doing a deploy, the error was:
['/usr/bin/scap', 'deploy-local', '-v', '--repo', 'integration/docroot', '-g', 'default', 'fetch', '--refresh-config'] (ran as deploy-ci-docroot@doc2002.codfw.wmnet) returned [70]: Registering scripts in directory '/srv/deployment/integration/docroot-cache/revs/eee90e66f005e683a407f22a30f3b624d3ca8aa2/scap/scripts'
Fetch from: http://deploy1002.eqiad.wmnet/integration/docroot/.git
Running ['git', 'rev-parse', '--is-inside-work-tree'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'rev-parse', '--is-inside-work-tree'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'rev-parse', '--is-inside-work-tree'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'remote', 'set-url', 'origin', 'http://deploy1002.eqiad.wmnet/integration/docroot/.git'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'fetch', '--tags', '--jobs', '1', '--no-recurse-submodules'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'config', 'lfs.url', 'https://gerrit.wikimedia.org/r/integration/docroot.git/info/lfs'] with {'cwd': '/srv/deployment/integration/docroot-cache/cache', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Running ['git', 'rev-parse', '--is-inside-work-tree'] with {'cwd': '/srv/deployment/integration/docroot-cache/revs/eee90e66f005e683a407f22a30f3b624d3ca8aa2', 'stdout': -1, 'stderr': -1, 'text': True, 'stdin': -3}
Unhandled error:
{"name": "deploy-local", "msg": "%s failed: <%s> %s", "args": ["deploy-local", "FileNotFoundError", {}], "levelno": 40, "filename": "cli.py", "exc_text": null, "lineno": 419, "funcName": "_handle_exception", "created": 1717683491.0494113, "msecs": 49.41129684448242, "relativeCreated": 585.4141712188721}And even before that:
deploy-local failed: <FileNotFoundError> [Errno 2] No such file or directory: '/srv/deployment/integration/docroot-cache/revs/eee90e66f005e683a407f22a30f3b624d3ca8aa2'
Thus I guess the local cache is borked somehow?