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

Hotfix Bandit breaking from stevedore 3.0 release #10319

Merged
merged 2 commits into from Jul 11, 2020

Conversation

Eric-Arellano
Copy link
Contributor

@Eric-Arellano Eric-Arellano commented Jul 10, 2020

CI starting breaking about 4 hours ago, when a transitive dep of Bandit called Stevedore had its 3.0 release.

The failure was:

  File "/Users/eric/.pex/installed_wheels/00819186ecdcbd98d3ccae67a09c673ec7165d77/stevedore-3.0.0-py3-none-any.whl/stevedore/_cache.py", line 62, in _get_mtime
    s = os.stat(name)
NotADirectoryError: [Errno 20] Not a directory: '/private/tmp/process-execution4QrCGY/bandit.pex/.bootstrap'

Closes #10316.

[ci skip-rust-tests]

# Rust tests will be skipped. Delete if not intended.
[ci skip-rust-tests]
# Rust tests will be skipped. Delete if not intended.
[ci skip-rust-tests]
@stuhood stuhood mentioned this pull request Jul 11, 2020
@stuhood stuhood merged commit ff4b0cf into pantsbuild:master Jul 11, 2020
stuhood pushed a commit to stuhood/pants that referenced this pull request Jul 11, 2020
CI starting breaking about 4 hours ago, when a transitive dep of `Bandit` called [Stevedore had its 3.0 release](https://pypi.org/project/stevedore/#history).
 
The failure was:

```
  File "/Users/eric/.pex/installed_wheels/00819186ecdcbd98d3ccae67a09c673ec7165d77/stevedore-3.0.0-py3-none-any.whl/stevedore/_cache.py", line 62, in _get_mtime
    s = os.stat(name)
NotADirectoryError: [Errno 20] Not a directory: '/private/tmp/process-execution4QrCGY/bandit.pex/.bootstrap'
```

Closes pantsbuild#10316.

[ci skip-rust-tests]
@Eric-Arellano Eric-Arellano deleted the bandit-hotfix branch July 11, 2020 02:52
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

Successfully merging this pull request may close these issues.

NotADirectoryError for .bootstrap when running bandit
3 participants