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 vstinner
Recipients vstinner
Date 2017-08-09.12:54:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502283290.61.0.0323358470959.issue31160@psf.upfronthosting.co.za>
In-reply-to
Content
> The GCC job of Travis CI failed with ENV_CHANGED:

Ooops, in fact it was a macOS job:
https://travis-ci.org/python/cpython/jobs/262606830


The GCC job failed with much more errors:
https://travis-ci.org/python/cpython/jobs/262606831

---
0:00:02 load avg: 121.34 [  7/403] test_unittest
Warning -- reap_children() reaped child process 11088
Warning -- reap_children() reaped child process 11089
Warning -- reap_children() reaped child process 11090
Warning -- reap_children() reaped child process 11091

0:14:22 load avg: 136.67 [282/403/1] test_select
Warning -- reap_children() reaped child process 14686

0:16:00 load avg: 110.41 [297/403/1] test_socketserver
Warning -- reap_children() reaped child process 15483
Warning -- reap_children() reaped child process 15492
Warning -- reap_children() reaped child process 15499
Warning -- reap_children() reaped child process 15508

0:18:36 load avg: 105.94 [333/403/1] test_thread
Warning -- reap_children() reaped child process 20670
---

For test_socketserver, see bpo-31151.
History
Date User Action Args
2017-08-09 12:54:50vstinnersetrecipients: + vstinner
2017-08-09 12:54:50vstinnersetmessageid: <1502283290.61.0.0323358470959.issue31160@psf.upfronthosting.co.za>
2017-08-09 12:54:50vstinnerlinkissue31160 messages
2017-08-09 12:54:50vstinnercreate