##// END OF EJS Templates
added repo creation
Marcin Kuzminski -
r5:ad0dd390 default
parent child Browse files
Show More
@@ -77,7 +77,7 b' level = DEBUG'
77 handlers = console, file_handler
77 handlers = console, file_handler
78
78
79 [logger_routes]
79 [logger_routes]
80 level = INFO
80 level = DEBUG
81 handlers = console
81 handlers = console
82 qualname = routes.middleware
82 qualname = routes.middleware
83 # "level = DEBUG" logs the route matched and routing variables.
83 # "level = DEBUG" logs the route matched and routing variables.
This diff has been collapsed as it changes many lines, (3462 lines changed) Show them Hide them
@@ -3746,3 +3746,3465 b' 17:21:56,707 DEBUG [pylons.controllers.c'
3746 17:21:56,708 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30ff500>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fbf50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30aefd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3104690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fbf50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x30a3d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337316.7088051, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3104690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30edd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3746 17:21:56,708 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30ff500>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fbf50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30aefd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3104690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fbf50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x30a3d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337316.7088051, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3104690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30edd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3747 17:21:57,600 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3747 17:21:57,600 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3748 17:21:57,600 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3748 17:21:57,600 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3749 13:17:16,641 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
3750 13:17:16,642 DEBUG [pylons.configuration] Pushing process configuration
3751 13:17:16,652 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
3752 13:17:16,652 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
3753 13:17:16,655 DEBUG [pylons.templating] Initialized Buffet object
3754 13:17:16,655 DEBUG [pylons.templating] Adding mako template language for use with Buffet
3755 13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333450045712: Initial worker pool
3756 13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333441653008: Initial worker pool
3757 13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333433260304: Initial worker pool
3758 13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333424867600: Initial worker pool
3759 13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333416474896: Initial worker pool
3760 13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333408082192: Initial worker pool
3761 13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333399689488: Initial worker pool
3762 13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333391296784: Initial worker pool
3763 13:17:16,660 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333382904080: Initial worker pool
3764 13:17:16,660 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333374511376: Initial worker pool
3765 13:17:17,360 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3766 13:17:17,366 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3767 13:17:17,367 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3768 13:17:17,861 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
3769 13:17:17,861 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3770 13:17:17,862 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3771 13:17:17,862 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3772 13:17:17,862 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2fa1c08>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fa2810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fa24d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fa2390>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fa2810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x2e3ba50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495437.8637631, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fa2390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ec7f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3773 13:17:21,447 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3774 13:17:21,520 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3775 13:17:21,605 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3776 13:17:21,605 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
3777 13:17:21,607 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3778 13:17:21,607 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3779 13:17:21,607 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3780 13:17:21,607 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3781 13:17:21,607 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3782 13:17:21,607 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x34479b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x344b590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x344b4d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fa2410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x344b590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x2e3bad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495441.6081979, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fa2410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x343c790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3783 13:17:21,612 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3784 13:17:21,613 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3785 13:17:21,613 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3786 13:17:21,613 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3787 13:17:21,613 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3788 13:17:21,613 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x34379b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x343cd50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x343c0d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x344b3d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x343cd50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x34047d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495441.613838, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x344b3d0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3455490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3789 13:17:23,361 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3790 13:17:23,362 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3791 13:17:23,640 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3792 13:17:23,696 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3793 13:17:24,592 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3794 13:17:24,595 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3795 13:17:24,596 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3796 13:17:24,596 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3797 13:17:24,597 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3798 13:17:24,597 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3799 13:17:24,597 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3452140>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3455e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3455110>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x343cd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3455e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x3404ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495444.598551, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x343cd90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3455350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3800 13:17:25,520 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3801 13:17:25,520 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3802 13:18:34,908 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
3803 13:18:34,909 DEBUG [pylons.configuration] Pushing process configuration
3804 13:18:34,912 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
3805 13:18:34,912 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
3806 13:18:34,916 DEBUG [pylons.templating] Initialized Buffet object
3807 13:18:34,916 DEBUG [pylons.templating] Adding mako template language for use with Buffet
3808 13:18:34,918 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310507559184: Initial worker pool
3809 13:18:34,919 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310499166480: Initial worker pool
3810 13:18:34,919 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310490773776: Initial worker pool
3811 13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310482381072: Initial worker pool
3812 13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310473988368: Initial worker pool
3813 13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310465595664: Initial worker pool
3814 13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310457202960: Initial worker pool
3815 13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310448810256: Initial worker pool
3816 13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310440417552: Initial worker pool
3817 13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310432024848: Initial worker pool
3818 13:18:37,237 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3819 13:18:37,240 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3820 13:18:37,242 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3821 13:18:37,292 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
3822 13:18:37,292 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3823 13:18:37,292 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3824 13:18:37,292 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3825 13:18:37,292 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25bcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25bd910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25bd5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25bd450>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25bd910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495517.2929859, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25bd450>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bd050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3826 13:18:38,187 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3827 13:18:38,205 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3828 13:18:38,207 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3829 13:18:38,208 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3830 13:18:38,268 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
3831 13:18:38,269 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3832 13:18:38,269 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3833 13:18:38,270 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3834 13:18:38,270 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3835 13:18:38,271 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a63310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x25bd4d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a631d0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a63310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a5e7e8>, 'session': {'_accessed_time': 1266495518.27211, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a63190 200 OK>, '_': <function ugettext at 0x201c578>}
3836 13:18:38,280 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3837 13:18:38,281 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
3838 13:18:38,327 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3839 13:18:38,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3840 13:18:38,332 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3841 13:18:38,332 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3842 13:18:38,332 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3843 13:18:38,333 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3844 13:18:38,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a5fed8>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a63b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a63ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a63950>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a63b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495518.3334129, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a63950>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24e3ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3845 13:18:39,242 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3846 13:18:39,244 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3847 13:18:39,244 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3848 13:18:39,245 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3849 13:18:39,245 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3850 13:18:39,245 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3851 13:18:39,245 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3852 13:18:39,245 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3853 13:18:39,245 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a63a10>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2bb1890 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a6b2d8>, 'session': {'_accessed_time': 1266495519.245975, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2bb1a50 200 OK>, '_': <function ugettext at 0x201c578>}
3854 13:18:39,246 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3855 13:18:39,246 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
3856 13:18:41,358 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3857 13:18:41,360 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3858 13:18:41,360 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3859 13:18:41,360 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3860 13:18:41,361 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3861 13:18:41,361 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3862 13:18:41,361 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f578>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb1bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb1b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1950>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb1bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495521.3615689, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bb1390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3863 13:18:42,307 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3864 13:18:42,309 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3865 13:18:42,310 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3866 13:18:42,310 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3867 13:18:42,310 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3868 13:18:42,310 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3869 13:18:42,310 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3870 13:18:42,310 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3871 13:18:42,311 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a54750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a54250>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a54810 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a54750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a6b2d8>, 'session': {'_accessed_time': 1266495522.3112869, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a547d0 200 OK>, '_': <function ugettext at 0x201c578>}
3872 13:18:42,322 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3873 13:18:42,322 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
3874 13:18:43,321 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3875 13:18:43,334 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3876 13:18:43,334 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3877 13:18:43,335 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3878 13:18:43,335 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3879 13:18:43,335 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3880 13:18:43,335 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f2a8>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb13d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb1f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a54910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb13d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495523.335593, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a54910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a54310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3881 13:18:44,216 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3882 13:18:44,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3883 13:18:44,311 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3884 13:18:44,313 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3885 13:18:44,313 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3886 13:18:44,313 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3887 13:18:44,313 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3888 13:18:44,314 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3889 13:18:44,314 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6fe60>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a75b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a757d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1c90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a75b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495524.3144901, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1c90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a755d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3890 13:18:45,217 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3891 13:18:45,217 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3892 13:18:47,381 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3893 13:18:47,391 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3894 13:18:47,393 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3895 13:18:47,393 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3896 13:18:47,394 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3897 13:18:47,394 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3898 13:18:47,395 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a82410>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a7ef50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a7ed10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a75e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a7ef50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a626d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495527.3958189, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a75e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a75490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3899 13:18:48,315 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3900 13:18:48,315 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3901 13:18:59,230 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3902 13:18:59,231 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3903 13:18:59,232 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3904 13:18:59,232 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3905 13:18:59,232 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3906 13:18:59,232 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3907 13:18:59,232 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f5f0>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a7e710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a7e090>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a7e210>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a7e710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495539.233072, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a7e210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a7e590>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3908 13:19:00,108 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3909 13:19:00,109 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3910 13:19:00,110 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3911 13:19:00,110 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3912 13:19:00,110 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3913 13:19:00,111 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3914 13:19:00,111 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3915 13:19:00,111 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3916 13:19:00,111 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2bb1050 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a7e350>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2bb1910 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2bb1050 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a67d40>, 'session': {'_accessed_time': 1266495540.1118569, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2bb18d0 200 OK>, '_': <function ugettext at 0x201c578>}
3917 13:19:00,112 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3918 13:19:00,112 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
3919 13:19:02,002 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3920 13:19:02,004 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3921 13:19:02,004 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3922 13:19:02,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3923 13:19:02,005 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3924 13:19:02,005 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3925 13:19:02,005 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a5f320>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a54910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a54390>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1710>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a54910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495542.0055871, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a7e250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3926 13:19:03,054 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3927 13:19:03,056 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3928 13:19:03,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3929 13:19:03,057 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3930 13:19:03,057 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3931 13:19:03,057 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3932 13:19:03,057 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3933 13:19:03,057 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3934 13:19:03,057 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a86ed0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2bb13d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a86150 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a86ed0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a84b48>, 'session': {'_accessed_time': 1266495543.0580609, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a86bd0 200 OK>, '_': <function ugettext at 0x201c578>}
3935 13:19:03,058 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3936 13:19:03,058 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
3937 13:19:09,873 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
3938 13:19:09,873 DEBUG [pylons.configuration] Pushing process configuration
3939 13:19:09,876 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
3940 13:19:09,877 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
3941 13:19:09,880 DEBUG [pylons.templating] Initialized Buffet object
3942 13:19:09,880 DEBUG [pylons.templating] Adding mako template language for use with Buffet
3943 13:19:09,882 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686751332624: Initial worker pool
3944 13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686742939920: Initial worker pool
3945 13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686734547216: Initial worker pool
3946 13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686726154512: Initial worker pool
3947 13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686717761808: Initial worker pool
3948 13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686709369104: Initial worker pool
3949 13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686700976400: Initial worker pool
3950 13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686692583696: Initial worker pool
3951 13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686684190992: Initial worker pool
3952 13:19:09,885 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686675798288: Initial worker pool
3953 13:19:12,056 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3954 13:19:12,063 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3955 13:19:12,064 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3956 13:19:12,123 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
3957 13:19:12,124 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3958 13:19:12,124 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3959 13:19:12,124 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3960 13:19:12,124 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20fcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20fd890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x20fd550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd410>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20fd890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495552.1247971, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20fd410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201ff90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3961 13:19:13,062 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3962 13:19:13,091 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3963 13:19:13,171 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3964 13:19:13,182 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3965 13:19:13,183 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3966 13:19:13,183 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3967 13:19:13,183 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3968 13:19:13,183 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3969 13:19:13,183 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25a5a28>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a65d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495553.1836989, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20fd490>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a6090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3970 13:19:14,122 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3971 13:19:14,122 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3972 13:19:16,248 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3973 13:19:16,251 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3974 13:19:16,252 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3975 13:19:16,253 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3976 13:19:16,253 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3977 13:19:16,253 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3978 13:19:16,254 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25a5488>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2596e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2596cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a64d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2596e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495556.255013, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a64d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a6290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3979 13:19:17,191 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
3980 13:19:17,191 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3981 13:19:20,569 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
3982 13:19:20,571 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3983 13:19:20,571 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
3984 13:19:20,571 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3985 13:19:20,571 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3986 13:19:20,571 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
3987 13:19:20,572 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9230>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a8ed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a8dd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2596d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a8ed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25638d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495560.5723441, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2596d10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25967d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
3988 13:19:21,467 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
3989 13:19:21,468 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
3990 13:19:21,470 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
3991 13:19:21,471 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
3992 13:19:21,471 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
3993 13:19:21,471 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
3994 13:19:21,471 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
3995 13:19:21,471 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
3996 13:19:21,472 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
3997 13:19:21,472 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x25a8a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1b58758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'url': <routes.util.URLGenerator object at 0x25a8650>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x25a8b50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x25a8a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x25a4560>, 'session': {'_accessed_time': 1266495561.4725809, '_creation_time': 1266495552.1247971}, 'N_': <function gettext_noop at 0x1b58410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x200a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x25a8f50 200 OK>, '_': <function ugettext at 0x1b58578>}
3998 13:19:21,473 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
3999 13:19:21,473 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4000 13:19:26,503 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4001 13:19:26,511 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4002 13:19:26,512 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4003 13:19:26,513 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4004 13:19:26,513 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4005 13:19:26,513 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4006 13:19:26,514 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9a28>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6fd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a6e50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a8c10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6fd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a91d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495566.514863, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a8c10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a82d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4007 13:19:27,404 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4008 13:19:27,429 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4009 13:19:27,457 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4010 13:19:27,461 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4011 13:19:27,461 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4012 13:19:27,461 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4013 13:19:27,462 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4014 13:19:27,462 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4015 13:19:27,462 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c6668>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b8e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b8f90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a6d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b8e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495567.462563, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a6d90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4016 13:19:28,390 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4017 13:19:28,390 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4018 13:19:30,501 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4019 13:19:30,504 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4020 13:19:30,504 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4021 13:19:30,504 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4022 13:19:30,505 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4023 13:19:30,505 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4024 13:19:30,505 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9e60>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b8f90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b8f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b8f90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495570.5054989, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20fd290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4025 13:19:31,372 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4026 13:19:31,373 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4027 13:19:53,130 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4028 13:19:53,131 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4029 13:19:53,132 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4030 13:19:53,132 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4031 13:19:53,132 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4032 13:19:53,132 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4033 13:19:53,132 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b96e0>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6fd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a67d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b8d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6fd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495593.1328471, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b8d50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4034 13:19:54,001 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4035 13:19:54,003 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4036 13:19:54,004 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4037 13:19:54,004 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4038 13:19:54,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4039 13:19:54,004 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4040 13:19:54,005 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4041 13:19:54,005 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4042 13:19:54,005 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x25c4b50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1b58758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'url': <routes.util.URLGenerator object at 0x25c3410>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x25c4a50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x25c4b50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x25b31b8>, 'session': {'_accessed_time': 1266495594.00563, '_creation_time': 1266495552.1247971}, 'N_': <function gettext_noop at 0x1b58410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x200a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x25c4710 200 OK>, '_': <function ugettext at 0x1b58578>}
4043 13:19:54,006 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4044 13:19:54,006 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4045 13:19:59,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4046 13:19:59,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4047 13:19:59,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4048 13:19:59,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4049 13:19:59,053 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4050 13:19:59,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4051 13:19:59,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c60c8>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25c4a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25c49d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25c4590>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25c4a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495599.0544021, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25c4590>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3c90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4052 13:19:59,939 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4053 13:19:59,965 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4054 13:19:59,996 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4055 13:20:00,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4056 13:20:00,003 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4057 13:20:00,003 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4058 13:20:00,003 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4059 13:20:00,003 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4060 13:20:00,003 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9b18>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25c4610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25c4f10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25c4910>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25c4610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495600.003757, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25c4910>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c4f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4061 13:20:00,926 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4062 13:20:00,926 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4063 13:20:02,994 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4064 13:20:02,997 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4065 13:20:02,998 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4066 13:20:02,999 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4067 13:20:02,999 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4068 13:20:02,999 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4069 13:20:02,999 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c6b18>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2778350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2778ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a6fd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2778350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495602.9997089, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a6fd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c4b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4070 13:20:04,029 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4071 13:20:04,029 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4072 13:21:07,882 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4073 13:21:07,883 DEBUG [pylons.configuration] Pushing process configuration
4074 13:21:07,886 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4075 13:21:07,886 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4076 13:21:07,890 DEBUG [pylons.templating] Initialized Buffet object
4077 13:21:07,905 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4078 13:21:07,905 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4079 13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667122514192: Initial worker pool
4080 13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667114121488: Initial worker pool
4081 13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667105728784: Initial worker pool
4082 13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667097336080: Initial worker pool
4083 13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667088943376: Initial worker pool
4084 13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667080550672: Initial worker pool
4085 13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667072157968: Initial worker pool
4086 13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667063765264: Initial worker pool
4087 13:21:07,910 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667055372560: Initial worker pool
4088 13:21:07,910 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667046979856: Initial worker pool
4089 13:21:12,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4090 13:21:12,901 DEBUG [routes.middleware] Matched GET /add/dupa
4091 13:21:12,901 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4092 13:21:12,901 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
4093 13:21:12,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4094 13:21:12,903 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4095 13:21:12,962 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4096 13:21:12,962 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4097 13:21:12,962 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4098 13:21:12,962 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4099 13:21:12,962 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2dcec80>, 'environ': {'routes.route': <routes.route.Route object at 0x2cdd4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2cdd790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2dcf910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2cdd810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2dcf5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2dcf510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2cdd850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2dcf910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2cdd850>, 'wsgi.input': <socket._fileobject object at 0x2c67a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495672.9632299, '_creation_time': 1266495672.9632299}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2dcf510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2dcf050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fefa23ab1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x202c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4100 13:21:13,896 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4101 13:21:13,903 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4102 13:21:13,904 DEBUG [routes.middleware] Matched GET /error/document
4103 13:21:13,904 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4104 13:21:13,904 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4105 13:21:13,904 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4106 13:21:13,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4107 13:21:13,905 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4108 13:21:13,905 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4109 13:21:13,905 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4110 13:21:13,905 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4111 13:21:13,905 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4112 13:21:13,905 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3277350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x282b758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'url': <routes.util.URLGenerator object at 0x32771d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3277190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3277350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x32737a0>, 'session': {'_accessed_time': 1266495673.90623, '_creation_time': 1266495672.9632299}, 'N_': <function gettext_noop at 0x282b410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cdd390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3277290 200 OK>, '_': <function ugettext at 0x282b578>}
4113 13:21:13,907 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4114 13:21:13,907 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4115 13:21:23,863 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4116 13:21:23,863 DEBUG [pylons.configuration] Pushing process configuration
4117 13:21:23,866 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4118 13:21:23,866 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4119 13:21:23,870 DEBUG [pylons.templating] Initialized Buffet object
4120 13:21:23,870 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4121 13:21:23,870 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4122 13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581756258576: Initial worker pool
4123 13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581747865872: Initial worker pool
4124 13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581739473168: Initial worker pool
4125 13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581731080464: Initial worker pool
4126 13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581722687760: Initial worker pool
4127 13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581714295056: Initial worker pool
4128 13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581705902352: Initial worker pool
4129 13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581697509648: Initial worker pool
4130 13:21:23,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581689116944: Initial worker pool
4131 13:21:23,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581680724240: Initial worker pool
4132 13:21:28,889 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4133 13:21:28,891 DEBUG [routes.middleware] Matched GET /add/dupa
4134 13:21:28,891 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4135 13:21:28,891 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
4136 13:21:28,892 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4137 13:21:28,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4138 13:21:28,956 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4139 13:21:28,956 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4140 13:21:28,956 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4141 13:21:28,956 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4142 13:21:28,957 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a53c80>, 'environ': {'routes.route': <routes.route.Route object at 0x295f4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x295f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a54910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x295f810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a545d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a54510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x295f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a54910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x295f850>, 'wsgi.input': <socket._fileobject object at 0x28e9a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495688.957387, '_creation_time': 1266495688.957387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a54510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a54050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdbc20101c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cb44d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4143 13:21:29,884 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4144 13:21:29,891 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4145 13:21:29,892 DEBUG [routes.middleware] Matched GET /error/document
4146 13:21:29,892 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4147 13:21:29,892 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4148 13:21:29,892 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4149 13:21:29,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4150 13:21:29,893 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4151 13:21:29,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4152 13:21:29,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4153 13:21:29,894 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4154 13:21:29,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4155 13:21:29,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2efa350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x24af758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'url': <routes.util.URLGenerator object at 0x2efa1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2efa190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2efa350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2ef67a0>, 'session': {'_accessed_time': 1266495689.8946569, '_creation_time': 1266495688.957387}, 'N_': <function gettext_noop at 0x24af410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x295f390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2efa290 200 OK>, '_': <function ugettext at 0x24af578>}
4156 13:21:29,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4157 13:21:29,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4158 13:25:33,043 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4159 13:25:33,043 DEBUG [pylons.configuration] Pushing process configuration
4160 13:25:33,046 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4161 13:25:33,047 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4162 13:25:33,050 DEBUG [pylons.templating] Initialized Buffet object
4163 13:25:33,050 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4164 13:25:33,050 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4165 13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650642077968: Initial worker pool
4166 13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650633685264: Initial worker pool
4167 13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650625292560: Initial worker pool
4168 13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650616899856: Initial worker pool
4169 13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650608507152: Initial worker pool
4170 13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650600114448: Initial worker pool
4171 13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650591721744: Initial worker pool
4172 13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650583329040: Initial worker pool
4173 13:25:33,055 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650574936336: Initial worker pool
4174 13:25:33,055 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650566543632: Initial worker pool
4175 13:25:34,857 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4176 13:25:34,860 DEBUG [routes.middleware] Matched GET /
4177 13:25:34,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4178 13:25:34,860 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4179 13:25:34,861 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4180 13:25:34,864 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4181 13:25:34,945 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4182 13:25:34,945 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4183 13:25:34,945 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4184 13:25:34,945 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4185 13:25:34,946 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x26fcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26fd890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26fd550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26fd410>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26fd890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2596a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495934.946404, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x26fd410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2621f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4186 13:25:35,866 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4187 13:25:35,897 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4188 13:25:35,927 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4189 13:25:35,928 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
4190 13:25:35,929 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4191 13:25:35,929 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
4192 13:25:35,929 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4193 13:25:35,930 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4194 13:25:35,930 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4195 13:25:35,930 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4196 13:25:35,930 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4197 13:25:35,930 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ba4aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ba9810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ba9750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26fd490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ba9810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2b658d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495935.930876, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x26fd490>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ba9190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4198 13:25:37,019 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4199 13:25:37,019 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4200 13:25:39,061 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4201 13:25:39,062 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4202 13:25:39,063 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4203 13:25:39,063 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4204 13:25:39,063 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4205 13:25:39,064 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4206 13:25:39,064 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4207 13:25:39,064 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4208 13:25:39,064 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4209 13:25:39,064 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ba4488>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b96690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b96790>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b961d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b96690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2596bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495939.0648229, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b961d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ba9510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4210 13:25:40,241 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4211 13:25:40,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4212 13:25:40,776 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4213 13:25:40,778 DEBUG [routes.middleware] Matched GET /add/dupa
4214 13:25:40,778 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4215 13:25:40,778 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
4216 13:25:40,778 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4217 13:25:40,779 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4218 13:25:40,779 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4219 13:25:40,779 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4220 13:25:40,779 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4221 13:25:40,779 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7230>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b9fc10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b9fb10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b96b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b9fc10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495940.7799859, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b96b10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b968d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4222 13:25:41,708 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4223 13:25:41,710 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4224 13:25:41,711 DEBUG [routes.middleware] Matched GET /error/document
4225 13:25:41,711 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4226 13:25:41,711 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4227 13:25:41,712 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4228 13:25:41,712 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4229 13:25:41,713 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4230 13:25:41,713 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4231 13:25:41,713 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4232 13:25:41,713 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4233 13:25:41,713 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4234 13:25:41,713 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2b9fd90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x215a758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'url': <routes.util.URLGenerator object at 0x2b9f2d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2b9ffd0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2b9fd90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2ba2518>, 'session': {'_accessed_time': 1266495941.7142651, '_creation_time': 1266495934.946404}, 'N_': <function gettext_noop at 0x215a410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x260c390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2b9f3d0 200 OK>, '_': <function ugettext at 0x215a578>}
4235 13:25:41,715 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4236 13:25:41,715 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4237 13:25:46,749 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4238 13:25:46,751 DEBUG [routes.middleware] Matched GET /
4239 13:25:46,752 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4240 13:25:46,752 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4241 13:25:46,753 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4242 13:25:46,754 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4243 13:25:46,755 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4244 13:25:46,755 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4245 13:25:46,755 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4246 13:25:46,756 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7a28>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ba9f90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ba9ed0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b9f250>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ba9f90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495946.7616501, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b9f250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b9f090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4247 13:25:47,651 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4248 13:25:47,680 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4249 13:25:47,701 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4250 13:25:47,703 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
4251 13:25:47,703 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4252 13:25:47,703 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
4253 13:25:47,703 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4254 13:25:47,704 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4255 13:25:47,704 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4256 13:25:47,704 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4257 13:25:47,704 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4258 13:25:47,704 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb3668>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bc4390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bc4c90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ba9890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bc4390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495947.7048621, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2ba9890>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bc4c10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4259 13:25:48,621 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4260 13:25:48,622 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4261 13:25:50,686 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4262 13:25:50,690 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4263 13:25:50,691 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4264 13:25:50,691 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4265 13:25:50,692 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4266 13:25:50,693 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4267 13:25:50,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4268 13:25:50,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4269 13:25:50,694 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4270 13:25:50,695 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7de8>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb8e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb8c50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb8150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb8e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495950.695823, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb8150>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bc47d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4271 13:25:51,644 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4272 13:25:51,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4273 13:26:16,919 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4274 13:26:16,919 DEBUG [pylons.configuration] Pushing process configuration
4275 13:26:16,922 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4276 13:26:16,922 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4277 13:26:16,926 DEBUG [pylons.templating] Initialized Buffet object
4278 13:26:16,926 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4279 13:26:16,926 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4280 13:26:16,928 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864957626640: Initial worker pool
4281 13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864949233936: Initial worker pool
4282 13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864940841232: Initial worker pool
4283 13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864932448528: Initial worker pool
4284 13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864924055824: Initial worker pool
4285 13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864915663120: Initial worker pool
4286 13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864907270416: Initial worker pool
4287 13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864898877712: Initial worker pool
4288 13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864890485008: Initial worker pool
4289 13:26:16,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864882092304: Initial worker pool
4290 13:26:24,750 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4291 13:26:24,752 DEBUG [routes.middleware] Matched GET /add/ddsa
4292 13:26:24,752 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4293 13:26:24,752 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}
4294 13:26:24,753 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4295 13:26:24,754 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4296 13:26:24,807 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4297 13:26:24,807 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4298 13:26:24,807 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4299 13:26:24,807 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4300 13:26:24,807 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1cbcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/ddsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1cbd910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1cbd5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1cbd510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1cbd910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495984.808105, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1cbd510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1cbd050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4301 13:26:25,685 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4302 13:26:25,692 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4303 13:26:25,693 DEBUG [routes.middleware] Matched GET /error/document
4304 13:26:25,693 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4305 13:26:25,693 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4306 13:26:25,693 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4307 13:26:25,694 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4308 13:26:25,694 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4309 13:26:25,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4310 13:26:25,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4311 13:26:25,694 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4312 13:26:25,695 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4313 13:26:25,695 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2165350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1719758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'url': <routes.util.URLGenerator object at 0x21651d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2165190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2165350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2160830>, 'session': {'_accessed_time': 1266495985.6955521, '_creation_time': 1266495984.808105}, 'N_': <function gettext_noop at 0x1719410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1bcb390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2165290 200 OK>, '_': <function ugettext at 0x1719578>}
4314 13:26:25,696 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4315 13:26:25,696 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4316 13:26:30,729 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4317 13:26:30,732 DEBUG [routes.middleware] Matched GET /
4318 13:26:30,732 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4319 13:26:30,733 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4320 13:26:30,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4321 13:26:30,742 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4322 13:26:30,742 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4323 13:26:30,743 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4324 13:26:30,743 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4325 13:26:30,743 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2161f50>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2165b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2165a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2165950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2165b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495990.744606, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2165950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1be0ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4326 13:26:31,747 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4327 13:26:31,773 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4328 13:26:31,836 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4329 13:26:31,848 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
4330 13:26:31,848 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4331 13:26:31,848 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
4332 13:26:31,849 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4333 13:26:31,849 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4334 13:26:31,849 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4335 13:26:31,850 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4336 13:26:31,850 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4337 13:26:31,850 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x216f500>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x22b4b10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x22b45d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2165a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x22b4b10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x2164750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495991.850503, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2165a10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0xf16650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4338 13:26:32,802 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4339 13:26:32,802 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4340 13:26:34,822 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4341 13:26:34,825 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4342 13:26:34,826 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4343 13:26:34,826 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4344 13:26:34,827 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4345 13:26:34,829 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4346 13:26:34,829 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4347 13:26:34,829 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4348 13:26:34,830 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4349 13:26:34,830 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x216faa0>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2177e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2177a10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2177dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2177e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495994.8322999, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2177dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x22b4110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4350 13:26:35,807 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4351 13:26:35,808 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4352 13:33:13,200 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4353 13:33:13,200 DEBUG [pylons.configuration] Pushing process configuration
4354 13:33:13,204 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4355 13:33:13,204 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4356 13:33:13,207 DEBUG [pylons.templating] Initialized Buffet object
4357 13:33:13,207 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4358 13:33:13,208 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4359 13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741781145872: Initial worker pool
4360 13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741772753168: Initial worker pool
4361 13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741764360464: Initial worker pool
4362 13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741755967760: Initial worker pool
4363 13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741747575056: Initial worker pool
4364 13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741739182352: Initial worker pool
4365 13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741730789648: Initial worker pool
4366 13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741722396944: Initial worker pool
4367 13:33:13,212 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741714004240: Initial worker pool
4368 13:33:13,212 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741705611536: Initial worker pool
4369 13:33:18,967 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4370 13:33:18,974 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4371 13:33:18,974 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4372 13:33:18,975 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4373 13:33:18,976 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4374 13:33:18,982 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4375 13:33:19,044 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4376 13:33:19,044 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4377 13:33:19,044 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4378 13:33:19,044 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4379 13:33:19,045 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x230bc80>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x230c990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x230c650>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x230c390>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x230c990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496399.0452931, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x230c390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4380 13:33:19,980 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4381 13:33:19,980 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4382 13:33:20,280 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4383 13:33:20,332 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4384 13:33:20,333 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4385 13:33:20,333 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4386 13:33:20,334 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4387 13:33:20,335 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4388 13:33:20,336 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4389 13:33:20,336 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4390 13:33:20,336 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4391 13:33:20,337 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27a0c80>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27a52d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a5910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27a52d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496400.3378839, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5d50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4392 13:33:21,291 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4393 13:33:21,291 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4394 13:33:21,351 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4395 13:33:21,352 DEBUG [routes.middleware] Matched GET /add/dupa
4396 13:33:21,352 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4397 13:33:21,353 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
4398 13:33:21,353 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4399 13:33:21,354 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4400 13:33:21,354 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4401 13:33:21,354 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4402 13:33:21,354 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4403 13:33:21,354 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b9230>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27b0650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27b0cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5290>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27b0650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496401.3547599, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c4d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4404 13:33:21,497 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4405 13:33:21,499 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4406 13:33:21,499 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4407 13:33:21,499 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4408 13:33:21,499 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4409 13:33:21,499 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4410 13:33:21,500 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4411 13:33:21,500 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4412 13:33:21,500 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4413 13:33:21,500 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27a08c0>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27a53d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a5410>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b0ed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27a53d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496401.5006411, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b0ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27b0810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4414 13:33:22,631 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
4415 13:33:22,640 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4416 13:33:22,640 DEBUG [routes.middleware] Matched GET /error/document
4417 13:33:22,640 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4418 13:33:22,641 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4419 13:33:22,641 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4420 13:33:22,641 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4421 13:33:22,642 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4422 13:33:22,642 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4423 13:33:22,642 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4424 13:33:22,642 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4425 13:33:22,642 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4426 13:33:22,642 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x28f9850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1d68758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'url': <routes.util.URLGenerator object at 0x28f96d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x28f9690 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x28f9850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x28e0ab8>, 'session': {'_accessed_time': 1266496402.643213, '_creation_time': 1266496399.0452931}, 'N_': <function gettext_noop at 0x1d68410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x221a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x28f9790 200 OK>, '_': <function ugettext at 0x1d68578>}
4427 13:33:22,644 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4428 13:33:22,644 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4429 13:33:23,252 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4430 13:33:23,252 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4431 13:33:23,394 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4432 13:33:23,408 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4433 13:33:23,409 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4434 13:33:23,409 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4435 13:33:23,410 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4436 13:33:23,411 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4437 13:33:23,412 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4438 13:33:23,412 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4439 13:33:23,412 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4440 13:33:23,413 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b9320>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27b0950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27b0b90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b00d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27b0950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496403.413897, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b00d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x222ff10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4441 13:33:24,313 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4442 13:33:24,314 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4443 13:33:27,679 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4444 13:33:27,683 DEBUG [routes.middleware] Matched GET /
4445 13:33:27,683 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4446 13:33:27,683 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4447 13:33:27,683 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4448 13:33:27,684 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4449 13:33:27,684 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4450 13:33:27,684 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4451 13:33:27,684 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4452 13:33:27,684 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2918230>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27ba790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27ba110>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b0710>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27ba790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496407.6849899, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b0710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27a5d50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4453 13:33:28,626 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4454 13:33:28,650 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4455 13:33:28,758 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4456 13:33:28,760 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
4457 13:33:28,760 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4458 13:33:28,760 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
4459 13:33:28,760 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4460 13:33:28,761 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4461 13:33:28,761 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4462 13:33:28,761 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4463 13:33:28,761 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4464 13:33:28,761 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b6488>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27d2510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27d20d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27baa50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27d2510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496408.7620521, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27baa50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27c7cd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4465 13:33:29,689 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4466 13:33:29,689 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4467 13:33:31,801 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4468 13:33:31,804 DEBUG [routes.middleware] Matched GET /static/hgicon.png
4469 13:33:31,804 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
4470 13:33:31,805 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
4471 13:33:31,805 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4472 13:33:31,805 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4473 13:33:31,805 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4474 13:33:31,805 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4475 13:33:31,806 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
4476 13:33:31,806 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x29188c0>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27ba7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a58d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27ba7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496411.8064041, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5d10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28f95d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
4477 13:33:32,775 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
4478 13:33:32,775 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
4479 13:34:24,741 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4480 13:34:24,741 DEBUG [pylons.configuration] Pushing process configuration
4481 13:34:24,744 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4482 13:34:24,744 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4483 13:34:24,748 DEBUG [pylons.templating] Initialized Buffet object
4484 13:34:24,748 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4485 13:34:24,748 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4486 13:34:24,751 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217949444368: Initial worker pool
4487 13:34:24,751 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217941051664: Initial worker pool
4488 13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217932658960: Initial worker pool
4489 13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217924266256: Initial worker pool
4490 13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217915873552: Initial worker pool
4491 13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217907480848: Initial worker pool
4492 13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217899088144: Initial worker pool
4493 13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217890695440: Initial worker pool
4494 13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217882302736: Initial worker pool
4495 13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217873910032: Initial worker pool
4496 13:34:32,203 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4497 13:34:32,204 DEBUG [pylons.configuration] Pushing process configuration
4498 13:34:32,207 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4499 13:34:32,207 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4500 13:34:32,211 DEBUG [pylons.templating] Initialized Buffet object
4501 13:34:32,211 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4502 13:34:32,211 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4503 13:34:32,213 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912234973456: Initial worker pool
4504 13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912226580752: Initial worker pool
4505 13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912218188048: Initial worker pool
4506 13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912209795344: Initial worker pool
4507 13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912201402640: Initial worker pool
4508 13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912193009936: Initial worker pool
4509 13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912184617232: Initial worker pool
4510 13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912176224528: Initial worker pool
4511 13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912167831824: Initial worker pool
4512 13:34:32,216 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912159439120: Initial worker pool
4513 13:34:34,477 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4514 13:34:34,486 DEBUG [routes.middleware] No route matched for GET /add/dupa
4515 13:34:34,486 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4516 13:34:34,487 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4517 13:34:34,487 DEBUG [routes.middleware] Matched GET /error/document
4518 13:34:34,488 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4519 13:34:34,488 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4520 13:34:34,488 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4521 13:34:34,488 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4522 13:34:34,517 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4523 13:34:34,518 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4524 13:34:34,518 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4525 13:34:34,518 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4526 13:34:34,518 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4527 13:34:34,518 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2e6ca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x2e6c950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2e6c910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2e6ca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2e71680>, 'session': {'_accessed_time': 1266496474.5190289, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2e6c990 200 OK>, '_': <function ugettext at 0x28c8578>}
4528 13:34:34,520 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4529 13:34:34,521 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4530 13:34:36,682 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4531 13:34:36,697 DEBUG [routes.middleware] No route matched for GET /add/dupa/
4532 13:34:36,698 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4533 13:34:36,698 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4534 13:34:36,699 DEBUG [routes.middleware] Matched GET /error/document
4535 13:34:36,699 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4536 13:34:36,699 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4537 13:34:36,699 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4538 13:34:36,699 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4539 13:34:36,700 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4540 13:34:36,700 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4541 13:34:36,700 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4542 13:34:36,700 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4543 13:34:36,700 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3095b90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x3095a90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3095a50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3095b90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3099488>, 'session': {'_accessed_time': 1266496476.700875, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3095ad0 200 OK>, '_': <function ugettext at 0x28c8578>}
4544 13:34:36,701 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4545 13:34:36,701 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4546 13:34:41,883 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4547 13:34:41,886 DEBUG [routes.middleware] No route matched for GET /
4548 13:34:41,887 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4549 13:34:41,888 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4550 13:34:41,890 DEBUG [routes.middleware] Matched GET /error/document
4551 13:34:41,890 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4552 13:34:41,891 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4553 13:34:41,891 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4554 13:34:41,892 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4555 13:34:41,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4556 13:34:41,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4557 13:34:41,893 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4558 13:34:41,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4559 13:34:41,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x309b2d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x309b1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x309b190 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x309b2d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3099fc8>, 'session': {'_accessed_time': 1266496481.895602, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x309b210 200 OK>, '_': <function ugettext at 0x28c8578>}
4560 13:34:41,897 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4561 13:34:41,898 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4562 13:34:46,948 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4563 13:34:46,951 DEBUG [routes.middleware] No route matched for GET /
4564 13:34:46,952 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4565 13:34:46,953 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4566 13:34:46,955 DEBUG [routes.middleware] Matched GET /error/document
4567 13:34:46,955 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4568 13:34:46,956 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4569 13:34:46,956 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4570 13:34:46,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4571 13:34:46,958 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4572 13:34:46,958 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4573 13:34:46,959 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4574 13:34:46,959 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4575 13:34:46,960 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x309ba50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x309b950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x309b910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x309ba50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x309dc68>, 'session': {'_accessed_time': 1266496486.961149, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x309b990 200 OK>, '_': <function ugettext at 0x28c8578>}
4576 13:34:46,962 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4577 13:34:46,962 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4578 13:34:50,833 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4579 13:34:50,834 DEBUG [pylons.configuration] Pushing process configuration
4580 13:34:50,837 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4581 13:34:50,837 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4582 13:34:50,840 DEBUG [pylons.templating] Initialized Buffet object
4583 13:34:50,841 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4584 13:34:50,841 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4585 13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635353172240: Initial worker pool
4586 13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635344779536: Initial worker pool
4587 13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635336386832: Initial worker pool
4588 13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635327994128: Initial worker pool
4589 13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635319601424: Initial worker pool
4590 13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635311208720: Initial worker pool
4591 13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635302816016: Initial worker pool
4592 13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635294423312: Initial worker pool
4593 13:34:50,845 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635286030608: Initial worker pool
4594 13:34:50,845 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635277637904: Initial worker pool
4595 13:34:51,410 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4596 13:34:51,413 DEBUG [routes.middleware] No route matched for GET /
4597 13:34:51,413 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4598 13:34:51,414 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4599 13:34:51,415 DEBUG [routes.middleware] Matched GET /error/document
4600 13:34:51,415 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4601 13:34:51,415 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4602 13:34:51,415 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4603 13:34:51,416 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4604 13:34:51,443 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4605 13:34:51,443 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4606 13:34:51,443 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4607 13:34:51,443 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4608 13:34:51,443 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4609 13:34:51,444 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x38b6290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x38b6190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x38b6150 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x38b6290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x38b4cf8>, 'session': {'_accessed_time': 1266496491.444468, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x38b61d0 200 OK>, '_': <function ugettext at 0x33f4578>}
4610 13:34:51,445 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4611 13:34:51,446 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4612 13:34:52,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4613 13:34:52,183 DEBUG [routes.middleware] No route matched for GET /
4614 13:34:52,183 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4615 13:34:52,184 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4616 13:34:52,186 DEBUG [routes.middleware] Matched GET /error/document
4617 13:34:52,187 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4618 13:34:52,187 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4619 13:34:52,188 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4620 13:34:52,189 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4621 13:34:52,189 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4622 13:34:52,189 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4623 13:34:52,190 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4624 13:34:52,190 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4625 13:34:52,191 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3baaad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baa9d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baa990 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3baaad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb03b0>, 'session': {'_accessed_time': 1266496492.192136, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3baaa10 200 OK>, '_': <function ugettext at 0x33f4578>}
4626 13:34:52,194 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4627 13:34:52,194 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4628 13:34:57,229 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4629 13:34:57,232 DEBUG [routes.middleware] No route matched for GET /
4630 13:34:57,232 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4631 13:34:57,234 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4632 13:34:57,235 DEBUG [routes.middleware] Matched GET /error/document
4633 13:34:57,236 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4634 13:34:57,236 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4635 13:34:57,237 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4636 13:34:57,238 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4637 13:34:57,238 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4638 13:34:57,239 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4639 13:34:57,239 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4640 13:34:57,239 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4641 13:34:57,240 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb1150 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb0f80>, 'session': {'_accessed_time': 1266496497.24141, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb11d0 200 OK>, '_': <function ugettext at 0x33f4578>}
4642 13:34:57,251 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4643 13:34:57,252 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4644 13:35:02,339 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4645 13:35:02,340 DEBUG [routes.middleware] No route matched for GET /
4646 13:35:02,340 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4647 13:35:02,340 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4648 13:35:02,341 DEBUG [routes.middleware] Matched GET /error/document
4649 13:35:02,341 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4650 13:35:02,341 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4651 13:35:02,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4652 13:35:02,342 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4653 13:35:02,342 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4654 13:35:02,342 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4655 13:35:02,342 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4656 13:35:02,342 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4657 13:35:02,343 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1910>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb18d0 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb3b90>, 'session': {'_accessed_time': 1266496502.343267, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb1950 200 OK>, '_': <function ugettext at 0x33f4578>}
4658 13:35:02,343 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4659 13:35:02,344 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4660 13:35:07,379 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4661 13:35:07,382 DEBUG [routes.middleware] No route matched for GET /
4662 13:35:07,382 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4663 13:35:07,383 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4664 13:35:07,385 DEBUG [routes.middleware] Matched GET /error/document
4665 13:35:07,386 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4666 13:35:07,386 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4667 13:35:07,387 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4668 13:35:07,388 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4669 13:35:07,388 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4670 13:35:07,389 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4671 13:35:07,389 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4672 13:35:07,389 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4673 13:35:07,389 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb71d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb70d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7090 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb71d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb67a0>, 'session': {'_accessed_time': 1266496507.389828, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7110 200 OK>, '_': <function ugettext at 0x33f4578>}
4674 13:35:07,390 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4675 13:35:07,390 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4676 13:35:12,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4677 13:35:12,472 DEBUG [routes.middleware] No route matched for GET /
4678 13:35:12,472 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4679 13:35:12,474 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4680 13:35:12,475 DEBUG [routes.middleware] Matched GET /error/document
4681 13:35:12,476 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4682 13:35:12,476 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4683 13:35:12,477 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4684 13:35:12,478 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4685 13:35:12,478 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4686 13:35:12,479 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4687 13:35:12,479 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4688 13:35:12,480 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4689 13:35:12,480 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb7950 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb7850>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7810 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb7950 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb83b0>, 'session': {'_accessed_time': 1266496512.4823511, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7890 200 OK>, '_': <function ugettext at 0x33f4578>}
4690 13:35:12,484 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4691 13:35:12,484 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4692 13:35:17,517 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4693 13:35:17,520 DEBUG [routes.middleware] No route matched for GET /
4694 13:35:17,521 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4695 13:35:17,522 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4696 13:35:17,524 DEBUG [routes.middleware] Matched GET /error/document
4697 13:35:17,524 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4698 13:35:17,525 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4699 13:35:17,525 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4700 13:35:17,526 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4701 13:35:17,527 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4702 13:35:17,527 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4703 13:35:17,527 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4704 13:35:17,528 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4705 13:35:17,528 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1690>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb1410 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb8680>, 'session': {'_accessed_time': 1266496517.5416131, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb19d0 200 OK>, '_': <function ugettext at 0x33f4578>}
4706 13:35:17,542 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4707 13:35:17,542 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4708 13:35:22,577 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4709 13:35:22,580 DEBUG [routes.middleware] No route matched for GET /
4710 13:35:22,580 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4711 13:35:22,581 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4712 13:35:22,583 DEBUG [routes.middleware] Matched GET /error/document
4713 13:35:22,584 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4714 13:35:22,584 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4715 13:35:22,585 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4716 13:35:22,586 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4717 13:35:22,586 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4718 13:35:22,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4719 13:35:22,587 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4720 13:35:22,587 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4721 13:35:22,588 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3baa590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baa950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baae50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3baa590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb8d40>, 'session': {'_accessed_time': 1266496522.5908301, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3baa910 200 OK>, '_': <function ugettext at 0x33f4578>}
4722 13:35:22,591 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4723 13:35:22,591 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4724 13:35:27,628 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4725 13:35:27,630 DEBUG [routes.middleware] No route matched for GET /
4726 13:35:27,631 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4727 13:35:27,632 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4728 13:35:27,634 DEBUG [routes.middleware] Matched GET /error/document
4729 13:35:27,634 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4730 13:35:27,635 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4731 13:35:27,635 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4732 13:35:27,636 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4733 13:35:27,637 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4734 13:35:27,637 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4735 13:35:27,638 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4736 13:35:27,638 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4737 13:35:27,649 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb77d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baaa90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baa750 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb77d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb9440>, 'session': {'_accessed_time': 1266496527.6500859, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7550 200 OK>, '_': <function ugettext at 0x33f4578>}
4738 13:35:27,650 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4739 13:35:27,651 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4740 13:35:32,686 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4741 13:35:32,689 DEBUG [routes.middleware] No route matched for GET /
4742 13:35:32,689 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4743 13:35:32,690 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4744 13:35:32,692 DEBUG [routes.middleware] Matched GET /error/document
4745 13:35:32,693 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4746 13:35:32,693 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4747 13:35:32,694 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4748 13:35:32,695 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4749 13:35:32,695 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4750 13:35:32,695 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4751 13:35:32,696 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4752 13:35:32,696 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4753 13:35:32,697 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb7d90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb7c90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7c50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb7d90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb9b00>, 'session': {'_accessed_time': 1266496532.698153, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7cd0 200 OK>, '_': <function ugettext at 0x33f4578>}
4754 13:35:32,704 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4755 13:35:32,704 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4756 13:35:37,759 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4757 13:35:37,762 DEBUG [routes.middleware] No route matched for GET /
4758 13:35:37,762 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4759 13:35:37,764 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4760 13:35:37,765 DEBUG [routes.middleware] Matched GET /error/document
4761 13:35:37,766 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4762 13:35:37,766 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4763 13:35:37,767 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4764 13:35:37,768 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4765 13:35:37,768 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4766 13:35:37,769 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4767 13:35:37,769 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4768 13:35:37,769 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4769 13:35:37,770 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bbc390 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bbc290>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bbc250 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bbc390 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bbd440>, 'session': {'_accessed_time': 1266496537.771328, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bbc2d0 200 OK>, '_': <function ugettext at 0x33f4578>}
4770 13:35:37,773 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4771 13:35:37,774 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4772 13:35:42,803 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4773 13:35:42,804 DEBUG [routes.middleware] No route matched for GET /
4774 13:35:42,804 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4775 13:35:42,805 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4776 13:35:42,805 DEBUG [routes.middleware] Matched GET /error/document
4777 13:35:42,805 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4778 13:35:42,806 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4779 13:35:42,806 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4780 13:35:42,806 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4781 13:35:42,806 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4782 13:35:42,806 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4783 13:35:42,807 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4784 13:35:42,807 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4785 13:35:42,807 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bbca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bbc950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bbc910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bbca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bbdd88>, 'session': {'_accessed_time': 1266496542.8076911, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bbc990 200 OK>, '_': <function ugettext at 0x33f4578>}
4786 13:35:42,808 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4787 13:35:42,808 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4788 13:35:43,329 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4789 13:35:43,329 DEBUG [pylons.configuration] Pushing process configuration
4790 13:35:43,333 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4791 13:35:43,333 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4792 13:35:43,338 DEBUG [pylons.templating] Initialized Buffet object
4793 13:35:43,339 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4794 13:35:43,339 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4795 13:35:43,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870147250448: Initial worker pool
4796 13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870138857744: Initial worker pool
4797 13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870130465040: Initial worker pool
4798 13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870122072336: Initial worker pool
4799 13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870113679632: Initial worker pool
4800 13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870105286928: Initial worker pool
4801 13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870096894224: Initial worker pool
4802 13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870088501520: Initial worker pool
4803 13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870080108816: Initial worker pool
4804 13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870071716112: Initial worker pool
4805 13:35:47,872 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4806 13:35:47,882 DEBUG [routes.middleware] No route matched for GET /
4807 13:35:47,883 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4808 13:35:47,884 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4809 13:35:47,884 DEBUG [routes.middleware] Matched GET /error/document
4810 13:35:47,884 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4811 13:35:47,884 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4812 13:35:47,885 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4813 13:35:47,885 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4814 13:35:47,908 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4815 13:35:47,908 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4816 13:35:47,908 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4817 13:35:47,908 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4818 13:35:47,908 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4819 13:35:47,908 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2db59d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2811758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'url': <routes.util.URLGenerator object at 0x2db58d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2db5890 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2db59d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2db9638>, 'session': {'_accessed_time': 1266496547.909178, '_creation_time': 1266496547.909178}, 'N_': <function gettext_noop at 0x2811410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cc2350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2db5910 200 OK>, '_': <function ugettext at 0x2811578>}
4820 13:35:47,910 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4821 13:35:47,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4822 13:35:52,952 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4823 13:35:52,954 DEBUG [routes.middleware] No route matched for GET /
4824 13:35:52,955 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4825 13:35:52,956 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4826 13:35:52,958 DEBUG [routes.middleware] Matched GET /error/document
4827 13:35:52,958 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4828 13:35:52,959 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4829 13:35:52,959 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4830 13:35:52,960 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4831 13:35:52,961 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4832 13:35:52,961 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4833 13:35:52,962 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4834 13:35:52,962 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4835 13:35:52,963 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2fe1ad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2811758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'url': <routes.util.URLGenerator object at 0x2fe19d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2fe1990 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2fe1ad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2fe4368>, 'session': {'_accessed_time': 1266496552.963866, '_creation_time': 1266496547.909178}, 'N_': <function gettext_noop at 0x2811410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cc2350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2fe1a10 200 OK>, '_': <function ugettext at 0x2811578>}
4836 13:35:52,965 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4837 13:35:52,966 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4838 13:35:54,886 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4839 13:35:54,886 DEBUG [pylons.configuration] Pushing process configuration
4840 13:35:54,890 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4841 13:35:54,890 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4842 13:35:54,894 DEBUG [pylons.templating] Initialized Buffet object
4843 13:35:54,894 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4844 13:35:54,895 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4845 13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658063747344: Initial worker pool
4846 13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658055354640: Initial worker pool
4847 13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658046961936: Initial worker pool
4848 13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658038569232: Initial worker pool
4849 13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658030176528: Initial worker pool
4850 13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658021783824: Initial worker pool
4851 13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658013391120: Initial worker pool
4852 13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658004998416: Initial worker pool
4853 13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140657996605712: Initial worker pool
4854 13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140657988213008: Initial worker pool
4855 13:35:58,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4856 13:35:58,019 DEBUG [routes.middleware] No route matched for GET /
4857 13:35:58,020 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4858 13:35:58,024 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
4859 13:35:58,026 DEBUG [routes.middleware] Matched GET /error/document
4860 13:35:58,026 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
4861 13:35:58,027 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
4862 13:35:58,027 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4863 13:35:58,028 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
4864 13:35:58,060 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
4865 13:35:58,060 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4866 13:35:58,061 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4867 13:35:58,061 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
4868 13:35:58,061 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
4869 13:35:58,061 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x294e9d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x23ad758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'url': <routes.util.URLGenerator object at 0x294e8d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x294e890 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x294e9d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2952638>, 'session': {'_accessed_time': 1266496558.0620201, '_creation_time': 1266496558.0620201}, 'N_': <function gettext_noop at 0x23ad410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x285e350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x294e910 200 OK>, '_': <function ugettext at 0x23ad578>}
4870 13:35:58,063 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4871 13:35:58,063 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4872 13:36:00,995 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4873 13:36:00,996 DEBUG [routes.middleware] Matched GET /add/dupa
4874 13:36:00,996 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'new_repo': u'', 'controller': u'hg'}
4875 13:36:00,997 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4876 13:36:00,997 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4877 13:36:00,997 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4878 13:36:01,029 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4879 13:36:01,029 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4880 13:36:01,029 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4881 13:36:01,029 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4882 13:36:01,030 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4883 13:36:01,030 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4884 13:36:01,030 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4885 13:36:11,524 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4886 13:36:11,525 DEBUG [pylons.configuration] Pushing process configuration
4887 13:36:11,528 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4888 13:36:11,528 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4889 13:36:11,532 DEBUG [pylons.templating] Initialized Buffet object
4890 13:36:11,532 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4891 13:36:11,532 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4892 13:36:11,534 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240408353040: Initial worker pool
4893 13:36:11,534 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240399960336: Initial worker pool
4894 13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240391567632: Initial worker pool
4895 13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240383174928: Initial worker pool
4896 13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240374782224: Initial worker pool
4897 13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240366389520: Initial worker pool
4898 13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240357996816: Initial worker pool
4899 13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240349604112: Initial worker pool
4900 13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240341211408: Initial worker pool
4901 13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240332818704: Initial worker pool
4902 13:36:13,092 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4903 13:36:13,104 DEBUG [routes.middleware] Matched GET /add/dupa
4904 13:36:13,104 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4905 13:36:13,104 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4906 13:36:13,104 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4907 13:36:13,105 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4908 13:36:13,156 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4909 13:36:13,156 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4910 13:36:13,156 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4911 13:36:13,156 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4912 13:36:13,157 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4913 13:36:13,157 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4914 13:36:13,157 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4915 13:36:15,056 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4916 13:36:15,059 DEBUG [routes.middleware] Matched GET /add/dupa
4917 13:36:15,060 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4918 13:36:15,060 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4919 13:36:15,061 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4920 13:36:15,061 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4921 13:36:15,062 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4922 13:36:15,062 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4923 13:36:15,062 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4924 13:36:15,062 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4925 13:36:15,062 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4926 13:36:15,062 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4927 13:36:15,514 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4928 13:36:15,515 DEBUG [routes.middleware] Matched GET /add/dupa
4929 13:36:15,516 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4930 13:36:15,516 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4931 13:36:15,516 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4932 13:36:15,516 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4933 13:36:15,517 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4934 13:36:15,517 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4935 13:36:15,517 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4936 13:36:15,517 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4937 13:36:15,517 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4938 13:36:15,517 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4939 13:36:15,916 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4940 13:36:15,917 DEBUG [routes.middleware] Matched GET /add/dupa
4941 13:36:15,918 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4942 13:36:15,918 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4943 13:36:15,918 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4944 13:36:15,918 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4945 13:36:15,919 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4946 13:36:15,919 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4947 13:36:15,919 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4948 13:36:15,919 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4949 13:36:15,919 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4950 13:36:15,919 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4951 13:36:16,256 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4952 13:36:16,259 DEBUG [routes.middleware] Matched GET /add/dupa
4953 13:36:16,259 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4954 13:36:16,260 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4955 13:36:16,260 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4956 13:36:16,262 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4957 13:36:16,263 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4958 13:36:16,263 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4959 13:36:16,263 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4960 13:36:16,264 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4961 13:36:16,264 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4962 13:36:16,264 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4963 13:36:16,944 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4964 13:36:16,947 DEBUG [routes.middleware] Matched GET /add/dupa
4965 13:36:16,947 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4966 13:36:16,948 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4967 13:36:16,948 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4968 13:36:16,950 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4969 13:36:16,950 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
4970 13:36:16,950 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
4971 13:36:16,951 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
4972 13:36:16,951 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
4973 13:36:16,951 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
4974 13:36:16,951 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
4975 13:36:21,978 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
4976 13:36:21,978 DEBUG [pylons.configuration] Pushing process configuration
4977 13:36:21,982 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
4978 13:36:21,982 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
4979 13:36:21,985 DEBUG [pylons.templating] Initialized Buffet object
4980 13:36:21,986 DEBUG [pylons.templating] Adding mako template language for use with Buffet
4981 13:36:21,986 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
4982 13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733620590864: Initial worker pool
4983 13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733612198160: Initial worker pool
4984 13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733603805456: Initial worker pool
4985 13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733595412752: Initial worker pool
4986 13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733587020048: Initial worker pool
4987 13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733578627344: Initial worker pool
4988 13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733570234640: Initial worker pool
4989 13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733561841936: Initial worker pool
4990 13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733553449232: Initial worker pool
4991 13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733545056528: Initial worker pool
4992 13:36:22,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
4993 13:36:22,549 DEBUG [routes.middleware] Matched GET /add/dupa
4994 13:36:22,549 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
4995 13:36:22,549 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
4996 13:36:22,549 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
4997 13:36:22,551 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
4998 13:36:22,599 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
4999 13:36:22,599 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5000 13:36:22,599 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5001 13:36:22,599 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5002 13:36:22,599 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5003 13:36:22,600 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5004 13:36:22,600 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5005 13:36:27,362 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5006 13:36:27,362 DEBUG [pylons.configuration] Pushing process configuration
5007 13:36:27,366 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5008 13:36:27,366 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5009 13:36:27,369 DEBUG [pylons.templating] Initialized Buffet object
5010 13:36:27,369 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5011 13:36:27,370 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5012 13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156592253200: Initial worker pool
5013 13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156583860496: Initial worker pool
5014 13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156575467792: Initial worker pool
5015 13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156567075088: Initial worker pool
5016 13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156558682384: Initial worker pool
5017 13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156550289680: Initial worker pool
5018 13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156541896976: Initial worker pool
5019 13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156533504272: Initial worker pool
5020 13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156525111568: Initial worker pool
5021 13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156516718864: Initial worker pool
5022 13:36:27,618 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5023 13:36:27,621 DEBUG [routes.middleware] Matched GET /add/dupa
5024 13:36:27,621 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5025 13:36:27,621 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5026 13:36:27,621 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5027 13:36:27,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5028 13:36:27,687 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5029 13:36:27,687 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5030 13:36:27,687 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5031 13:36:27,688 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5032 13:36:27,688 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5033 13:36:27,688 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5034 13:36:27,688 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5035 13:36:30,010 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5036 13:36:30,019 DEBUG [routes.middleware] Matched GET /add/dupa/
5037 13:36:30,019 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5038 13:36:30,019 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}
5039 13:36:30,020 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5040 13:36:30,020 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5041 13:36:30,020 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5042 13:36:30,020 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5043 13:36:30,021 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5044 13:36:30,021 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a035f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2482510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2482750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29d9b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24827d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29d9a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x248cd50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2482810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29d9b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2482810>, 'wsgi.input': <socket._fileobject object at 0x29bd7d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496590.0214529, '_creation_time': 1266496590.0214529}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x248cd50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29d9610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f78c44121c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x17d14d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5045 13:36:30,906 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5046 13:36:30,913 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5047 13:36:30,914 DEBUG [routes.middleware] Matched GET /error/document
5048 13:36:30,914 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5049 13:36:30,914 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5050 13:36:30,914 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5051 13:36:30,914 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5052 13:36:30,915 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5053 13:36:30,915 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5054 13:36:30,915 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5055 13:36:30,915 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5056 13:36:30,915 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5057 13:36:30,916 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a1d710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1fd0758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'url': <routes.util.URLGenerator object at 0x2a1d590>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a1d550 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a1d710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a0ef80>, 'session': {'_accessed_time': 1266496590.91627, '_creation_time': 1266496590.0214529}, 'N_': <function gettext_noop at 0x1fd0410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2482350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a1d650 200 OK>, '_': <function ugettext at 0x1fd0578>}
5058 13:36:30,917 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5059 13:36:30,917 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5060 13:36:32,695 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5061 13:36:32,701 DEBUG [routes.middleware] Matched GET /add/dupa
5062 13:36:32,701 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5063 13:36:32,702 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5064 13:36:32,702 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5065 13:36:32,702 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5066 13:36:32,702 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5067 13:36:32,702 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5068 13:36:32,703 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5069 13:36:32,703 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5070 13:36:32,703 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5071 13:36:32,703 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5072 13:36:36,885 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5073 13:36:36,885 DEBUG [pylons.configuration] Pushing process configuration
5074 13:36:36,888 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5075 13:36:36,888 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5076 13:36:36,892 DEBUG [pylons.templating] Initialized Buffet object
5077 13:36:36,892 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5078 13:36:36,893 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5079 13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645487958288: Initial worker pool
5080 13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645479565584: Initial worker pool
5081 13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645471172880: Initial worker pool
5082 13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645462780176: Initial worker pool
5083 13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645454387472: Initial worker pool
5084 13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645445994768: Initial worker pool
5085 13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645437602064: Initial worker pool
5086 13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645429209360: Initial worker pool
5087 13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645420816656: Initial worker pool
5088 13:36:36,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645412423952: Initial worker pool
5089 13:36:37,908 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5090 13:36:37,911 DEBUG [routes.middleware] Matched GET /add/dupa/
5091 13:36:37,911 DEBUG [routes.middleware] Route path: '/add/{new_repo}/', defaults: {'action': u'add_repo', 'controller': u'hg'}
5092 13:36:37,911 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5093 13:36:37,911 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5094 13:36:37,912 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5095 13:36:37,972 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5096 13:36:37,972 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5097 13:36:37,972 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5098 13:36:37,973 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5099 13:36:37,973 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5100 13:36:37,973 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5101 13:36:37,973 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5102 13:36:40,122 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5103 13:36:40,123 DEBUG [routes.middleware] Matched GET /add/dupa
5104 13:36:40,123 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5105 13:36:40,123 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
5106 13:36:40,124 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5107 13:36:40,124 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5108 13:36:40,124 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5109 13:36:40,124 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5110 13:36:40,124 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5111 13:36:40,125 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2cb25f0>, 'environ': {'routes.route': <routes.route.Route object at 0x272c510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x272c750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c97b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x272c7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c97a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x281e450>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x272c810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c97b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x272c810>, 'wsgi.input': <socket._fileobject object at 0x26b6bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496600.125267, '_creation_time': 1266496600.125267}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x281e450>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x281e250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f01c41081c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1a7b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5112 13:36:41,145 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5113 13:36:41,152 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5114 13:36:41,153 DEBUG [routes.middleware] Matched GET /error/document
5115 13:36:41,153 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5116 13:36:41,153 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5117 13:36:41,153 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5118 13:36:41,153 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5119 13:36:41,154 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5120 13:36:41,154 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5121 13:36:41,154 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5122 13:36:41,154 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5123 13:36:41,154 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5124 13:36:41,154 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2cca710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x227a758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'url': <routes.util.URLGenerator object at 0x2cca590>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2cca550 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2cca710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2cbbdd0>, 'session': {'_accessed_time': 1266496601.1551909, '_creation_time': 1266496600.125267}, 'N_': <function gettext_noop at 0x227a410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x272c350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2cca650 200 OK>, '_': <function ugettext at 0x227a578>}
5125 13:36:41,156 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5126 13:36:41,156 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5127 13:36:45,309 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5128 13:36:45,309 DEBUG [pylons.configuration] Pushing process configuration
5129 13:36:45,312 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5130 13:36:45,312 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5131 13:36:45,316 DEBUG [pylons.templating] Initialized Buffet object
5132 13:36:45,316 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5133 13:36:45,316 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5134 13:36:45,318 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121365072144: Initial worker pool
5135 13:36:45,318 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121356679440: Initial worker pool
5136 13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121348286736: Initial worker pool
5137 13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121339894032: Initial worker pool
5138 13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121331501328: Initial worker pool
5139 13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121323108624: Initial worker pool
5140 13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121306323216: Initial worker pool
5141 13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121314715920: Initial worker pool
5142 13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121297930512: Initial worker pool
5143 13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121289537808: Initial worker pool
5144 13:36:46,202 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5145 13:36:46,213 DEBUG [routes.middleware] Matched GET /
5146 13:36:46,214 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5147 13:36:46,214 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5148 13:36:46,214 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5149 13:36:46,215 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5150 13:36:46,265 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5151 13:36:46,266 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5152 13:36:46,266 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5153 13:36:46,266 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5154 13:36:46,266 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x29b2c80>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29b3810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29b34d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29b3390>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29b3810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284ba50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496606.266825, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29b3390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28d7f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5155 13:36:47,174 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5156 13:36:47,258 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5157 13:36:47,296 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5158 13:36:47,332 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
5159 13:36:47,332 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5160 13:36:47,333 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
5161 13:36:47,333 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5162 13:36:47,333 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5163 13:36:47,334 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5164 13:36:47,334 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5165 13:36:47,334 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5166 13:36:47,334 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2e5aa28>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e5f5d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e5f510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29b3410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e5f5d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284bbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496607.334722, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29b3410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e4cfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5167 13:36:48,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5168 13:36:48,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5169 13:36:50,315 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5170 13:36:50,316 DEBUG [routes.middleware] Matched GET /static/hgicon.png
5171 13:36:50,316 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5172 13:36:50,316 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
5173 13:36:50,316 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5174 13:36:50,317 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5175 13:36:50,317 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5176 13:36:50,317 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5177 13:36:50,317 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5178 13:36:50,317 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2e5a488>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e4ce10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e4ccd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e4cdd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e4ce10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284bad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496610.317848, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2e4cdd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e5f1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5179 13:36:51,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5180 13:36:51,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5181 13:36:52,685 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5182 13:36:52,686 DEBUG [routes.middleware] Matched GET /add/dupa
5183 13:36:52,686 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5184 13:36:52,686 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5185 13:36:52,686 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5186 13:36:52,687 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5187 13:36:52,687 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5188 13:36:52,687 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5189 13:36:52,687 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5190 13:36:52,687 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5191 13:36:52,687 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5192 13:36:52,687 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5193 13:37:18,487 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5194 13:37:18,487 DEBUG [pylons.configuration] Pushing process configuration
5195 13:37:18,490 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5196 13:37:18,490 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5197 13:37:18,494 DEBUG [pylons.templating] Initialized Buffet object
5198 13:37:18,494 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5199 13:37:18,494 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5200 13:37:18,496 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662934149392: Initial worker pool
5201 13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662925756688: Initial worker pool
5202 13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662917363984: Initial worker pool
5203 13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662908971280: Initial worker pool
5204 13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662900578576: Initial worker pool
5205 13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662892185872: Initial worker pool
5206 13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662883793168: Initial worker pool
5207 13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662875400464: Initial worker pool
5208 13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662867007760: Initial worker pool
5209 13:37:18,499 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662858615056: Initial worker pool
5210 13:37:22,025 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5211 13:37:22,029 DEBUG [routes.middleware] Matched GET /add/dupa
5212 13:37:22,029 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5213 13:37:22,029 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5214 13:37:22,029 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5215 13:37:22,030 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5216 13:37:22,083 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5217 13:37:22,083 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5218 13:37:22,083 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5219 13:37:22,083 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5220 13:37:22,083 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5221 13:37:22,084 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5222 13:37:22,084 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5223 13:38:03,048 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5224 13:38:03,048 DEBUG [pylons.configuration] Pushing process configuration
5225 13:38:03,052 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5226 13:38:03,053 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5227 13:38:03,056 DEBUG [pylons.templating] Initialized Buffet object
5228 13:38:03,057 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5229 13:38:03,057 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5230 13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378286565648: Initial worker pool
5231 13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378278172944: Initial worker pool
5232 13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378269780240: Initial worker pool
5233 13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378261387536: Initial worker pool
5234 13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378252994832: Initial worker pool
5235 13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378244602128: Initial worker pool
5236 13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378236209424: Initial worker pool
5237 13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378227816720: Initial worker pool
5238 13:38:03,061 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378219424016: Initial worker pool
5239 13:38:03,061 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378211031312: Initial worker pool
5240 13:38:03,985 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5241 13:38:03,990 DEBUG [routes.middleware] Matched GET /add/dupa
5242 13:38:03,990 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5243 13:38:03,990 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5244 13:38:03,990 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5245 13:38:03,991 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5246 13:38:04,047 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5247 13:38:04,047 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5248 13:38:04,047 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5249 13:38:04,047 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5250 13:38:04,047 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5251 13:38:04,047 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5252 13:38:04,048 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5253 13:38:11,366 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5254 13:38:11,367 DEBUG [pylons.configuration] Pushing process configuration
5255 13:38:11,426 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5256 13:38:11,427 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5257 13:38:11,437 DEBUG [pylons.templating] Initialized Buffet object
5258 13:38:11,438 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5259 13:38:11,438 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5260 13:38:11,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072574155024: Initial worker pool
5261 13:38:11,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072565762320: Initial worker pool
5262 13:38:11,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072557369616: Initial worker pool
5263 13:38:11,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072548976912: Initial worker pool
5264 13:38:11,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072540584208: Initial worker pool
5265 13:38:11,448 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072532191504: Initial worker pool
5266 13:38:11,450 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072523798800: Initial worker pool
5267 13:38:11,450 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072515406096: Initial worker pool
5268 13:38:11,451 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072507013392: Initial worker pool
5269 13:38:11,451 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072498620688: Initial worker pool
5270 13:38:11,546 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5271 13:38:11,548 DEBUG [routes.middleware] Matched GET /add/dupa
5272 13:38:11,548 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5273 13:38:11,548 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5274 13:38:11,548 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5275 13:38:11,550 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5276 13:38:11,638 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5277 13:38:11,638 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5278 13:38:11,638 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5279 13:38:11,638 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5280 13:38:11,638 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5281 13:38:11,638 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5282 13:38:11,639 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5283 13:38:18,818 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5284 13:38:18,819 DEBUG [pylons.configuration] Pushing process configuration
5285 13:38:18,822 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5286 13:38:18,822 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5287 13:38:18,826 DEBUG [pylons.templating] Initialized Buffet object
5288 13:38:18,826 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5289 13:38:18,826 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5290 13:38:18,828 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401426987280: Initial worker pool
5291 13:38:18,828 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401418594576: Initial worker pool
5292 13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401410201872: Initial worker pool
5293 13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401401809168: Initial worker pool
5294 13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401393416464: Initial worker pool
5295 13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401385023760: Initial worker pool
5296 13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401376631056: Initial worker pool
5297 13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401368238352: Initial worker pool
5298 13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401359845648: Initial worker pool
5299 13:38:18,831 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401351452944: Initial worker pool
5300 13:38:19,865 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5301 13:38:19,874 DEBUG [routes.middleware] Matched GET /add/dupa
5302 13:38:19,874 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5303 13:38:19,875 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
5304 13:38:19,875 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5305 13:38:19,876 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5306 13:38:19,928 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5307 13:38:19,929 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5308 13:38:19,929 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5309 13:38:19,929 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5310 13:38:19,929 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
5311 13:38:19,929 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5312 13:38:19,929 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5313 13:38:29,315 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5314 13:38:29,315 DEBUG [pylons.configuration] Pushing process configuration
5315 13:38:29,318 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5316 13:38:29,318 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5317 13:38:29,322 DEBUG [pylons.templating] Initialized Buffet object
5318 13:38:29,322 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5319 13:38:29,322 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5320 13:38:29,324 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562853845264: Initial worker pool
5321 13:38:29,324 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562845452560: Initial worker pool
5322 13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562837059856: Initial worker pool
5323 13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562828667152: Initial worker pool
5324 13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562820274448: Initial worker pool
5325 13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562811881744: Initial worker pool
5326 13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562803489040: Initial worker pool
5327 13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562795096336: Initial worker pool
5328 13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562786703632: Initial worker pool
5329 13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562778310928: Initial worker pool
5330 13:46:22,622 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5331 13:46:22,625 DEBUG [routes.middleware] Matched GET /add/add
5332 13:46:22,625 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5333 13:46:22,625 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
5334 13:46:22,625 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5335 13:46:22,626 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5336 13:46:22,680 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5337 13:46:22,680 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5338 13:46:22,680 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5339 13:46:22,680 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5340 13:46:22,680 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
5341 13:46:22,680 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5342 13:46:22,681 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5343 13:46:34,567 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5344 13:46:34,567 DEBUG [pylons.configuration] Pushing process configuration
5345 13:46:34,570 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5346 13:46:34,570 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5347 13:46:34,574 DEBUG [pylons.templating] Initialized Buffet object
5348 13:46:34,574 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5349 13:46:34,574 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5350 13:46:34,576 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800962181392: Initial worker pool
5351 13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800953788688: Initial worker pool
5352 13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800945395984: Initial worker pool
5353 13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800937003280: Initial worker pool
5354 13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800928610576: Initial worker pool
5355 13:46:34,578 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800920217872: Initial worker pool
5356 13:46:34,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800911825168: Initial worker pool
5357 13:46:34,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800903432464: Initial worker pool
5358 13:46:34,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800895039760: Initial worker pool
5359 13:46:34,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800886647056: Initial worker pool
5360 13:46:39,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5361 13:46:39,471 DEBUG [routes.middleware] Matched GET /add/add
5362 13:46:39,471 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5363 13:46:39,472 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
5364 13:46:39,472 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5365 13:46:39,473 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5366 13:46:39,535 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5367 13:46:39,535 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5368 13:46:39,535 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5369 13:46:39,535 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5370 13:46:39,536 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
5371 13:46:39,536 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5372 13:46:39,536 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5373 13:46:52,253 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5374 13:46:52,301 DEBUG [pylons.configuration] Pushing process configuration
5375 13:46:52,313 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5376 13:46:52,313 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5377 13:46:52,335 DEBUG [pylons.templating] Initialized Buffet object
5378 13:46:52,335 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5379 13:46:52,335 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5380 13:46:52,337 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448309782800: Initial worker pool
5381 13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448301390096: Initial worker pool
5382 13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448292997392: Initial worker pool
5383 13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448284604688: Initial worker pool
5384 13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448276211984: Initial worker pool
5385 13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448267819280: Initial worker pool
5386 13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448259426576: Initial worker pool
5387 13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448251033872: Initial worker pool
5388 13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448242641168: Initial worker pool
5389 13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448234248464: Initial worker pool
5390 13:46:58,897 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5391 13:46:58,902 DEBUG [routes.middleware] Matched GET /add/add
5392 13:46:58,902 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5393 13:46:58,902 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
5394 13:46:58,903 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5395 13:46:58,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5396 13:46:58,978 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5397 13:46:58,979 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5398 13:46:58,979 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5399 13:46:58,979 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5400 13:46:58,979 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
5401 13:46:58,979 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5402 13:46:58,979 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5403 13:47:18,187 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5404 13:47:18,187 DEBUG [pylons.configuration] Pushing process configuration
5405 13:47:18,191 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5406 13:47:18,191 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5407 13:47:18,194 DEBUG [pylons.templating] Initialized Buffet object
5408 13:47:18,194 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5409 13:47:18,194 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5410 13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069046905104: Initial worker pool
5411 13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069038512400: Initial worker pool
5412 13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069030119696: Initial worker pool
5413 13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069021726992: Initial worker pool
5414 13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069013334288: Initial worker pool
5415 13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069004941584: Initial worker pool
5416 13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068996548880: Initial worker pool
5417 13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068988156176: Initial worker pool
5418 13:47:18,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068979763472: Initial worker pool
5419 13:47:18,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068971370768: Initial worker pool
5420 13:48:52,518 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5421 13:48:52,518 DEBUG [pylons.configuration] Pushing process configuration
5422 13:48:52,522 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5423 13:48:52,522 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5424 13:48:52,525 DEBUG [pylons.templating] Initialized Buffet object
5425 13:48:52,526 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5426 13:48:52,526 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5427 13:48:52,528 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746367494416: Initial worker pool
5428 13:48:52,528 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746359101712: Initial worker pool
5429 13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746350709008: Initial worker pool
5430 13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746342316304: Initial worker pool
5431 13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746333923600: Initial worker pool
5432 13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746325530896: Initial worker pool
5433 13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746317138192: Initial worker pool
5434 13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746308745488: Initial worker pool
5435 13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746300352784: Initial worker pool
5436 13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746291960080: Initial worker pool
5437 13:48:53,467 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5438 13:48:53,472 DEBUG [routes.middleware] Matched GET /add/add
5439 13:48:53,473 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5440 13:48:53,473 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}
5441 13:48:53,473 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5442 13:48:53,474 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5443 13:48:53,528 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5444 13:48:53,528 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5445 13:48:53,528 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5446 13:48:53,529 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5447 13:48:53,529 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x35fbd70>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/add', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x35fc910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x35fc5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x35fc550>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x35fc910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497333.529438, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x35fc550>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35fc050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5448 13:48:54,430 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5449 13:48:54,448 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5450 13:48:54,449 DEBUG [routes.middleware] Matched GET /error/document
5451 13:48:54,449 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5452 13:48:54,449 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5453 13:48:54,449 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5454 13:48:54,450 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5455 13:48:54,450 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5456 13:48:54,450 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5457 13:48:54,450 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5458 13:48:54,451 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5459 13:48:54,451 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5460 13:48:54,451 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3aa3350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3057758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'url': <routes.util.URLGenerator object at 0x3aa31d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3aa3190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3aa3350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3a9c998>, 'session': {'_accessed_time': 1266497334.451673, '_creation_time': 1266497333.529438}, 'N_': <function gettext_noop at 0x3057410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3509390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3aa3290 200 OK>, '_': <function ugettext at 0x3057578>}
5461 13:48:54,452 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5462 13:48:54,452 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5463 13:48:58,981 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5464 13:48:58,992 DEBUG [routes.middleware] Matched GET /add/dsa
5465 13:48:58,992 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5466 13:48:58,992 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}
5467 13:48:58,992 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5468 13:48:58,993 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5469 13:48:58,993 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5470 13:48:58,993 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5471 13:48:58,993 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5472 13:48:58,993 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8230>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3aa3bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3aa3b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3aa3a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3aa3bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497338.993953, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3aa3a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35fc510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5473 13:48:59,890 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5474 13:48:59,892 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5475 13:48:59,893 DEBUG [routes.middleware] Matched GET /error/document
5476 13:48:59,893 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5477 13:48:59,893 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5478 13:48:59,893 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5479 13:48:59,894 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5480 13:48:59,894 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5481 13:48:59,894 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5482 13:48:59,894 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5483 13:48:59,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5484 13:48:59,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3b66450 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3057758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'url': <routes.util.URLGenerator object at 0x3b66110>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3b66390 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3b66450 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3ab53b0>, 'session': {'_accessed_time': 1266497339.8950429, '_creation_time': 1266497333.529438}, 'N_': <function gettext_noop at 0x3057410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3509390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3b66250 200 OK>, '_': <function ugettext at 0x3057578>}
5485 13:48:59,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5486 13:48:59,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5487 13:49:04,940 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5488 13:49:04,943 DEBUG [routes.middleware] Matched GET /
5489 13:49:04,943 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5490 13:49:04,944 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5491 13:49:04,945 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5492 13:49:04,946 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5493 13:49:04,946 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5494 13:49:04,947 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5495 13:49:04,947 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5496 13:49:04,948 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa87d0>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b66b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3b66ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3b66650>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b66b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497344.9486971, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3b66650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x351ef10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5497 13:49:05,832 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5498 13:49:05,858 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5499 13:49:05,939 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5500 13:49:05,943 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
5501 13:49:05,944 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5502 13:49:05,944 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
5503 13:49:05,944 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5504 13:49:05,945 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5505 13:49:05,945 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5506 13:49:05,945 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5507 13:49:05,945 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5508 13:49:05,945 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b66290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3b66550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3b66250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b66290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3aa2850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497345.9458771, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3b66250>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3b664d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5509 13:49:06,826 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5510 13:49:06,826 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5511 13:49:08,932 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5512 13:49:08,947 DEBUG [routes.middleware] Matched GET /static/hgicon.png
5513 13:49:08,947 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5514 13:49:08,948 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
5515 13:49:08,949 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5516 13:49:08,951 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5517 13:49:08,951 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5518 13:49:08,952 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5519 13:49:08,952 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5520 13:49:08,952 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8f50>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ac33d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ac3150>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3ac3990>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ac33d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3aa25d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497348.9537361, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3ac3990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3b66150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5521 13:49:09,831 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5522 13:49:09,831 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5523 13:49:23,802 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5524 13:49:23,802 DEBUG [pylons.configuration] Pushing process configuration
5525 13:49:23,805 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5526 13:49:23,805 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5527 13:49:23,809 DEBUG [pylons.templating] Initialized Buffet object
5528 13:49:23,809 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5529 13:49:23,809 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5530 13:49:23,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021459540240: Initial worker pool
5531 13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021451147536: Initial worker pool
5532 13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021442754832: Initial worker pool
5533 13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021434362128: Initial worker pool
5534 13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021425969424: Initial worker pool
5535 13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021417576720: Initial worker pool
5536 13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021409184016: Initial worker pool
5537 13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021400791312: Initial worker pool
5538 13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021392398608: Initial worker pool
5539 13:49:23,814 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021384005904: Initial worker pool
5540 13:49:26,529 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5541 13:49:26,532 DEBUG [routes.middleware] Matched GET /add/
5542 13:49:26,532 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5543 13:49:26,532 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}
5544 13:49:26,532 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5545 13:49:26,533 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5546 13:49:26,587 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5547 13:49:26,587 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5548 13:49:26,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5549 13:49:26,587 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5550 13:49:26,587 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x21b7d70>, 'environ': {'routes.route': <routes.route.Route object at 0x20c6510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x20c6750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x21b8890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x20c67d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x21b8550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21b84d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x20c6810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x21b8890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x20c6810>, 'wsgi.input': <socket._fileobject object at 0x2050a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497366.588032, '_creation_time': 1266497366.588032}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21b84d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x20dcfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f594db791c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1412550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5551 13:49:27,673 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5552 13:49:27,680 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5553 13:49:27,680 DEBUG [routes.middleware] Matched GET /error/document
5554 13:49:27,680 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5555 13:49:27,680 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5556 13:49:27,681 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5557 13:49:27,681 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5558 13:49:27,682 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5559 13:49:27,682 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5560 13:49:27,682 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5561 13:49:27,682 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5562 13:49:27,682 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5563 13:49:27,682 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x26632d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1c15758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'url': <routes.util.URLGenerator object at 0x2663150>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2663110 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x26632d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x265f878>, 'session': {'_accessed_time': 1266497367.6830471, '_creation_time': 1266497366.588032}, 'N_': <function gettext_noop at 0x1c15410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x20c6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2663210 200 OK>, '_': <function ugettext at 0x1c15578>}
5564 13:49:27,683 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5565 13:49:27,684 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5566 13:49:29,081 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5567 13:49:29,083 DEBUG [routes.middleware] Matched GET /add/dsada
5568 13:49:29,083 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5569 13:49:29,083 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
5570 13:49:29,083 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5571 13:49:29,084 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5572 13:49:29,084 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5573 13:49:29,084 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5574 13:49:29,084 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5575 13:49:29,084 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
5576 13:49:29,084 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5577 13:49:29,084 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5578 13:49:56,336 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5579 13:49:56,336 DEBUG [pylons.configuration] Pushing process configuration
5580 13:49:56,340 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5581 13:49:56,340 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5582 13:49:56,343 DEBUG [pylons.templating] Initialized Buffet object
5583 13:49:56,344 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5584 13:49:56,344 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5585 13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336706881808: Initial worker pool
5586 13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336698489104: Initial worker pool
5587 13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336690096400: Initial worker pool
5588 13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336681703696: Initial worker pool
5589 13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336673310992: Initial worker pool
5590 13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336664918288: Initial worker pool
5591 13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336656525584: Initial worker pool
5592 13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336648132880: Initial worker pool
5593 13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336639740176: Initial worker pool
5594 13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336631347472: Initial worker pool
5595 13:49:57,528 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5596 13:49:57,531 DEBUG [routes.middleware] Matched GET /add/dsada
5597 13:49:57,531 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5598 13:49:57,531 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
5599 13:49:57,532 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5600 13:49:57,533 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5601 13:49:57,584 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5602 13:49:57,585 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5603 13:49:57,585 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5604 13:49:57,585 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5605 13:49:57,585 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
5606 13:49:57,585 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5607 13:49:57,585 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5608 13:50:04,735 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5609 13:50:04,735 DEBUG [pylons.configuration] Pushing process configuration
5610 13:50:04,738 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5611 13:50:04,739 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5612 13:50:04,745 DEBUG [pylons.templating] Initialized Buffet object
5613 13:50:04,745 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5614 13:50:04,745 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5615 13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662978394384: Initial worker pool
5616 13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662970001680: Initial worker pool
5617 13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662961608976: Initial worker pool
5618 13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662953216272: Initial worker pool
5619 13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662944823568: Initial worker pool
5620 13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662936430864: Initial worker pool
5621 13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662928038160: Initial worker pool
5622 13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662919645456: Initial worker pool
5623 13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662911252752: Initial worker pool
5624 13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662902860048: Initial worker pool
5625 13:50:04,848 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5626 13:50:04,854 DEBUG [routes.middleware] Matched GET /add/dsada
5627 13:50:04,854 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5628 13:50:04,854 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
5629 13:50:04,854 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5630 13:50:04,855 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5631 13:50:04,908 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5632 13:50:04,908 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5633 13:50:04,908 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5634 13:50:04,910 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5635 13:50:04,910 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
5636 13:50:04,910 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5637 13:50:04,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5638 13:50:12,533 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5639 13:50:12,535 DEBUG [routes.middleware] Matched GET /add/2
5640 13:50:12,535 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
5641 13:50:12,535 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'2', 'controller': u'hg'}
5642 13:50:12,535 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5643 13:50:12,536 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5644 13:50:12,536 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5645 13:50:12,536 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5646 13:50:12,536 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
5647 13:50:12,536 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'2'}
5648 13:50:12,536 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
5649 13:50:12,536 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5650 13:50:35,766 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5651 13:50:35,766 DEBUG [pylons.configuration] Pushing process configuration
5652 13:50:35,769 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5653 13:50:35,770 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5654 13:50:35,773 DEBUG [pylons.templating] Initialized Buffet object
5655 13:50:35,773 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5656 13:50:35,773 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5657 13:50:35,775 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972440693008: Initial worker pool
5658 13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972432300304: Initial worker pool
5659 13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972423907600: Initial worker pool
5660 13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972415514896: Initial worker pool
5661 13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972407122192: Initial worker pool
5662 13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972398729488: Initial worker pool
5663 13:50:35,778 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972365158672: Initial worker pool
5664 13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972381944080: Initial worker pool
5665 13:50:35,778 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972373551376: Initial worker pool
5666 13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972390336784: Initial worker pool
5667 13:50:36,965 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5668 13:50:36,968 DEBUG [routes.middleware] Matched GET /add/2
5669 13:50:36,969 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5670 13:50:36,969 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}
5671 13:50:36,969 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5672 13:50:36,970 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5673 13:50:37,026 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5674 13:50:37,026 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5675 13:50:37,026 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5676 13:50:37,026 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5677 13:50:37,026 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3888d70>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/2', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x38898d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3889590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3889510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x38898d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fa50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497437.0271311, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3889510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37abfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5678 13:50:37,949 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5679 13:50:37,956 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5680 13:50:37,957 DEBUG [routes.middleware] Matched GET /error/document
5681 13:50:37,957 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5682 13:50:37,957 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5683 13:50:37,957 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5684 13:50:37,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5685 13:50:37,958 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5686 13:50:37,958 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5687 13:50:37,958 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5688 13:50:37,958 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5689 13:50:37,958 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5690 13:50:37,959 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3d34350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3d341d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3d34190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3d34350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d2c908>, 'session': {'_accessed_time': 1266497437.9593821, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3d34290 200 OK>, '_': <function ugettext at 0x32e2578>}
5691 13:50:37,960 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5692 13:50:37,960 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5693 13:50:40,762 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5694 13:50:40,763 DEBUG [routes.middleware] Matched GET /add/dada
5695 13:50:40,763 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5696 13:50:40,763 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}
5697 13:50:40,764 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5698 13:50:40,764 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5699 13:50:40,764 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5700 13:50:40,764 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5701 13:50:40,764 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5702 13:50:40,765 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d361b8>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dada', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d34c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d34b50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d34a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d34c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497440.7652941, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d34a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x38894d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5703 13:50:41,704 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5704 13:50:41,706 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5705 13:50:41,706 DEBUG [routes.middleware] Matched GET /error/document
5706 13:50:41,706 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5707 13:50:41,706 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5708 13:50:41,706 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5709 13:50:41,707 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5710 13:50:41,707 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5711 13:50:41,707 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5712 13:50:41,707 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5713 13:50:41,707 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5714 13:50:41,708 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3de1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3de18d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3de13d0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3de1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d3a2d8>, 'session': {'_accessed_time': 1266497441.7082989, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3de1290 200 OK>, '_': <function ugettext at 0x32e2578>}
5715 13:50:41,708 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5716 13:50:41,709 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5717 13:50:46,548 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5718 13:50:46,551 DEBUG [routes.middleware] Matched GET /add/dsdsav
5719 13:50:46,551 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5720 13:50:46,552 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}
5721 13:50:46,553 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5722 13:50:46,555 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5723 13:50:46,555 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5724 13:50:46,556 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5725 13:50:46,556 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5726 13:50:46,556 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d36758>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsdsav', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3de1c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3de1b90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3de1a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3de1c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497446.557689, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3de1a10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d34a10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5727 13:50:47,528 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5728 13:50:47,530 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5729 13:50:47,531 DEBUG [routes.middleware] Matched GET /error/document
5730 13:50:47,531 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5731 13:50:47,531 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5732 13:50:47,531 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5733 13:50:47,532 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5734 13:50:47,532 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5735 13:50:47,532 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5736 13:50:47,532 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5737 13:50:47,532 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5738 13:50:47,532 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3d22290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3d22d50>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3d22c90 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3d22290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d3a2d8>, 'session': {'_accessed_time': 1266497447.5329051, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3d22990 200 OK>, '_': <function ugettext at 0x32e2578>}
5739 13:50:47,533 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5740 13:50:47,533 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5741 13:50:52,568 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5742 13:50:52,570 DEBUG [routes.middleware] Matched GET /
5743 13:50:52,571 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5744 13:50:52,571 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5745 13:50:52,572 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5746 13:50:52,574 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5747 13:50:52,574 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5748 13:50:52,574 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5749 13:50:52,575 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5750 13:50:52,575 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d36e60>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3de1590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3de1f90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d22810>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3de1590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d308d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497452.5762999, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d22810>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d22910>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5751 13:50:53,501 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5752 13:50:53,525 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5753 13:50:53,571 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5754 13:50:53,622 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
5755 13:50:53,622 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5756 13:50:53,622 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
5757 13:50:53,623 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5758 13:50:53,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5759 13:50:53,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5760 13:50:53,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5761 13:50:53,623 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5762 13:50:53,624 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d43050>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d33ed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d33710>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3de1d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d33ed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d30950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497453.624253, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3de1d10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d339d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5763 13:50:54,869 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5764 13:50:54,870 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5765 13:50:56,857 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5766 13:50:56,860 DEBUG [routes.middleware] Matched GET /static/hgicon.png
5767 13:50:56,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5768 13:50:56,861 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
5769 13:50:56,862 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5770 13:50:56,863 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5771 13:50:56,864 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5772 13:50:56,864 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5773 13:50:56,865 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5774 13:50:56,865 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d435f0>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d4fc50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d4f610>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d4fad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d4fc50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d30750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497456.8660281, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d4fad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d33210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5775 13:50:57,780 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5776 13:50:57,781 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5777 13:51:01,719 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5778 13:51:01,719 DEBUG [pylons.configuration] Pushing process configuration
5779 13:51:01,723 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5780 13:51:01,723 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5781 13:51:01,726 DEBUG [pylons.templating] Initialized Buffet object
5782 13:51:01,726 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5783 13:51:01,727 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5784 13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522841450768: Initial worker pool
5785 13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522833058064: Initial worker pool
5786 13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522824665360: Initial worker pool
5787 13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522816272656: Initial worker pool
5788 13:51:01,730 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522739988752: Initial worker pool
5789 13:51:01,730 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522731596048: Initial worker pool
5790 13:51:01,731 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522723203344: Initial worker pool
5791 13:51:01,731 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522714810640: Initial worker pool
5792 13:51:01,732 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522706417936: Initial worker pool
5793 13:51:01,732 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522698025232: Initial worker pool
5794 13:51:07,078 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5795 13:51:07,081 DEBUG [routes.middleware] Matched GET /add/dsa
5796 13:51:07,081 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5797 13:51:07,081 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}
5798 13:51:07,081 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5799 13:51:07,082 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5800 13:51:07,139 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5801 13:51:07,139 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5802 13:51:07,140 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5803 13:51:07,140 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5804 13:51:07,140 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2471d70>, 'environ': {'routes.route': <routes.route.Route object at 0x2386510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2386750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2472890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x23867d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2472550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24724d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2472890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'wsgi.input': <socket._fileobject object at 0x2310a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497467.1406291, '_creation_time': 1266497467.1406291}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24724d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x239cfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fce0a6861c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x16d1550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5805 13:51:08,107 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5806 13:51:08,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5807 13:51:08,116 DEBUG [routes.middleware] Matched GET /error/document
5808 13:51:08,116 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5809 13:51:08,116 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5810 13:51:08,116 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5811 13:51:08,117 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5812 13:51:08,117 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5813 13:51:08,117 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5814 13:51:08,117 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5815 13:51:08,117 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5816 13:51:08,117 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5817 13:51:08,118 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2919310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1ed4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'url': <routes.util.URLGenerator object at 0x2919190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2919150 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2919310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x29148c0>, 'session': {'_accessed_time': 1266497468.118341, '_creation_time': 1266497467.1406291}, 'N_': <function gettext_noop at 0x1ed4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2386350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2919250 200 OK>, '_': <function ugettext at 0x1ed4578>}
5818 13:51:08,119 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5819 13:51:08,119 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5820 13:51:13,159 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5821 13:51:13,162 DEBUG [routes.middleware] Matched GET /
5822 13:51:13,162 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5823 13:51:13,163 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5824 13:51:13,164 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5825 13:51:13,165 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5826 13:51:13,166 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5827 13:51:13,166 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5828 13:51:13,166 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5829 13:51:13,167 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x291e1b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2386510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2386750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2919b10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x23867d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2919a50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2919910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2919b10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'wsgi.input': <socket._fileobject object at 0x2310bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497473.167985, '_creation_time': 1266497467.1406291}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2919910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x239ce90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fce0a6861c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x16d1550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5830 13:51:14,525 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5831 13:51:14,525 DEBUG [pylons.configuration] Pushing process configuration
5832 13:51:14,528 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5833 13:51:14,529 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5834 13:51:14,532 DEBUG [pylons.templating] Initialized Buffet object
5835 13:51:14,532 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5836 13:51:14,532 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5837 13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281515215120: Initial worker pool
5838 13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281506822416: Initial worker pool
5839 13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281498429712: Initial worker pool
5840 13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281490037008: Initial worker pool
5841 13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281481644304: Initial worker pool
5842 13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281473251600: Initial worker pool
5843 13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281464858896: Initial worker pool
5844 13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281456466192: Initial worker pool
5845 13:51:14,537 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281448073488: Initial worker pool
5846 13:51:14,537 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281439680784: Initial worker pool
5847 13:51:17,911 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5848 13:51:17,911 DEBUG [pylons.configuration] Pushing process configuration
5849 13:51:17,914 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5850 13:51:17,915 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5851 13:51:17,918 DEBUG [pylons.templating] Initialized Buffet object
5852 13:51:17,918 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5853 13:51:17,918 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5854 13:51:17,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688755706128: Initial worker pool
5855 13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688747313424: Initial worker pool
5856 13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688738920720: Initial worker pool
5857 13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688730528016: Initial worker pool
5858 13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688722135312: Initial worker pool
5859 13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688713742608: Initial worker pool
5860 13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688705349904: Initial worker pool
5861 13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688696957200: Initial worker pool
5862 13:51:17,923 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688688564496: Initial worker pool
5863 13:51:17,923 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688680171792: Initial worker pool
5864 13:51:19,112 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5865 13:51:19,120 DEBUG [routes.middleware] Matched GET /
5866 13:51:19,120 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5867 13:51:19,121 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5868 13:51:19,121 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5869 13:51:19,122 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5870 13:51:19,186 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
5871 13:51:19,186 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5872 13:51:19,186 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5873 13:51:19,186 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5874 13:51:19,186 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fabd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fac850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fac510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fac3d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fac850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497479.1870911, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fac3d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1ecff50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5875 13:51:20,090 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5876 13:51:20,120 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5877 13:51:20,195 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5878 13:51:20,200 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
5879 13:51:20,200 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5880 13:51:20,200 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
5881 13:51:20,201 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5882 13:51:20,201 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5883 13:51:20,201 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5884 13:51:20,201 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5885 13:51:20,201 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5886 13:51:20,201 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2453c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2457690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x24575d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fac450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2457690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497480.202143, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fac450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2457090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5887 13:51:21,184 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5888 13:51:21,185 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5889 13:51:23,697 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5890 13:51:23,698 DEBUG [routes.middleware] Matched GET /static/hgicon.png
5891 13:51:23,698 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5892 13:51:23,699 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
5893 13:51:23,699 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5894 13:51:23,699 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5895 13:51:23,700 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5896 13:51:23,700 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5897 13:51:23,700 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5898 13:51:23,700 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2453668>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2445e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2445d50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24452d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2445e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497483.7006471, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24452d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2457290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5899 13:51:24,643 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5900 13:51:24,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5901 13:51:24,749 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5902 13:51:24,751 DEBUG [routes.middleware] Matched GET /add/dupa
5903 13:51:24,751 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5904 13:51:24,751 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
5905 13:51:24,752 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5906 13:51:24,752 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5907 13:51:24,752 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5908 13:51:24,752 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5909 13:51:24,752 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5910 13:51:24,753 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465398>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2451e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2451fd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2445710>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2451e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2405a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497484.7532279, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2445710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24574d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5911 13:51:25,638 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
5912 13:51:25,640 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5913 13:51:25,689 DEBUG [routes.middleware] Matched GET /error/document
5914 13:51:25,690 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
5915 13:51:25,690 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
5916 13:51:25,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5917 13:51:25,692 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
5918 13:51:25,693 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
5919 13:51:25,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5920 13:51:25,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5921 13:51:25,695 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
5922 13:51:25,695 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
5923 13:51:25,696 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2451f90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1a06758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'url': <routes.util.URLGenerator object at 0x2451b90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2451b50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2451f90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x245b998>, 'session': {'_accessed_time': 1266497485.696907, '_creation_time': 1266497479.1870911}, 'N_': <function gettext_noop at 0x1a06410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1eb9350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2451950 200 OK>, '_': <function ugettext at 0x1a06578>}
5924 13:51:25,700 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
5925 13:51:25,700 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
5926 13:51:30,755 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5927 13:51:30,758 DEBUG [routes.middleware] Matched GET /
5928 13:51:30,759 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5929 13:51:30,759 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5930 13:51:30,760 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5931 13:51:30,761 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5932 13:51:30,762 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5933 13:51:30,762 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5934 13:51:30,762 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5935 13:51:30,763 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2457b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2457bd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2451c50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2457b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497490.7639799, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2451c50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2451310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5936 13:51:31,649 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5937 13:51:31,674 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5938 13:51:31,701 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5939 13:51:31,703 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
5940 13:51:31,704 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5941 13:51:31,704 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
5942 13:51:31,704 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5943 13:51:31,704 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5944 13:51:31,705 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5945 13:51:31,705 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5946 13:51:31,705 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5947 13:51:31,705 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x247a848>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x246aed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x246ac50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2457b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x246aed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497491.7056201, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2457b10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x246f490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5948 13:51:32,630 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5949 13:51:32,630 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5950 13:51:34,702 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
5951 13:51:34,705 DEBUG [routes.middleware] Matched GET /static/hgicon.png
5952 13:51:34,705 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
5953 13:51:34,705 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
5954 13:51:34,706 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
5955 13:51:34,706 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
5956 13:51:34,707 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
5957 13:51:34,707 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
5958 13:51:34,707 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
5959 13:51:34,707 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465d70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x246ac50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x246ae90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ecfed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x246ac50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497494.7083931, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1ecfed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x246f750>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
5960 13:51:35,604 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
5961 13:51:35,604 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
5962 13:53:55,690 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5963 13:53:55,690 DEBUG [pylons.configuration] Pushing process configuration
5964 13:53:55,694 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5965 13:53:55,694 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5966 13:53:55,697 DEBUG [pylons.templating] Initialized Buffet object
5967 13:53:55,697 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5968 13:53:55,698 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5969 13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871920605456: Initial worker pool
5970 13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871912212752: Initial worker pool
5971 13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871903820048: Initial worker pool
5972 13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871895427344: Initial worker pool
5973 13:53:55,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871887034640: Initial worker pool
5974 13:53:55,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871878641936: Initial worker pool
5975 13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871870249232: Initial worker pool
5976 13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871861856528: Initial worker pool
5977 13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871853463824: Initial worker pool
5978 13:53:55,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871845071120: Initial worker pool
5979 13:54:06,212 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5980 13:54:06,212 DEBUG [pylons.configuration] Pushing process configuration
5981 13:54:06,215 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5982 13:54:06,215 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
5983 13:54:06,219 DEBUG [pylons.templating] Initialized Buffet object
5984 13:54:06,219 DEBUG [pylons.templating] Adding mako template language for use with Buffet
5985 13:54:06,219 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
5986 13:54:06,221 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798593689872: Initial worker pool
5987 13:54:06,221 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798585297168: Initial worker pool
5988 13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798576904464: Initial worker pool
5989 13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798501128464: Initial worker pool
5990 13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798492735760: Initial worker pool
5991 13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798484343056: Initial worker pool
5992 13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798475950352: Initial worker pool
5993 13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798467557648: Initial worker pool
5994 13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798459164944: Initial worker pool
5995 13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798450772240: Initial worker pool
5996 13:54:11,625 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
5997 13:54:11,626 DEBUG [pylons.configuration] Pushing process configuration
5998 13:54:11,652 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
5999 13:54:11,653 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6000 13:54:11,660 DEBUG [pylons.templating] Initialized Buffet object
6001 13:54:11,660 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6002 13:54:11,660 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6003 13:54:11,662 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902030371088: Initial worker pool
6004 13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902021978384: Initial worker pool
6005 13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902013585680: Initial worker pool
6006 13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902005192976: Initial worker pool
6007 13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901996800272: Initial worker pool
6008 13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901988407568: Initial worker pool
6009 13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901980014864: Initial worker pool
6010 13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901971622160: Initial worker pool
6011 13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901963229456: Initial worker pool
6012 13:54:11,665 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901954836752: Initial worker pool
6013 13:54:16,896 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6014 13:54:16,896 DEBUG [pylons.configuration] Pushing process configuration
6015 13:54:16,900 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6016 13:54:16,900 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6017 13:54:16,904 DEBUG [pylons.templating] Initialized Buffet object
6018 13:54:16,904 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6019 13:54:16,904 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6020 13:54:16,906 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241348360464: Initial worker pool
6021 13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241339967760: Initial worker pool
6022 13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241331575056: Initial worker pool
6023 13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241323182352: Initial worker pool
6024 13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241314789648: Initial worker pool
6025 13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241306396944: Initial worker pool
6026 13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241298004240: Initial worker pool
6027 13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241218304272: Initial worker pool
6028 13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241209911568: Initial worker pool
6029 13:54:16,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241201518864: Initial worker pool
6030 13:54:20,041 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6031 13:54:20,044 DEBUG [routes.middleware] Matched GET /add/dupa
6032 13:54:20,044 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6033 13:54:20,044 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
6034 13:54:20,045 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6035 13:54:20,046 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6036 13:54:20,100 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6037 13:54:20,100 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6038 13:54:20,100 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6039 13:54:20,100 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6040 13:54:20,101 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1bf2d70>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1bf38d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1bf3590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1bf34d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1bf38d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ea50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497660.1012859, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1bf34d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1b1afd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6041 13:54:20,994 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6042 13:54:21,001 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6043 13:54:21,002 DEBUG [routes.middleware] Matched GET /error/document
6044 13:54:21,002 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6045 13:54:21,002 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6046 13:54:21,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6047 13:54:21,003 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6048 13:54:21,004 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
6049 13:54:21,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6050 13:54:21,004 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6051 13:54:21,004 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6052 13:54:21,004 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6053 13:54:21,004 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x209c350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1652758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'url': <routes.util.URLGenerator object at 0x209c1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x209c190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x209c350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2097908>, 'session': {'_accessed_time': 1266497661.0051341, '_creation_time': 1266497660.1012859}, 'N_': <function gettext_noop at 0x1652410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1b04350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x209c290 200 OK>, '_': <function ugettext at 0x1652578>}
6054 13:54:21,006 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6055 13:54:21,006 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6056 13:54:26,053 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6057 13:54:26,054 DEBUG [routes.middleware] Matched GET /
6058 13:54:26,054 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6059 13:54:26,055 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6060 13:54:26,055 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6061 13:54:26,055 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6062 13:54:26,056 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6063 13:54:26,056 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6064 13:54:26,056 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6065 13:54:26,056 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a11b8>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x209cb50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x209ca90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x209c950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x209cb50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ebd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497666.056567, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x209c950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1b1ae90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6066 13:54:26,927 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6067 13:54:26,952 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6068 13:54:27,030 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6069 13:54:27,031 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6070 13:54:27,031 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6071 13:54:27,032 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6072 13:54:27,032 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6073 13:54:27,033 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6074 13:54:27,033 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6075 13:54:27,033 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6076 13:54:27,033 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6077 13:54:27,033 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a16e0>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x214cb10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x214c5d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x209ca10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x214cb10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ead0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497667.033778, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x209ca10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x214c110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6078 13:54:27,930 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6079 13:54:27,930 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6080 13:54:30,182 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6081 13:54:30,183 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6082 13:54:30,183 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6083 13:54:30,183 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6084 13:54:30,184 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6085 13:54:30,184 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6086 13:54:30,184 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6087 13:54:30,184 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6088 13:54:30,184 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6089 13:54:30,185 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a1c80>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20ad910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x20ad9d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20add50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20ad910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x209b6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497670.1856511, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20add50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x214c1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6090 13:54:31,153 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6091 13:54:31,153 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6092 13:54:54,182 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6093 13:54:54,182 DEBUG [pylons.configuration] Pushing process configuration
6094 13:54:54,185 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6095 13:54:54,185 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6096 13:54:54,190 DEBUG [pylons.templating] Initialized Buffet object
6097 13:54:54,190 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6098 13:54:54,190 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6099 13:54:54,192 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372318767376: Initial worker pool
6100 13:54:54,192 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372310374672: Initial worker pool
6101 13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372301981968: Initial worker pool
6102 13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372293589264: Initial worker pool
6103 13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372285196560: Initial worker pool
6104 13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372276803856: Initial worker pool
6105 13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372268411152: Initial worker pool
6106 13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372260018448: Initial worker pool
6107 13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372251625744: Initial worker pool
6108 13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372243233040: Initial worker pool
6109 13:54:56,343 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6110 13:54:56,345 DEBUG [routes.middleware] Matched GET /add/a
6111 13:54:56,345 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6112 13:54:56,345 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'a', 'controller': u'hg'}
6113 13:54:56,345 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6114 13:54:56,346 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6115 13:54:56,419 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6116 13:54:56,419 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6117 13:54:56,419 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6118 13:54:56,419 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6119 13:54:56,419 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'a'}
6120 13:54:56,419 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6121 13:54:56,419 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6122 13:54:58,982 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6123 13:54:58,983 DEBUG [routes.middleware] Matched GET /add/aa
6124 13:54:58,983 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6125 13:54:58,984 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}
6126 13:54:58,984 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6127 13:54:58,985 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6128 13:54:58,985 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6129 13:54:58,985 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6130 13:54:58,985 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6131 13:54:58,986 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x315c7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x2bd4550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2bd4790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/aa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x313fbd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2bd4810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x313fb10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2cc64d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2bd4850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x313fbd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2bd4850>, 'wsgi.input': <socket._fileobject object at 0x2b5ebd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497698.9866171, '_creation_time': 1266497698.9866171}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2cc64d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2cc6190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7faafe8e81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f224d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6132 13:54:59,915 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6133 13:54:59,922 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6134 13:54:59,922 DEBUG [routes.middleware] Matched GET /error/document
6135 13:54:59,922 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6136 13:54:59,923 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6137 13:54:59,923 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6138 13:54:59,923 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6139 13:54:59,923 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
6140 13:54:59,924 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6141 13:54:59,924 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6142 13:54:59,924 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6143 13:54:59,924 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6144 13:54:59,924 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3168750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2722758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'url': <routes.util.URLGenerator object at 0x31685d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3168590 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3168750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3163cf8>, 'session': {'_accessed_time': 1266497699.9248991, '_creation_time': 1266497698.9866171}, 'N_': <function gettext_noop at 0x2722410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2bd4390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3168690 200 OK>, '_': <function ugettext at 0x2722578>}
6145 13:54:59,925 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6146 13:54:59,926 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6147 13:55:04,597 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6148 13:55:04,597 DEBUG [pylons.configuration] Pushing process configuration
6149 13:55:04,601 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6150 13:55:04,601 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6151 13:55:04,604 DEBUG [pylons.templating] Initialized Buffet object
6152 13:55:04,605 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6153 13:55:04,605 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6154 13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502415571216: Initial worker pool
6155 13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502407178512: Initial worker pool
6156 13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502398785808: Initial worker pool
6157 13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502390393104: Initial worker pool
6158 13:55:04,608 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502382000400: Initial worker pool
6159 13:55:04,608 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502373607696: Initial worker pool
6160 13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502365214992: Initial worker pool
6161 13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502356822288: Initial worker pool
6162 13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502348429584: Initial worker pool
6163 13:55:04,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502340036880: Initial worker pool
6164 13:55:04,953 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6165 13:55:04,957 DEBUG [routes.middleware] Matched GET /
6166 13:55:04,957 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6167 13:55:04,957 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6168 13:55:04,958 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6169 13:55:04,959 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6170 13:55:05,022 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6171 13:55:05,022 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6172 13:55:05,022 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6173 13:55:05,022 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6174 13:55:05,022 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x19e4b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1a02050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x19fbd90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x19fbc50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1a02050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497705.022933, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x19fbc50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x19fb850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6175 13:55:05,731 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6176 13:55:05,734 DEBUG [routes.middleware] Matched GET /add/aa
6177 13:55:05,734 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6178 13:55:05,734 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'aa', 'controller': u'hg'}
6179 13:55:05,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6180 13:55:05,735 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6181 13:55:05,735 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6182 13:55:05,735 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6183 13:55:05,736 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6184 13:55:05,736 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'aa'}
6185 13:55:05,737 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6186 13:55:05,739 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6187 13:55:05,991 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6188 13:55:06,028 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6189 13:55:08,250 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6190 13:55:08,252 DEBUG [routes.middleware] Matched GET /add/aadsadasas
6191 13:55:08,252 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6192 13:55:08,252 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'aadsadasas', 'controller': u'hg'}
6193 13:55:08,252 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6194 13:55:08,253 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6195 13:55:08,253 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6196 13:55:08,253 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6197 13:55:08,253 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6198 13:55:08,253 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'aadsadasas'}
6199 13:55:08,253 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6200 13:55:08,254 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6201 13:55:29,301 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6202 13:55:29,319 DEBUG [routes.middleware] Matched GET /add/1
6203 13:55:29,320 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6204 13:55:29,320 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}
6205 13:55:29,320 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6206 13:55:29,320 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6207 13:55:29,321 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6208 13:55:29,321 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6209 13:55:29,321 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6210 13:55:29,321 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2022b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/1', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f314d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f318d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f31410>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f314d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497729.3216701, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f31410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6211 13:55:30,627 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6212 13:55:30,629 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6213 13:55:30,629 DEBUG [routes.middleware] Matched GET /error/document
6214 13:55:30,629 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6215 13:55:30,630 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6216 13:55:30,630 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6217 13:55:30,630 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6218 13:55:30,630 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
6219 13:55:30,631 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6220 13:55:30,631 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6221 13:55:30,631 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6222 13:55:30,631 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6223 13:55:30,631 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x1f3cdd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x153e758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'url': <routes.util.URLGenerator object at 0x1f3c7d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x1f3c790 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x1f3cdd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x1f89878>, 'session': {'_accessed_time': 1266497730.631983, '_creation_time': 1266497705.022933}, 'N_': <function gettext_noop at 0x153e410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x19f1390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x1f3c690 200 OK>, '_': <function ugettext at 0x153e578>}
6224 13:55:30,632 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6225 13:55:30,633 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6226 13:55:35,669 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6227 13:55:35,672 DEBUG [routes.middleware] Matched GET /
6228 13:55:35,673 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6229 13:55:35,673 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6230 13:55:35,674 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6231 13:55:35,675 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6232 13:55:35,676 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6233 13:55:35,676 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6234 13:55:35,676 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6235 13:55:35,677 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f81758>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f82550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f82490>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f3c750>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f82550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f216d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497735.677804, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f3c750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6236 13:55:36,628 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6237 13:55:36,652 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6238 13:55:36,732 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6239 13:55:36,733 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6240 13:55:36,733 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6241 13:55:36,733 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6242 13:55:36,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6243 13:55:36,734 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6244 13:55:36,734 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6245 13:55:36,735 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6246 13:55:36,735 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6247 13:55:36,735 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2022cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbfa90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbfdd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fbfad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbfa90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497736.7355299, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1fbfad0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f3ca90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6248 13:55:37,676 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6249 13:55:37,676 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6250 13:55:39,690 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6251 13:55:39,691 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6252 13:55:39,692 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6253 13:55:39,692 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6254 13:55:39,692 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6255 13:55:39,693 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6256 13:55:39,693 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6257 13:55:39,693 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6258 13:55:39,693 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6259 13:55:39,693 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f81b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2033c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2033590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f82290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2033c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497739.693676, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f82290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfe50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6260 13:55:40,625 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6261 13:55:40,625 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6262 13:55:56,877 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6263 13:55:56,878 DEBUG [routes.middleware] Matched GET /add/voip_monitor
6264 13:55:56,878 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6265 13:55:56,878 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}
6266 13:55:56,879 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6267 13:55:56,879 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6268 13:55:56,879 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6269 13:55:56,879 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6270 13:55:56,879 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6271 13:55:56,880 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9c230>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x214e7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x214e710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2033e10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x214e7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497756.880264, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2033e10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbf890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6272 13:55:57,833 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6273 13:55:57,835 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6274 13:55:57,835 DEBUG [routes.middleware] Matched GET /error/document
6275 13:55:57,835 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6276 13:55:57,836 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6277 13:55:57,836 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6278 13:55:57,836 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6279 13:55:57,836 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6280 13:55:57,836 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6281 13:55:57,836 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6282 13:55:57,837 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6283 13:55:57,837 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x1f31850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x153e758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'url': <routes.util.URLGenerator object at 0x1f31790>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x1f31c50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x1f31850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x1fa2ea8>, 'session': {'_accessed_time': 1266497757.837549, '_creation_time': 1266497705.022933}, 'N_': <function gettext_noop at 0x153e410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x19f1390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x1f31510 200 OK>, '_': <function ugettext at 0x153e578>}
6284 13:55:57,838 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6285 13:55:57,838 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6286 13:56:02,878 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6287 13:56:02,881 DEBUG [routes.middleware] Matched GET /
6288 13:56:02,882 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6289 13:56:02,882 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6290 13:56:02,883 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6291 13:56:02,884 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6292 13:56:02,884 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6293 13:56:02,885 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6294 13:56:02,885 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6295 13:56:02,886 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f3aed8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2033c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2033750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f31a50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2033c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497762.8867469, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f31a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31d10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6296 13:56:03,860 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6297 13:56:03,893 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6298 13:56:03,940 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6299 13:56:03,967 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6300 13:56:03,968 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6301 13:56:03,968 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6302 13:56:03,968 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6303 13:56:03,969 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6304 13:56:03,969 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6305 13:56:03,969 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6306 13:56:03,969 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6307 13:56:03,969 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9cb90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fab0d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbfe90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20331d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fab0d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f3fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497763.9698761, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20331d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfa10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6308 13:56:04,851 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6309 13:56:04,851 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6310 13:56:06,966 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6311 13:56:06,968 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6312 13:56:06,969 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6313 13:56:06,969 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6314 13:56:06,970 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6315 13:56:06,971 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6316 13:56:06,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6317 13:56:06,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6318 13:56:06,974 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6319 13:56:06,974 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9ccf8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbfe90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fabcd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fabad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbfe90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f3fb50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497766.9750979, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1fabad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6320 13:56:07,887 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6321 13:56:07,887 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6322 13:57:10,076 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6323 13:57:10,076 DEBUG [pylons.configuration] Pushing process configuration
6324 13:57:10,079 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6325 13:57:10,079 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6326 13:57:10,083 DEBUG [pylons.templating] Initialized Buffet object
6327 13:57:10,084 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6328 13:57:10,084 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6329 13:57:10,086 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205430417680: Initial worker pool
6330 13:57:10,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205422024976: Initial worker pool
6331 13:57:10,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205413632272: Initial worker pool
6332 13:57:10,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205405239568: Initial worker pool
6333 13:57:10,094 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205396846864: Initial worker pool
6334 13:57:10,094 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205388454160: Initial worker pool
6335 13:57:10,095 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205380061456: Initial worker pool
6336 13:57:10,096 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205371668752: Initial worker pool
6337 13:57:10,097 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205363276048: Initial worker pool
6338 13:57:10,097 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205354883344: Initial worker pool
6339 13:57:48,540 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6340 13:57:48,542 DEBUG [routes.middleware] Matched GET /voip_monitor
6341 13:57:48,542 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6342 13:57:48,543 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}
6343 13:57:48,543 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6344 13:57:48,544 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6345 13:57:48,599 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6346 13:57:48,599 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6347 13:57:48,600 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6348 13:57:48,600 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6349 13:57:48,600 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36b4d70>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36b6890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36b6550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6390>, {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36b6890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354da50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497868.6006711, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35d9f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6350 13:57:50,081 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6351 13:57:50,121 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6352 13:57:50,152 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6353 13:57:50,162 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6354 13:57:50,162 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6355 13:57:50,162 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6356 13:57:50,163 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6357 13:57:50,163 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6358 13:57:50,163 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6359 13:57:50,163 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6360 13:57:50,163 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6361 13:57:50,163 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e7bf50>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/voip_monitor', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e67850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e67b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e67850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354dbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497870.1641929, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e5fa90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6362 13:57:51,080 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6363 13:57:51,080 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6364 13:57:53,191 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6365 13:57:53,193 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6366 13:57:53,194 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6367 13:57:53,194 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6368 13:57:53,196 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6369 13:57:53,197 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6370 13:57:53,197 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6371 13:57:53,198 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6372 13:57:53,198 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6373 13:57:53,198 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e7b9b0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b51990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e5fbd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e5fa50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b51990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354dad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497873.199544, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e5fa50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e67250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6374 13:57:54,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6375 13:57:54,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6376 13:57:55,653 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6377 13:57:55,654 DEBUG [routes.middleware] Matched GET /add/voip_monitor
6378 13:57:55,654 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6379 13:57:55,654 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}
6380 13:57:55,655 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6381 13:57:55,655 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6382 13:57:55,655 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6383 13:57:55,655 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6384 13:57:55,656 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6385 13:57:55,656 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e93668>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e821d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e82310>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e82350>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e821d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3cf9d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497875.6564419, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e82350>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e4ead0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6386 13:57:56,614 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6387 13:57:56,616 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6388 13:57:56,617 DEBUG [routes.middleware] Matched GET /error/document
6389 13:57:56,617 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6390 13:57:56,617 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6391 13:57:56,617 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6392 13:57:56,618 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6393 13:57:56,618 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
6394 13:57:56,618 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6395 13:57:56,618 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6396 13:57:56,618 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6397 13:57:56,618 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6398 13:57:56,619 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3ea4150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3111758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'url': <routes.util.URLGenerator object at 0x3ea4650>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3ea4490 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3ea4150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3ead758>, 'session': {'_accessed_time': 1266497876.6197219, '_creation_time': 1266497868.6006711}, 'N_': <function gettext_noop at 0x3111410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x35c3350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3ea4090 200 OK>, '_': <function ugettext at 0x3111578>}
6399 13:57:56,620 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6400 13:57:56,620 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6401 13:58:01,659 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6402 13:58:01,662 DEBUG [routes.middleware] Matched GET /
6403 13:58:01,662 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6404 13:58:01,663 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6405 13:58:01,664 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6406 13:58:01,665 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6407 13:58:01,666 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6408 13:58:01,666 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6409 13:58:01,666 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6410 13:58:01,667 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e939b0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e9d3d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e9d6d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e9d910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e9d3d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6f7d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497881.6679089, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e9d910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e9db10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6411 13:58:02,591 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6412 13:58:02,619 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6413 13:58:02,642 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6414 13:58:02,644 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6415 13:58:02,645 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6416 13:58:02,645 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6417 13:58:02,645 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6418 13:58:02,646 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6419 13:58:02,646 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6420 13:58:02,646 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6421 13:58:02,646 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6422 13:58:02,646 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3ea66e0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ea4510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ea4bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6350>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ea4510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497882.6467121, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6350>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3ea47d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6423 13:58:03,584 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6424 13:58:03,584 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6425 13:58:05,642 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6426 13:58:05,645 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6427 13:58:05,645 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6428 13:58:05,646 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6429 13:58:05,647 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6430 13:58:05,648 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6431 13:58:05,649 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6432 13:58:05,649 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6433 13:58:05,649 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6434 13:58:05,650 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3ea6c08>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e820d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e82190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e82bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e820d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6f750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497885.6508739, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e82bd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3ea42d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6435 13:58:06,517 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6436 13:58:06,517 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6437 13:58:12,197 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6438 13:58:12,197 DEBUG [pylons.configuration] Pushing process configuration
6439 13:58:12,201 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6440 13:58:12,201 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6441 13:58:12,204 DEBUG [pylons.templating] Initialized Buffet object
6442 13:58:12,205 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6443 13:58:12,205 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6444 13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577272711440: Initial worker pool
6445 13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577264318736: Initial worker pool
6446 13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577255926032: Initial worker pool
6447 13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577247533328: Initial worker pool
6448 13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577239140624: Initial worker pool
6449 13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577230747920: Initial worker pool
6450 13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577222355216: Initial worker pool
6451 13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577213962512: Initial worker pool
6452 13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577205569808: Initial worker pool
6453 13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577197177104: Initial worker pool
6454 13:58:12,970 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6455 13:58:12,976 DEBUG [routes.middleware] Matched GET /
6456 13:58:12,976 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6457 13:58:12,976 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6458 13:58:12,977 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6459 13:58:12,978 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6460 13:58:13,029 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6461 13:58:13,029 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6462 13:58:13,029 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6463 13:58:13,029 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6464 13:58:13,030 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fbbd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbc850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbc510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fbc3d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbc850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x1e54a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497893.030282, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fbc3d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1ee0f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6465 13:58:13,979 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6466 13:58:14,027 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6467 13:58:14,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6468 13:58:14,099 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6469 13:58:14,100 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6470 13:58:14,100 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6471 13:58:14,100 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6472 13:58:14,101 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6473 13:58:14,101 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6474 13:58:14,101 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6475 13:58:14,101 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6476 13:58:14,101 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fb8cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2468750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2468690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1215990>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2468750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x24199d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497894.1019311, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1215990>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24681d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6477 13:58:15,062 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6478 13:58:15,063 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6479 13:58:17,176 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6480 13:58:17,177 DEBUG [routes.middleware] Matched GET /voip_monitor
6481 13:58:17,177 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6482 13:58:17,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}
6483 13:58:17,178 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6484 13:58:17,178 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6485 13:58:17,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6486 13:58:17,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6487 13:58:17,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6488 13:58:17,179 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2464668>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2456a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2456810>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ee0ed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2456a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x1e54bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497897.1793151, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1ee0ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24680d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6489 13:58:17,186 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6490 13:58:17,187 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6491 13:58:17,188 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6492 13:58:17,188 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6493 13:58:17,188 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6494 13:58:17,189 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6495 13:58:17,189 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6496 13:58:17,189 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6497 13:58:17,189 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6498 13:58:17,189 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x247c320>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b7b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b7a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b7890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b7b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x24695d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497897.189914, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b7890>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25b7550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6499 13:58:18,965 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6500 13:58:18,974 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6501 13:58:19,012 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6502 13:58:19,021 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6503 13:58:19,021 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6504 13:58:19,022 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6505 13:58:19,022 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6506 13:58:19,022 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6507 13:58:19,022 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6508 13:58:19,023 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6509 13:58:19,023 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6510 13:58:19,023 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x28dad70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/voip_monitor', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2468810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2468110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b7950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2468810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x2469550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497899.0235479, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b7950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bdfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6511 13:58:19,954 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6512 13:58:19,955 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6513 13:58:20,359 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6514 13:58:20,359 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6515 13:58:22,269 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6516 13:58:22,273 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6517 13:58:22,273 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6518 13:58:22,273 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6519 13:58:22,274 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6520 13:58:22,274 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6521 13:58:22,274 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6522 13:58:22,274 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6523 13:58:22,274 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6524 13:58:22,275 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x28eb488>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x28c9050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28c9990>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25bdf90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x28c9050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x28997d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497902.275418, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25bdf90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bd850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6525 13:58:22,945 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6526 13:58:23,119 DEBUG [routes.middleware] Matched GET /add/voip_monitor
6527 13:58:23,120 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6528 13:58:23,120 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voip_monitor', 'controller': u'hg'}
6529 13:58:23,120 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6530 13:58:23,120 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6531 13:58:23,120 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6532 13:58:23,120 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6533 13:58:23,121 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6534 13:58:23,121 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voip_monitor'}
6535 13:58:23,121 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6536 13:58:23,121 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6537 13:58:23,306 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6538 13:58:23,307 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6539 13:58:26,907 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6540 13:58:26,908 DEBUG [routes.middleware] Matched GET /add/voip monitor
6541 13:58:26,908 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6542 13:58:26,908 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voip monitor', 'controller': u'hg'}
6543 13:58:26,908 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6544 13:58:26,909 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6545 13:58:26,909 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6546 13:58:26,909 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6547 13:58:26,909 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6548 13:58:26,909 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voip monitor'}
6549 13:58:26,910 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6550 13:58:26,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6551 13:58:30,162 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6552 13:58:30,165 DEBUG [routes.middleware] Matched GET /add/voi- monitor
6553 13:58:30,166 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6554 13:58:30,166 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi- monitor', 'controller': u'hg'}
6555 13:58:30,166 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6556 13:58:30,167 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6557 13:58:30,167 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6558 13:58:30,168 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6559 13:58:30,168 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6560 13:58:30,168 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi- monitor'}
6561 13:58:30,168 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6562 13:58:30,169 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6563 13:58:34,938 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6564 13:58:34,939 DEBUG [routes.middleware] Matched GET /add/voi-monitor
6565 13:58:34,940 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6566 13:58:34,940 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi-monitor', 'controller': u'hg'}
6567 13:58:34,940 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6568 13:58:34,940 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6569 13:58:34,940 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6570 13:58:34,941 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6571 13:58:34,941 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6572 13:58:34,941 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi-monitor'}
6573 13:58:34,941 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6574 13:58:34,941 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6575 13:59:56,865 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6576 13:59:56,865 DEBUG [pylons.configuration] Pushing process configuration
6577 13:59:56,868 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6578 13:59:56,868 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6579 13:59:56,872 DEBUG [pylons.templating] Initialized Buffet object
6580 13:59:56,872 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6581 13:59:56,872 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6582 13:59:56,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365612542224: Initial worker pool
6583 13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365604149520: Initial worker pool
6584 13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365595756816: Initial worker pool
6585 13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365587364112: Initial worker pool
6586 13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365503920400: Initial worker pool
6587 13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365495527696: Initial worker pool
6588 13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365487134992: Initial worker pool
6589 13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365478742288: Initial worker pool
6590 13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365470349584: Initial worker pool
6591 13:59:56,877 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365461956880: Initial worker pool
6592 14:00:13,300 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6593 14:00:13,303 DEBUG [routes.middleware] Matched GET /add/voi-monitor
6594 14:00:13,303 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6595 14:00:13,303 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi-monitor', 'controller': u'hg'}
6596 14:00:13,303 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6597 14:00:13,304 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6598 14:00:13,359 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6599 14:00:13,359 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6600 14:00:13,359 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6601 14:00:13,359 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6602 14:00:13,359 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi-monitor'}
6603 14:00:13,360 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6604 14:00:13,360 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6605 14:00:54,540 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6606 14:00:54,540 DEBUG [pylons.configuration] Pushing process configuration
6607 14:00:54,544 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6608 14:00:54,544 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6609 14:00:54,547 DEBUG [pylons.templating] Initialized Buffet object
6610 14:00:54,548 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6611 14:00:54,548 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6612 14:00:54,550 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391017863440: Initial worker pool
6613 14:00:54,550 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391009470736: Initial worker pool
6614 14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391001078032: Initial worker pool
6615 14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390992685328: Initial worker pool
6616 14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390984292624: Initial worker pool
6617 14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390975899920: Initial worker pool
6618 14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390967507216: Initial worker pool
6619 14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390959114512: Initial worker pool
6620 14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390950721808: Initial worker pool
6621 14:00:54,553 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390942329104: Initial worker pool
6622 14:03:20,937 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6623 14:03:20,939 DEBUG [routes.middleware] Matched GET /add/test
6624 14:03:20,939 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6625 14:03:20,940 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6626 14:03:20,940 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6627 14:03:20,941 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6628 14:03:21,007 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6629 14:03:21,007 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6630 14:03:21,007 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6631 14:03:21,007 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6632 14:03:21,007 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6633 14:03:21,007 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6634 14:03:21,007 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6635 14:03:29,560 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6636 14:03:29,560 DEBUG [pylons.configuration] Pushing process configuration
6637 14:03:29,615 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6638 14:03:29,616 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6639 14:03:29,627 DEBUG [pylons.templating] Initialized Buffet object
6640 14:03:29,628 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6641 14:03:29,628 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6642 14:03:29,634 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848727120144: Initial worker pool
6643 14:03:29,634 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848718727440: Initial worker pool
6644 14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848710334736: Initial worker pool
6645 14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848701942032: Initial worker pool
6646 14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848693549328: Initial worker pool
6647 14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848685156624: Initial worker pool
6648 14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848676763920: Initial worker pool
6649 14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848668371216: Initial worker pool
6650 14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848659978512: Initial worker pool
6651 14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848651585808: Initial worker pool
6652 14:03:31,420 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6653 14:03:31,428 DEBUG [routes.middleware] Matched GET /add/test
6654 14:03:31,428 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6655 14:03:31,429 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6656 14:03:31,429 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6657 14:03:31,430 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6658 14:03:31,483 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6659 14:03:31,484 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6660 14:03:31,484 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6661 14:03:31,484 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6662 14:03:31,484 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6663 14:03:31,520 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6664 14:03:31,520 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6665 14:04:03,684 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6666 14:04:03,684 DEBUG [pylons.configuration] Pushing process configuration
6667 14:04:03,688 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6668 14:04:03,688 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6669 14:04:03,692 DEBUG [pylons.templating] Initialized Buffet object
6670 14:04:03,693 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6671 14:04:03,693 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6672 14:04:03,695 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774956067088: Initial worker pool
6673 14:04:03,696 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774947674384: Initial worker pool
6674 14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774939281680: Initial worker pool
6675 14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774930888976: Initial worker pool
6676 14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774922496272: Initial worker pool
6677 14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774914103568: Initial worker pool
6678 14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774905710864: Initial worker pool
6679 14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774897318160: Initial worker pool
6680 14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774888925456: Initial worker pool
6681 14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774880532752: Initial worker pool
6682 14:04:05,450 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6683 14:04:05,453 DEBUG [routes.middleware] Matched GET /add/test
6684 14:04:05,453 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6685 14:04:05,454 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6686 14:04:05,454 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6687 14:04:05,455 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6688 14:04:05,508 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6689 14:04:05,508 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6690 14:04:05,508 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6691 14:04:05,508 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6692 14:04:05,508 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6693 14:04:05,513 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6694 14:04:05,513 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6695 14:04:15,281 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6696 14:04:15,282 DEBUG [pylons.configuration] Pushing process configuration
6697 14:04:15,285 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6698 14:04:15,285 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6699 14:04:15,289 DEBUG [pylons.templating] Initialized Buffet object
6700 14:04:15,289 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6701 14:04:15,289 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6702 14:04:15,292 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496145504528: Initial worker pool
6703 14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496137111824: Initial worker pool
6704 14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496128719120: Initial worker pool
6705 14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496120326416: Initial worker pool
6706 14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496111933712: Initial worker pool
6707 14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496103541008: Initial worker pool
6708 14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496095148304: Initial worker pool
6709 14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496086755600: Initial worker pool
6710 14:04:15,295 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496078362896: Initial worker pool
6711 14:04:15,295 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496069970192: Initial worker pool
6712 14:04:16,113 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6713 14:04:16,119 DEBUG [routes.middleware] Matched GET /add/test
6714 14:04:16,119 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6715 14:04:16,120 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6716 14:04:16,120 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6717 14:04:16,121 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6718 14:04:16,181 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6719 14:04:16,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6720 14:04:16,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6721 14:04:16,182 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6722 14:04:16,182 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6723 14:04:16,541 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6724 14:04:16,542 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6725 14:04:18,506 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6726 14:04:18,508 DEBUG [routes.middleware] Matched GET /
6727 14:04:18,508 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6728 14:04:18,508 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6729 14:04:18,508 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6730 14:04:18,509 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6731 14:04:18,509 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6732 14:04:18,509 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6733 14:04:18,509 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6734 14:04:18,509 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36be140>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33a6e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33a6f50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f2e510>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33a6e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x2dc6bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498258.510078, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f2e510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e51ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6735 14:04:19,691 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6736 14:04:19,729 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6737 14:04:19,801 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6738 14:04:19,802 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6739 14:04:19,802 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6740 14:04:19,802 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6741 14:04:19,803 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6742 14:04:19,803 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6743 14:04:19,803 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6744 14:04:19,803 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6745 14:04:19,804 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6746 14:04:19,804 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36bf7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36ab510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36ab110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33a6f90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36ab510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x338c9d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498259.8044541, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x33a6f90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36ab4d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6747 14:04:20,764 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6748 14:04:20,764 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6749 14:04:22,765 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6750 14:04:22,767 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6751 14:04:22,768 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6752 14:04:22,768 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6753 14:04:22,770 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6754 14:04:22,771 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6755 14:04:22,771 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6756 14:04:22,772 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6757 14:04:22,772 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6758 14:04:22,772 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36bfcf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36bad50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36ba1d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36bae50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36bad50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x2dc6ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498262.7735, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36bae50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36abfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6759 14:04:23,728 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6760 14:04:23,728 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6761 14:04:26,131 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6762 14:04:26,133 DEBUG [routes.middleware] Matched GET /add/test
6763 14:04:26,133 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6764 14:04:26,133 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6765 14:04:26,133 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6766 14:04:26,134 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6767 14:04:26,134 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6768 14:04:26,134 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6769 14:04:26,134 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6770 14:04:26,134 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6771 14:04:26,137 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6772 14:04:26,137 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6773 14:04:45,433 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6774 14:04:45,433 DEBUG [pylons.configuration] Pushing process configuration
6775 14:04:45,436 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6776 14:04:45,437 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6777 14:04:45,441 DEBUG [pylons.templating] Initialized Buffet object
6778 14:04:45,441 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6779 14:04:45,441 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6780 14:04:45,443 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720894519568: Initial worker pool
6781 14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720886126864: Initial worker pool
6782 14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720877734160: Initial worker pool
6783 14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720869341456: Initial worker pool
6784 14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720860948752: Initial worker pool
6785 14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720852556048: Initial worker pool
6786 14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720844163344: Initial worker pool
6787 14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720835770640: Initial worker pool
6788 14:04:45,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720827377936: Initial worker pool
6789 14:04:45,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720818985232: Initial worker pool
6790 14:04:47,332 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6791 14:04:47,340 DEBUG [routes.middleware] Matched GET /add/test
6792 14:04:47,340 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6793 14:04:47,341 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
6794 14:04:47,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6795 14:04:47,345 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6796 14:04:47,414 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6797 14:04:47,414 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6798 14:04:47,414 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6799 14:04:47,414 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6800 14:04:47,415 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
6801 14:04:47,451 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6802 14:04:47,451 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6803 14:04:52,003 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6804 14:04:52,014 DEBUG [routes.middleware] Matched GET /add/test2
6805 14:04:52,014 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6806 14:04:52,014 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}
6807 14:04:52,014 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6808 14:04:52,015 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6809 14:04:52,015 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6810 14:04:52,015 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6811 14:04:52,015 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6812 14:04:52,015 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d0050>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/test2', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fb9e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fb9f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b40510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fb9e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x29d8bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498292.016242, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b40510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b40190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6813 14:04:52,934 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
6814 14:04:52,941 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6815 14:04:52,942 DEBUG [routes.middleware] Matched GET /error/document
6816 14:04:52,942 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
6817 14:04:52,942 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
6818 14:04:52,942 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6819 14:04:52,943 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
6820 14:04:52,943 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
6821 14:04:52,943 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6822 14:04:52,943 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6823 14:04:52,943 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
6824 14:04:52,944 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
6825 14:04:52,944 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x325ded0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x259b758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'url': <routes.util.URLGenerator object at 0x325d250>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x325db90 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x325ded0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x32cdc68>, 'session': {'_accessed_time': 1266498292.944525, '_creation_time': 1266498292.016242}, 'N_': <function gettext_noop at 0x259b410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2a4e390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x325db10 200 OK>, '_': <function ugettext at 0x259b578>}
6826 14:04:52,945 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
6827 14:04:52,945 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6828 14:04:57,966 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6829 14:04:57,971 DEBUG [routes.middleware] Matched GET /
6830 14:04:57,971 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6831 14:04:57,971 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6832 14:04:57,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6833 14:04:57,972 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6834 14:04:57,972 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6835 14:04:57,972 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6836 14:04:57,972 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6837 14:04:57,973 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d39b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x326a490>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x326a910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fb9c10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x326a490>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x308bcd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498297.9732699, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fb9c10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3257090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6838 14:04:58,935 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6839 14:04:58,962 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6840 14:04:59,039 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6841 14:04:59,040 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
6842 14:04:59,040 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6843 14:04:59,041 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
6844 14:04:59,042 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6845 14:04:59,042 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6846 14:04:59,042 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6847 14:04:59,042 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6848 14:04:59,043 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6849 14:04:59,043 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32f85f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32cca90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32cc510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x326a790>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32cca90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x32ba9d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498299.043498, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x326a790>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32ccc90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6850 14:04:59,987 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6851 14:04:59,988 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6852 14:05:02,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6853 14:05:02,009 DEBUG [routes.middleware] Matched GET /static/hgicon.png
6854 14:05:02,009 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
6855 14:05:02,010 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
6856 14:05:02,011 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6857 14:05:02,012 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6858 14:05:02,012 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6859 14:05:02,012 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6860 14:05:02,012 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
6861 14:05:02,012 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d3cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32bde90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32bdc50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32bdb90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32bde90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x29d8ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498302.0130601, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32bdb90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32bdad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
6862 14:05:03,078 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
6863 14:05:03,087 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
6864 14:05:03,671 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6865 14:05:03,671 DEBUG [pylons.configuration] Pushing process configuration
6866 14:05:03,674 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6867 14:05:03,675 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6868 14:05:03,678 DEBUG [pylons.templating] Initialized Buffet object
6869 14:05:03,678 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6870 14:05:03,678 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6871 14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674282907920: Initial worker pool
6872 14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674274515216: Initial worker pool
6873 14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674266122512: Initial worker pool
6874 14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674257729808: Initial worker pool
6875 14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674249337104: Initial worker pool
6876 14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674240944400: Initial worker pool
6877 14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674232551696: Initial worker pool
6878 14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674224158992: Initial worker pool
6879 14:05:03,685 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674215766288: Initial worker pool
6880 14:05:03,685 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674207373584: Initial worker pool
6881 14:05:11,111 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6882 14:05:11,111 DEBUG [pylons.configuration] Pushing process configuration
6883 14:05:11,114 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6884 14:05:11,115 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6885 14:05:11,118 DEBUG [pylons.templating] Initialized Buffet object
6886 14:05:11,118 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6887 14:05:11,119 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6888 14:05:11,121 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664498010384: Initial worker pool
6889 14:05:11,121 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664489617680: Initial worker pool
6890 14:05:11,132 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664481224976: Initial worker pool
6891 14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664472832272: Initial worker pool
6892 14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664464439568: Initial worker pool
6893 14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664456046864: Initial worker pool
6894 14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664447654160: Initial worker pool
6895 14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664439261456: Initial worker pool
6896 14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664430868752: Initial worker pool
6897 14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664422476048: Initial worker pool
6898 14:05:15,434 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6899 14:05:15,437 DEBUG [routes.middleware] Matched GET /add/test2
6900 14:05:15,437 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6901 14:05:15,437 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
6902 14:05:15,437 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6903 14:05:15,438 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6904 14:05:15,498 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6905 14:05:15,498 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6906 14:05:15,498 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6907 14:05:15,498 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6908 14:05:15,498 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
6909 14:05:15,700 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6910 14:05:15,701 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6911 14:06:57,953 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6912 14:06:57,954 DEBUG [pylons.configuration] Pushing process configuration
6913 14:06:57,957 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6914 14:06:57,958 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6915 14:06:57,961 DEBUG [pylons.templating] Initialized Buffet object
6916 14:06:57,961 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6917 14:06:57,962 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6918 14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501619230992: Initial worker pool
6919 14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501610838288: Initial worker pool
6920 14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501602445584: Initial worker pool
6921 14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501594052880: Initial worker pool
6922 14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501585660176: Initial worker pool
6923 14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501577267472: Initial worker pool
6924 14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501568874768: Initial worker pool
6925 14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501560482064: Initial worker pool
6926 14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501552089360: Initial worker pool
6927 14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501543696656: Initial worker pool
6928 14:07:16,202 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6929 14:07:16,205 DEBUG [routes.middleware] Matched GET /add/test2
6930 14:07:16,205 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6931 14:07:16,205 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
6932 14:07:16,206 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6933 14:07:16,207 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6934 14:07:16,258 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6935 14:07:16,259 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6936 14:07:16,259 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6937 14:07:16,259 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6938 14:07:16,259 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
6939 14:07:16,308 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6940 14:07:16,308 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6941 14:07:46,330 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
6942 14:07:46,331 DEBUG [pylons.configuration] Pushing process configuration
6943 14:07:46,335 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
6944 14:07:46,335 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
6945 14:07:46,338 DEBUG [pylons.templating] Initialized Buffet object
6946 14:07:46,339 DEBUG [pylons.templating] Adding mako template language for use with Buffet
6947 14:07:46,339 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
6948 14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952601037072: Initial worker pool
6949 14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952592644368: Initial worker pool
6950 14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952584251664: Initial worker pool
6951 14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952575858960: Initial worker pool
6952 14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952567466256: Initial worker pool
6953 14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952559073552: Initial worker pool
6954 14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952550680848: Initial worker pool
6955 14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952542288144: Initial worker pool
6956 14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952533895440: Initial worker pool
6957 14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952525502736: Initial worker pool
6958 14:07:47,536 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6959 14:07:47,540 DEBUG [routes.middleware] Matched GET /add/test2
6960 14:07:47,540 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6961 14:07:47,541 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
6962 14:07:47,541 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6963 14:07:47,542 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6964 14:07:47,617 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
6965 14:07:47,617 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6966 14:07:47,617 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6967 14:07:47,617 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6968 14:07:47,617 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
6969 14:07:47,658 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6970 14:07:47,658 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6971 14:07:56,571 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6972 14:07:56,572 DEBUG [routes.middleware] Matched GET /add/test3
6973 14:07:56,572 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6974 14:07:56,572 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
6975 14:07:56,572 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6976 14:07:56,573 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6977 14:07:56,573 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6978 14:07:56,573 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6979 14:07:56,573 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6980 14:07:56,573 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
6981 14:07:56,575 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6982 14:07:56,575 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6983 14:07:58,971 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6984 14:07:58,972 DEBUG [routes.middleware] Matched GET /add/test3.1
6985 14:07:58,972 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6986 14:07:58,972 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3.1', 'controller': u'hg'}
6987 14:07:58,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
6988 14:07:58,973 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
6989 14:07:58,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
6990 14:07:58,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
6991 14:07:58,973 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
6992 14:07:58,973 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3.1'}
6993 14:07:58,975 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
6994 14:07:58,975 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
6995 14:08:02,778 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
6996 14:08:02,790 DEBUG [routes.middleware] Matched GET /add/test3.1232131.31
6997 14:08:02,791 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
6998 14:08:02,791 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3.1232131.31', 'controller': u'hg'}
6999 14:08:02,792 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7000 14:08:02,793 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7001 14:08:02,794 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7002 14:08:02,794 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7003 14:08:02,794 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
7004 14:08:02,795 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3.1232131.31'}
7005 14:08:02,801 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
7006 14:08:02,801 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
7007 14:08:42,927 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
7008 14:08:42,927 DEBUG [pylons.configuration] Pushing process configuration
7009 14:08:42,930 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
7010 14:08:42,931 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
7011 14:08:42,934 DEBUG [pylons.templating] Initialized Buffet object
7012 14:08:42,934 DEBUG [pylons.templating] Adding mako template language for use with Buffet
7013 14:08:42,935 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
7014 14:08:42,936 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883742353680: Initial worker pool
7015 14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883733960976: Initial worker pool
7016 14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883725568272: Initial worker pool
7017 14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883717175568: Initial worker pool
7018 14:08:42,938 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883708782864: Initial worker pool
7019 14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883700390160: Initial worker pool
7020 14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883691997456: Initial worker pool
7021 14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883683604752: Initial worker pool
7022 14:08:42,942 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883675212048: Initial worker pool
7023 14:08:42,942 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883666819344: Initial worker pool
7024 14:09:11,968 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7025 14:09:11,970 DEBUG [routes.middleware] Matched GET /
7026 14:09:11,970 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7027 14:09:11,971 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7028 14:09:11,971 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7029 14:09:11,972 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7030 14:09:12,046 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
7031 14:09:12,046 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7032 14:09:12,047 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7033 14:09:12,047 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7034 14:09:12,047 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1b6dd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1b6f850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1b6f510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1b6f310>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1b6f850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1a06a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498552.047678, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1b6f310>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1a91f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7035 14:09:12,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7036 14:09:12,987 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7037 14:09:13,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7038 14:09:13,052 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
7039 14:09:13,052 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7040 14:09:13,053 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
7041 14:09:13,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7042 14:09:13,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7043 14:09:13,054 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7044 14:09:13,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7045 14:09:13,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7046 14:09:13,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2017c80>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x201b810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x201b750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1b6f450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x201b810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1fcd950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498553.0546899, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1b6f450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201b1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7047 14:09:14,011 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7048 14:09:14,011 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7049 14:09:16,060 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7050 14:09:16,061 DEBUG [routes.middleware] Matched GET /static/hgicon.png
7051 14:09:16,062 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7052 14:09:16,062 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
7053 14:09:16,062 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7054 14:09:16,063 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7055 14:09:16,063 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7056 14:09:16,063 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7057 14:09:16,063 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7058 14:09:16,063 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2017c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2009a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2009cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2009490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2009a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1a06bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498556.063905, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2009490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201b390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7059 14:09:16,958 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7060 14:09:16,958 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7061 14:09:30,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7062 14:09:30,008 DEBUG [routes.middleware] Matched GET /add/test3
7063 14:09:30,009 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
7064 14:09:30,009 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
7065 14:09:30,010 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7066 14:09:30,011 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7067 14:09:30,011 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7068 14:09:30,011 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7069 14:09:30,011 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
7070 14:09:30,011 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
7071 14:09:30,064 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
7072 14:09:30,064 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
7073 14:09:31,850 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7074 14:09:31,851 DEBUG [routes.middleware] Matched GET /
7075 14:09:31,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7076 14:09:31,852 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7077 14:09:31,852 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7078 14:09:31,852 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7079 14:09:31,853 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7080 14:09:31,853 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7081 14:09:31,853 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7082 14:09:31,853 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x236e6e0>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test3', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x202a250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x202a450>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x201fb50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x202a250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x201c450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498571.853673, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x201fb50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2009f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7083 14:09:32,744 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7084 14:09:32,771 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7085 14:09:32,849 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7086 14:09:32,851 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
7087 14:09:32,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7088 14:09:32,851 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
7089 14:09:32,851 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7090 14:09:32,852 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7091 14:09:32,852 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7092 14:09:32,852 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7093 14:09:32,852 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7094 14:09:32,852 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x237d230>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x236a810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x236a6d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21c7a90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x236a810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x201c250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498572.8528681, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21c7a90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2360e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7095 14:09:33,746 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7096 14:09:33,747 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7097 14:09:35,786 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7098 14:09:35,789 DEBUG [routes.middleware] Matched GET /static/hgicon.png
7099 14:09:35,790 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7100 14:09:35,790 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
7101 14:09:35,791 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7102 14:09:35,792 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7103 14:09:35,792 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7104 14:09:35,793 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7105 14:09:35,793 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7106 14:09:35,794 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x237d7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2371290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x21bf510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21bf5d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2371290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x21c35d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498575.794677, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21bf5d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2360210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7107 14:09:36,712 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7108 14:09:36,712 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7109 14:10:42,728 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
7110 14:10:42,729 DEBUG [pylons.configuration] Pushing process configuration
7111 14:10:42,732 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
7112 14:10:42,732 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
7113 14:10:42,736 DEBUG [pylons.templating] Initialized Buffet object
7114 14:10:42,736 DEBUG [pylons.templating] Adding mako template language for use with Buffet
7115 14:10:42,736 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
7116 14:10:42,738 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732895516944: Initial worker pool
7117 14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732887124240: Initial worker pool
7118 14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732878731536: Initial worker pool
7119 14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732870338832: Initial worker pool
7120 14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732861946128: Initial worker pool
7121 14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732853553424: Initial worker pool
7122 14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732845160720: Initial worker pool
7123 14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732836768016: Initial worker pool
7124 14:10:42,741 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732828375312: Initial worker pool
7125 14:10:42,741 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732819982608: Initial worker pool
7126 14:12:10,591 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7127 14:12:10,599 DEBUG [routes.middleware] Matched GET /add/test3
7128 14:12:10,599 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
7129 14:12:10,600 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
7130 14:12:10,600 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7131 14:12:10,606 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7132 14:12:10,678 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
7133 14:12:10,688 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7134 14:12:10,688 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7135 14:12:10,688 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
7136 14:12:10,688 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
7137 14:12:10,725 INFO [pylons_app.controllers.hg] test3 repo is free for creation
7138 14:12:10,725 INFO [pylons_app.controllers.hg] test3 repo is free for creation
7139 14:12:10,725 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
7140 14:12:10,725 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
7141 14:12:57,116 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
7142 14:12:57,116 DEBUG [pylons.configuration] Pushing process configuration
7143 14:12:57,121 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
7144 14:12:57,121 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
7145 14:12:57,125 DEBUG [pylons.templating] Initialized Buffet object
7146 14:12:57,125 DEBUG [pylons.templating] Adding mako template language for use with Buffet
7147 14:12:57,125 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
7148 14:12:57,127 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958287091984: Initial worker pool
7149 14:12:57,127 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958278699280: Initial worker pool
7150 14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958270306576: Initial worker pool
7151 14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958261913872: Initial worker pool
7152 14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958253521168: Initial worker pool
7153 14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958245128464: Initial worker pool
7154 14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958236735760: Initial worker pool
7155 14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958228343056: Initial worker pool
7156 14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958219950352: Initial worker pool
7157 14:12:57,130 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958211557648: Initial worker pool
7158 14:13:10,442 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7159 14:13:10,447 DEBUG [routes.middleware] Matched GET /add/test3
7160 14:13:10,447 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
7161 14:13:10,447 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
7162 14:13:10,448 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7163 14:13:10,449 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7164 14:13:10,513 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
7165 14:13:10,513 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7166 14:13:10,513 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7167 14:13:10,513 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
7168 14:13:10,514 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
7169 14:13:10,548 INFO [pylons_app.controllers.hg] test3 repo is free for creation
7170 14:13:10,548 INFO [pylons_app.controllers.hg] test3 repo is free for creation
7171 14:13:10,549 INFO [pylons_app.controllers.hg] creating repo test3
7172 14:13:10,549 INFO [pylons_app.controllers.hg] creating repo test3
7173 14:13:10,726 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
7174 14:13:10,726 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
7175 14:13:11,977 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7176 14:13:11,991 DEBUG [routes.middleware] Matched GET /
7177 14:13:11,991 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7178 14:13:11,991 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7179 14:13:11,991 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7180 14:13:11,992 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7181 14:13:11,992 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7182 14:13:11,992 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7183 14:13:11,992 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7184 14:13:11,992 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37e7140>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test3', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x34e8dd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x34e8fd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30714d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x34e8dd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x2f09bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498791.9932499, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30714d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3071150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7185 14:13:13,017 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7186 14:13:13,059 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7187 14:13:13,087 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7188 14:13:13,132 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
7189 14:13:13,132 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7190 14:13:13,132 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
7191 14:13:13,133 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7192 14:13:13,134 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7193 14:13:13,134 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7194 14:13:13,135 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7195 14:13:13,135 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7196 14:13:13,135 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3806848>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f00d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f0a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34e8d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f00d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x34d5950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498793.13592, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x34e8d90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f0d10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7197 14:13:14,173 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7198 14:13:14,173 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
7199 14:13:16,088 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
7200 14:13:16,090 DEBUG [routes.middleware] Matched GET /static/hgicon.png
7201 14:13:16,091 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
7202 14:13:16,092 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
7203 14:13:16,093 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
7204 14:13:16,094 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
7205 14:13:16,095 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
7206 14:13:16,095 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
7207 14:13:16,095 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
7208 14:13:16,096 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3806d70>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37fe790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37fe510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37fe950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37fe790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x2f09ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498796.096786, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37fe950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f0310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
7209 14:13:16,997 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
7210 14:13:16,997 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
@@ -19,7 +19,7 b' def make_map():'
19 map.connect('/error/{action}/{id}', controller = 'error')
19 map.connect('/error/{action}/{id}', controller = 'error')
20
20
21 # CUSTOM ROUTES HERE
21 # CUSTOM ROUTES HERE
22 map.connect('hg_add', '/add/{new_repo:[a-z _-]*}',
22 map.connect('hg_add', '/add/{new_repo:[a-z0-9\. _-]*}',
23 controller = 'hg', action = 'add_repo')
23 controller = 'hg', action = 'add_repo')
24 map.connect('hg', '/{path_info:.*}',
24 map.connect('hg', '/{path_info:.*}',
25 controller = 'hg', action = "view",
25 controller = 'hg', action = "view",
@@ -5,12 +5,16 b' from pylons_app.lib.base import BaseCont'
5 from pylons import c, g, session, h, request
5 from pylons import c, g, session, h, request
6 from mako.template import Template
6 from mako.template import Template
7 from pprint import pprint
7 from pprint import pprint
8 import os
8 #uncomment the following if you want to serve a single repo
9 #uncomment the following if you want to serve a single repo
9 #from mercurial.hgweb.hgweb_mod import hgweb
10 #from mercurial.hgweb.hgweb_mod import hgweb
10 from mercurial.hgweb.hgwebdir_mod import hgwebdir
11 from mercurial.hgweb.hgwebdir_mod import hgwebdir
11 from mercurial.hgweb.request import wsgiapplication
12 from mercurial.hgweb.request import wsgiapplication
12 log = logging.getLogger(__name__)
13 log = logging.getLogger(__name__)
13
14
15 from mercurial import ui, hg
16 from mercurial.error import RepoError
17
14 #http://bel-epa.com/hg/
18 #http://bel-epa.com/hg/
15 #def make_web_app():
19 #def make_web_app():
16 # repos = "hgwebdir.config"
20 # repos = "hgwebdir.config"
@@ -41,7 +45,55 b' def wsgi_app(environ, start_response):'
41
45
42 class HgController(BaseController):
46 class HgController(BaseController):
43
47
48 def _check_repo(self, repo_name):
49 repos_path = '/home/marcink/python_workspace'
50 self.repo_path = os.path.join(repos_path, repo_name)
44
51
52 try:
53 r = hg.repository(ui.ui(), self.repo_path)
54 hg.verify(r)
55 #here we hnow that repo exists it was verified
56 log.info('%s repo is already created', repo_name)
57 raise Exception('Repo exists')
58 except RepoError:
59 log.info('%s repo is free for creation', repo_name)
60 #it means that there is no valid repo there...
61 return True
62
63
64 def _create_repo(self, repo_name):
65 if repo_name in [None, '', 'add']:
66 raise Exception('undefined repo_name of repo')
67
68 if self._check_repo(repo_name):
69 log.info('creating repo %s', repo_name)
70 cmd = """mkdir %s && hg init %s""" \
71 % (self.repo_path, self.repo_path)
72 os.popen(cmd)
73
74
75 def add_repo(self, new_repo):
76 tmpl = '''
77 <html>
78 <body>
79 %(msg)s%(new_repo)s!<br \>
80 <a href="/">repos</a>
81 </body>
82 </html>
83 '''
84 #extra check it can be add since it's the command
85 if new_repo == 'add':
86 return [tmpl % ({'new_repo':'', 'msg':'you basstard ! this repo is a command'})]
87
88 new_repo = new_repo.replace(" ", "_")
89 new_repo = new_repo.replace("-", "_")
90
91 try:
92 self._create_repo(new_repo)
93 except Exception as e:
94 return [tmpl % ({'new_repo':' Exception when adding: ' + new_repo, 'msg':str(e)})]
95
96 return [tmpl % ({'new_repo':new_repo, 'msg':'added repo: '})]
45
97
46 def view(self, environ, start_response):
98 def view(self, environ, start_response):
47 #the following is only needed when using hgwebdir
99 #the following is only needed when using hgwebdir
General Comments 0
You need to be logged in to leave comments. Login now