| Summary: | dev-python/pip-22.1.1 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | mgorny |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 847655 | ||
| Bug Blocks: | |||
| Attachments: |
build.log.xz
sed4c4D7Q |
||
|
Description
Agostino Sarubbo
2022-05-23 12:26:05 UTC
Created attachment 780380 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Created attachment 780383 [details]
sed4c4D7Q
sed4c4D7Q
Error(s) that match a know pattern:
]
Check the permissions.
Consider using the `--user` option or check the permissions.
E AssertionError: assert 2 == 3
E OSError: [Errno 8] Exec format error: 'fake_pip'
E OSError: [Errno 8] Exec format error: 'version_pkg'
errpipe_data = bytearray(b'OSError:8:')
except ChildProcessError:
except ValueError:
FAILED tests/functional/test_cli.py::test_entrypoints_work[entrypoint0] - OSError: [Errno 8] Exec format error: 'fake_pip'
FAILED tests/functional/test_cli.py::test_entrypoints_work[entrypoint1] - OSError: [Errno 8] Exec format error: 'fake_pip'
FAILED tests/functional/test_cli.py::test_entrypoints_work[entrypoint2] - OSError: [Errno 8] Exec format error: 'fake_pip'
FAILED tests/functional/test_install_vcs_git.py::test_editable__branch_with_sha_different_from_default - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_install_again_after_changes - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_install_branch_again_after_branch_changes - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_install_ref - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_install_then_install_ref - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_with_branch_name_as_revision - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_with_sha1_revisions - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_with_short_sha1_revisions - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_git_with_tag_name_as_revision - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_install_vcs_git.py::test_reinstalling_works_with_editable_non_master_branch - OSError: [Errno 8] Exec format error: 'version_pkg'
FAILED tests/functional/test_show.py::test_more_than_one_package - AssertionError: assert 2 == 3
[gw7] [ 674/2198] PASSED tests/unit/test_command_install.py::test_create_os_error_message[error6-False-False-Could not install packages due to an OSError: Illegal byte sequence
[gw7] [ 677/2198] PASSED tests/unit/test_command_install.py::test_create_os_error_message[error7-False-False-Could not install packages due to an OSError: [Errno 13] No file permission
[gw9] [ 624/2198] PASSED tests/unit/test_command_install.py::test_create_os_error_message[error4-False-True-Could not install packages due to an OSError: Illegal byte sequence
[gw9] [ 625/2198] PASSED tests/unit/test_command_install.py::test_create_os_error_message[error5-False-True-Could not install packages due to an OSError: [Errno 13] No file permission
tests/unit/test_command_install.py::test_create_os_error_message[error4-False-True-Could not install packages due to an OSError: Illegal byte sequence
tests/unit/test_command_install.py::test_create_os_error_message[error5-False-True-Could not install packages due to an OSError: [Errno 13] No file permission
tests/unit/test_command_install.py::test_create_os_error_message[error6-False-False-Could not install packages due to an OSError: Illegal byte sequence
tests/unit/test_command_install.py::test_create_os_error_message[error7-False-False-Could not install packages due to an OSError: [Errno 13] No file permission
E OSError: [Errno 8] Exec format error: 'fake_pip'
Cleanup of bugs open for old versions. |