cryptozeny / sugarchain-v0.16.3

OUTDATED! This repo is moved to:
https://github.com/sugarchain-project/sugarchain
MIT License
0 stars 1 forks source link

TRAVIS BUG: travis "sudo apt-get update" error #51

Closed cryptozeny closed 4 years ago

cryptozeny commented 5 years ago

Hi there, thank you for getting in touch. That's entirely possible, and we do, at times, receive reports of intermittent issues with sudo apt-get update and usually suggest making use of travis_retry to retry up to three times the command to make it more stable. I see you've adapted that in your config, were you able to overcome this error with travis_retry?

Additionally, we do believe the Xenial environment seems to show more resilience. If that's something you'd be willing to try, you can do so by adding dist: xenial to your .travis.yml. Hopefully, this helps, let us know if you have any questions, concerns or require further assistance. We'd be happy to help.

travis_retry

adding dist: xenial to your .travis.yml

cryptozeny commented 5 years ago

image

cryptozeny commented 5 years ago

https://travis-ci.org/randomBox123/travisTest/builds/499352768?utm_medium=notification&utm_source=email

cryptozeny commented 5 years ago

no reaction from travis. not to reproducible

close

cryptozeny commented 5 years ago

its still isuue and i cannot fix... it's a travis bug

cryptozeny commented 5 years ago

https://travis-ci.org/randomBox123/travisTest/jobs/502236378

cryptozeny commented 5 years ago
Reading package lists... Done
W: GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157
W: The repository 'https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: There is no public key available for the following key IDs:
6B05F25D762E3157  
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages.bz2  Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command "sudo apt-get update" failed. Retrying, 2 of 3
cryptozeny commented 5 years ago
Reading package lists... Done
W: GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157
W: The repository 'https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: There is no public key available for the following key IDs:
6B05F25D762E3157  
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages.bz2  Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command "sudo apt-get update" failed. Retrying, 3 of 3.
cryptozeny commented 5 years ago
Reading package lists... Done
W: GPG error: https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6B05F25D762E3157
W: The repository 'https://packagecloud.io/github/git-lfs/ubuntu trusty InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: There is no public key available for the following key IDs:
6B05F25D762E3157  
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages.bz2  Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command "sudo apt-get update" failed 3 times.
The command "if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi" failed and exited with 100 during .
cryptozeny commented 5 years ago

image