Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936202 - dev-ruby/git-1.19.1 fails tests: Error: test_commit_data(TestSignedCommits):
Summary: dev-ruby/git-1.19.1 fails tests: Error: test_commit_data(TestSignedCommits):
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-07-17 07:37 UTC by Agostino Sarubbo
Modified: 2024-07-18 06:47 UTC (History)
0 users

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


Attachments
build.log (build.log,60.37 KB, text/plain)
2024-07-17 07:37 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-07-17 07:37:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/git-1.19.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-17 07:37:28 UTC
Created attachment 897834 [details]
build.log

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


  Git::FailedError: git '--git-dir=/var/tmp/portage/dev-ruby/git-1.19.1/temp/d20240716-35-zu8oor/.git' '--work-tree=/var/tmp/portage/dev-ruby/git-1.19.1/temp/d20240716-35-zu8oor' '-c' 'core.quotePath=true' '-c' 'color.ui=false' 'cat-file' 'commit' 'HEAD'  2>&1
Error: test_commit_data(TestSignedCommits):
error: Couldn't load public key .git/test-key: No such file or directory?
fatal: failed to write commit object
error: Couldn't load public key .git/test-key: No such file or directory?
Comment 3 Hans de Graaff gentoo-dev Security 2024-07-18 06:35:41 UTC
This test uses a DSA key which is no longer supported by openssh.
Comment 4 Larry the Git Cow gentoo-dev 2024-07-18 06:47:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70c90b4e1dbf19d6e83752c59bdd40998de68d8

commit c70c90b4e1dbf19d6e83752c59bdd40998de68d8
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-07-18 06:44:47 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-07-18 06:47:00 +0000

    dev-ruby/git: fix deprecated dsa key usage in tests
    
    Closes: https://bugs.gentoo.org/936202
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/git/git-1.19.1.ebuild | 3 +++
 dev-ruby/git/git-2.1.1.ebuild  | 3 +++
 2 files changed, 6 insertions(+)