Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887843 - dev-python/GitPython-3.1.27 fails tests (DASH-SYSTEM)
Summary: dev-python/GitPython-3.1.27 fails tests (DASH-SYSTEM)
Status: CONFIRMED
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-12-22 08:08 UTC by Agostino Sarubbo
Modified: 2022-12-22 08:08 UTC (History)
0 users

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


Attachments
build.log (build.log,191.94 KB, text/plain)
2022-12-22 08:08 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-12-22 08:08:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/GitPython-3.1.27 fails tests (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-22 08:08:17 UTC
Created attachment 844619 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-22 08:08:18 UTC
Error(s) that match a know pattern:


                    except OSError:
            GitCommandError: Cmd('git') failed due to: exit code(128)
            except OSError:
        :raise GitCommandError:
        except FileNotFoundError:
E           git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128)
FAILED test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit
FAILED test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules