Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 835314

Summary: dev-ruby/eventmachine-1.2.7-r3 fails tests on MUSL
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-03-15 09:15:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/eventmachine-1.2.7-r3 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-15 09:15:32 UTC
Created attachment 767081 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-15 09:15:33 UTC
Error(s) that match a know pattern:


Error: test_accept_server(TestSslVerify): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_add_periodic_timer(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_add_periodic_timer_cancel(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_any_with_external_client_tlsv1_3(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_signal_loopbreak
Error: test_case_insensitivity(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_connect_refused(TestUnbindReason): RuntimeError: eventmachine not initialized: evma_connect_to_server
Error: test_default_to_default(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_deny_server(TestSslVerify): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_dispatch_completion(TestThreadedResource): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_fail_no_peer_cert(TestSslVerify): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_oneshot_timer_large_future_value(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_optional_argument(TestUnbindReason): RuntimeError: eventmachine not initialized: evma_connect_to_server
Error: test_periodic_timer(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_periodic_timer_cancel(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_periodic_timer_self_cancel(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_system(TestSystem): RuntimeError: eventmachine not initialized: evma_popen
Error: test_system_with_string(TestSystem): RuntimeError: eventmachine not initialized: evma_popen
Error: test_timer_with_block(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_timer_with_proc(TestTimers): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_tlsv1_2_required_with_external_client(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_tlsv1_2_to_any(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_tlsv1_2_to_tlsv1_2(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_tlsv1_2_with_external_client(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer
Error: test_tlsv1_3_to_tlsv1_3(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_create_tcp_server
Error: test_tlsv1_3_with_external_client(TestSslProtocols): RuntimeError: eventmachine not initialized: evma_install_oneshot_timer