Summary: | dev-ruby/dalli-2.7.10-r1: DalliError: localhost:19987 is down: . If you are sure it is running, ensure memcached version is > 1.4. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=692324 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 760609 | ||
Attachments: |
build.log
build.log (similar) |
Description
Rolf Eike Beer
![]() Created attachment 648998 [details]
build.log (similar)
Similar issue on ppc: "ERROR -- : DalliError: No server available", failures afterwards.
I can't reproduce this issue (tested with memcached 1.6.6). I'm wondering if this is a timing issue. Is that hardware that this is being tested on slow? It might be that the default timeout for starting the memcached server is not enough. It's a Sun T5120, i.e. 1.4GHz, but 64 cores. It's not exactly slow, but that depends on what you compare with. It shouldn't have much more latency as man ARM systems I guess. You can try this on catbus.sparc.dev.gentoo.org, where it happens the same. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0d7c53328c1f14e76e7959918fc7130a3649bf commit 2e0d7c53328c1f14e76e7959918fc7130a3649bf Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2020-09-27 06:11:50 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2020-09-27 06:11:50 +0000 dev-ruby/dalli: add 2.7.11 Closes: https://bugs.gentoo.org/719344 Closes: https://bugs.gentoo.org/738656 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/dalli/Manifest | 1 + dev-ruby/dalli/dalli-2.7.11.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) Still there with the new version: >>> Test phase: dev-ruby/dalli-2.7.11 * Running test phase for ruby25 ... /usr/bin/ruby25 -w -I"lib" -I"/usr/lib/ruby/gems/2.5.0/gems/rake-13.0.1/lib" "/usr/lib/ruby/gems/2.5.0/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/test_active_support.rb" "test/test_cas_client.rb" "test/test_compressor.rb" "test/test_dalli.rb" "test/test_encoding.rb" "test/test_failover.rb" "test/test_network.rb" "test/test_rack_session.rb" "test/test_ring.rb" "test/test_sasl.rb" "test/test_serializer.rb" "test/test_server.rb" Using standard socket IO (ruby 2.5.8p224 (2020-03-31 revision 67882) [sparc-linux]) Run options: --seed 50108 # Running: .Found memcached 1.6.7 in PATH EFF.....E...DEPRECATED: global use of must_raise from /var/tmp/portage/dev-ruby/dalli-2.7.11/work/ruby25/dalli-2.7.11/test/test_server.rb:144. Use _(obj).must_raise instead. This will fail in Minitest 6. ..DEPRECATION: :dalli_store will be removed in Dalli 3.0. Please use Rails' official :mem_cache_store instead. https://guides.rubyonrails.org/caching_with_rails.html E, [2020-09-27T10:45:51.404918 #31] ERROR -- : DalliError: localhost:19987 is down: . If you are sure it is running, ensure memcached version is > 1.4. E, [2020-09-27T10:45:51.407632 #31] ERROR -- : DalliError: No server available FDEPRECATION: :dalli_store will be removed in Dalli 3.0. Please use Rails' official :mem_cache_store instead. https://guides.rubyonrails.org/caching_with_rails.html E, [2020-09-27T10:45:51.699907 #31] ERROR -- : DalliError: localhost:29333 is down: . If you are sure it is running, ensure memcached version is > 1.4. E, [2020-09-27T10:45:51.709435 #31] ERROR -- : DalliError: No server available .EDEPRECATION: :dalli_store will be removed in Dalli 3.0. |