Created attachment 197744 [details] update to v102 Two tests fail for me, equivalent to existing v99 results: ==================================== ERRORS ==================================== ________________ ERROR collecting tests/comparators/test_elf.py ________________ tests/comparators/test_elf.py:77: in <module> @skip_if_binutils_does_not_support_x86() tests/utils/tools.py:101: in skip_if_binutils_does_not_support_x86 'elf64-x86-64' not in get_supported_elf_formats(), tests/utils/tools.py:109: in get_supported_elf_formats ('objdump', '--info'), /usr/local/lib/python3.6/subprocess.py:336: in check_output **kwargs).stdout /usr/local/lib/python3.6/subprocess.py:418: in run output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '('objdump', '--info')' returned non-zero exit status 1. ------------------------------- Captured stderr -------------------------------- objdump: Unknown command line argument '--info'. Try: 'objdump -help' objdump: Did you mean '-bind'? _______________ ERROR collecting tests/comparators/test_rlib.py ________________ tests/comparators/test_rlib.py:78: in <module> @skip_if_binutils_does_not_support_x86() tests/utils/tools.py:101: in skip_if_binutils_does_not_support_x86 'elf64-x86-64' not in get_supported_elf_formats(), tests/utils/tools.py:109: in get_supported_elf_formats ('objdump', '--info'), /usr/local/lib/python3.6/subprocess.py:336: in check_output **kwargs).stdout /usr/local/lib/python3.6/subprocess.py:418: in run output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '('objdump', '--info')' returned non-zero exit status 1. ------------------------------- Captured stderr -------------------------------- objdump: Unknown command line argument '--info'. Try: 'objdump -help' objdump: Did you mean '-bind'? =============================== warnings summary =============================== None passing a string to pytest.main() is deprecated, pass a list of arguments instead. -- Docs: http://doc.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 2 error in 7.22 seconds ======================
Created attachment 197755 [details] update to v103
v103 released just after I opened this PR, patch updated
Oops, tests are not actually running after encountering errors. Tests run when using PATH=/usr/local/bin:$PATH and are equivalent to v99. v99 summary: ====== 16 failed, 275 passed, 105 skipped, 1 warnings in 1581.30 seconds ======= v103 summary: ====== 16 failed, 278 passed, 106 skipped, 1 warnings in 1608.14 seconds =======
A commit references this bug: Author: emaste Date: Thu Oct 4 12:47:33 UTC 2018 New revision: 481219 URL: https://svnweb.freebsd.org/changeset/ports/481219 Log: sysutils/py-diffoscope: update to v103 PR: 231906 Approved by: koobs Changes: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo