community/pdns: disable test_generic_signers test
pdns
is failing a test in the boost1.84
rebuild
235 unknown location(0): ^[[4;31;49mfatal error: in "test_signers/test_generic_signers": std::runtime_error: Asked to create (C)DS record of unknown digest type 4: Request to create key object fo
r unknown algorithm number 14^[[0;39;49m
236 test-signers.cc(425): ^[[1;36;49mlast checkpoint^[[0;39;49m
237 ^[[1;36;49mTest case test_packetcache_cc/test_QueryCacheClean did not check any assertions^[[0;39;49m
238
239 ^[[1;31;49m*** 1 failure is detected in the test module "Master Test Suite"
240 ^[[0;39;49mFAIL testrunner (exit status: 201)
there is also a warning
71 test-dnsrecords_cc.cc(338): ^[[1;33;49mwarning: in "test_dnsrecords_cc/test_record_types": Failed to verify HINFO: Parsing record content (try 'pdnsutil check-zone'): Data field in DNS should
start with quote (") at position 0 of 'i686 "Linux"'^[[0;39;49m
72 ^[[1;36;49mChecking record type HINFO test #3^[[0;39;49m
73 ^[[1;36;49mChecking record type HINFO test #4^[[0;39;49m
74 test-dnsrecords_cc.cc(338): ^[[1;33;49mwarning: in "test_dnsrecords_cc/test_record_types": Failed to verify HINFO: Parsing record content (try 'pdnsutil check-zone'): Data field in DNS should
start with quote (") at position 0 of 'i686 Linux'^[[0;39;49m
that I think may be related to these issues
but are not causing tests to fail
I'll start with just a rebuild to see that this is reproducible here in CI
Edited by omni