Your message dated Sat, 3 May 2025 11:58:20 +0530
with message-id <1442d665-d83f-4464-ba31-023249b13...@disroot.org>
and subject line ruby-eventmachine: FTBFS on IPV6-only buildds
has caused the Debian Bug report #998097,
regarding ruby-eventmachine: FTBFS on IPV6-only buildds
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
998097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-eventmachine
Severity: serious
Tags: ftbfs

FTBFS on IPV6-only buildds:

https://buildd.debian.org/status/fetch.php?pkg=ruby-eventmachine&arch=amd64&ver=1.3~pre20201020-b50c135-3&stamp=1633500476&raw=0
https://buildd.debian.org/status/fetch.php?pkg=ruby-eventmachine&arch=i386&ver=1.3~pre20201020-b50c135-4%2Bb1&stamp=1635578996&raw=0

FTBFS due to attempted DNS:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ruby-eventmachine.html

...
===============================================================================
Failure: test_nameserver(TestResolver):
  <nil> was expected to be kind_of?
  <String> but was
  <NilClass>.
/build/1st/ruby-eventmachine-1.3~pre20201020-b50c135/tests/test_resolver.rb:19:in
 `test_nameserver'
     16:   end
     17: 
     18:   def test_nameserver
  => 19:     assert_kind_of(String, EM::DNS::Resolver.nameserver)
     20:   end
     21: 
     22:   def test_nameservers
===============================================================================
...

--- End Message ---
--- Begin Message ---
Hi,

I set up an IPv6-only Proxmox LXC container and tested building |ruby-eventmachine| multiple times. All builds completed successfully.

Attaching the log with this mail.

dpkg-buildpackage: info: source package ruby-eventmachine
dpkg-buildpackage: info: source version 1.3~pre20220315-df4ab006-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Antonio Terceiro 
<terce...@debian.org>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Fix-usage-of-Process-Status-on-ruby3.3.patch
dpkg-source: info: applying no-git-gemspec.patch
dpkg-source: info: applying rewrite_dhparam_1_2.patch
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/kiran/ruby-eventmachine'
dh_auto_clean
        dh_ruby --clean
Running 'make distclean || make clean' in /home/kiran/ruby-eventmachine/ext...
"make distclean || make clean"
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext'
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext'
Running 'make distclean || make clean' in 
/home/kiran/ruby-eventmachine/ext/fastfilereader...
"make distclean || make clean"
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
if [ -d rakelib.off ]; then mv rakelib.off rakelib; fi
make[1]: Leaving directory '/home/kiran/ruby-eventmachine'
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building ruby-eventmachine using existing 
./ruby-eventmachine_1.3~pre20220315-df4ab006.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building ruby-eventmachine in 
ruby-eventmachine_1.3~pre20220315-df4ab006-5.debian.tar.xz
dpkg-source: info: building ruby-eventmachine in 
ruby-eventmachine_1.3~pre20220315-df4ab006-5.dsc
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
        dh_ruby --configure
   dh_auto_build -O--buildsystem=ruby
        dh_ruby --build
   dh_auto_test -O--buildsystem=ruby
        dh_ruby --test
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=ruby
   dh_prep -O--buildsystem=ruby
   debian/rules override_dh_auto_install
make[1]: Entering directory '/home/kiran/ruby-eventmachine'
mv rakelib rakelib.off
dh_auto_install
        dh_ruby --install /home/kiran/ruby-eventmachine/debian/ruby-eventmachine

┌──────────────────────────────────────────────────────────────────────────────┐
│ ruby-eventmachine: Install files                                             │
└──────────────────────────────────────────────────────────────────────────────┘

install -d 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/buftok.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/buftok.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/callback.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/callback.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/channel.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/channel.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/completion.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/completion.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/connection.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/connection.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/deferrable/pool.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/deferrable/pool.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/deferrable.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/deferrable.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/file_watch.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/file_watch.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/future.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/future.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/io_streamer.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/io_streamer.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/iterator.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/iterator.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/messages.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/messages.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/pool.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/pool.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/process_watch.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/process_watch.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/processes.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/processes.rb
install -D -m644 
/home/kiran/ruby-eventmachine/lib/em/protocols/header_and_content.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/header_and_content.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/httpclient.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/httpclient.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/httpclient2.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/httpclient2.rb
install -D -m644 
/home/kiran/ruby-eventmachine/lib/em/protocols/line_and_text.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/line_and_text.rb
install -D -m644 
/home/kiran/ruby-eventmachine/lib/em/protocols/line_protocol.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/line_protocol.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/linetext2.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/linetext2.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/memcache.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/memcache.rb
install -D -m644 
/home/kiran/ruby-eventmachine/lib/em/protocols/object_protocol.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/object_protocol.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/postgres3.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/postgres3.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/saslauth.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/saslauth.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/smtpclient.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/smtpclient.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/smtpserver.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/smtpserver.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/socks4.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/socks4.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/stomp.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/stomp.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols/tcptest.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols/tcptest.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/protocols.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/protocols.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/pure_ruby.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/pure_ruby.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/queue.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/queue.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/resolver.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/resolver.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/spawnable.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/spawnable.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/streamer.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/streamer.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/threaded_resource.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/threaded_resource.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/tick_loop.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/tick_loop.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/timers.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/timers.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/em/version.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/em/version.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/eventmachine.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/eventmachine.rb
install -D -m644 /home/kiran/ruby-eventmachine/lib/jeventmachine.rb 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby/jeventmachine.rb

┌──────────────────────────────────────────────────────────────────────────────┐
│ ruby-eventmachine: Build native extensions for ruby3.3                       │
└──────────────────────────────────────────────────────────────────────────────┘

/usr/bin/ruby3.3 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb 
/home/kiran/ruby-eventmachine debian/ruby-eventmachine
current directory: /home/kiran/ruby-eventmachine/ext
["/usr/bin/ruby3.3", "-I/usr/lib/ruby/vendor_ruby", "extconf.rb"]
checking for pkg-config for openssl... not found
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for BIO_read() in -lcrypto... yes
checking for SSL_CTX_new() in -lssl... yes
checking for rb_fdset_t in ruby/intern.h... yes
checking for rb_wait_for_single_fd()... yes
checking for rb_thread_fd_select()... yes
checking for inotify_init() in sys/inotify.h... yes
checking for writev() in sys/uio.h... yes
checking for pipe2() in unistd.h... yes
checking for accept4() in sys/socket.h... yes
checking for SOCK_CLOEXEC in sys/socket.h... yes
checking for sys/event.h... no
checking for epoll_create1() in sys/epoll.h... yes
checking for clock_gettime()... yes
checking for CLOCK_MONOTONIC_RAW in time.h... yes
checking for CLOCK_MONOTONIC in time.h... yes
checking for TLS_server_method() in openssl/ssl.h... yes
checking for SSL_CTX_set_min_proto_version in openssl/ssl.h... yes
CXXFLAGS=-g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wextra -Wno-deprecated-declarations -Wno-ignored-qualifiers -Wno-unused-result 
-Wno-address
creating Makefile
current directory: /home/kiran/ruby-eventmachine/ext
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-imf5eu", 
"sitelibdir=./.gem.20250502-24755-imf5eu", "clean"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext'
rm -f 
rm -fr rubyeventmachine.so false binder.o cmain.o ed.o em.o kb.o page.o pipe.o 
rubymain.o ssl.o *.bak mkmf.log .*.time
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext'
current directory: /home/kiran/ruby-eventmachine/ext
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-imf5eu", 
"sitelibdir=./.gem.20250502-24755-imf5eu"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext'
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
binder.o -c binder.cpp
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
cmain.o -c cmain.cpp
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
ed.o -c ed.cpp
ed.cpp: In member function 'void ConnectionDescriptor::_WriteOutboundData()':
ed.cpp:1301:28: warning: ignoring return value of 'std::_Deque_iterator<_Tp, 
_Ref, _Ptr>::reference std::_Deque_iterator<_Tp, _Ref, _Ptr>::operator*() const 
[with _Tp = ConnectionDescriptor::OutboundPage; _Ref = 
ConnectionDescriptor::OutboundPage&; _Ptr = 
ConnectionDescriptor::OutboundPage*; reference = 
ConnectionDescriptor::OutboundPage&]', declared with attribute 'nodiscard' 
[-Wunused-result]
 1301 |                         *op++;
      |                            ^~
In file included from /usr/include/c++/14/deque:66,
                 from project.h:29,
                 from ed.cpp:20:
/usr/include/c++/14/bits/stl_deque.h:181:7: note: declared here
  181 |       operator*() const _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
em.o -c em.cpp
em.cpp: In member function 'void EventMachine_t::SignalLoopBreaker()':
em.cpp:326:21: warning: ignoring return value of 'ssize_t write(int, const 
void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  326 |         (void)write (LoopBreakerWriter, "", 1);
      |               ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
em.cpp: In member function 'void EventMachine_t::_ReadLoopBreaker()':
em.cpp:1083:20: warning: ignoring return value of 'ssize_t read(int, void*, 
size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
 1083 |         (void)read (LoopBreakerReader, buffer, sizeof(buffer));
      |               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
kb.o -c kb.cpp
kb.cpp: In member function 'virtual void KeyboardDescriptor::Read()':
kb.cpp:77:20: warning: ignoring return value of 'ssize_t read(int, void*, 
size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 |         (void)read (GetSocket(), &c, 1);
      |               ~~~~~^~~~~~~~~~~~~~~~~~~~
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
page.o -c page.cpp
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
pipe.o -c pipe.cpp
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
rubymain.o -c rubymain.cpp
rubymain.cpp: In function 'void event_callback_wrapper(uintptr_t, int, const 
char*, long unsigned int)':
rubymain.cpp:240:26: warning: 'VALUE 
ruby::backward::cxxanyargs::rb_rescue(VALUE (*)(...), VALUE, VALUE (*)(...), 
VALUE)' is deprecated: Use of ANYARGS in this function is deprecated 
[-Wdeprecated-declarations]
  240 |                 rb_rescue(VALUEFUNC(event_callback), (VALUE)&e, 
VALUEFUNC(event_error_handler), Qnil);
      |                 
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/ruby-3.3.0/ruby/internal/anyargs.h:83,
                 from /usr/include/ruby-3.3.0/ruby/ruby.h:27,
                 from /usr/include/ruby-3.3.0/ruby.h:38,
                 from em.h:24,
                 from project.h:168,
                 from rubymain.cpp:20:
/usr/include/ruby-3.3.0/ruby/backward/cxxanyargs.hpp:260:1: note: declared here
  260 | rb_rescue(type *q, VALUE w, type *e, VALUE r)
      | ^~~~~~~~~
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_ERR_H -DWITH_SSL -DBUILD_FOR_RUBY 
-DHAVE_TYPE_RB_FDSET_T -DHAVE_RB_WAIT_FOR_SINGLE_FD -DHAVE_RB_THREAD_FD_SELECT 
-DHAVE_INOTIFY_INIT -DHAVE_INOTIFY -DHAVE_WRITEV -DHAVE_PIPE2 -DHAVE_ACCEPT4 
-DHAVE_CONST_SOCK_CLOEXEC -DOS_UNIX -DIS_RUBY_3_OR_LATER -DIS_RUBY_3_3_OR_LATER 
-DHAVE_EPOLL_CREATE1 -DHAVE_EPOLL -DHAVE_CLOCK_GETTIME 
-DHAVE_CONST_CLOCK_MONOTONIC_RAW -DHAVE_CONST_CLOCK_MONOTONIC 
-DHAVE_TLS_SERVER_METHOD -DHAVE_MAKE_PAIR -Wdate-time -D_FORTIFY_SOURCE=2   
-fPIC -g -O2 -ffile-prefix-map=BUILDDIR=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -o 
ssl.o -c ssl.cpp
ssl.cpp: In constructor 'SslContext_t::SslContext_t(bool, const std::string&, 
const std::string&, const std::string&, const std::string&, const std::string&, 
const std::string&, const std::string&, const std::string&, int)':
ssl.cpp:311:51: warning: 'DH* PEM_read_bio_DHparams(BIO*, DH**, int (*)(char*, 
int, int, void*), void*)' is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  311 |                         dh = PEM_read_bio_DHparams(bio, NULL, NULL, 
NULL);
      |                              
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/ssl.h:37,
                 from project.h:119,
                 from ssl.cpp:23:
/usr/include/openssl/pem.h:478:1: note: declared here
  478 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
      | ^~~~~~~~~~~~~~~~~~~
ssl.cpp:322:32: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  322 |                         DH_free(dh);
      |                         ~~~~~~~^~~~
In file included from /usr/include/openssl/dsa.h:31,
                 from /usr/include/openssl/x509.h:37,
                 from /usr/include/openssl/ssl.h:32:
/usr/include/openssl/dh.h:211:28: note: declared here
  211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
ssl.cpp:338:64: warning: 'EC_KEY* EC_KEY_new_by_curve_name(int)' is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
  338 |                                 ecdh = EC_KEY_new_by_curve_name(nid);
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/openssl/x509.h:33:
/usr/include/openssl/ec.h:1017:31: note: declared here
 1017 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
ssl.cpp:349:44: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since 
OpenSSL 3.0 [-Wdeprecated-declarations]
  349 |                                 EC_KEY_free(ecdh);
      |                                 ~~~~~~~~~~~^~~~~~
/usr/include/openssl/ec.h:1022:28: note: declared here
 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      |                            ^~~~~~~~~~~
rm -f rubyeventmachine.so
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -shared -o 
rubyeventmachine.so binder.o cmain.o ed.o em.o kb.o page.o pipe.o rubymain.o 
ssl.o -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now 
-fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed 
-Wl,-z,relro -Wl,-z,now    -lruby-3.3  -lcrypto -lssl -lm -lpthread  -lc
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext'
current directory: /home/kiran/ruby-eventmachine/ext
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-imf5eu", 
"sitelibdir=./.gem.20250502-24755-imf5eu", "install"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext'
/bin/mkdir -p . ./.gem.20250502-24755-imf5eu
exit > .sitearchdir.time
/usr/bin/install -c -m 0755 rubyeventmachine.so ./.gem.20250502-24755-imf5eu
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext'
current directory: /home/kiran/ruby-eventmachine/ext
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-imf5eu", 
"sitelibdir=./.gem.20250502-24755-imf5eu", "clean"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext'
rm -f 
rm -fr rubyeventmachine.so false binder.o cmain.o ed.o em.o kb.o page.o pipe.o 
rubymain.o ssl.o *.bak mkmf.log .*.time
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext'
current directory: /home/kiran/ruby-eventmachine/ext
/usr/bin/ruby3.3 -I/usr/lib/ruby/vendor_ruby extconf.rb
current directory: /home/kiran/ruby-eventmachine/ext
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-imf5eu 
sitelibdir\=./.gem.20250502-24755-imf5eu clean
current directory: /home/kiran/ruby-eventmachine/ext
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-imf5eu 
sitelibdir\=./.gem.20250502-24755-imf5eu
current directory: /home/kiran/ruby-eventmachine/ext
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-imf5eu 
sitelibdir\=./.gem.20250502-24755-imf5eu install
current directory: /home/kiran/ruby-eventmachine/ext
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-imf5eu 
sitelibdir\=./.gem.20250502-24755-imf5eu clean
rm -f 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/3.3.0/mkmf.log
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
["/usr/bin/ruby3.3", "-I/usr/lib/ruby/vendor_ruby", "extconf.rb"]
creating Makefile
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-qttm8u", 
"sitelibdir=./.gem.20250502-24755-qttm8u", "clean"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
rm -f 
rm -fr fastfilereaderext.so false mapper.o rubymain.o *.bak mkmf.log .*.time
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-qttm8u", 
"sitelibdir=./.gem.20250502-24755-qttm8u"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DBUILD_FOR_RUBY -DOS_UNIX -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -g -O2 
-ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection  -o mapper.o -c mapper.cpp
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -I. 
-I/usr/include/x86_64-linux-gnu/ruby-3.3.0 
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. 
-DBUILD_FOR_RUBY -DOS_UNIX -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -g -O2 
-ffile-prefix-map=BUILDDIR=. -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection  -o rubymain.o -c rubymain.cpp
rm -f fastfilereaderext.so
g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=. -shared -o 
fastfilereaderext.so mapper.o rubymain.o -L. -L/usr/lib/x86_64-linux-gnu -L. 
-Wl,-z,relro -Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic 
-Wl,--no-as-needed -Wl,-z,relro -Wl,-z,now    -lruby-3.3  -lm -lpthread  -lc
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-qttm8u", 
"sitelibdir=./.gem.20250502-24755-qttm8u", "install"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
/bin/mkdir -p . ./.gem.20250502-24755-qttm8u
exit > .sitearchdir.time
/usr/bin/install -c -m 0755 fastfilereaderext.so ./.gem.20250502-24755-qttm8u
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
["make", "V=1", "CC=gcc -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", 
"CXX=g++ -fdebug-prefix-map=/home/kiran/ruby-eventmachine=.", "DESTDIR=", 
"sitearchdir=./.gem.20250502-24755-qttm8u", 
"sitelibdir=./.gem.20250502-24755-qttm8u", "clean"]
make[2]: Entering directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
rm -f 
rm -fr fastfilereaderext.so false mapper.o rubymain.o *.bak mkmf.log .*.time
make[2]: Leaving directory '/home/kiran/ruby-eventmachine/ext/fastfilereader'
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
/usr/bin/ruby3.3 -I/usr/lib/ruby/vendor_ruby extconf.rb
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-qttm8u 
sitelibdir\=./.gem.20250502-24755-qttm8u clean
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-qttm8u 
sitelibdir\=./.gem.20250502-24755-qttm8u
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-qttm8u 
sitelibdir\=./.gem.20250502-24755-qttm8u install
current directory: /home/kiran/ruby-eventmachine/ext/fastfilereader
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. 
CXX\=g++\ -fdebug-prefix-map\=/home/kiran/ruby-eventmachine\=. DESTDIR\= 
sitearchdir\=./.gem.20250502-24755-qttm8u 
sitelibdir\=./.gem.20250502-24755-qttm8u clean

┌──────────────────────────────────────────────────────────────────────────────┐
│ ruby-eventmachine: Install Rubygems integration metadata                     │
└──────────────────────────────────────────────────────────────────────────────┘

generating gemspec at 
/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/share/rubygems-integration/3.3.0/specifications/eventmachine-1.3.0.dev.1.gemspec
dh_installchangelogs -pruby-eventmachine 
/home/kiran/ruby-eventmachine/CHANGELOG.md upstream
/usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner

┌──────────────────────────────────────────────────────────────────────────────┐
│ Checking Rubygems dependency resolution on ruby3.3                           │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/3.3.0:/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/share/rubygems-integration/3.3.0:/home/kiran/ruby-eventmachine/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
 ruby3.3 -e gem\ \"eventmachine\"

┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby3.3 from debian/ruby-tests.rake                            │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/3.3.0:/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=/home/kiran/ruby-eventmachine/debian/ruby-eventmachine/usr/share/rubygems-integration/3.3.0:/home/kiran/ruby-eventmachine/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
 ruby3.3 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake
W: just loopback interface or none has IPv4 address, this might be a IPv6 
builder. Skipping tests...

┌──────────────────────────────────────────────────────────────────────────────┐
│ dh_ruby --install finished                                                   │
└──────────────────────────────────────────────────────────────────────────────┘

mv rakelib.off rakelib
make[1]: Leaving directory '/home/kiran/ruby-eventmachine'
   dh_installdocs -O--buildsystem=ruby
   dh_ruby_fixdocs -O--buildsystem=ruby
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/home/kiran/ruby-eventmachine'
dh_installchangelogs CHANGELOG.md
make[1]: Leaving directory '/home/kiran/ruby-eventmachine'
   dh_installexamples -O--buildsystem=ruby
   dh_installsystemduser -O--buildsystem=ruby
   dh_lintian -O--buildsystem=ruby
   dh_perl -O--buildsystem=ruby
   dh_link -O--buildsystem=ruby
   dh_strip_nondeterminism -O--buildsystem=ruby
   dh_compress -X.rb -O--buildsystem=ruby
   dh_fixperms -O--buildsystem=ruby
   dh_missing -O--buildsystem=ruby
   dh_dwz -a -O--buildsystem=ruby
   dh_strip -a -O--buildsystem=ruby
   dh_makeshlibs -a -O--buildsystem=ruby
   dh_shlibdeps -a -O--buildsystem=ruby
   dh_ruby_fixdepends -O--buildsystem=ruby
   dh_installdeb -O--buildsystem=ruby
   dh_gencontrol -O--buildsystem=ruby
   dh_md5sums -O--buildsystem=ruby
   dh_builddeb -O--buildsystem=ruby
dpkg-deb: building package 'ruby-eventmachine-dbgsym' in 
'../ruby-eventmachine-dbgsym_1.3~pre20220315-df4ab006-5_amd64.deb'.
dpkg-deb: building package 'ruby-eventmachine' in 
'../ruby-eventmachine_1.3~pre20220315-df4ab006-5_amd64.deb'.
 dpkg-genbuildinfo 
-O../ruby-eventmachine_1.3~pre20220315-df4ab006-5_amd64.buildinfo
 dpkg-genchanges -O../ruby-eventmachine_1.3~pre20220315-df4ab006-5_amd64.changes
dpkg-genchanges: info: not including original source code in upload
 dpkg-source --after-build .
dpkg-source: info: unapplying rewrite_dhparam_1_2.patch
dpkg-source: info: unapplying no-git-gemspec.patch
dpkg-source: info: unapplying 0001-Fix-usage-of-Process-Status-on-ruby3.3.patch
dpkg-buildpackage: info: binary and diff upload (original source NOT included)

Attachment: OpenPGP_0x0D598BD7BC822E10.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to