[ 
https://issues.apache.org/jira/browse/AVRO-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644040#comment-17644040
 ] 

ASF subversion and git services commented on AVRO-3681:
-------------------------------------------------------

Commit a72b6dcade19fb91463c2f11767c022d8eecc579 in avro's branch 
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=a72b6dcad ]

AVRO-3681: [Python] GitHub actions failing with python 3.6 (#2005)

Use ubuntu-20.04 runners for Python workflow.
ubuntu-latest is now ubuntu-22.04 and it does not provide Python 3.6

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit ca3c389e140fd5021308aa9c7c8cc3554ce635d7)


> [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
>            Priority: Major
>              Labels: pull-request-available
>          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)

Reply via email to