BIND 10 #1702: src/bin/stats/tests/test_utils.py can't find isc.config.cfgmgr
BIND 10 Development
do-not-reply at isc.org
Thu Feb 23 23:45:32 UTC 2012
#1702: src/bin/stats/tests/test_utils.py can't find isc.config.cfgmgr
-------------------------------------+-------------------------------------
Reporter: jreed | Owner:
Type: | Status: new
defect | Milestone: New Tasks
Priority: major | Resolution:
Component: | Sensitive: 0
Unclassified | Sub-Project: Core
Keywords: | Estimated Difficulty: 0
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jreed):
{{{
Running test: b10-stats_test.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
import encodings # directory /opt/pkg/lib/python3.1/encodings
# /opt/pkg/lib/python3.1/encodings/__init__.pyc matches
/opt/pkg/lib/python3.1/encodings/__init__.py
import encodings # precompiled from
/opt/pkg/lib/python3.1/encodings/__init__.pyc
# /opt/pkg/lib/python3.1/codecs.pyc matches
/opt/pkg/lib/python3.1/codecs.py
import codecs # precompiled from /opt/pkg/lib/python3.1/codecs.pyc
import _codecs # builtin
# /opt/pkg/lib/python3.1/encodings/aliases.pyc matches
/opt/pkg/lib/python3.1/encodings/aliases.py
import encodings.aliases # precompiled from
/opt/pkg/lib/python3.1/encodings/aliases.pyc
# /opt/pkg/lib/python3.1/encodings/utf_8.pyc matches
/opt/pkg/lib/python3.1/encodings/utf_8.py
import encodings.utf_8 # precompiled from
/opt/pkg/lib/python3.1/encodings/utf_8.pyc
# /opt/pkg/lib/python3.1/encodings/latin_1.pyc matches
/opt/pkg/lib/python3.1/encodings/latin_1.py
import encodings.latin_1 # precompiled from
/opt/pkg/lib/python3.1/encodings/latin_1.pyc
# /opt/pkg/lib/python3.1/io.pyc matches /opt/pkg/lib/python3.1/io.py
import io # precompiled from /opt/pkg/lib/python3.1/io.pyc
import _io # builtin
# /opt/pkg/lib/python3.1/os.pyc matches /opt/pkg/lib/python3.1/os.py
import os # precompiled from /opt/pkg/lib/python3.1/os.pyc
import errno # builtin
import posix # builtin
# /opt/pkg/lib/python3.1/posixpath.pyc matches
/opt/pkg/lib/python3.1/posixpath.py
import posixpath # precompiled from /opt/pkg/lib/python3.1/posixpath.pyc
# /opt/pkg/lib/python3.1/stat.pyc matches /opt/pkg/lib/python3.1/stat.py
import stat # precompiled from /opt/pkg/lib/python3.1/stat.pyc
# /opt/pkg/lib/python3.1/genericpath.pyc matches
/opt/pkg/lib/python3.1/genericpath.py
import genericpath # precompiled from
/opt/pkg/lib/python3.1/genericpath.pyc
# /opt/pkg/lib/python3.1/_abcoll.pyc matches
/opt/pkg/lib/python3.1/_abcoll.py
import _abcoll # precompiled from /opt/pkg/lib/python3.1/_abcoll.pyc
# /opt/pkg/lib/python3.1/abc.pyc matches /opt/pkg/lib/python3.1/abc.py
import abc # precompiled from /opt/pkg/lib/python3.1/abc.pyc
# /opt/pkg/lib/python3.1/_weakrefset.pyc matches
/opt/pkg/lib/python3.1/_weakrefset.py
import _weakrefset # precompiled from
/opt/pkg/lib/python3.1/_weakrefset.pyc
import _weakref # builtin
# /opt/pkg/lib/python3.1/copyreg.pyc matches
/opt/pkg/lib/python3.1/copyreg.py
import copyreg # precompiled from /opt/pkg/lib/python3.1/copyreg.pyc
# /opt/pkg/lib/python3.1/site.pyc matches /opt/pkg/lib/python3.1/site.py
import site # precompiled from /opt/pkg/lib/python3.1/site.pyc
# /opt/pkg/lib/python3.1/locale.pyc matches
/opt/pkg/lib/python3.1/locale.py
import locale # precompiled from /opt/pkg/lib/python3.1/locale.pyc
# /opt/pkg/lib/python3.1/re.pyc matches /opt/pkg/lib/python3.1/re.py
import re # precompiled from /opt/pkg/lib/python3.1/re.pyc
# /opt/pkg/lib/python3.1/sre_compile.pyc matches
/opt/pkg/lib/python3.1/sre_compile.py
import sre_compile # precompiled from
/opt/pkg/lib/python3.1/sre_compile.pyc
import _sre # builtin
# /opt/pkg/lib/python3.1/sre_parse.pyc matches
/opt/pkg/lib/python3.1/sre_parse.py
import sre_parse # precompiled from /opt/pkg/lib/python3.1/sre_parse.pyc
# /opt/pkg/lib/python3.1/sre_constants.pyc matches
/opt/pkg/lib/python3.1/sre_constants.py
import sre_constants # precompiled from
/opt/pkg/lib/python3.1/sre_constants.pyc
# /opt/pkg/lib/python3.1/collections.pyc matches
/opt/pkg/lib/python3.1/collections.py
import collections # precompiled from
/opt/pkg/lib/python3.1/collections.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/_collections.so", 2);
import _collections # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/_collections.so
dlopen("/opt/pkg/lib/python3.1/lib-dynload/operator.so", 2);
import operator # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/operator.so
# /opt/pkg/lib/python3.1/keyword.pyc matches
/opt/pkg/lib/python3.1/keyword.py
import keyword # precompiled from /opt/pkg/lib/python3.1/keyword.pyc
# /opt/pkg/lib/python3.1/heapq.pyc matches /opt/pkg/lib/python3.1/heapq.py
import heapq # precompiled from /opt/pkg/lib/python3.1/heapq.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/itertools.so", 2);
import itertools # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/itertools.so
# /opt/pkg/lib/python3.1/bisect.pyc matches
/opt/pkg/lib/python3.1/bisect.py
import bisect # precompiled from /opt/pkg/lib/python3.1/bisect.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/_bisect.so", 2);
import _bisect # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/_bisect.so
dlopen("/opt/pkg/lib/python3.1/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/_heapq.so
# /opt/pkg/lib/python3.1/weakref.pyc matches
/opt/pkg/lib/python3.1/weakref.py
import weakref # precompiled from /opt/pkg/lib/python3.1/weakref.pyc
# /opt/pkg/lib/python3.1/functools.pyc matches
/opt/pkg/lib/python3.1/functools.py
import functools # precompiled from /opt/pkg/lib/python3.1/functools.pyc
import _functools # builtin
import _locale # builtin
Python 3.1.1 (r311:74480, Jan 27 2010, 18:13:57)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
['', '/opt/pkg/lib/python3.1/site-packages/distribute-0.6.10-py3.1.egg',
'/opt/pkg/lib/python3.1/site-
packages/setproctitle-1.1-py3.1-linux-i686.egg', '/home/tester/git-
bind10/bind10/src/lib/python/isc/log_messages', '/home/tester/git-
bind10/bind10/src/lib/python', '/home/tester/git-
bind10/bind10/src/bin/stats', '/home/tester/git-
bind10/bind10/src/bin/stats/tests', '/home/tester/git-
bind10/bind10/src/bin/msgq', '/home/tester/git-
bind10/bind10/src/lib/python/isc/config', '/opt/pkg/lib/python31.zip',
'/opt/pkg/lib/python3.1', '/opt/pkg/lib/python3.1/plat-linux2',
'/opt/pkg/lib/python3.1/lib-dynload', '/opt/pkg/lib/python3.1/site-
packages']
import isc # directory isc
import isc # precompiled from isc/__init__.pyc
import isc.config # directory isc/config
import isc.config # precompiled from isc/config/__init__.pyc
import isc.config.ccsession # precompiled from isc/config/ccsession.pyc
import json # directory /opt/pkg/lib/python3.1/json
# /opt/pkg/lib/python3.1/json/__init__.pyc matches
/opt/pkg/lib/python3.1/json/__init__.py
import json # precompiled from /opt/pkg/lib/python3.1/json/__init__.pyc
# /opt/pkg/lib/python3.1/json/decoder.pyc matches
/opt/pkg/lib/python3.1/json/decoder.py
import json.decoder # precompiled from
/opt/pkg/lib/python3.1/json/decoder.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/binascii.so", 2);
import binascii # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/binascii.so
# /opt/pkg/lib/python3.1/struct.pyc matches
/opt/pkg/lib/python3.1/struct.py
import struct # precompiled from /opt/pkg/lib/python3.1/struct.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/_struct.so", 2);
import _struct # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/_struct.so
# /opt/pkg/lib/python3.1/json/scanner.pyc matches
/opt/pkg/lib/python3.1/json/scanner.py
import json.scanner # precompiled from
/opt/pkg/lib/python3.1/json/scanner.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/_json.so", 2);
import _json # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/_json.so
# /opt/pkg/lib/python3.1/json/encoder.pyc matches
/opt/pkg/lib/python3.1/json/encoder.py
import json.encoder # precompiled from
/opt/pkg/lib/python3.1/json/encoder.pyc
dlopen("/opt/pkg/lib/python3.1/lib-dynload/time.so", 2);
import time # dynamically loaded from /opt/pkg/lib/python3.1/lib-
dynload/time.so
import isc.cc # directory isc/cc
import isc.cc # precompiled from isc/cc/__init__.pyc
import isc.cc.session # precompiled from isc/cc/session.pyc
import fake_socket # precompiled from fake_socket.pyc
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named cfgmgr
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] site
# cleanup[1] io
# cleanup[1] abc
# cleanup[1] sre_constants
# cleanup[1] keyword
# cleanup[1] weakref
# cleanup[1] _weakrefset
# cleanup[1] isc
# cleanup[1] isc.config
# cleanup[1] isc.cc
# cleanup[1] isc.cc.session
# cleanup[1] fake_socket
# cleanup[1] isc.config.ccsession
# cleanup[1] json
# cleanup[1] json.scanner
# cleanup[1] json.encoder
# cleanup[1] json.decoder
# cleanup[1] struct
# cleanup[2] heapq
# cleanup[2] sre_compile
# cleanup[2] _collections
# cleanup[2] locale
# cleanup[2] _sre
# cleanup[2] functools
# cleanup[2] operator
# cleanup[2] encodings
# cleanup[2] copyreg
# cleanup[2] _heapq
...
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1702#comment:3>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list