William Lo created GOBBLIN-1605:
-----------------------------------
Summary: Fix bug where Github Actions Ubuntu version cannot find
Mysql driver to verify connection
Key: GOBBLIN-1605
URL: https://issues.apache.org/jira/browse/GOBBLIN-1605
Project: Apache Gobblin
Issue Type: Task
Reporter: William Lo
For Github Actions when verifying MySQL connection, the following error shows
up before running tests:
{code:java}
Err:1 http://security.ubuntu.com/ubuntu focal-updates/main amd64
mysql-client-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1
404 Not Found [IP: 52.147.219.192 80]
Err:3 http://security.ubuntu.com/ubuntu focal-updates/main amd64
mysql-client-8.0 amd64 8.0.27-0ubuntu0.20.04.1
404 Not Found [IP: 52.147.219.192 80]
Err:4 http://security.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client
all 8.0.27-0ubuntu0.20.04.1
404 Not Found [IP: 52.147.219.192 80]
Fetched 7496 B in 0s (21.5 kB/s)
E: Failed to fetch
http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb
404 Not Found [IP: 52.147.219.192 80]
E: Failed to fetch
http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb
404 Not Found [IP: 52.147.219.192 80]
E: Failed to fetch
http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client_8.0.27-0ubuntu0.20.04.1_all.deb
404 Not Found [IP: 52.147.219.192 80]
E: Unable to fetch some archives, maybe run apt-get update or try with
--fix-missing?
Error: Process completed with exit code 100.
{code}
This can be fixed with updating the ubuntu package references before attempting
to download mysql
--
This message was sent by Atlassian Jira
(v8.20.1#820001)