You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2022/01/20 07:27:00 UTC

[jira] [Commented] (STORM-3819) Travis CI fails due to missing python3.6 packages

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

Richard Zowalla commented on STORM-3819:
----------------------------------------

https://github.com/deadsnakes/issues/issues/195

> Travis CI fails due to missing python3.6 packages
> -------------------------------------------------
>
>                 Key: STORM-3819
>                 URL: https://issues.apache.org/jira/browse/STORM-3819
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: build
>            Reporter: Richard Zowalla
>            Priority: Blocker
>
> Travis CI fails due to missing python3.6 packages for *xenial*.
> Looking at https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa reveals, that only *bionic* and *focal* dependencies are available.
> This leads to a CI/CD failure and hinders validation of PRs
> {quote}$ java -Xmx32m -version
> openjdk version "1.8.0_292"
> OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10)
> OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_292
> before_install.1
> 0.20s$ rvm reload
> before_install.2
> 0.46s$ rvm use 2.4.2 --install
> before_install.3
> 3.12s$ nvm install 8.9.3
> before_install.4
> 1.14s$ nvm use 8.9.3
> before_install.5
> 2.44s$ sudo apt-get update
> before_install.6
> 0.61s$ sudo apt-get install libssl-dev
> before_install.7
> 0.60s$ sudo apt-get install python3
> before_install.8
> 4.45s$ sudo apt-get install python3-pip
> before_install.9
> 1.38s$ sudo add-apt-repository ppa:deadsnakes/ppa -y
> before_install.10
> 5.52s$ sudo apt-get update
> 0.50s$ sudo apt-get install python3.6
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> E: Unable to locate package python3.6
> E: Couldn't find any package by glob 'python3.6'
> E: Couldn't find any package by regex 'python3.6'
> The command "sudo apt-get install python3.6" failed and exited with 100 during .
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)