Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 859895 - dev-python/pip-22.2 fails tests
Summary: dev-python/pip-22.2 fails tests
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-22 06:14 UTC by Agostino Sarubbo
Modified: 2022-07-22 17:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,59.75 KB, application/x-xz)
2022-07-22 06:14 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-07-22 06:14:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pip-22.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-22 06:14:30 UTC
Created attachment 792986 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-22 06:14:31 UTC
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] - OSE...
FAILED tests/functional/test_cli.py::test_entrypoints_work[entrypoint1] - OSE...
FAILED tests/functional/test_cli.py::test_entrypoints_work[entrypoint2] - OSE...
FAILED tests/functional/test_install_vcs_git.py::test_editable__branch_with_sha_different_from_default
FAILED tests/functional/test_install_vcs_git.py::test_git_install_again_after_changes
FAILED tests/functional/test_install_vcs_git.py::test_git_install_branch_again_after_branch_changes
FAILED tests/functional/test_install_vcs_git.py::test_git_install_ref - OSErr...
FAILED tests/functional/test_install_vcs_git.py::test_git_install_then_install_ref
FAILED tests/functional/test_install_vcs_git.py::test_git_with_branch_name_as_revision
FAILED tests/functional/test_install_vcs_git.py::test_git_with_sha1_revisions
FAILED tests/functional/test_install_vcs_git.py::test_git_with_short_sha1_revisions
FAILED tests/functional/test_install_vcs_git.py::test_git_with_tag_name_as_revision
FAILED tests/functional/test_install_vcs_git.py::test_reinstalling_works_with_editable_non_master_branch
FAILED tests/functional/test_show.py::test_more_than_one_package - AssertionE...
[gw26] [ 547/2215] 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
[gw26] [ 548/2215] 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
[gw26] [ 549/2215] 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
[gw26] [ 550/2215] 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
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'
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-07-22 08:19:16 UTC
Please upgrade your kernel or shorten your PORTAGE_TMPDIR.
Comment 4 Agostino Sarubbo gentoo-dev 2022-07-22 09:23:13 UTC
(In reply to Michał Górny from comment #3)
> Please upgrade your kernel or shorten your PORTAGE_TMPDIR.

Sure, I can but I'd expect to have it aborted in the setup phase or so. Is there a reason because it wasn't done?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-07-22 11:12:08 UTC
I haven't figured out a good way to detect broken systems.