Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930537 - dev-ruby/net-scp-4.0.0 fails tests: NoMethodError: undefined method sequences for file::stat:String
Summary: dev-ruby/net-scp-4.0.0 fails tests: NoMethodError: undefined method sequences...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-24 06:41 UTC by Agostino Sarubbo
Modified: 2024-04-24 06:57 UTC (History)
0 users

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


Attachments
build.log (build.log,79.34 KB, text/plain)
2024-04-24 06:41 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-04-24 06:41:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/net-scp-4.0.0 fails tests.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-24 06:41:46 UTC
Created attachment 891594 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-24 06:41:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  NoMethodError: undefined method `sequences' for "file::stat":String
Error: test_download_directory_should_create_directory_and_files_locally(TestDownload):
Error: test_download_file_should_transfer_file(TestDownload):
Error: test_download_file_with_metacharacters_in_name_should_escape_remote_file_name(TestDownload):
Error: test_download_file_with_spaces_in_name_should_escape_remote_file_name(TestDownload):
Error: test_download_should_raise_error_if_gets_not_ok(TestDownload):
Error: test_download_with_preserve_should_send_times(TestDownload):
Error: test_download_with_progress_callback_should_invoke_callback(TestDownload):
Error: test_upload_directory_should_recursively_create_and_upload_items(TestUpload):
Error: test_upload_directory_with_preserve_should_send_times_for_all_items(TestUpload):
Error: test_upload_directory_without_recursive_should_error(TestUpload):
Error: test_upload_empty_directory_should_create_directory_and_finish(TestUpload):
Error: test_upload_file_should_transfer_file(TestUpload):
Error: test_upload_file_with_metacharacters_in_name_should_escape_remote_file_name(TestUpload):
Error: test_upload_file_with_preserve_should_send_times(TestUpload):
Error: test_upload_file_with_progress_callback_should_invoke_callback(TestUpload):
Error: test_upload_file_with_spaces_in_name_should_escape_remote_file_name(TestUpload):
Error: test_upload_should_not_block(TestUpload):
Error: test_upload_should_raise_error_if_gets_not_ok(TestUpload):
Comment 3 Larry the Git Cow gentoo-dev 2024-04-24 06:57:24 UTC
The bug has been referenced in the following commit(s):

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

commit c287425b69724417f94d058071cf9f718be92802
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-04-24 06:56:41 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-04-24 06:57:14 +0000

    dev-ruby/net-scp: restrict mocha version
    
    Bug: https://bugs.gentoo.org/930537
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/net-scp/net-scp-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)