Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942533 - [guru] dev-embedded/idf-component-manager-2.0.4 fails tests: FAILED test_git.py::test_versions_component_hash - idf_component_tools.errors.GitError: git ls-tree --name-only abe887f6a3999a76759278b6542a541be82d4408 failed with exit code 128
Summary: [guru] dev-embedded/idf-component-manager-2.0.4 fails tests: FAILED test_git....
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-10-30 14:50 UTC by Agostino Sarubbo
Modified: 2024-10-30 14:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,260.80 KB, text/plain)
2024-10-30 14:50 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 2024-10-30 14:50:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-embedded/idf-component-manager-2.0.4 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-30 14:50:49 UTC
Created attachment 907332 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-30 14:50:50 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


            GitCommandError: If the Git command fails with a non-zero exit code.
E           idf_component_tools.errors.GitError: 'git ls-tree --name-only abe887f6a3999a76759278b6542a541be82d4408' failed with exit code 128 
E           idf_component_tools.git_client.GitCommandError: 'git ls-tree --name-only abe887f6a3999a76759278b6542a541be82d4408' failed with exit code 128 
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED tests/sources/test_git.py::test_versions_component_hash - idf_component_tools.errors.GitError: 'git ls-tree --name-only abe887f6a3999a76759278b6542a541be82d4408' failed with exit code 128 
fatal: not a tree object
tests/sources/test_git.py::test_versions_component_hash FAILED        [195/438]
tests/test_core_utils.py::test_create_example_name_error[/namespace/component:example] PASSED [250/438]
tests/test_core_utils.py::test_create_example_name_error[namespace/test/component:example] PASSED [249/438]
tests/test_core_utils.py::test_create_example_name_error[t@st/component:example] PASSED [251/438]
tests/test_core_utils.py::test_create_example_name_error[test/component/example] PASSED [253/438]
tests/test_core_utils.py::test_create_example_name_error[test:component:example] PASSED [252/438]
tests/test_core_utils.py::test_parse_example_spec_version_error[test/cmp>=1.0.0.1:sample_project->=1.0.0.1] PASSED [246/438]
tests/test_core_utils.py::test_parse_example_spec_version_error[test/component>=1.2.2<=1.2.3:example->=1.2.2<=1.2.3] PASSED [248/438]
tests/test_core_utils.py::test_parse_example_spec_version_error[test>=1.1.1/component:example->=1.1.1/component] PASSED [247/438]