Project

General

Profile

action #154489

Updated by lkocman 5 months ago

## Observation 
 Hello QE 
 You probably wanted to use "python3.11" instead. 
 /tmp/script2pixy.sh: line 2: python311: command not found 

 openQA test in scenario opensuse-15.6-DVD-x86_64-stack_tests_python@64bit fails in 
 [python3_new_version_check](https://openqa.opensuse.org/tests/3900506/modules/python3_new_version_check/steps/22) 

 $ cat /etc/os-release  
 NAME="openSUSE Leap" 
 VERSION="15.6 Alpha" 
 ID="opensuse-leap" 
 ID_LIKE="suse opensuse" 
 VERSION_ID="15.6" 
 PRETTY_NAME="openSUSE Leap 15.6 Alpha" 
 ANSI_COLOR="0;32" 
 CPE_NAME="cpe:/o:opensuse:leap:15.6" 
 BUG_REPORT_URL="https://bugs.opensuse.org" 
 HOME_URL="https://www.opensuse.org/" 
 DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" 
 LOGO="distributor-logo-Leap" 
 lkocman@localhost:~/Workspace/opensuse/osc-plugin-jump> python3.11 
 Python 3.11.5 (main, Sep 06 2023, 11:21:05) [GCC] on linux 
 Type "help", "copyright", "credits" or "license" for more information. 
 >>>  


 similarly for pip, only these are available on leap 15.6 

 lkocman@localhost:~/Workspace/opensuse/osc-plugin-jump> rpm -ql python311-pip | grep bin | grep -v lib 
 /usr/bin/pip 
 /usr/bin/pip-3.11 
 /usr/bin/pip3 
 /usr/bin/pip3-3.11 
 /usr/bin/pip3.11 




  



 ## Test suite description 



 ## Reproducible 

 Fails since (at least) Build [597.1](https://openqa.opensuse.org/tests/3900506) (current job) 


 ## Expected result 

 Last good: [568.1](https://openqa.opensuse.org/tests/3809598) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=stack_tests_python&version=15.6) 

Back