Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
$ 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 .