Page MenuHomePhabricator
Paste P7546

(An Untitled Masterwork)
ActivePublic

Authored by elukey on Sep 14 2018, 8:35 AM.
Tags
None
Referenced Files
F25847090:
Sep 14 2018, 8:35 AM
Subscribers
Error: Execution of '/usr/bin/scap deploy-local --repo analytics/refinery -D log_json:False' returned 70: 08:32:38 Using deprecated git_fat config, swap to git_binary_manager
08:32:38 Fetch from: http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git
08:34:49 Unhandled error:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/scap/cli.py", line 339, in run
exit_status = app.main(app.extra_arguments)
File "/usr/lib/python2.7/dist-packages/scap/deploy.py", line 147, in main
getattr(self, stage)()
File "/usr/lib/python2.7/dist-packages/scap/deploy.py", line 291, in fetch
git.fetch(self.context.cache_dir, git_remote)
File "/usr/lib/python2.7/dist-packages/scap/git.py", line 374, in fetch
git.clone(*cmd)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 1428, in __call__
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 775, in __init__
self.wait()
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 793, in wait
self.handle_command_exit_code(exit_code)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 816, in handle_command_exit_code
raise exc
ErrorReturnCode_128:
RAN: /usr/bin/git clone --jobs 2 http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git /srv/deployment/analytics/refinery-cache/cache
STDOUT:
STDERR:
Cloning into '/srv/deployment/analytics/refinery-cache/cache'...
fatal: unable to access 'http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git/': Failed to connect to webproxy.eqiad.wmnet port 8080: Connection timed out
08:34:49 deploy-local failed: <ErrorReturnCode_128>
RAN: /usr/bin/git clone --jobs 2 http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git /srv/deployment/analytics/refinery-cache/cache
STDOUT:
STDERR:
Cloning into '/srv/deployment/analytics/refinery-cache/cache'...
fatal: unable to access 'http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git/': Failed to connect to webproxy.eqiad.wmnet port 8080: Connection timed out
Error: /Stage[main]/Profile::Analytics::Refinery::Repository/Scap::Target[analytics/refinery]/Package[analytics/refinery]/ensure: change from absent to present failed: Execution of '/usr/bin/scap deploy-local --repo analytics/refinery -D log_json:False' returned 70: 08:32:38 Using deprecated git_fat config, swap to git_binary_manager
08:32:38 Fetch from: http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git
08:34:49 Unhandled error:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/scap/cli.py", line 339, in run
exit_status = app.main(app.extra_arguments)
File "/usr/lib/python2.7/dist-packages/scap/deploy.py", line 147, in main
getattr(self, stage)()
File "/usr/lib/python2.7/dist-packages/scap/deploy.py", line 291, in fetch
git.fetch(self.context.cache_dir, git_remote)
File "/usr/lib/python2.7/dist-packages/scap/git.py", line 374, in fetch
git.clone(*cmd)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 1428, in __call__
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 775, in __init__
self.wait()
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 793, in wait
self.handle_command_exit_code(exit_code)
File "/usr/lib/python2.7/dist-packages/scap/sh.py", line 816, in handle_command_exit_code
raise exc
ErrorReturnCode_128:
RAN: /usr/bin/git clone --jobs 2 http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git /srv/deployment/analytics/refinery-cache/cache
STDOUT:
STDERR:
Cloning into '/srv/deployment/analytics/refinery-cache/cache'...
fatal: unable to access 'http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git/': Failed to connect to webproxy.eqiad.wmnet port 8080: Connection timed out
08:34:49 deploy-local failed: <ErrorReturnCode_128>
RAN: /usr/bin/git clone --jobs 2 http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git /srv/deployment/analytics/refinery-cache/cache
STDOUT:
STDERR:
Cloning into '/srv/deployment/analytics/refinery-cache/cache'...
fatal: unable to access 'http://deployment-deploy01.deployment-prep.eqiad.wmflabs/analytics/refinery/.git/': Failed to connect to webproxy.eqiad.wmnet port 8080: Connection timed out

Event Timeline

/usr/bin/scap deploy-local --repo analytics/refinery -D log_json:False works for me as hashar@deployment-deploy01.

Maybe some git/curl config comes to play. You might try with GIT_TRACE_CURL=1 which instructs git to spurt curl debug logs.