It seems to me the error is a bit further up the log. I've got these lines from two runs of the same job: ``` hg suggested 500 candidate revisions hg suggested candidate revision: c91ac1a6d3adb071d5d9a92de95ffc7c3be7ad91 ``` and ``` hg suggested 500 candidate revisions hg suggested candidate revision: 305d1bc1bda9880aea7801204f3b5e27766f38f3 ``` The code in question is [a call to hg for the latest public revisions](https://searchfox.org/mozilla-central/rev/99a2a5a955960b0e58ceade1db1f7652d9db4ba1/python/mozbuild/mozbuild/artifacts.py#939) and it looks like hg is returning revisions which aren't public for some reason.
Bug 1545387 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It seems to me the error is a bit further up the log. I've got these lines from two runs of the same job: ``` hg suggested 500 candidate revisions hg suggested candidate revision: c91ac1a6d3adb071d5d9a92de95ffc7c3be7ad91 ``` and ``` hg suggested 500 candidate revisions hg suggested candidate revision: 305d1bc1bda9880aea7801204f3b5e27766f38f3 ``` The code in question is [a call to hg for the latest public revisions](https://searchfox.org/mozilla-central/rev/99a2a5a955960b0e58ceade1db1f7652d9db4ba1/python/mozbuild/mozbuild/artifacts.py#939) and it looks like hg is returning revisions which aren't public (ie. draft revisions on Try) for some reason.