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 ronaldoussoren
Recipients asvetlov, ned.deily, ronaldoussoren, vstinner, yselivanov
Date 2018-01-08.14:40:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515422440.7.0.467229070634.issue32517@psf.upfronthosting.co.za>
In-reply-to
Content
The darwin version change is likely due to an upgrade from macOS 10.13.1 to 10.13.2.

The user change can be due to the introduction of a new system user, but I don't know when user _timed was introduced and don't have 10.3 VMs other than one running 10.13.2.  User _timed does not exist on 10.12.6, and is hence a fairly recent addition.

The buildbot operator could verify this by checking the UID for user buildbot, this likely conflicts with user _timed. The fix for that would be the give user buildbot a new UID and chown all files in the buildbot tree to the new UID.
History
Date User Action Args
2018-01-08 14:40:40ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, asvetlov, yselivanov
2018-01-08 14:40:40ronaldoussorensetmessageid: <1515422440.7.0.467229070634.issue32517@psf.upfronthosting.co.za>
2018-01-08 14:40:40ronaldoussorenlinkissue32517 messages
2018-01-08 14:40:40ronaldoussorencreate