/server/unix_socket_spec.rb spec/server/stopping_spec.rb spec/server/swiftiply.yml spec/server/builder_spec.rb spec/server/swiftiply_spec.rb spec/server/threaded_spec.rb spec/server/robustness_spec.rb spec/server/tcp_spec.rb spec/controllers/ spec/controllers/service_spec.rb spec/controllers/cluster_spec.rb spec/controllers/controller_spec.rb spec/backends/ spec/backends/tcp_server_spec.rb spec/backends/swiftiply_client_spec.rb spec/backends/unix_server_spec.rb patching file spec/runner_spec.rb .............................................................................F..**F.......................*******.....................................................................................................F............ Pending: Daemonizing should kill process in pid file # No reason given # ./spec/daemonizing_spec.rb:80 Daemonizing should force kill process in pid file # No reason given # ./spec/daemonizing_spec.rb:102 Thin::Logging tracing routines (with NO custom logger) should emit trace messages if tracing is enabled # No reason given # ./spec/logging_spec.rb:145 Thin::Logging tracing routines (with NO custom logger) should be usable (at the module level) for logging # No reason given # ./spec/logging_spec.rb:154 Thin::Request performance should be faster then 0.0002 RubySeconds # No reason given # ./spec/perf/request_perf_spec.rb:4 Thin::Response performance should be fast # No reason given # ./spec/perf/response_perf_spec.rb:9 Thin::Server performance should handle GET in less then 0.0045 RubySecond # No reason given # ./spec/perf/server_perf_spec.rb:11 Thin::Server performance should handle POST in less then 0.007 RubySecond # No reason given # ./spec/perf/server_perf_spec.rb:16 Thin::Server UNIX socket performance should handle GET in less then 0.002 RubySecond # No reason given # ./spec/perf/server_perf_spec.rb:34 Failures: 1) Daemonizing should create a pid file Failure/Error: File.exist?(@server.pid_file).should be_true expected: true value got: false # ./spec/daemonizing_spec.rb:43:in `block (2 levels) in ' 2) Daemonizing should send kill signal if timeout Failure/Error: TestServer.kill(@server.pid_file, 1) Thin::PidFileNotFound: Can't stop process, no PID found in test.pid # ./lib/thin/daemonizing.rb:129:in `send_signal' # ./lib/thin/daemonizing.rb:111:in `kill' # ./spec/daemonizing_spec.rb:134:in `block (3 levels) in ' # ./spec/spec_helper.rb:132:in `silence_stream' # ./spec/daemonizing_spec.rb:133:in `block (2 levels) in ' 3) Thin::Server should set lower maximum_connections size when too large Failure/Error: @server.maximum_connections.should < 100_000 expected: < 100000 got: 100000 # ./spec/server_spec.rb:21:in `block (2 levels) in ' Finished in 5 minutes 33 seconds 227 examples, 3 failures, 9 pending Failed examples: rspec ./spec/daemonizing_spec.rb:35 # Daemonizing should create a pid file rspec ./spec/daemonizing_spec.rb:122 # Daemonizing should send kill signal if timeout rspec ./spec/server_spec.rb:14 # Thin::Server should set lower maximum_connections size when too large RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.VJ9vNR (%check) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.VJ9vNR (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 700, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/rubygem-thin.spec