What I quoted earlier was only the RHEL 5 build failure. This is the RHEL 7 build failure:
21:40:15 + python ./run-tests.py --enable-coverage --with-xunit --xunit-file ../test/pulp_test.xml --with-xcoverage --xcoverage-file ../coverage/pulp_coverage.xml 21:40:15 Running flake8 21:40:15 Traceback (most recent call last): 21:40:15 File "./run-tests.py", line 87, in <module> 21:40:15 flake8_paths=paths_to_check) 21:40:15 File "/home/jenkins/workspace/unittest-pulp-pr/node-type/rhel7-np/pulp/devel/pulp/devel/test_runner.py", line 78, in run_tests 21:40:15 flake8_exit_code = subprocess.call(flake8_command) 21:40:15 File "/usr/lib64/python2.7/subprocess.py", line 524, in call 21:40:15 return Popen(*popenargs, **kwargs).wait() 21:40:15 File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ 21:40:15 errread, errwrite) 21:40:15 File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child 21:40:15 raise child_exception 21:40:15 OSError: [Errno 8] Exec format error This error I think can mean many things, but one possible cause is mixing 32-bit and 64-bit packages. This may or may not be unrelated to the RHEL 5 build failure that I first wrote about. -- Randy Barlow
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
