You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/07 18:52:00 UTC

[jira] [Work logged] (GOBBLIN-1605) Fix bug where Github Actions Ubuntu version cannot find Mysql driver to verify connection

     [ https://issues.apache.org/jira/browse/GOBBLIN-1605?focusedWorklogId=722180&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-722180 ]

ASF GitHub Bot logged work on GOBBLIN-1605:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Feb/22 18:51
            Start Date: 07/Feb/22 18:51
    Worklog Time Spent: 10m 
      Work Description: ZihanLi58 merged pull request #3462:
URL: https://github.com/apache/gobblin/pull/3462


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 722180)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)