Matt Billenstein added the comment:
I have been stopping it since the initial problem - there’s something wonky
with using the system python on macos afaict...
M
--
Matt Billenstein
m...@vazor.com
> On Jun 3, 2021, at 4:39 AM, STINNER Victor wrote:
>
>
> STINNER Victo
Matt Billenstein added the comment:
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 c
Matt Billenstein added the comment:
Hmm, yeah, it did seem to me like the server was wedged or something... glad
to see it going.
M
--
Matt Billenstein
m...@vazor.com
> On Jun 2, 2021, at 6:13 PM, STINNER Victor wrote:
>
>
> STINNER Victor added the comment:
>
>>
Matt Billenstein added the comment:
Probably at 321 where it lost connection - I would have shut it down and wiped
the buildarea.
I'm not sure what's going on now, I'm walking back versions of buildbot-worker
and they seem to never connect to the master...
m
On Wed, Jun 02
Matt Billenstein added the comment:
Hmm, digging, afaict the buildbot-worker is up and running - something on the
master? I just updated my setup to use python3 instead of python2...
On Wed, Jun 02, 2021 at 06:24:23PM +, Ned Deily wrote:
>
> Ned Deily added the comment:
>
>
Matt Billenstein added the comment:
I rebuilt it a while ago which could have caused this - can you re-run the
affected build?
thx
m
On Wed, Jun 02, 2021 at 06:08:16PM +, Ned Deily wrote:
>
> Ned Deily added the comment:
>
> I can't reproduce that failure with that
Matt Billenstein added the comment:
Ah, word, was looking at stdout -- 256 is pretty low, raised it to 200k...
--
___
Python tracker
<https://bugs.python.org/issue43
Matt Billenstein added the comment:
In any case - I've raised file/process limits on the buildbot.
--
___
Python tracker
<https://bugs.python.org/is
Matt Billenstein added the comment:
I don't see that error message - where are you seeing it?
--
___
Python tracker
<https://bugs.python.org/issue43572>
___
___
Matt Billenstein added the comment:
Note, I can repro running it by hand from the cli. And I cannot repro on 3.x,
only 3.6 on the same machine.
--
___
Python tracker
<https://bugs.python.org/issue32
Matt Billenstein added the comment:
I don't see a conflict in the uids:
mattb@mattb-mbp2:~ $ id -u buildbot
506
mattb@mattb-mbp2:~ $ id -u _timed
266
mattb@mattb-mbp2:~ $ grep _timed /etc/passwd
_timed:*:266:266:Time Sync Daemon:/var/db/timed:/usr/bin/false
mattb@mattb-mbp2:~ $ grep 506
Matt Billenstein added the comment:
Reflected on the High Sierra buildbot now:
http://buildbot.python.org/all/#/builders/14/builds/162
--
nosy: +mattbillenstein
___
Python tracker
<https://bugs.python.org/issue31
Matt Billenstein added the comment:
Note, that's running ./python.exe Lib/tests/test_tk.py from a Terminal when
logged into the gui...
--
___
Python tracker
<https://bugs.python.org/is
Matt Billenstein added the comment:
Did some debugging by sticking a couple prints in support.is_gui_available()
and it appears everything is fine up until the call to
app_services.SetFrontProcess() -- this is returning error code -606 which is
defined in:
/System/Library/Frameworks
Matt Billenstein added the comment:
Verified this by letting the test_many_processes loop overnight
(master@42bc8beadd49)-- 34k passes later and no hangs. Nice work!
--
___
Python tracker
<http://bugs.python.org/issue30
Matt Billenstein added the comment:
Yes, I'll email you the details.
--
___
Python tracker
<http://bugs.python.org/issue30703>
___
___
Python-bugs-list m
Matt Billenstein added the comment:
I don't see anything odd -- it runs for awhile and then times out once it's
deadlocked:
0:03:18 load avg: 3.20 [224] test_multiprocessing_forkserver
test_many_processes
(test.test_multiprocessing_forkserver.WithProcessesTestProce
Matt Billenstein added the comment:
Cool -- do you need me to do something more to help debug this?
--
___
Python tracker
<http://bugs.python.org/issue30
Matt Billenstein added the comment:
It consistently takes between ~61 and ~73 seconds with this setup.
--
___
Python tracker
<http://bugs.python.org/issue30
Matt Billenstein added the comment:
I've been debugging this and I can repro on El Capitan on a different machine
as well -- it's an infrequent hang, I've been running in a loop:
mattb@mattb-mbp:~/src/misc/cpython master$ for i in $(seq 1000); do echo "Run:
$i -- $(date)&q
20 matches
Mail list logo