Tracker – Changelog – Bugs – packages.d.o – Source
bug# | package | title | affects |
---|---|---|---|
1064685 | ruby3.2 | ruby3.2: FTBFS: Errno::EADDRINUSE: Address already in use - listen(2) |
Install getbuildlog: sudo apt install devscripts
Download latest ruby3.2 build logs: getbuildlog ruby3.2 last
Download all ruby3.2 build logs: getbuildlog ruby3.2
""" . <1> expected but was <0>. Finished tests in 4605.301346s, 5.0752 tests/s, 1217.9820 assertions/s. 23373 tests, 5609174 assertions, 3 failures, 0 errors, 135 skips ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [alpha-linux-gnu] make[2]: *** [uncommon.mk:855: yes-test-all] Error 3 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
[310/311] WEBrick::TestHTTPResponse#test_send_body_string_io_chunked = 0.00 s [311/311] WEBrick::TestHTTPResponse#test_204_does_not_log_warning = 0.00 s 1) Timeout: TestWEBrickSSLServer#test_slow_connect Finished tests in 245.100270s, 1.2689 tests/s, 7.3399 assertions/s. 311 tests, 1799 assertions, 0 failures, 1 errors, 12 skips ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [hppa-linux-gnu] make[2]: *** [uncommon.mk:842: yes-test-tool] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
[ 1951/23423] Fiddle::TestCParser#test_signature_type_args = 0.00 s [ 1952/23423] Fiddle::TestCParser#test_struct_undefined = 0.00 s [ 1953/23423] Fiddle::TestCParser#test_struct_nested_struct = 0.00 s [ 1954/23423] TestIO_Console#test_cooked = 0.01 s [ 1955/23423] TestIO_Console#test_set_winsize_invalid_dev = 0.00 s [ 1956/23423] TestIO_Console#test_echo = 0.01 s [ 1957/23423] TestIO_Console#test_sync = 0.12 s [ 1958/23423] TestIO_Console#test_setecho2 = 0.44 s [ 1959/23423] TestIO_Console#test_cursor_position = 0.21 s [ 1960/23423] TestIO_Console#test_ioflush = 0.01 s [ 1961/23423] TestIO_Console#test_raw_mincharmake[2]: *** [uncommon.mk:855: yes-test-all] Killed make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
./include/ruby/internal/static_assert.h:70:5: note: in expansion of macro ‘RBIMPL_STATIC_ASSERT0’ 70 | RBIMPL_STATIC_ASSERT0(expr, # name ": " # expr) | ^~~~~~~~~~~~~~~~~~~~~ ./internal/static_assert.h:13:24: note: in expansion of macro ‘RBIMPL_STATIC_ASSERT’ 13 | # define STATIC_ASSERT RBIMPL_STATIC_ASSERT | ^~~~~~~~~~~~~~~~~~~~ method.h:203:1: note: in expansion of macro ‘STATIC_ASSERT’ 203 | STATIC_ASSERT(sizeof_method_def, offsetof(rb_method_definition_t, body)==8); | ^~~~~~~~~~~~~ make[2]: *** [Makefile:464: miniinit.o] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j1 main V=1 returned exit code 2 make[1]: *** [debian/rules:116: override_dh_auto_build-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
OpenSSL::TestASN1#test_utctime: OpenSSL::ASN1::ASN1Error: utctime is too short /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode_test' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:411:in `test_utctime' Finished tests in 1561.043771s, 14.8939 tests/s, 3598.6063 assertions/s. 23250 tests, 5617582 assertions, 58 failures, 2 errors, 142 skips ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [powerpc-linux-gnu] make[2]: *** [uncommon.mk:855: yes-test-all] Error 60 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
OpenSSL::TestASN1#test_generalizedtime: OpenSSL::ASN1::ASN1Error: generalizedtime is too short /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode_test' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:433:in `test_generalizedtime' Finished tests in 1002.765257s, 23.3066 tests/s, 5597.4007 assertions/s. 23371 tests, 5612879 assertions, 58 failures, 2 errors, 129 skips ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [powerpc64-linux-gnu] make[2]: *** [uncommon.mk:855: yes-test-all] Error 60 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
r2, w2 = IO.pipe t1 = Thread.new { w1 << megacontent; w1.close } t2 = Thread.new { r2.read; r2.close } IO.copy_stream(r1, w2) rescue nil w2.close r1.close t1.join t2.join #=> killed by SIGKILL (signal 9) (timeout) megacontent-copy_stream FAIL 9/1794 tests failed make[2]: *** [uncommon.mk:809: yes-btest-ruby] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
OpenSSL::TestASN1#test_utctime: OpenSSL::ASN1::ASN1Error: utctime is too short /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:698:in `decode_test' /<<PKGBUILDDIR>>/test/openssl/test_asn1.rb:411:in `test_utctime' Finished tests in 2347.045358s, 9.9593 tests/s, 2392.1404 assertions/s. 23375 tests, 5614462 assertions, 58 failures, 2 errors, 130 skips ruby -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [sparc64-linux-gnu] make[2]: *** [uncommon.mk:855: yes-test-all] Error 60 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
[ 5556/23444] Fiddle::TestImport#test_sizeof_int64_t = 0.14 s [ 5557/23444] Fiddle::TestImport#test_value = 0.14 s [ 5558/23444] Fiddle::TestImport#test_sizeof_intptr_t = 0.14 s [ 5559/23444] Fiddle::TestImport#test_sizeof_ptrdiff_t = 0.14 s [ 5560/23444] Fiddle::TestImport#test_sizeof_ushort = 0.14 s [ 5561/23444] Fiddle::TestImport#test_nested_struct_alignment_is_not_its_size = 0.13 s [ 5562/23444] Fiddle::TestImport#test_atof = 0.15 s [ 5563/23444] Fiddle::TestImport#test_struct_nested_struct_members = 0.14 s [ 5564/23444] Fiddle::TestImport#test_gettimeofday = 0.14 s free(): invalid next size (fast) make[2]: *** [uncommon.mk:855: yes-test-all] Aborted make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:133: override_dh_auto_test-arch] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:94: binary-arch] Error 2
> [ 1961/23423] TestIO_Console#test_raw_mincharmake[2]: *** [uncommon.mk:855: yes-test-all] Killed