Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux 'troubleshoot' doesn't work on master #323

Closed
joerick opened this issue Apr 16, 2020 · 0 comments
Closed

Linux 'troubleshoot' doesn't work on master #323

joerick opened this issue Apr 16, 2020 · 0 comments

Comments

@joerick
Copy link
Contributor

joerick commented Apr 16, 2020

Just logging this so I don't forget.

I noticed in #322 that since #319 there's a error in the catch handler.

Traceback (most recent call last):
  File "/home/circleci/project/cibuildwheel/linux.py", line 260, in build
    dependency_install_flags='-c /constraints.txt' if options.dependency_constraints else '',
  File "/home/circleci/project/cibuildwheel/linux.py", line 20, in call
    args, input=input, universal_newlines=universal_newlines, check=True
  File "/usr/local/lib/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'exec', '-i', 'cibuildwheel-7e9f032e-934e-4ec7-83c6-6731de41648f', '/bin/bash']' returned non-zero exit status 2.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/circleci/project/cibuildwheel/__main__.py", line 314, in <module>
    main()
  File "/home/circleci/project/cibuildwheel/__main__.py", line 224, in main
    cibuildwheel.linux.build(build_options)
  File "/home/circleci/project/cibuildwheel/linux.py", line 269, in build
    troubleshoot(options.project_dir, error)
AttributeError: 'BuildOptions' object has no attribute 'project_dir'

@joerick joerick closed this as completed in dd3bec5 May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant