==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [build_7ace565a-fdd7-4178-9f0c-00743d5a5677]...done ==> Making package: ruby-thin 1.8.1-1.1 (Wed Jun 8 23:38:02 2022) ==> Retrieving sources... -> Downloading ruby-thin-1.8.1.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9100 0 9100 0 0 22121 0 --:--:-- --:--:-- --:--:-- 22121 100 177k 0 177k 0 0 409k 0 --:--:-- --:--:-- --:--:-- 8411k ==> Validating source files with sha512sums... ruby-thin-1.8.1.tar.gz ... Passed ==> Validating source files with b2sums... ruby-thin-1.8.1.tar.gz ... Passed ==> Making package: ruby-thin 1.8.1-1.1 (Wed Jun 8 23:38:05 2022) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... warning: dependency cycle detected: warning: rubygems will be installed before its ruby dependency warning: dependency cycle detected: warning: ruby-irb will be installed before its ruby dependency warning: dependency cycle detected: warning: ruby-reline will be installed before its ruby dependency Package (11) New Version Net Change extra/libyaml 0.2.5-1 0.18 MiB community/ruby-irb 1.4.1-1 0.24 MiB community/ruby-psych 4.0.4-2 0.57 MiB community/ruby-rdoc 6.4.0-2 1.96 MiB community/ruby-reline 0.3.1-1 0.26 MiB community/ruby-stringio 3.0.2-1 0.17 MiB extra/rubygems 3.3.8-1 0.93 MiB extra/ruby 3.0.4-1 13.50 MiB community/ruby-daemons 1.3.1-2 0.19 MiB community/ruby-eventmachine 1.2.7-5 2.03 MiB community/ruby-rack 2.2.3-2 0.91 MiB Total Installed Size: 20.94 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libyaml... installing rubygems... installing ruby-reline... installing ruby-irb... installing ruby... Optional dependencies for ruby ruby-docs: Ruby documentation tk: for Ruby/TK installing ruby-rack... installing ruby-stringio... installing ruby-psych... installing ruby-rdoc... installing ruby-eventmachine... installing ruby-daemons... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (8) New Version Net Change community/ruby-diff-lcs 1.4.4-2 0.31 MiB community/ruby-rspec-core 3.10.1-1 1.26 MiB community/ruby-rspec-expectations 3.10.1-1 0.75 MiB community/ruby-rspec-mocks 3.10.2-1 0.70 MiB community/ruby-rspec-support 3.10.2-1 0.25 MiB community/ruby-rake 13.0.6-1 0.26 MiB community/ruby-rake-compiler 1.1.1-2 0.23 MiB community/ruby-rspec 3.10.0-1 0.01 MiB Total Installed Size: 3.76 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing ruby-rake... installing ruby-rake-compiler... installing ruby-rspec-support... installing ruby-rspec-core... installing ruby-diff-lcs... installing ruby-rspec-expectations... installing ruby-rspec-mocks... installing ruby-rspec... [?25h==> Retrieving sources... -> Found ruby-thin-1.8.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting ruby-thin-1.8.1.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... /usr/bin/ruby -I. ../../../../ext/thin_parser/extconf.rb mkdir -p tmp/x86_64-linux/thin_parser/3.0.4 cd tmp/x86_64-linux/thin_parser/3.0.4 checking for main() in -lc... yes creating Makefile /usr/bin/make cd - cd tmp/x86_64-linux/thin_parser/3.0.4 compiling ../../../../ext/thin_parser/parser.c compiling ../../../../ext/thin_parser/thin.c linking shared-object thin_parser.so cd - mkdir -p tmp/x86_64-linux/stage/lib cp CHANGELOG tmp/x86_64-linux/stage/CHANGELOG cp README.md tmp/x86_64-linux/stage/README.md cp Rakefile tmp/x86_64-linux/stage/Rakefile mkdir -p tmp/x86_64-linux/stage/bin cp bin/thin tmp/x86_64-linux/stage/bin/thin mkdir -p tmp/x86_64-linux/stage/example cp example/adapter.rb tmp/x86_64-linux/stage/example/adapter.rb cp example/async_app.ru tmp/x86_64-linux/stage/example/async_app.ru cp example/async_chat.ru tmp/x86_64-linux/stage/example/async_chat.ru cp example/async_tailer.ru tmp/x86_64-linux/stage/example/async_tailer.ru cp example/config.ru tmp/x86_64-linux/stage/example/config.ru cp example/monit_sockets tmp/x86_64-linux/stage/example/monit_sockets cp example/monit_unixsock tmp/x86_64-linux/stage/example/monit_unixsock cp example/myapp.rb tmp/x86_64-linux/stage/example/myapp.rb cp example/ramaze.ru tmp/x86_64-linux/stage/example/ramaze.ru cp example/thin.god tmp/x86_64-linux/stage/example/thin.god cp example/thin_solaris_smf.erb tmp/x86_64-linux/stage/example/thin_solaris_smf.erb cp example/thin_solaris_smf.readme.txt tmp/x86_64-linux/stage/example/thin_solaris_smf.readme.txt cp example/vlad.rake tmp/x86_64-linux/stage/example/vlad.rake mkdir -p tmp/x86_64-linux/stage/ext/thin_parser cp ext/thin_parser/common.rl tmp/x86_64-linux/stage/ext/thin_parser/common.rl cp ext/thin_parser/ext_help.h tmp/x86_64-linux/stage/ext/thin_parser/ext_help.h cp ext/thin_parser/extconf.rb tmp/x86_64-linux/stage/ext/thin_parser/extconf.rb cp ext/thin_parser/parser.c tmp/x86_64-linux/stage/ext/thin_parser/parser.c cp ext/thin_parser/parser.h tmp/x86_64-linux/stage/ext/thin_parser/parser.h cp ext/thin_parser/parser.rl tmp/x86_64-linux/stage/ext/thin_parser/parser.rl cp ext/thin_parser/thin.c tmp/x86_64-linux/stage/ext/thin_parser/thin.c mkdir -p tmp/x86_64-linux/stage/lib/rack/adapter cp lib/rack/adapter/loader.rb tmp/x86_64-linux/stage/lib/rack/adapter/loader.rb cp lib/rack/adapter/rails.rb tmp/x86_64-linux/stage/lib/rack/adapter/rails.rb mkdir -p tmp/x86_64-linux/stage/lib/rack/handler cp lib/rack/handler/thin.rb tmp/x86_64-linux/stage/lib/rack/handler/thin.rb cp lib/thin.rb tmp/x86_64-linux/stage/lib/thin.rb mkdir -p tmp/x86_64-linux/stage/lib/thin/backends cp lib/thin/backends/base.rb tmp/x86_64-linux/stage/lib/thin/backends/base.rb cp lib/thin/backends/swiftiply_client.rb tmp/x86_64-linux/stage/lib/thin/backends/swiftiply_client.rb cp lib/thin/backends/tcp_server.rb tmp/x86_64-linux/stage/lib/thin/backends/tcp_server.rb cp lib/thin/backends/unix_server.rb tmp/x86_64-linux/stage/lib/thin/backends/unix_server.rb cp lib/thin/command.rb tmp/x86_64-linux/stage/lib/thin/command.rb cp lib/thin/connection.rb tmp/x86_64-linux/stage/lib/thin/connection.rb mkdir -p tmp/x86_64-linux/stage/lib/thin/controllers cp lib/thin/controllers/cluster.rb tmp/x86_64-linux/stage/lib/thin/controllers/cluster.rb cp lib/thin/controllers/controller.rb tmp/x86_64-linux/stage/lib/thin/controllers/controller.rb cp lib/thin/controllers/service.rb tmp/x86_64-linux/stage/lib/thin/controllers/service.rb cp lib/thin/controllers/service.sh.erb tmp/x86_64-linux/stage/lib/thin/controllers/service.sh.erb cp lib/thin/daemonizing.rb tmp/x86_64-linux/stage/lib/thin/daemonizing.rb cp lib/thin/headers.rb tmp/x86_64-linux/stage/lib/thin/headers.rb cp lib/thin/logging.rb tmp/x86_64-linux/stage/lib/thin/logging.rb cp lib/thin/request.rb tmp/x86_64-linux/stage/lib/thin/request.rb cp lib/thin/response.rb tmp/x86_64-linux/stage/lib/thin/response.rb cp lib/thin/runner.rb tmp/x86_64-linux/stage/lib/thin/runner.rb cp lib/thin/server.rb tmp/x86_64-linux/stage/lib/thin/server.rb cp lib/thin/stats.html.erb tmp/x86_64-linux/stage/lib/thin/stats.html.erb cp lib/thin/stats.rb tmp/x86_64-linux/stage/lib/thin/stats.rb cp lib/thin/statuses.rb tmp/x86_64-linux/stage/lib/thin/statuses.rb cp lib/thin/version.rb tmp/x86_64-linux/stage/lib/thin/version.rb install -c tmp/x86_64-linux/thin_parser/3.0.4/thin_parser.so lib/thin_parser.so cp tmp/x86_64-linux/thin_parser/3.0.4/thin_parser.so tmp/x86_64-linux/stage/lib/thin_parser.so gem build thin.gemspec WARNING: open-ended dependency on eventmachine (>= 1.0, >= 1.0.4) is not recommended if eventmachine is semantically versioned, use: add_runtime_dependency 'eventmachine', '~> 1.0' WARNING: open-ended dependency on daemons (>= 1.0, >= 1.0.9) is not recommended if daemons is semantically versioned, use: add_runtime_dependency 'daemons', '~> 1.0' WARNING: See https://guides.rubygems.org/specification-reference/ for help Successfully built RubyGem Name: thin Version: 1.8.1 File: thin-1.8.1.gem ==> Starting check()... install -c tmp/x86_64-linux/thin_parser/3.0.4/thin_parser.so lib/thin_parser.so cp tmp/x86_64-linux/thin_parser/3.0.4/thin_parser.so tmp/x86_64-linux/stage/lib/thin_parser.so /usr/bin/ruby -I/usr/lib/ruby/gems/3.0.0/gems/rspec-support-3.10.2/lib:/usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.10.1/lib /usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.10.1/exe/rspec spec/backends/swiftiply_client_spec.rb spec/backends/tcp_server_spec.rb spec/backends/unix_server_spec.rb spec/command_spec.rb spec/connection_spec.rb spec/controllers/cluster_spec.rb spec/controllers/controller_spec.rb spec/controllers/service_spec.rb spec/headers_spec.rb spec/logging_spec.rb spec/rack/loader_spec.rb spec/rack/rails_adapter_spec.rb spec/request/mongrel_spec.rb spec/request/parser_spec.rb spec/request/persistent_spec.rb spec/request/processing_spec.rb spec/response_spec.rb spec/runner_spec.rb spec/server/builder_spec.rb spec/server/robustness_spec.rb spec/server/swiftiply_spec.rb spec/server/unix_socket_spec.rb spec/server_spec.rb -c -f progress which: no swiftiply in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) Rails 2.0.2 is required to run the Rails adapter specs Install mongrel to test compatibility w/ it Ignoring Server on Swiftiply specs, gem install swiftiply to run .../startdir/src/thin-1.8.1/lib/thin/backends/swiftiply_client.rb:53: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. .../startdir/src/thin-1.8.1/lib/thin/backends/swiftiply_client.rb:53: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. ./startdir/src/thin-1.8.1/lib/thin/backends/swiftiply_client.rb:53: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. ..................................................................................................................................................................................# terminated with exception (report_on_exception is true): /usr/lib/ruby/gems/3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:531:in `start_tcp_server': no acceptor (port is in use or requires root privileges) (RuntimeError) from /usr/lib/ruby/gems/3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:531:in `start_server' from /startdir/src/thin-1.8.1/lib/thin/backends/tcp_server.rb:16:in `connect' from /startdir/src/thin-1.8.1/lib/thin/backends/base.rb:65:in `block in start' from /usr/lib/ruby/gems/3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run_machine' from /usr/lib/ruby/gems/3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in `run' from /startdir/src/thin-1.8.1/lib/thin/backends/base.rb:75:in `start' from /startdir/src/thin-1.8.1/lib/thin/server.rb:162:in `start' from /startdir/src/thin-1.8.1/spec/spec_helper.rb:191:in `block in start_server' Deprecation Warnings: Using `should_receive` from rspec-mocks' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /startdir/src/thin-1.8.1/spec/connection_spec.rb:40:in `block (2 levels) in '. Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /startdir/src/thin-1.8.1/spec/request/parser_spec.rb:213:in `block (2 levels) in '. If you need more of the backtrace for any of these deprecations to identify where to make the necessary changes, you can configure `config.raise_errors_for_deprecations!`, and it will turn the deprecation warnings into errors, giving you the full backtrace. 2 deprecation warnings total Finished in 2720 minutes 30 seconds (files took 0.27757 seconds to load) 186 examples, 0 failures /usr/bin/ruby -I/usr/lib/ruby/gems/3.0.0/gems/rspec-support-3.10.2/lib:/usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.10.1/lib /usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.10.1/exe/rspec spec/backends/swiftiply_client_spec.rb spec/backends/tcp_server_spec.rb spec/backends/unix_server_spec.rb spec/command_spec.rb spec/connection_spec.rb spec/controllers/cluster_spec.rb spec/controllers/controller_spec.rb spec/controllers/service_spec.rb spec/headers_spec.rb spec/logging_spec.rb spec/rack/loader_spec.rb spec/rack/rails_adapter_spec.rb spec/request/mongrel_spec.rb spec/request/parser_spec.rb spec/request/persistent_spec.rb spec/request/processing_spec.rb spec/response_spec.rb spec/runner_spec.rb spec/server/builder_spec.rb spec/server/robustness_spec.rb spec/server/swiftiply_spec.rb spec/server/unix_socket_spec.rb spec/server_spec.rb -c -f progress failed ==> ERROR: A failure occurred in check(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/build_7ace565a-fdd7-4178-9f0c-00743d5a5677/build