Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835314 - dev-ruby/eventmachine-1.2.7-r3 fails tests on MUSL
Summary: dev-ruby/eventmachine-1.2.7-r3 fails tests on MUSL
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:
Depends on:
Blocks:
 
Reported: 2022-03-15 09:15 UTC by Agostino Sarubbo
Modified: 2022-03-15 09:15 UTC (History)
0 users

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


Attachments
build.log (build.log,119.27 KB, text/plain)
2022-03-15 09:15 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-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