# HG changeset patch # User Marcin Kuzminski # Date 1266672613 -3600 # Node ID 525ed90e457794033c0388dfc2d5d1bf18a244e1 # Parent 058f63b6c2ff15c53b17e1af3fd876a450698518 major app speedup moved the wsgi creation to app globals, in order to make it run only once. little config changes. diff -r 058f63b6c2ff -r 525ed90e4577 development.ini --- a/development.ini Thu Feb 18 17:38:27 2010 +0100 +++ b/development.ini Sat Feb 20 14:30:13 2010 +0100 @@ -4,6 +4,12 @@ ## ## The %(here)s variable will be replaced with the parent directory of this file ## +[exe] +command = serve +daemon = false +user = nobody +group = nobody + [DEFAULT] debug = true ## Uncomment and replace with the address which should receive any error reports @@ -14,7 +20,7 @@ [server:main] use = egg:Paste#http host = 127.0.0.1 -port = 5000 +port = 8001 [app:main] use = egg:pylons_app @@ -57,13 +63,12 @@ #set debug = false ##dozer logging -#logview.sqlalchemy = #faa -#logview.pylons.templating = #bfb -#logview.sample_app.lib = #aaa +logview.pylons.templating = #bfb +logview.sample_app.lib = #aaa # Logging configuration [loggers] -keys = root, routes, pylons_app, sqlalchemy +keys = root, routes, pylons_app [handlers] keys = console,file_handler @@ -87,13 +92,6 @@ handlers = console,file_handler qualname = pylons_app -[logger_sqlalchemy] -level = DEBUG -handlers = -qualname = sqlalchemy.pool -propagate = 0 - - ## HANDLERS ## [handler_console] diff -r 058f63b6c2ff -r 525ed90e4577 production.ini --- a/production.ini Thu Feb 18 17:38:27 2010 +0100 +++ b/production.ini Sat Feb 20 14:30:13 2010 +0100 @@ -4,6 +4,12 @@ ## ## The %(here)s variable will be replaced with the parent directory of this file ## +[exe] +command = serve +daemon = false +user = nobody +group = nobody + [DEFAULT] debug = true ## Uncomment and replace with the address which should receive any error reports @@ -54,7 +60,7 @@ ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## execute malicious code after an exception is raised. -#set debug = false +set debug = false ##dozer logging #logview.sqlalchemy = #faa @@ -63,7 +69,7 @@ # Logging configuration [loggers] -keys = root, routes, pylons_app, sqlalchemy +keys = root, routes, pylons_app [handlers] keys = console,file_handler @@ -78,7 +84,7 @@ [logger_routes] level = INFO -handlers = console +handlers = file_handler qualname = routes.middleware # "level = DEBUG" logs the route matched and routing variables. @@ -87,12 +93,6 @@ handlers = file_handler qualname = pylons_app -[logger_sqlalchemy] -level = DEBUG -handlers = -qualname = sqlalchemy.pool -propagate = 0 - ## HANDLERS ## diff -r 058f63b6c2ff -r 525ed90e4577 pylons_app.log --- a/pylons_app.log Thu Feb 18 17:38:27 2010 +0100 +++ b/pylons_app.log Sat Feb 20 14:30:13 2010 +0100 @@ -10073,3 +10073,1864 @@ 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817071204624: Initial worker pool 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817062811920: Initial worker pool 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817054419216: Initial worker pool +17:44:52,578 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +17:44:52,579 DEBUG [pylons.configuration] Pushing process configuration +17:44:52,582 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 +17:44:52,582 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +17:44:52,586 DEBUG [pylons.templating] Initialized Buffet object +17:44:52,586 DEBUG [pylons.templating] Adding mako template language for use with Buffet +17:44:52,586 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +17:44:52,589 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351700621584: Initial worker pool +17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351692228880: Initial worker pool +17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351683836176: Initial worker pool +17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351675443472: Initial worker pool +17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351667050768: Initial worker pool +17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351658658064: Initial worker pool +17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351650265360: Initial worker pool +17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351641872656: Initial worker pool +17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351633479952: Initial worker pool +17:44:52,592 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351625087248: Initial worker pool +17:45:10,225 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +17:45:10,228 DEBUG [routes.middleware] Matched GET /hg_app +17:45:10,228 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +17:45:10,228 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'} +17:45:10,228 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +17:45:10,229 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +17:45:10,283 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +17:45:10,299 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +17:45:10,299 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +17:45:10,299 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +17:45:10,299 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'beaker.cache': , 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between', 'paste.throw_errors': True, 'pylons.action_method': >, 'CONTENT_LENGTH': '0', 'weberror.evalexception': , 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511510.299964, '_creation_time': 1266511510.299964}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'} +17:45:11,295 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter +17:45:11,296 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data +17:45:11,296 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +17:45:11,308 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +17:45:11,319 DEBUG [routes.middleware] Matched GET /hg_app +17:45:11,320 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +17:45:11,320 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'} +17:45:11,320 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +17:45:11,320 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +17:45:11,321 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +17:45:11,321 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +17:45:11,321 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +17:45:11,321 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'beaker.cache': , 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'cmd=heads', 'paste.throw_errors': True, 'pylons.action_method': >, 'CONTENT_LENGTH': '0', 'weberror.evalexception': , 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511511.3216901, '_creation_time': 1266511511.3216901}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'} +17:45:12,269 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter +17:45:12,269 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data +17:45:12,269 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +17:45:12,272 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +17:45:12,273 DEBUG [routes.middleware] Matched GET /hg_app +17:45:12,273 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +17:45:12,273 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'} +17:45:12,273 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +17:45:12,274 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +17:45:12,274 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +17:45:12,274 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +17:45:12,274 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +17:45:12,274 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'beaker.cache': , 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'cmd=capabilities', 'paste.throw_errors': True, 'pylons.action_method': >, 'CONTENT_LENGTH': '0', 'weberror.evalexception': , 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511512.2750239, '_creation_time': 1266511512.2750239}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'} +17:45:13,186 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter +17:45:13,186 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data +17:45:13,186 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +17:45:13,189 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +17:45:13,189 DEBUG [routes.middleware] Matched GET /hg_app +17:45:13,190 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +17:45:13,190 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'} +17:45:13,190 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +17:45:13,190 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +17:45:13,191 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +17:45:13,191 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +17:45:13,191 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +17:45:13,191 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'beaker.cache': , 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'bases=0000000000000000000000000000000000000000&cmd=changegroupsubset&heads=058f63b6c2ff15c53b17e1af3fd876a450698518', 'paste.throw_errors': True, 'pylons.action_method': >, 'CONTENT_LENGTH': '0', 'weberror.evalexception': , 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511513.1916749, '_creation_time': 1266511513.1916749}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'} +17:45:14,103 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter +17:45:14,114 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data +17:45:14,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +17:45:25,141 INFO [paste.httpserver.ThreadPool] Shutting down threadpool +12:15:47,808 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +12:15:47,836 DEBUG [pylons.configuration] Pushing process configuration +12:15:47,849 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 +12:15:47,850 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +12:15:47,860 DEBUG [pylons.templating] Initialized Buffet object +12:15:47,861 DEBUG [pylons.templating] Adding mako template language for use with Buffet +12:15:47,861 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166778497296: Initial worker pool +12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166770104592: Initial worker pool +12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166761711888: Initial worker pool +12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166753319184: Initial worker pool +12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166744926480: Initial worker pool +12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166736533776: Initial worker pool +12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166728141072: Initial worker pool +12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166719748368: Initial worker pool +12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166711355664: Initial worker pool +12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166702962960: Initial worker pool +12:16:08,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +12:16:08,055 DEBUG [routes.middleware] Matched GET / +12:16:08,055 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +12:16:08,055 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +12:16:08,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +12:16:08,061 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +12:16:08,555 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +12:16:08,555 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +12:16:08,555 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +12:16:08,555 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +12:16:08,556 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'beaker.cache': , 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 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': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664568.5564301, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +12:16:11,822 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +12:16:11,823 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +12:16:11,888 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +12:16:11,897 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +12:16:11,898 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +12:16:11,898 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +12:16:11,899 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +12:16:11,899 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +12:16:11,899 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +12:16:11,900 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +12:16:11,900 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +12:16:11,900 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +12:16:11,900 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664571.900681, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +12:16:12,019 DEBUG [routes.middleware] Matched GET /static/hgicon.png +12:16:12,019 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +12:16:12,019 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'} +12:16:12,019 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +12:16:12,020 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +12:16:12,020 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +12:16:12,020 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +12:16:12,020 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +12:16:12,020 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664572.0208709, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +12:16:14,902 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +12:16:14,942 DEBUG [routes.middleware] Matched GET /static/hgicon.png +12:16:14,942 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +12:16:14,943 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'} +12:16:14,943 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +12:16:14,943 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +12:16:14,943 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +12:16:14,943 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +12:16:14,944 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +12:16:14,944 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664574.9444411, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +12:16:15,308 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +12:16:15,338 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +12:16:15,634 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +12:16:15,878 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +12:16:17,162 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +12:16:17,162 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +13:59:37,814 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +13:59:37,817 DEBUG [routes.middleware] Matched GET / +13:59:37,818 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +13:59:37,818 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +13:59:37,819 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +13:59:37,821 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +13:59:37,821 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +13:59:37,822 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +13:59:37,822 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +13:59:37,823 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670777.823997, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +13:59:39,522 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +13:59:39,522 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +13:59:39,559 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +13:59:39,560 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +13:59:39,560 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +13:59:39,560 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +13:59:39,560 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +13:59:39,561 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +13:59:39,561 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +13:59:39,561 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +13:59:39,561 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +13:59:39,561 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670779.5618861, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +13:59:41,258 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +13:59:41,258 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:00:37,368 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:00:37,371 DEBUG [routes.middleware] Matched GET / +14:00:37,371 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:00:37,372 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:00:37,373 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:00:37,374 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:00:37,374 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:00:37,375 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:00:37,375 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:00:37,375 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670837.3765171, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:00:39,265 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:00:39,265 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:00:39,303 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:00:39,304 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:00:39,304 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:00:39,304 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:00:39,304 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:00:39,305 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:00:39,305 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:00:39,305 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:00:39,305 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:00:39,305 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670839.305872, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:00:40,997 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:00:40,998 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:01:07,646 INFO [paste.httpserver.ThreadPool] Shutting down threadpool +14:01:07,647 DEBUG [paste.httpserver.ThreadPool] Worker 140166719748368 asked to SHUTDOWN +14:01:07,647 DEBUG [paste.httpserver.ThreadPool] Worker 140166711355664 asked to SHUTDOWN +14:01:07,648 DEBUG [paste.httpserver.ThreadPool] Worker 140166702962960 asked to SHUTDOWN +14:01:07,648 DEBUG [paste.httpserver.ThreadPool] Worker 140166778497296 asked to SHUTDOWN +14:01:07,649 DEBUG [paste.httpserver.ThreadPool] Worker 140166761711888 asked to SHUTDOWN +14:01:07,650 DEBUG [paste.httpserver.ThreadPool] Worker 140166770104592 asked to SHUTDOWN +14:01:07,650 DEBUG [paste.httpserver.ThreadPool] Worker 140166753319184 asked to SHUTDOWN +14:01:07,651 DEBUG [paste.httpserver.ThreadPool] Worker 140166744926480 asked to SHUTDOWN +14:01:07,651 INFO [paste.httpserver.ThreadPool] All workers stopped +14:01:07,652 INFO [paste.httpserver.ThreadPool] Shutting down threadpool +14:01:07,652 DEBUG [paste.httpserver.ThreadPool] Worker 140166736533776 asked to SHUTDOWN +14:01:07,653 DEBUG [paste.httpserver.ThreadPool] Worker 140166728141072 asked to SHUTDOWN +14:01:07,654 INFO [paste.httpserver.ThreadPool] All workers stopped +14:01:13,024 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:01:13,024 DEBUG [pylons.configuration] Pushing process configuration +14:01:13,028 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 +14:01:13,028 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:01:13,032 DEBUG [pylons.templating] Initialized Buffet object +14:01:13,032 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:01:13,032 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:01:13,034 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450652420368: Initial worker pool +14:01:13,034 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450644027664: Initial worker pool +14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450635634960: Initial worker pool +14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450627242256: Initial worker pool +14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450618849552: Initial worker pool +14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450610456848: Initial worker pool +14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450602064144: Initial worker pool +14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450593671440: Initial worker pool +14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450585278736: Initial worker pool +14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450576886032: Initial worker pool +14:01:24,493 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,501 DEBUG [routes.middleware] Matched GET / +14:01:24,501 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:01:24,502 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:01:24,503 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:01:24,506 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:01:24,561 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:01:24,562 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:01:24,562 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:01:24,562 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:01:24,562 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670884.562799, '_creation_time': 1266670884.562799}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:01:24,810 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,811 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,814 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:01:24,831 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,848 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,849 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:01:24,850 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:01:24,915 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,963 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:24,965 DEBUG [routes.middleware] Matched GET /favicon.ico +14:01:24,965 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:01:24,966 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'} +14:01:24,966 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:01:24,966 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:01:24,967 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:01:24,967 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:01:24,967 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:01:24,967 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670884.9677529, '_creation_time': 1266670884.9677529}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'favicon.ico', 'action': u'view'} +14:01:27,971 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:01:27,972 DEBUG [routes.middleware] Matched GET /favicon.ico +14:01:27,972 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:01:27,972 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'} +14:01:27,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:01:27,973 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:01:27,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:01:27,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:01:27,973 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:01:27,973 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670887.9739599, '_creation_time': 1266670887.9739599}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'favicon.ico', 'action': u'view'} +14:04:34,851 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:04:34,851 DEBUG [pylons.configuration] Pushing process configuration +14:04:34,854 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 +14:04:34,854 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:04:58,076 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:04:58,076 DEBUG [pylons.configuration] Pushing process configuration +14:04:58,080 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 +14:04:58,080 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:04:59,808 DEBUG [pylons.templating] Initialized Buffet object +14:04:59,809 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:04:59,809 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452378986768: Initial worker pool +14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452370594064: Initial worker pool +14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452362201360: Initial worker pool +14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452353808656: Initial worker pool +14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452345415952: Initial worker pool +14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452337023248: Initial worker pool +14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452328630544: Initial worker pool +14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452320237840: Initial worker pool +14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452311845136: Initial worker pool +14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452303452432: Initial worker pool +14:05:07,504 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:07,512 DEBUG [routes.middleware] Matched GET / +14:05:07,512 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:07,513 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:07,514 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:07,517 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:07,550 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:05:07,551 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:07,551 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:07,551 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:07,551 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.5518091, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:05:07,555 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:07,555 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:07,590 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:07,595 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:05:07,600 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:05:07,600 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:07,600 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:05:07,601 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:07,601 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:07,601 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:07,601 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:07,601 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:07,601 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.6021039, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:05:07,605 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:07,605 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:07,606 DEBUG [routes.middleware] Matched GET /static/hgicon.png +14:05:07,607 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:07,607 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'} +14:05:07,607 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:07,607 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:07,608 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:07,608 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:07,608 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:07,608 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.6086221, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +14:05:07,624 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:07,624 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:09,167 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:09,169 DEBUG [routes.middleware] Matched GET /ftp_exchange/ +14:05:09,169 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:09,169 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'} +14:05:09,170 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:09,170 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:09,170 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:09,170 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:09,170 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:09,170 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671109.171232, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'} +14:05:09,534 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:09,534 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:09,569 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:09,585 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:05:09,586 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:09,586 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:05:09,586 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:09,586 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:09,586 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:09,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:09,587 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:09,587 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671109.587492, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:05:09,590 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:09,591 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:32,790 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:32,793 DEBUG [routes.middleware] Matched GET /ftp_exchange/summary +14:05:32,793 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:32,794 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'} +14:05:32,795 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:32,796 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:32,797 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:32,797 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:32,798 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:32,798 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671132.799273, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/summary', 'action': u'view'} +14:05:34,517 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:34,517 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:34,536 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:34,537 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:05:34,537 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:34,537 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:05:34,537 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:34,538 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:34,538 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:34,538 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:34,538 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:34,538 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671134.5391469, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:05:34,542 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:34,543 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:36,806 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:36,814 DEBUG [routes.middleware] Matched GET /f +14:05:36,815 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:36,815 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'f'} +14:05:36,815 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:36,815 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:36,816 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:36,816 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:36,816 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:36,816 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'f'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/f', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'f'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671136.816658, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'f', 'action': u'view'} +14:05:36,820 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found +14:05:36,820 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:36,821 DEBUG [routes.middleware] Matched GET /error/document +14:05:36,821 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'} +14:05:36,821 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'} +14:05:36,821 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:36,822 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error' +14:05:36,874 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController' +14:05:36,875 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:36,876 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:36,876 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request +14:05:36,876 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{} +14:05:36,877 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': , 'ungettext': , 'g': , 'url': , 'h': , 'request': , 'tmpl_context': , 'translator': , 'session': {'_accessed_time': 1266671136.878418, '_creation_time': 1266671107.5518091}, 'N_': , 'app_globals': , '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': , 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': , 'pylons.package': 'pylons_app', 'pylons.g': , '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': , '_': } +14:05:36,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response +14:05:36,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data +14:05:41,941 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:41,945 DEBUG [routes.middleware] Matched GET / +14:05:41,946 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:41,946 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:41,947 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:41,948 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:41,948 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:41,949 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:41,949 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:41,949 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671141.950387, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:05:41,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:41,953 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:42,013 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:42,014 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:05:42,014 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:42,014 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:05:42,015 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:42,015 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:42,015 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:42,015 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:42,015 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:42,015 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671142.016238, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:05:42,019 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:42,019 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:44,352 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:44,354 DEBUG [routes.middleware] Matched GET /sqlalchemy_model_generator/ +14:05:44,355 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:44,356 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'} +14:05:44,356 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:44,356 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:44,357 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:44,357 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:44,357 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:44,357 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/sqlalchemy_model_generator/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671144.3576839, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'sqlalchemy_model_generator/', 'action': u'view'} +14:05:44,365 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:44,365 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:05:44,451 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:05:44,452 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:05:44,452 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:05:44,452 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:05:44,452 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:05:44,453 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:05:44,453 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:05:44,453 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:05:44,453 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:05:44,453 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/sqlalchemy_model_generator/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671144.454114, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:05:44,457 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:05:44,458 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:06:16,025 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:06:16,025 DEBUG [pylons.configuration] Pushing process configuration +14:06:16,029 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 +14:06:16,029 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:06:17,698 DEBUG [pylons.templating] Initialized Buffet object +14:06:17,699 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:06:17,699 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839855511824: Initial worker pool +14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839847119120: Initial worker pool +14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839838726416: Initial worker pool +14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839830333712: Initial worker pool +14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839821941008: Initial worker pool +14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839813548304: Initial worker pool +14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839805155600: Initial worker pool +14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839796762896: Initial worker pool +14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839788370192: Initial worker pool +14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839779977488: Initial worker pool +14:12:29,435 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:12:29,438 DEBUG [routes.middleware] Matched GET / +14:12:29,438 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:12:29,438 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:12:29,439 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:12:29,440 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:12:29,479 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:12:29,479 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:12:29,479 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:12:29,479 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:12:29,479 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671549.4801331, '_creation_time': 1266671549.4801331}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f2f0648d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:12:29,605 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (2 tasks queued) +14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (3 tasks queued) +14:12:29,626 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:12:29,628 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:12:29,628 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued) +14:12:29,705 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:19,319 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:16:19,319 DEBUG [pylons.configuration] Pushing process configuration +14:16:19,322 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 +14:16:19,322 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:16:21,088 DEBUG [pylons.templating] Initialized Buffet object +14:16:21,089 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:16:21,089 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202253904144: Initial worker pool +14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202245511440: Initial worker pool +14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202237118736: Initial worker pool +14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202228726032: Initial worker pool +14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202220333328: Initial worker pool +14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202211940624: Initial worker pool +14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202203547920: Initial worker pool +14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202195155216: Initial worker pool +14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202186762512: Initial worker pool +14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202178369808: Initial worker pool +14:16:22,049 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:22,056 DEBUG [routes.middleware] Matched GET / +14:16:22,056 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:22,056 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:22,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:22,057 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:22,084 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:16:22,084 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:22,084 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:22,084 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:22,084 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.0852549, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:16:22,089 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:22,089 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:22,175 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:22,176 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:22,176 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:22,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:22,177 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:22,177 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:22,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:22,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:22,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:22,178 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.1786959, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:22,182 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:22,182 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:22,327 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:22,328 DEBUG [routes.middleware] Matched GET /static/hgicon.png +14:16:22,328 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:22,328 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'} +14:16:22,329 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:22,329 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:22,329 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:22,329 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:22,329 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:22,330 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.3303609, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +14:16:22,334 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:22,334 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:24,458 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:24,461 DEBUG [routes.middleware] Matched GET /lotto/ +14:16:24,462 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:24,462 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'} +14:16:24,463 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:24,465 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:24,465 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:24,465 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:24,466 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:24,466 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671784.466491, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/', 'action': u'view'} +14:16:24,508 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:24,509 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:24,554 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:24,555 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:24,555 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:24,556 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:24,556 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:24,556 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:24,556 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:24,557 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:24,557 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:24,557 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671784.5579171, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:24,561 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:24,561 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:27,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:27,180 DEBUG [routes.middleware] Matched GET /lotto/shortlog +14:16:27,180 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:27,180 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'} +14:16:27,181 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:27,181 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:27,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:27,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:27,181 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:27,181 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671787.182158, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/shortlog', 'action': u'view'} +14:16:27,189 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:27,190 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:27,283 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:27,284 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:27,285 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:27,285 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:27,285 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:27,285 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:27,285 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:27,286 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:27,286 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:27,286 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671787.286531, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:27,289 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:27,290 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:28,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:28,055 DEBUG [routes.middleware] Matched GET /lotto/log/11 +14:16:28,055 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:28,056 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'} +14:16:28,057 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:28,058 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:28,059 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:28,059 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:28,059 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:28,059 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/log/11', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.05966, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/log/11', 'action': u'view'} +14:16:28,067 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:28,067 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:28,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:28,180 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:28,180 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:28,180 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:28,180 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:28,181 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:28,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:28,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:28,181 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:28,181 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.1819179, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:28,185 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:28,185 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:28,952 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:28,955 DEBUG [routes.middleware] Matched GET /lotto/summary +14:16:28,956 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:28,956 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'} +14:16:28,956 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:28,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:28,957 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:28,957 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:28,957 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:28,957 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.9579511, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/summary', 'action': u'view'} +14:16:28,966 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:28,966 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:28,986 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:28,987 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:28,987 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:28,988 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:28,988 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:28,988 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:28,989 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:28,989 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:28,989 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:28,989 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.9897561, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:28,994 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:28,994 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:29,619 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:29,651 DEBUG [routes.middleware] Matched GET /lotto/summary +14:16:29,652 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:29,652 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'} +14:16:29,653 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:29,654 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:29,654 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:29,655 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:29,655 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:29,656 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671789.656652, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/summary', 'action': u'view'} +14:16:29,673 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:29,673 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:29,690 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:29,691 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:29,691 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:29,691 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:29,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:29,692 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:29,692 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:29,692 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:29,692 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:29,692 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671789.6931, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:29,696 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:29,697 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:32,716 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:32,719 DEBUG [routes.middleware] Matched GET / +14:16:32,719 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:32,720 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:32,720 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:32,721 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:32,722 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:32,722 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:32,722 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:32,723 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671792.7239759, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:16:32,744 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:32,745 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:16:32,786 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:16:32,787 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:16:32,787 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:16:32,787 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:16:32,787 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:16:32,788 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:16:32,788 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:16:32,788 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:16:32,788 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:16:32,788 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671792.789047, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:16:32,792 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:16:32,793 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:17:18,226 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:17:18,226 DEBUG [pylons.configuration] Pushing process configuration +14:17:18,230 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 +14:17:18,230 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:17:19,921 DEBUG [pylons.templating] Initialized Buffet object +14:17:19,921 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:17:19,978 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947565103376: Initial worker pool +14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947556710672: Initial worker pool +14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947548317968: Initial worker pool +14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947539925264: Initial worker pool +14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947531532560: Initial worker pool +14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947523139856: Initial worker pool +14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947514747152: Initial worker pool +14:17:19,983 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947506354448: Initial worker pool +14:17:19,984 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947497961744: Initial worker pool +14:17:19,984 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947489569040: Initial worker pool +14:18:10,593 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:18:10,600 DEBUG [routes.middleware] Matched GET / +14:18:10,601 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:18:10,601 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:18:10,602 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:18:10,605 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:18:10,640 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:18:10,640 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:18:10,640 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:18:10,640 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:18:10,640 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671890.640919, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:18:12,342 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:18:12,342 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:18:12,387 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:18:12,388 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:18:12,388 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:18:12,388 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:18:12,389 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:18:12,389 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:18:12,389 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:18:12,389 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:18:12,389 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:18:12,389 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671892.390229, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:18:14,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:18:14,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:18:15,666 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:18:15,667 DEBUG [routes.middleware] Matched GET /hg_app/ +14:18:15,667 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:18:15,667 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'} +14:18:15,668 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:18:15,668 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:18:15,668 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:18:15,668 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:18:15,668 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:18:15,669 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671895.669333, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/', 'action': u'view'} +14:18:17,423 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:18:17,423 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:18:17,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:18:17,535 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:18:17,535 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:18:17,535 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:18:17,536 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:18:17,536 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:18:17,536 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:18:17,536 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:18:17,536 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:18:17,537 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671897.5373321, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:18:19,241 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:18:19,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:19:04,216 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:19:04,216 DEBUG [pylons.configuration] Pushing process configuration +14:19:04,220 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 +14:19:04,220 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:19:46,091 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:19:46,092 DEBUG [pylons.configuration] Pushing process configuration +14:19:46,095 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 +14:19:46,095 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:20:05,979 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:20:05,980 DEBUG [pylons.configuration] Pushing process configuration +14:20:05,983 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 +14:20:05,983 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:20:09,351 DEBUG [pylons.templating] Initialized Buffet object +14:20:09,351 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:20:09,351 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861432969488: Initial worker pool +14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861424576784: Initial worker pool +14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861416184080: Initial worker pool +14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861407791376: Initial worker pool +14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861399398672: Initial worker pool +14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861391005968: Initial worker pool +14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861382613264: Initial worker pool +14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861374220560: Initial worker pool +14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861365827856: Initial worker pool +14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861357435152: Initial worker pool +14:20:10,593 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:10,600 DEBUG [routes.middleware] Matched GET / +14:20:10,601 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:10,602 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:10,603 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:10,604 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:10,642 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:20:10,642 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:10,642 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:10,642 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:10,642 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672010.642962, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:20:10,646 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:10,646 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:10,689 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:10,690 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:10,690 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:10,690 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:10,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:10,691 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:10,691 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:10,691 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:10,691 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:10,691 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672010.6921811, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:10,696 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:10,696 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:12,096 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:12,099 DEBUG [routes.middleware] Matched GET /mass_account_manager/ +14:20:12,099 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:12,100 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'} +14:20:12,101 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:12,102 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:12,103 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:12,103 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:12,104 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:12,104 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672012.1051011, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/', 'action': u'view'} +14:20:12,146 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:12,157 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:12,253 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:12,256 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:12,256 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:12,256 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:12,256 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:12,257 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:12,257 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:12,257 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:12,257 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:12,257 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672012.2584529, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:12,262 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:12,262 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:13,719 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:13,722 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:13,722 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:13,723 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:13,724 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:13,726 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:13,726 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:13,726 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:13,727 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:13,727 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672013.728256, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:13,746 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:13,746 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:13,772 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:13,773 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:13,773 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:13,773 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:13,774 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:13,774 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:13,774 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:13,774 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:13,774 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:13,774 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672013.7752099, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:13,781 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:13,781 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:14,546 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:14,547 DEBUG [routes.middleware] Matched GET /mass_account_manager/shortlog +14:20:14,547 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:14,548 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'} +14:20:14,548 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:14,549 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:14,549 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:14,549 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:14,549 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:14,549 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672014.5497091, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/shortlog', 'action': u'view'} +14:20:14,557 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:14,558 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:14,582 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:14,583 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:14,583 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:14,583 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:14,583 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:14,584 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:14,584 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:14,584 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:14,584 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:14,584 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672014.5850229, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:14,588 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:14,588 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:15,207 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:15,210 DEBUG [routes.middleware] Matched GET /mass_account_manager/log/9 +14:20:15,211 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:15,211 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'} +14:20:15,213 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:15,214 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:15,214 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:15,215 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:15,215 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:15,215 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/log/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.216531, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/log/9', 'action': u'view'} +14:20:15,227 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:15,227 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:15,259 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:15,265 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:15,265 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:15,266 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:15,266 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:15,266 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:15,266 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:15,266 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:15,266 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:15,267 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.2673309, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:15,270 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:15,271 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:15,915 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:15,916 DEBUG [routes.middleware] Matched GET /mass_account_manager/graph +14:20:15,916 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:15,916 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'} +14:20:15,917 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:15,917 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:15,917 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:15,918 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:15,918 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:15,918 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/graph', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.9195881, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/graph', 'action': u'view'} +14:20:15,941 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:15,941 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:16,043 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:16,044 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:16,045 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:16,045 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:16,045 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:16,045 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:16,046 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:16,046 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:16,046 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:16,046 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672016.0467429, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:16,050 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:16,050 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:16,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:16,052 DEBUG [routes.middleware] Matched GET /static/graph.js +14:20:16,052 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:16,053 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'} +14:20:16,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:16,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:16,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:16,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:16,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:16,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/graph.js', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672016.054451, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/graph.js', 'action': u'view'} +14:20:16,058 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:16,058 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:17,587 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:17,589 DEBUG [routes.middleware] Matched GET /mass_account_manager/log/9 +14:20:17,589 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:17,589 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'} +14:20:17,589 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:17,590 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:17,590 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:17,590 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:17,590 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:17,590 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/log/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672017.590977, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/log/9', 'action': u'view'} +14:20:17,602 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:17,602 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:17,629 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:17,632 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:17,632 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:17,633 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:17,634 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:17,635 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:17,635 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:17,635 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:17,636 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:17,636 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672017.6373589, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:17,646 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:17,647 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:18,608 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:18,611 DEBUG [routes.middleware] Matched GET /mass_account_manager/shortlog/9 +14:20:18,611 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:18,612 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'} +14:20:18,613 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:18,614 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:18,615 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:18,615 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:18,616 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:18,616 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/shortlog/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672018.6172609, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/shortlog/9', 'action': u'view'} +14:20:18,633 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:18,633 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:18,651 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:18,653 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:18,653 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:18,653 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:18,653 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:18,654 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:18,654 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:18,654 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:18,654 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:18,654 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672018.6547849, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:18,658 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:18,658 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:19,216 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:19,218 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:19,218 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:19,218 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:19,218 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:19,218 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:19,219 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:19,219 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:19,219 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:19,219 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672019.2195971, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:19,227 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:19,227 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:19,263 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:19,264 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:19,264 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:19,264 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:19,264 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:19,265 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:19,265 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:19,265 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:19,265 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:19,265 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672019.266042, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:19,272 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:19,272 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:20,903 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:20,906 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:20,907 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:20,907 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:20,908 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:20,909 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:20,909 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:20,910 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:20,910 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:20,911 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672020.9116781, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:20,931 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:20,931 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:20,948 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:20,949 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:20,949 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:20,949 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:20,949 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:20,950 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:20,950 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:20,950 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:20,950 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:20,950 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672020.950815, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:20,954 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:20,954 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:21,619 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:21,622 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:21,622 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:21,623 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:21,623 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:21,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:21,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:21,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:21,624 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:21,624 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672021.6244259, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:21,638 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:21,638 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:21,659 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:21,662 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:21,662 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:21,663 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:21,663 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:21,665 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:21,665 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:21,665 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:21,666 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:21,666 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672021.667258, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:21,672 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:21,672 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,016 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,017 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:22,018 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,018 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:22,018 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,018 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,019 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,019 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,019 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,019 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.019752, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:22,029 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,029 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,045 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,046 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:22,047 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,047 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:22,047 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,047 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,048 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,048 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,048 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,048 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.0487499, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:22,052 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,052 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,203 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,204 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:22,204 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,204 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:22,205 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,205 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,205 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,205 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,205 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,205 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.206197, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:22,214 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,214 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,230 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,232 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:22,232 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,232 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:22,232 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,233 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,233 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,233 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,233 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,233 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.233773, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:22,238 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,239 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,360 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,362 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:22,363 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,363 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:22,364 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,365 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,366 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,366 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,366 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,367 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.3679659, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:22,393 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,393 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,410 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,413 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:22,414 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,414 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:22,415 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,416 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,416 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,416 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,416 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,416 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.4169199, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:22,420 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,421 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,503 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,506 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:22,506 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,506 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:22,506 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,507 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,507 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,507 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,507 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,507 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.507865, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:22,516 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,516 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,536 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:22,536 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,536 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:22,537 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,537 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,537 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,537 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,537 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,538 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.538305, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:22,554 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,554 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,648 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,657 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:20:22,657 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,658 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:20:22,658 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,659 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,660 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,660 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,661 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,661 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.6621201, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:20:22,683 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,683 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:20:22,707 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:20:22,708 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:20:22,708 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:20:22,708 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:20:22,708 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:20:22,709 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:20:22,709 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:20:22,709 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:20:22,709 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:20:22,709 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.709723, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:20:22,713 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:20:22,713 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:00,630 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:21:00,630 DEBUG [pylons.configuration] Pushing process configuration +14:21:00,634 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 +14:21:00,634 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:21:03,011 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:21:03,011 DEBUG [pylons.configuration] Pushing process configuration +14:21:03,014 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 +14:21:03,014 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:21:04,710 DEBUG [pylons.templating] Initialized Buffet object +14:21:04,710 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:21:04,711 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998556055824: Initial worker pool +14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998547663120: Initial worker pool +14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998539270416: Initial worker pool +14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998530877712: Initial worker pool +14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998522485008: Initial worker pool +14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998514092304: Initial worker pool +14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998505699600: Initial worker pool +14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998497306896: Initial worker pool +14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998488914192: Initial worker pool +14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998480521488: Initial worker pool +14:21:41,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:41,901 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:21:41,901 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:41,901 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:21:41,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:41,903 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:41,930 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:21:41,930 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:41,930 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:41,931 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:41,931 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672101.931427, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:21:43,643 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:43,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:43,668 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:43,669 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:43,670 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:43,670 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:43,670 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:43,671 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:43,671 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:43,671 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:43,671 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:43,671 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672103.671942, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:43,675 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:43,676 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:47,065 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:47,066 DEBUG [routes.middleware] Matched GET / +14:21:47,066 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:47,066 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:47,067 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:47,067 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:47,067 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:47,067 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:47,067 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:47,068 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672107.068311, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:21:47,071 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:47,072 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:47,116 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:47,117 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:47,118 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:47,118 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:47,118 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:47,118 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:47,118 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:47,119 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:47,119 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:47,119 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672107.1194799, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:47,122 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:47,123 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:48,847 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:48,850 DEBUG [routes.middleware] Matched GET /hg_app/ +14:21:48,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:48,851 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'} +14:21:48,853 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:48,855 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:48,855 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:48,855 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:48,856 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:48,856 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672108.857305, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/', 'action': u'view'} +14:21:48,867 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:48,867 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:48,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:48,914 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:48,915 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:48,915 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:48,915 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:48,915 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:48,915 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:48,916 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:48,916 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:48,916 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672108.9166191, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:48,920 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:48,920 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:50,638 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:50,641 DEBUG [routes.middleware] Matched GET /hg_app/summary +14:21:50,641 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:50,642 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'} +14:21:50,643 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:50,644 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:50,645 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:50,645 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:50,646 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:50,646 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672110.647115, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/summary', 'action': u'view'} +14:21:50,657 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:50,657 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:50,681 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:50,682 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:50,683 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:50,683 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:50,683 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:50,683 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:50,683 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:50,684 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:50,684 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:50,684 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672110.6845579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:50,688 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:50,688 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:51,758 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:51,760 DEBUG [routes.middleware] Matched GET /hg_app/log +14:21:51,761 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:51,761 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'} +14:21:51,763 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:51,764 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:51,764 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:51,765 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:51,765 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:51,765 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/log', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672111.766551, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/log', 'action': u'view'} +14:21:51,776 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:51,777 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:51,799 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:51,800 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:51,800 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:51,801 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:51,801 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:51,801 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:51,801 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:51,801 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:51,802 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:51,802 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/log', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672111.802423, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:51,806 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:51,806 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:52,303 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:52,311 DEBUG [routes.middleware] Matched GET /hg_app/graph +14:21:52,311 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:52,311 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'} +14:21:52,311 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:52,312 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:52,312 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:52,312 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:52,312 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:52,312 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/log', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/graph', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.3129711, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/graph', 'action': u'view'} +14:21:52,322 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:52,323 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:52,339 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:52,341 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:52,341 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:52,341 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:52,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:52,343 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:52,343 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:52,343 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:52,343 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:52,344 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.344557, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:52,351 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:52,351 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:52,351 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:52,352 DEBUG [routes.middleware] Matched GET /static/graph.js +14:21:52,352 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:52,352 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'} +14:21:52,353 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:52,353 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:52,353 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:52,353 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:52,354 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:52,354 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/graph.js', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.354321, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/graph.js', 'action': u'view'} +14:21:52,357 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:52,357 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:52,791 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:52,792 DEBUG [routes.middleware] Matched GET /hg_app/tags +14:21:52,792 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:52,793 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'} +14:21:52,793 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:52,793 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:52,793 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:52,794 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:52,794 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:52,794 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/tags', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.794512, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/tags', 'action': u'view'} +14:21:52,806 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:52,806 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:52,832 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:52,833 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:52,833 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:52,833 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:52,833 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:52,834 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:52,834 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:52,834 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:52,834 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:52,834 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.8348651, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:52,839 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:52,839 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:53,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:53,472 DEBUG [routes.middleware] Matched GET /hg_app/branches +14:21:53,472 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:53,472 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'} +14:21:53,473 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:53,473 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:53,473 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:53,473 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:53,474 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:53,474 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/branches', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672113.4743869, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/branches', 'action': u'view'} +14:21:53,482 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:53,482 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:53,498 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:53,499 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:53,499 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:53,500 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:53,500 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:53,500 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:53,500 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:53,500 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:53,501 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:53,501 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/branches', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672113.5014579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:53,507 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:53,507 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:54,140 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:54,141 DEBUG [routes.middleware] Matched GET /hg_app/file/058f63b6c2ff +14:21:54,141 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:54,141 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'} +14:21:54,142 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:54,142 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:54,142 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:54,142 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:54,143 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:54,143 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/branches', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/file/058f63b6c2ff', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672114.143424, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/file/058f63b6c2ff', 'action': u'view'} +14:21:54,218 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:54,219 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:54,328 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:54,330 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:54,331 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:54,331 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:54,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:54,333 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:54,334 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:54,334 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:54,334 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:54,335 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/file/058f63b6c2ff', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672114.335772, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:54,351 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:54,351 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:55,859 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:55,864 DEBUG [routes.middleware] Matched GET /hg_app/summary +14:21:55,865 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:55,865 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'} +14:21:55,865 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:55,865 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:55,865 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:55,865 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:55,866 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:55,866 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/file/058f63b6c2ff', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672115.866457, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/summary', 'action': u'view'} +14:21:55,874 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:55,874 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:55,895 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:55,903 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:55,903 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:55,903 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:55,903 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:55,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:55,904 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:55,904 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:55,904 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:55,904 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672115.9050519, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:55,908 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:55,909 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:58,904 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:58,907 DEBUG [routes.middleware] Matched GET / +14:21:58,907 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:58,908 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:58,909 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:58,910 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:58,910 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:58,911 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:58,911 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:58,911 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672118.912482, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:21:58,924 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:58,924 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:21:58,996 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:21:58,997 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:21:58,997 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:21:58,997 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:21:58,998 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:21:58,998 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:21:58,998 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:21:58,998 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:21:58,999 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:21:58,999 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672118.9993861, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:21:59,002 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:21:59,003 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:11,606 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:11,617 DEBUG [routes.middleware] Matched GET /mass_account_manager/ +14:24:11,617 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:11,618 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'} +14:24:11,618 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:11,618 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:11,619 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:11,619 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:11,619 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:11,619 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672251.6196721, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/', 'action': u'view'} +14:24:13,358 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:13,358 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:13,461 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:13,462 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:13,463 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:13,463 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:13,463 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:13,463 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:13,463 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:13,464 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:13,464 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:13,464 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672253.464591, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:13,468 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:13,468 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:16,859 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:16,860 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary +14:24:16,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:16,860 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'} +14:24:16,861 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:16,861 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:16,861 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:16,861 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:16,861 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:16,861 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672256.8621931, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'} +14:24:16,870 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:16,870 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:16,891 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:16,892 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:16,892 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:16,892 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:16,893 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:16,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:16,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:16,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:16,893 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:16,894 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672256.894357, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:16,898 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:16,898 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:19,520 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:19,523 DEBUG [routes.middleware] Matched GET / +14:24:19,523 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:19,524 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:19,525 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:19,526 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:19,526 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:19,526 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:19,526 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:19,526 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672259.526967, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:19,530 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:19,530 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:19,565 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:19,567 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:19,567 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:19,567 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:19,568 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:19,568 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:19,568 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:19,569 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:19,569 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:19,569 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672259.5698149, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:19,575 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:19,575 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:21,047 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:21,050 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/ +14:24:21,050 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:21,051 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'} +14:24:21,052 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:21,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:21,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:21,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:21,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:21,055 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672261.0557489, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/', 'action': u'view'} +14:24:21,074 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:21,113 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:21,208 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:21,209 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:21,210 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:21,210 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:21,210 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:21,210 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:21,211 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:21,211 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:21,211 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:21,211 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672261.211683, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:21,215 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:21,215 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:22,296 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:22,299 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/tags +14:24:22,299 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:22,300 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'} +14:24:22,301 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:22,302 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:22,303 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:22,303 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:22,303 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:22,304 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/tags', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672262.3049009, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/tags', 'action': u'view'} +14:24:22,322 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:22,322 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:22,340 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:22,341 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:22,341 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:22,341 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:22,341 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:22,342 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:22,342 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:22,342 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:22,342 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:22,342 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672262.3431549, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:22,346 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:22,347 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:23,776 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:23,785 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/summary +14:24:23,786 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:23,786 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'} +14:24:23,788 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:23,789 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:23,789 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:23,790 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:23,790 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:23,790 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672263.7915399, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/summary', 'action': u'view'} +14:24:23,817 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:23,818 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:23,842 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:23,847 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:23,848 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:23,848 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:23,848 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:23,848 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:23,849 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:23,849 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:23,849 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:23,849 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672263.8496089, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:23,853 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:23,853 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:26,707 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:26,708 DEBUG [routes.middleware] Matched GET / +14:24:26,708 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:26,708 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:26,708 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:26,709 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:26,709 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:26,709 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:26,709 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:26,710 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672266.7107069, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:26,722 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:26,723 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:26,767 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:26,778 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:26,779 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:26,779 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:26,779 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:26,779 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:26,780 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:26,780 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:26,780 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:26,780 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672266.780658, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:26,784 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:26,784 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:34,585 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:34,587 DEBUG [routes.middleware] Matched GET / +14:24:34,588 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:34,588 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:34,589 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:34,590 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:34,591 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:34,591 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:34,591 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:34,592 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672274.5928249, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:36,316 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:36,316 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:36,364 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:36,366 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:36,366 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:36,366 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:36,366 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:36,366 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:36,367 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:36,367 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:36,367 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:36,367 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672276.367744, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:36,371 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:36,371 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:38,280 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:38,283 DEBUG [routes.middleware] Matched GET / +14:24:38,283 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:38,284 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:38,284 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:38,285 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:38,286 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:38,286 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:38,287 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:38,287 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672278.2881579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:38,292 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:38,292 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:38,325 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:38,326 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:38,327 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:38,327 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:38,327 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:38,327 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:38,328 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:38,328 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:38,328 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:38,328 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672278.3286309, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:38,332 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:38,332 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:42,241 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:42,244 DEBUG [routes.middleware] Matched GET / +14:24:42,244 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:42,245 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:42,246 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:42,246 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:42,246 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:42,246 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:42,246 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:42,246 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672282.247246, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:42,251 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:42,251 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:42,288 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:42,289 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:42,289 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:42,289 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:42,289 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:42,290 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:42,290 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:42,290 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:42,290 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:42,290 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672282.2910111, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:42,294 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:42,295 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:43,118 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:43,129 DEBUG [routes.middleware] Matched GET / +14:24:43,130 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:43,130 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:43,130 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:43,130 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:43,130 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:43,131 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:43,131 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:43,131 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672283.1315539, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:24:43,134 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:43,135 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:24:43,175 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:24:43,176 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:24:43,177 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:24:43,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:24:43,177 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:24:43,177 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:24:43,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:24:43,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:24:43,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:24:43,178 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , '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': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672283.178623, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:24:43,182 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:24:43,182 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:26:32,339 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:26:32,339 DEBUG [pylons.configuration] Pushing process configuration +14:26:32,343 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 +14:26:32,343 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:26:34,061 DEBUG [pylons.templating] Initialized Buffet object +14:26:34,061 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:26:34,062 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139846010796304: Initial worker pool +14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139846002403600: Initial worker pool +14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845994010896: Initial worker pool +14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845985618192: Initial worker pool +14:26:34,065 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845977225488: Initial worker pool +14:26:34,065 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845968832784: Initial worker pool +14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845960440080: Initial worker pool +14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845952047376: Initial worker pool +14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845943654672: Initial worker pool +14:26:34,067 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845935261968: Initial worker pool +14:27:02,453 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:27:02,453 DEBUG [pylons.configuration] Pushing process configuration +14:27:02,457 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 +14:27:02,457 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:27:04,150 DEBUG [pylons.templating] Initialized Buffet object +14:27:04,150 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543673231632: Initial worker pool +14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543664838928: Initial worker pool +14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543656446224: Initial worker pool +14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543648053520: Initial worker pool +14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543639660816: Initial worker pool +14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543631268112: Initial worker pool +14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543622875408: Initial worker pool +14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543614482704: Initial worker pool +14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543606090000: Initial worker pool +14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543597697296: Initial worker pool +14:27:12,346 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:12,348 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:12,349 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:12,379 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:27:12,379 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:12,379 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:12,380 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:12,380 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.380492, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'} +14:27:12,384 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:12,384 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:12,453 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:12,455 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:12,455 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:12,455 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:12,455 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:12,455 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:12,455 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.456079, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:27:12,459 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:12,460 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:12,460 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:12,461 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:12,461 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:12,462 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:12,462 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:12,462 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:12,462 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.4625671, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +14:27:12,466 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:12,466 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:14,016 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:14,017 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:14,018 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:14,018 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:14,018 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:14,018 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:14,018 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672434.0187299, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'} +14:27:14,059 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:14,060 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:14,077 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:14,078 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:14,078 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:14,078 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:14,079 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:14,079 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:14,079 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:8001/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672434.0794489, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:27:14,083 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:14,083 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:15,468 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:15,470 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:15,471 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:15,471 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:15,472 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:15,472 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:15,472 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672435.474297, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +14:27:15,485 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:15,486 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:27:15,510 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:27:15,514 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:27:15,515 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:27:15,515 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:27:15,515 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:27:15,516 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:27:15,516 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': , 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672435.5170131, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'} +14:27:15,528 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:27:15,528 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:28:09,731 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:28:09,732 DEBUG [pylons.configuration] Pushing process configuration +14:28:09,735 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 +14:28:09,735 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:28:36,064 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app' +14:28:36,065 DEBUG [pylons.configuration] Pushing process configuration +14:28:36,068 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 +14:28:36,068 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer +14:28:37,750 DEBUG [pylons.templating] Initialized Buffet object +14:28:37,750 DEBUG [pylons.templating] Adding mako template language for use with Buffet +14:28:37,750 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True +14:28:37,924 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875953305872: Initial worker pool +14:28:37,936 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875944913168: Initial worker pool +14:28:37,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875936520464: Initial worker pool +14:28:37,938 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875928127760: Initial worker pool +14:28:37,939 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875919735056: Initial worker pool +14:28:37,955 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875911342352: Initial worker pool +14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875902949648: Initial worker pool +14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875894556944: Initial worker pool +14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875886164240: Initial worker pool +14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875810539792: Initial worker pool +14:28:41,872 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:28:41,879 DEBUG [routes.middleware] Matched GET /ftp_exchange/ +14:28:41,879 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:28:41,879 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'} +14:28:41,880 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:28:41,881 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:28:41,912 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController' +14:28:41,912 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:28:41,912 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:28:41,912 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:28:41,912 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': >, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '8001', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672521.9130261, '_creation_time': 1266672521.9130261}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f376e01c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'} +14:28:41,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:28:41,953 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched +14:28:42,129 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) +14:28:42,132 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css +14:28:42,132 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'} +14:28:42,132 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'} +14:28:42,132 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals +14:28:42,133 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg' +14:28:42,133 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating +14:28:42,133 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface +14:28:42,133 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request +14:28:42,133 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': , 'start_response': , 'controller': u'hg', 'environ': {'routes.route': , 'HTTP_REFERER': 'http://127.0.0.1:8001/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': >, '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': >, '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/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': , 'wsgi.url_scheme': 'http', 'beaker.cache': , 'wsgiorg.routing_args': (, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'weberror.evalexception': , 'pylons.controller': , 'paste.evalexception': , 'wsgi.input': , 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672522.1343889, '_creation_time': 1266672521.9130261}, 'wsgi.multithread': True, 'routes.url': , 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': , 'wsgi.run_once': False, 'wsgi.errors': ', mode 'w' at 0x7f376e01c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': , 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'} +14:28:42,139 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows +14:28:42,139 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched diff -r 058f63b6c2ff -r 525ed90e4577 pylons_app/config/middleware.py --- a/pylons_app/config/middleware.py Thu Feb 18 17:38:27 2010 +0100 +++ b/pylons_app/config/middleware.py Sat Feb 20 14:30:13 2010 +0100 @@ -67,8 +67,8 @@ app = Cascade([static_app, app]) #dozer debug -# if asbool(config['debug']): -# from dozer import Logview -# app = Logview(app, config) + if asbool(config['debug']): + from dozer import Logview + app = Logview(app, config) return app diff -r 058f63b6c2ff -r 525ed90e4577 pylons_app/controllers/hg.py --- a/pylons_app/controllers/hg.py Thu Feb 18 17:38:27 2010 +0100 +++ b/pylons_app/controllers/hg.py Sat Feb 20 14:30:13 2010 +0100 @@ -6,31 +6,18 @@ from mako.template import Template from pprint import pprint import os -#uncomment the following if you want to serve a single repo -#from mercurial.hgweb.hgweb_mod import hgweb -from mercurial.hgweb.hgwebdir_mod import hgwebdir -from mercurial.hgweb.request import wsgiapplication -log = logging.getLogger(__name__) - from mercurial import ui, hg from mercurial.error import RepoError from ConfigParser import ConfigParser -def make_web_app(): - repos = "hgwebdir.config" - hgwebapp = hgwebdir(repos) - return hgwebapp +log = logging.getLogger(__name__) class HgController(BaseController): - #based on - #http://bel-epa.com/hg/ def index(self): - hgapp = wsgiapplication(make_web_app) - return hgapp(request.environ, self.start_response) + return g.hgapp(request.environ, self.start_response) def view(self, *args, **kwargs): - hgapp = wsgiapplication(make_web_app) - return hgapp(request.environ, self.start_response) + return g.hgapp(request.environ, self.start_response) def add_repo(self, new_repo): tmpl = ''' @@ -58,7 +45,6 @@ def _check_repo(self, repo_name): p = os.path.dirname(__file__) config_path = os.path.join(p, '../..', 'hgwebdir.config') - print config_path cp = ConfigParser() diff -r 058f63b6c2ff -r 525ed90e4577 pylons_app/lib/app_globals.py --- a/pylons_app/lib/app_globals.py Thu Feb 18 17:38:27 2010 +0100 +++ b/pylons_app/lib/app_globals.py Sat Feb 20 14:30:13 2010 +0100 @@ -1,5 +1,8 @@ """The application's Globals object""" - +#uncomment the following if you want to serve a single repo +#from mercurial.hgweb.hgweb_mod import hgweb +from mercurial.hgweb.hgwebdir_mod import hgwebdir +from mercurial.hgweb.request import wsgiapplication class Globals(object): """Globals acts as a container for objects available throughout the @@ -13,3 +16,12 @@ 'app_globals' variable """ + #two ways of building the merc app i don't know + #the fastest one but belive the wsgiapp is better + #self.hgapp = self.make_web_app() + self.hgapp = wsgiapplication(self.make_web_app) + + def make_web_app(self): + repos = "hgwebdir.config" + hgwebapp = hgwebdir(repos) + return hgwebapp