Skip to content

[3.8] bpo-37064: Add -k and -a options to pathfix.py tool #16387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 25, 2019
Merged

[3.8] bpo-37064: Add -k and -a options to pathfix.py tool #16387

merged 2 commits into from
Sep 25, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 25, 2019

Add flag -k to pathscript.py script: preserve shebang flags.

(cherry picked from commit 50254ac)
Add option -a to Tools/Scripts/pathfix.py script: add flags.

(cherry picked from commit 1dc1acb)
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot x86 Gentoo Installed with X 3.8 has failed when building commit c71c54c.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/230/builds/371) and take a look at the build logs.
  4. Check if the failure is related to this commit (c71c54c) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/230/builds/371

Failed tests:

  • test_tools

Failed subtests:

  • test_pathfix_keeping_flags - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix_adding_errors - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix_adding_flag - test.test_tools.test_pathfix.TestPathfixFunctional

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

411 tests OK.

1 test failed:
test_tools

11 tests skipped:
test_asdl_parser test_clinic test_devpoll test_gdb test_kqueue
test_msilib test_startfile test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_tools

Total duration: 16 min 49 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 57, in test_pathfix_keeping_flags
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-k', '-n', '@test_6791_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 69, in test_pathfix_adding_flag
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 's', '-n', '@test_6791_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 57, in test_pathfix_keeping_flags
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-k', '-n', '@test_24183_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 45, in test_pathfix
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-n', '@test_24183_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_errors
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 29, in pathfix
    self.assertEqual(proc.stderr, stderr, proc)
AssertionError: "/buildbot/buildarea/cpython/3.8.ware-gent[197 chars]ry\n" != "-a option doesn't support whitespaces"
- /buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory
+ -a option doesn't support whitespaces : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 'W default', '-k', '-n', '@test_6791_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 69, in test_pathfix_adding_flag
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 's', '-n', '@test_24183_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_errors
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 29, in pathfix
    self.assertEqual(proc.stderr, stderr, proc)
AssertionError: "/buildbot/buildarea/cpython/3.8.ware-gent[197 chars]ry\n" != "-a option doesn't support whitespaces"
- /buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory
+ -a option doesn't support whitespaces : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 'W default', '-k', '-n', '@test_24183_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 45, in test_pathfix
    self.pathfix(
  File "/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8', '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-n', '@test_6791_tmp'], returncode=2, stdout='', stderr="/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/bin/python3.8: can't open file '/buildbot/buildarea/cpython/3.8.ware-gentoo-x86.installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Clang Installed 3.8 has failed when building commit c71c54c.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/240/builds/17) and take a look at the build logs.
  4. Check if the failure is related to this commit (c71c54c) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/240/builds/17

Failed tests:

  • test_tools

Failed subtests:

  • test_pathfix_keeping_flags - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix_adding_errors - test.test_tools.test_pathfix.TestPathfixFunctional
  • test_pathfix_adding_flag - test.test_tools.test_pathfix.TestPathfixFunctional

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

406 tests OK.

1 test failed:
test_tools

16 tests skipped:
test_asdl_parser test_clinic test_devpoll test_gdb test_ioctl
test_kqueue test_msilib test_ossaudiodev test_startfile test_tix
test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_tools

Total duration: 3 min 17 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 69, in test_pathfix_adding_flag
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 's', '-n', '@test_19323_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_errors
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 29, in pathfix
    self.assertEqual(proc.stderr, stderr, proc)
AssertionError: "/home/buildbot/buildarea/3.8.cstratak-fed[231 chars]ry\n" != "-a option doesn't support whitespaces"
- /home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory
+ -a option doesn't support whitespaces : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 'W default', '-k', '-n', '@test_22056_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_errors
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 29, in pathfix
    self.assertEqual(proc.stderr, stderr, proc)
AssertionError: "/home/buildbot/buildarea/3.8.cstratak-fed[231 chars]ry\n" != "-a option doesn't support whitespaces"
- /home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory
+ -a option doesn't support whitespaces : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 'W default', '-k', '-n', '@test_19323_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 45, in test_pathfix
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-n', '@test_22056_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 57, in test_pathfix_keeping_flags
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-k', '-n', '@test_19323_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 57, in test_pathfix_keeping_flags
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-k', '-n', '@test_22056_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 45, in test_pathfix
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-n', '@test_19323_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 69, in test_pathfix_adding_flag
    self.pathfix(
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.8/test/test_tools/test_pathfix.py", line 27, in pathfix
    self.assertEqual(proc.returncode, exitcode, proc)
AssertionError: 2 != 0 : CompletedProcess(args=['/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8', '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py', '-i', '/usr/bin/python3', '-a', 's', '-n', '@test_22056_tmp'], returncode=2, stdout='', stderr="/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.8: can't open file '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/Tools/scripts/pathfix.py': [Errno 2] No such file or directory\n")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants