From commits-return-41203-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Thu Jun 28 15:11:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 830FE180662 for ; Thu, 28 Jun 2018 15:11:25 +0200 (CEST) Received: (qmail 34207 invoked by uid 500); 28 Jun 2018 13:11:24 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 34198 invoked by uid 99); 28 Jun 2018 13:11:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2018 13:11:24 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] KellenSunderland opened a new pull request #11461: [MXNET-606] Ppa retries in CI Message-ID: <153019148406.9569.6916275787856712824.gitbox@gitbox.apache.org> Date: Thu, 28 Jun 2018 13:11:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit KellenSunderland opened a new pull request #11461: [MXNET-606] Ppa retries in CI URL: https://github.com/apache/incubator-mxnet/pull/11461 ## Description ## PPA installations in CI occasionally fail due to busy gpg servers. We should add a retry mechanism to cover these failures. Example: http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/incubator-mxnet/branches/master/runs/1072/nodes/62/log/?start=0 ```bash + apt install -y software-properties-common WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... software-properties-common is already the newest version (0.96.20.7). 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. + add-apt-repository -y ppa:graphics-drivers gpg: keyring `/tmp/tmp7dr6xout/secring.gpg' created gpg: keyring `/tmp/tmp7dr6xout/pubring.gpg' created gpg: requesting key 1118213C from hkp server keyserver.ubuntu.com gpgkeys: key 2388FF3BE10A76F638F80723FCAE110B1118213C can't be retrieved gpg: no valid OpenPGP data found. gpg: Total number processed: 0 gpg: keyserver communications error: keyserver helper general error gpg: keyserver communications error: unknown pubkey algorithm gpg: keyserver receive failed: unknown pubkey algorithm Failed to add key. ``` ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes) - [x] Changes are complete (i.e. I finished coding on this PR) - [x] All changes have test coverage: - Unit tests are added for small changes to verify correctness (e.g. adding a new operator) - Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore) - Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL) - [x] Code is well-documented: - For user-facing API changes, API doc string has been updated. - For new C++ functions in header files, their functionalities and arguments are documented. - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable - Check the API doc at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html - [x] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services