You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/12/06 21:42:00 UTC

[jira] [Resolved] (AVRO-3681) [Python] GitHub actions failing with python 3.6

     [ https://issues.apache.org/jira/browse/AVRO-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved AVRO-3681.
---------------------------------------------
    Fix Version/s: 1.12.0
                   1.11.2
         Assignee: Martin Tzvetanov Grigorov
       Resolution: Fixed

> [Python] GitHub actions failing with python 3.6
> -----------------------------------------------
>
>                 Key: AVRO-3681
>                 URL: https://issues.apache.org/jira/browse/AVRO-3681
>             Project: Apache Avro
>          Issue Type: Task
>            Reporter: Ryan Skraba
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The GitHub actions build is failing on Python 3.6, apparently because it is not available on ubuntu-latest anymore.
> From the logs in [this job|https://github.com/apache/avro/actions/runs/3603280401/jobs/6071285008]:
> {code}
> 2022-12-02T16:13:26.6605941Z Requested labels: ubuntu-latest
> 2022-12-02T16:13:26.6606006Z Job defined at: apache/avro/.github/workflows/test-lang-py.yml@refs/pull/1995/merge
>     <snip>
> 2022-12-02T16:13:38.7515296Z ##[group]Run actions/setup-python@v4
> 2022-12-02T16:13:38.7515540Z with:
> 2022-12-02T16:13:38.7515728Z   python-version: 3.6
> 2022-12-02T16:13:38.7515931Z   check-latest: false
> 2022-12-02T16:13:38.7516303Z   token: ***
> 2022-12-02T16:13:38.7516513Z   update-environment: true
> 2022-12-02T16:13:38.7516716Z ##[endgroup]
> 2022-12-02T16:13:38.9235198Z Version 3.6 was not found in the local cache
> 2022-12-02T16:13:39.2572679Z ##[error]Version 3.6 with arch x64 not found
> The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
> 2022-12-02T16:13:39.2689115Z Post job cleanup.
>     <snip>
> {code}
> We can see that there is no 3.6 with a platform version of 22.04 in the referenced version manifest:
> https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
> This issue is discussed here: https://github.com/actions/setup-python/issues/544



--
This message was sent by Atlassian Jira
(v8.20.10#820010)