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/. 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.
_______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

