This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix CI builds failing due to invalid GPG keys. #19377
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @josephevans , Thanks for submitting the PR
CI supported jobs: [edge, windows-gpu, unix-cpu, clang, centos-cpu, website, unix-gpu, sanity, windows-cpu, miscellaneous, centos-gpu] Note: |
lanking520
added
the
pr-awaiting-testing
PR is reviewed and waiting CI build and test
label
Oct 19, 2020
Relevant post: https://www.bentoh.my/post/gpg-key-problem/ |
lanking520
added
pr-work-in-progress
PR is still work in progress
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Oct 19, 2020
…ner. Also remove copy GPG key command.
lanking520
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
and removed
pr-work-in-progress
PR is still work in progress
labels
Oct 19, 2020
marcoabreu
approved these changes
Oct 19, 2020
lanking520
added
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
labels
Oct 19, 2020
lanking520
added
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
and removed
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Oct 19, 2020
lanking520
added
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
labels
Oct 19, 2020
ChaiBapchya
approved these changes
Oct 20, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot Joe!
lanking520
added
pr-work-in-progress
PR is still work in progress
pr-awaiting-testing
PR is reviewed and waiting CI build and test
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
pr-work-in-progress
PR is still work in progress
labels
Oct 20, 2020
access2rohit
approved these changes
Oct 20, 2020
lanking520
added
pr-awaiting-review
PR is waiting for code review
and removed
pr-awaiting-testing
PR is reviewed and waiting CI build and test
labels
Oct 20, 2020
josephevans
added a commit
to josephevans/mxnet
that referenced
this pull request
Oct 20, 2020
* Update repo and key used for installing r. Should fix sanity builds in v1.x. * Use correct repo (trusty) as v1.x branch uses ubuntu:16.04 for container. Also remove copy GPG key command. * Remove all references to old expired key. Co-authored-by: Joe Evans <joeev@amazon.com>
josephevans
added a commit
to josephevans/mxnet
that referenced
this pull request
Oct 20, 2020
* Update repo and key used for installing r. Should fix sanity builds in v1.x. * Use correct repo (trusty) as v1.x branch uses ubuntu:16.04 for container. Also remove copy GPG key command. * Remove all references to old expired key. Co-authored-by: Joe Evans <joeev@amazon.com>
6 tasks
samskalicky
pushed a commit
that referenced
this pull request
Oct 20, 2020
* Update repo and key used for installing r. Should fix sanity builds in v1.x. * Use correct repo (trusty) as v1.x branch uses ubuntu:16.04 for container. Also remove copy GPG key command. * Remove all references to old expired key. Co-authored-by: Joe Evans <joeev@amazon.com> Co-authored-by: Joe Evans <joeev@amazon.com>
6 tasks
samskalicky
pushed a commit
that referenced
this pull request
Oct 21, 2020
* Fix CI builds failing due to invalid GPG keys. (#19377) * Update repo and key used for installing r. Should fix sanity builds in v1.x. * Use correct repo (trusty) as v1.x branch uses ubuntu:16.04 for container. Also remove copy GPG key command. * Remove all references to old expired key. Co-authored-by: Joe Evans <joeev@amazon.com> * Install cuda-toolkit-10-0 as required. * Install the required packages and dependencies from path to avoid conflicting packages. Co-authored-by: Joe Evans <joeev@amazon.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We are having CI failures due to a GPG key expiring, which results in packages not being installed properly and our docker build scripts failing. This PR updates the key and repository to the latest.
[2020-10-19T18:51:21.002Z] Reading package lists...
[2020-10-19T18:51:21.002Z] W: GPG error: http://cran.rstudio.com/bin/linux/ubuntu trusty/ Release: The following signatures were invalid: KEYEXPIRED 1602869253 KEYEXPIRED 1602869253 KEYEXPIRED 1602869253
[2020-10-19T18:51:21.002Z] W: The repository 'http://cran.rstudio.com/bin/linux/ubuntu trusty/ Release' is not signed.
[2020-10-19T18:51:21.002Z] W: GPG error: https://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease: The following signatures were invalid: KEYEXPIRED 1602869253 KEYEXPIRED 1602869253 KEYEXPIRED 1602869253
[2020-10-19T18:51:21.002Z] W: The repository 'https://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease' is not signed.
[2020-10-19T18:51:21.002Z] E: Failed to fetch store:/var/lib/apt/lists/partial/cran.rstudio.com_bin_linux_ubuntu_trusty_Packages.gz Hash Sum mismatch
[2020-10-19T18:51:21.002Z] E: Some index files failed to download. They have been ignored, or old ones used instead.
[2020-10-19T18:51:21.002Z] + wget -qO /usr/lib/llvm-6.0/share/clang/run-clang-tidy.py https://raw.githubusercontent.com/llvm-mirror/clang-tools-extra/7654135f0cbd155c285fd2a37d87e27e4fff3071/clang-tidy/tool/run-clang-tidy.py
[2020-10-19T18:51:21.002Z] /usr/lib/llvm-6.0/share/clang/run-clang-tidy.py: No such file or directory
[2020-10-19T18:51:21.258Z] The command '/bin/sh -c /work/ubuntu_clang.sh' returned a non-zero code: 1
Checklist
Essentials
Changes
Comments