We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We see this in CI: https://travis-ci.com/github/pantsbuild/pants/jobs/408355502#L1163
02:47:44.62 [WARN] sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='w' encoding='UTF-8'>
To reproduce, run build-support/bin/bootstrap_pants_pex.sh and then ./pants.pex --version.
build-support/bin/bootstrap_pants_pex.sh
./pants.pex --version
The text was updated successfully, but these errors were encountered:
Hrm, that's unfortunate since Pex only opens /dev/null at the very end of a PEX run and with intention. IOW there is no real leak :/ https://github.com/pantsbuild/pex/blob/47047749f52d80f16dd8b4fd940e76c0c110fdd0/pex/pex.py#L458-L464
/dev/null
I'll open a Pex issue for this.
Sorry, something went wrong.
pex-tool/pex#1101
Closing thanks to pex-tool/pex#1101
No branches or pull requests
We see this in CI: https://travis-ci.com/github/pantsbuild/pants/jobs/408355502#L1163
To reproduce, run
build-support/bin/bootstrap_pants_pex.sh
and then./pants.pex --version
.The text was updated successfully, but these errors were encountered: