This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattbillenstein
Recipients erlendaasland, mattbillenstein, ned.deily, pablogsal, ronaldoussoren, vstinner, zach.ware
Date 2021-06-03.04:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <01010179d02e3602-86eda37c-e052-4afd-955d-54ad32e63616-000000@us-west-2.amazonses.com>
In-reply-to <1622694040.88.0.402306356083.issue44290@roundup.psfhosted.org>
Content
So, I'd been trying various things before the master restart and I was using
python3 supplied by homebrew - I decided I didn't like that dependency and
switched it back to /usr/bin/python3 as supplied by the system [1].

I did a rebuild on 325 a couple more times and both of those failed in the
same way - now I've switched back to homebrew python3 and compile succeeded
this time...

I'll let this bake, seems pretty strange changing the interpreter running the
buildbot would matter - everything else should be the same however.

m

1:
mattb@macbook-pro:~ $ /usr/bin/python3
Python 3.8.2 (default, Apr  8 2021, 23:19:18) 
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D

mattb@macbook-pro:~ $ /usr/local/bin/python3
Python 3.9.5 (default, May  4 2021, 03:36:27) 
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

On Thu, Jun 03, 2021 at 04:20:40AM +0000, Ned Deily wrote:
> 
> Ned Deily <nad@python.org> added the comment:
> 
> Alas, it looks like build 325 failed in the same way as build 322:
> 
> https://buildbot.python.org/all/#/builders/366/builds/325
> 
> I wonder if there might be a Makefile race condition.
> 
> ----------
> resolution: out of date -> 
> stage: resolved -> 
> status: closed -> open
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44290>
> _______________________________________
History
Date User Action Args
2021-06-03 04:42:43mattbillensteinsetrecipients: + mattbillenstein, ronaldoussoren, vstinner, ned.deily, zach.ware, pablogsal, erlendaasland
2021-06-03 04:42:43mattbillensteinlinkissue44290 messages
2021-06-03 04:42:43mattbillensteincreate