[python-committers] Re: Cannot release 3.9.0a4

2020-02-19 Thread Victor Stinner
Le mar. 18 févr. 2020 à 19:42, Jason R. Coombs  a écrit :
> The Fedora failures in shutil and zipfile are "no space left on device". 
> Seems like an environment/infrastructure issue.

Did you see my email? I opened an issue for the Fedora and Windows failures.

> "test_shutil fails with OSError: [Errno 28] No space left on device on
> "PPC64LE Fedora Stable LTO + PGO 3.x" buildbot"
> https://bugs.python.org/issue39676

The worker has been fixed, it's back to green (issue closed).

> The failures in the Windows build also seem to implicate importlib (though 
> with an obscure error). I looked into those and they don't appear to relate 
> to anything I've worked on, but someone please let me know if find otherwise.

It's this issue:

> It's a regression of a change merged yesterday:
> https://bugs.python.org/issue38691

I reverted the change to give the author time to investigate and fix the issue.

So the Windows workers (except Windows 7 ones which are different)
should move back to green as well.

For Windows 7, see this task:

https://github.com/python/buildmaster-config/issues/168
"Disable Windows 7 on the Python 3.x branch".

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/H7YHJVKUPJZIGOIR2OI3OYDWFHM2MKZZ/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: Cannot release 3.9.0a4

2020-02-18 Thread Jason R. Coombs
The Fedora failures in shutil and zipfile are "no space left on device". Seems 
like an environment/infrastructure issue.

The failures in the Windows build also seem to implicate importlib (though with 
an obscure error). I looked into those and they don't appear to relate to 
anything I've worked on, but someone please let me know if find otherwise.

From: Łukasz Langa 
Sent: Monday, February 17, 2020 19:13
To: python-committers 
Subject: [python-committers] Cannot release 3.9.0a4

Currently Buildbots are reporting that master is not in a releasable state:
https://buildbot.python.org/all/#/release_status

Namely, it does not build on Windows 7:
- https://buildbot.python.org/all/#/builders/150/builds/338
- https://buildbot.python.org/all/#/builders/81/builds/390

and suffers from test failures on:
- macOS (importlib) - https://buildbot.python.org/all/#/builders/275/builds/249
- Fedora (shutil and zipfile) - 
https://buildbot.python.org/all/#/builders/449/builds/31


Please look at this, especially the Windows compile failure. I will be 
attempting 3.9.0a4 next week with 3.8.2 final.

- Ł
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/BPDDW63JA26QU3IMSWCY7W3ULO3ZAMVY/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: Cannot release 3.9.0a4

2020-02-18 Thread Victor Stinner
Le mar. 18 févr. 2020 à 01:14, Łukasz Langa  a écrit :
> - macOS (importlib) - 
> https://buildbot.python.org/all/#/builders/275/builds/249

It's a regression of a change merged yesterday:
https://bugs.python.org/issue38691

> - Fedora (shutil and zipfile) - 
> https://buildbot.python.org/all/#/builders/449/builds/31

"test_shutil fails with OSError: [Errno 28] No space left on device on
"PPC64LE Fedora Stable LTO + PGO 3.x" buildbot"
https://bugs.python.org/issue39676

--

It may be nice if we can revert the removal of collections aliases
before the next 3.9.0a4 (but it can also wait):
https://github.com/python/cpython/pull/18545

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/XRBTDCUPIH7TVQGZ4BO77YI3LT26ZQEC/
Code of Conduct: https://www.python.org/psf/codeofconduct/