On Fri, Jan 15, 2016 at 9:23 AM, ISHIKAWA,chiaki <[email protected]> wrote:
> On 2016/01/15 2:55, Gregory Szorc wrote: > > On Wed, Jan 13, 2016 at 2:10 AM, ISHIKAWA, Chiaki <[email protected]> > wrote: > >> In the last few weeks, I noticed that there have been >> try push job errors that print only one cryptic message and >> the build aborts. >> >> The typical line is as follows: >> >> CalledProcessError: Command '['hg', 'unbundle', '--traceback', >> ' >> https://ftp-ssl.mozilla.org/pub/mozilla.org/thunderbird/bundles/try-comm-central.hg' >> ]' >> returned non-zero exit status 255 >> >> I wonder if this is related to the network issue that was mentioned by a >> message that explained TREE CLOSURE over last weekend. >> >> I just got curious and accessed the URL mentioned. >> https://ftp-ssl.mozilla.org/ exists and >> I can list /pub directory. >> But there is no |mozilla.org| there. >> > > I consider it a bug that we're obtaining bundles from > <https://ftp-ssl.mozilla.org/>https://ftp-ssl.mozilla.org/. All > automation should be using the clone bundles / bundleclone facilities in > Mercurial for cloning repos from S3 or the CloudFront CDN. See > https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmo/bundleclone.html > . > > I've gotten a lot of feedback that the S3 and CloudFront CDN hosting is > faster and more reliable. You want to use it. > > Thank you for your comment. > Maybe I shoud file a bug, then? > > Yes you should. Large parts of automation are already using the clone bundles facility. We need all of it to. > (Relatively small # of C-C TB contributors get broadsided this issue by > this bug now and then. Sometimes it persists for days. I > t is very frustrating.) > > > >
_______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

