You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/09/08 14:11:00 UTC

[jira] [Created] (ARROW-13934) [CI] Docker Push step authentication is failing

Jonathan Keane created ARROW-13934:
--------------------------------------

             Summary: [CI] Docker Push step authentication is failing
                 Key: ARROW-13934
                 URL: https://issues.apache.org/jira/browse/ARROW-13934
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration
            Reporter: Jonathan Keane


It looks like many (all?) of our GitHub Actions docker push steps are failing at the Docker Push step with:

{code}
Error response from daemon: Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password
Traceback (most recent call last):
  File "/home/runner/work/arrow/arrow/dev/archery/archery/docker/core.py", line 214, in _execute_docker
    result = Docker().run(*args, **kwargs)
  File "/home/runner/work/arrow/arrow/dev/archery/archery/utils/command.py", line 78, in run
    return subprocess.run(invocation, **kwargs)
  File "/opt/hostedtoolcache/Python/3.8.11/x64/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['docker', 'login', '-u', '***', '-p', '***']' returned non-zero exit status 1.
{code}

One example: https://github.com/apache/arrow/runs/3545331147?check_suite_focus=true#step:8:9



--
This message was sent by Atlassian Jira
(v8.3.4#803005)