You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/29 08:46:56 UTC

[GitHub] [kafka] martin-g commented on pull request #8489: KAFKA-9857:Failed to build image ducker-ak-openjdk-8 on arm

martin-g commented on pull request #8489:
URL: https://github.com/apache/kafka/pull/8489#issuecomment-751998685


   I've tested this PR on my ARM64 machine and at [TravisCI](https://travis-ci.com/github/martin-g/kafka/jobs/465480469). At both environments it fails with:
   
   ```
   ...
   Collecting pynacl>=1.0.1
     Downloading PyNaCl-1.4.0.tar.gz (3.4 MB)
     Installing build dependencies: started
     Installing build dependencies: finished with status 'error'
     ERROR: Command errored out with exit status 1:
      command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-wmhbzpt1/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel 'cffi>=1.4.1; python_implementation != '"'"'PyPy'"'"''
          cwd: None
     Complete output (14 lines):
     Traceback (most recent call last):
       File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
         "__main__", mod_spec)
       File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
         exec(code, run_globals)
       File "/usr/local/lib/python3.7/dist-packages/pip/__main__.py", line 23, in <module>
         from pip._internal.cli.main import main as _main  # isort:skip # noqa
       File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 5, in <module>
         import locale
       File "/usr/lib/python3.7/locale.py", line 16, in <module>
         import re
       File "/usr/lib/python3.7/re.py", line 143, in <module>
         class RegexFlag(enum.IntFlag):
     AttributeError: module 'enum' has no attribute 'IntFlag'
     ----------------------------------------
   ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-wmhbzpt1/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel 'cffi>=1.4.1; python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.
   WARNING: You are using pip version 20.2.2; however, version 20.3.3 is available.
   You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
   The command '/bin/sh -c pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 && pip3 install --upgrade ducktape==0.8.0' returned a non-zero code: 1
   docker failed
   ducker-ak up failed
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org