BIND 10 #1944: Fix all broken logger format strings

BIND 10 Development do-not-reply at isc.org
Sun Jun 3 20:40:30 UTC 2012


#1944: Fix all broken logger format strings
-------------------------------------+-------------------------------------
                   Reporter:  muks   |                 Owner:  vorner
                       Type:         |                Status:  closed
  defect                             |             Milestone:
                   Priority:         |  Sprint-20120612
  medium                             |            Resolution:  fixed
                  Component:         |             Sensitive:  0
  logging                            |           Sub-Project:  DNS
                   Keywords:         |  Estimated Difficulty:  7
            Defect Severity:  N/A    |           Total Hours:  5.56
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------

Comment (by muks):

 I see those ddns errors again. They are unrelated, but I'm printing them
 here for your reference:
 {{{
 make[8]: Entering directory
 `/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests'
 for pytest in session_tests.py zone_config_tests.py ; do \
 echo Running test: $pytest ; \
  \
 TESTDATA_PATH=/mnt/hayao/src/network/bind10/src/lib/testutils/testdata \
 TESTDATA_WRITE_PATH=. \
 B10_FROM_BUILD=/mnt/hayao/src/network/bind10 \
 PYTHONPATH=/mnt/hayao/src/network/bind10/src/lib/python/isc/log_messages:/mnt/hayao/src/network/bind10/src/lib/python:/mnt/hayao/src/network/bind10/src/lib/python:/mnt/hayao/src/network/bind10/src/lib/dns/python/.libs
 \
 /usr/bin/python3
 /mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/$pytest ||
 exit ; \
 done
 Running test: session_tests.py
 EEEEEEEEEEEEEEEEEEEEEEEEEEEEE
 ======================================================================
 ERROR: test_update_acl_check (__main__.SessionACLTest)
 Test for various ACL checks.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_tsigacl_check (__main__.SessionACLTest)
 Test for various ACL checks using TSIG.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_broken_request (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisite_does_not_exist (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisite_exists (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisite_exists_value (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisite_name_in_use (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisite_name_not_in_use (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_check_prerequisites (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_collect_rrsets (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_convert_rrset_class (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_foreach_rr_in_rrset (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_glue_deletions (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_handle (__main__.SessionTest)
 Basic update case
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_prerequisite_notzone (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_prerequisites_formerr (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_prescan (__main__.SessionTest)
 Test whether the prescan succeeds on data that is ok, and whether
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_prescan_failures (__main__.SessionTest)
 Test whether prescan fails on bad data
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_uncaught_exception (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_add_delete_rrset (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_add_new_data (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_add_new_data_interspersed (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_apex_special_cases (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_bad_class (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_cname_special_cases (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_delete_name (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_delete_normal_rrset_at_apex (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_notauth (__main__.SessionTest)
 Update attempt for non authoritative zones
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ======================================================================
 ERROR: test_update_secondary (__main__.SessionTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests/session_tests.py",
 line 110, in setUp
     REQUEST_LOADER.load([{"action": "ACCEPT"}])}
 TypeError: unhashable type: 'pydnspp.Name'

 ----------------------------------------------------------------------
 Ran 29 tests in 0.060s

 FAILED (errors=29)
 make[8]: *** [check-local] Error 1
 make[8]: Leaving directory
 `/mnt/hayao/src/network/bind10/src/lib/python/isc/ddns/tests'
 }}}

-- 
Ticket URL: <http://149.20.48.40/ticket/1944#comment:11>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list