Project

General

Profile

Bug #39323

Updated by Nathan Cutler about 5 years ago

On a machine running openSUSE Leap 15.1 with no Python 2 installed, "make check" fails on a very recent SHA1 like so: 

 <pre> 
 The following tests FAILED: 
           6 - run-tox-mgr-insights (Failed) 
           7 - run-tox-mgr-ansible (Failed) 
           8 - run-tox-mgr-orchestrator_cli (Failed) 
 </pre> 

 The logs look like so: 

 <pre> 
   4/170 Test     #6: run-tox-mgr-insights ....................***Failed      0.40 sec 
 usage: tox [--version] [-h] [--help-ini] [-v] [-q] [--showconfig] [-l] [-a] [-c CONFIGFILE] [-e envlist] [--notest] [--sdistonly] [-p VAL] [-o] [--parallel--safe-build] [--installpkg PATH] 
            [--develop] [-i URL] [--pre] [-r] [--result-json PATH] [--hashseed SEED] [--force-dep REQ] [--sitepackages] [--alwayscopy] [-s [val]] [--workdir PATH] 
            [args [args ...]] 
 tox: error: argument -e: expected one argument 
 </pre> 

 <pre> 
   5/170 Test     #7: run-tox-mgr-ansible .....................***Failed      0.18 sec 
 usage: tox [--version] [-h] [--help-ini] [-v] [--showconfig] [-l] [-a] 
            [-c CONFIGFILE] [-e envlist] [--notest] [--sdistonly] 
            [--installpkg PATH] [--develop] [-i URL] [--pre] [-r] 
            [--result-json PATH] [--hashseed SEED] [--force-dep REQ] 
            [--sitepackages] [--alwayscopy] [--skip-missing-interpreters] 
            [--workdir PATH] 
            [args [args ...]] 
 tox: error: argument -e: expected one argument 
 </pre> 

 <pre> 
   6/170 Test     #8: run-tox-mgr-orchestrator_cli ............***Failed      0.20 sec 
 usage: tox [--version] [-h] [--help-ini] [-v] [--showconfig] [-l] [-a] 
            [-c CONFIGFILE] [-e envlist] [--notest] [--sdistonly] 
            [--installpkg PATH] [--develop] [-i URL] [--pre] [-r] 
            [--result-json PATH] [--hashseed SEED] [--force-dep REQ] 
            [--sitepackages] [--alwayscopy] [--skip-missing-interpreters] 
            [--workdir PATH] 
            [args [args ...]] 
 tox: error: argument -e: expected one argument   
 </pre> 

 Thanks to Kyr Shatskyy for bringing this bug to my attention.

Back