Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Investigate why stack trace is so large when a crash happens #593

Closed
KrauseFx opened this issue Apr 5, 2018 · 1 comment
Closed

Investigate why stack trace is so large when a crash happens #593

KrauseFx opened this issue Apr 5, 2018 · 1 comment

Comments

@KrauseFx
Copy link
Member

KrauseFx commented Apr 5, 2018

I didn't have the time yet to look into this, but the stack trace is huge when something fails

::1 - - [05/Apr/2018:15:40:54 +0800] "GET /projects_erb/wwdc-family/app/master/lanes HTTP/1.1" 200 1723 55.7301
2018-04-05 15:41:38 - ArgumentError - missing keyword: notification_service:
	/Users/fkrause/Developer/ci/app/shared/models/git_repo.rb:103:in `initialize'
	/Users/fkrause/Developer/ci/app/features/project/project_controller.rb:225:in `new'
	/Users/fkrause/Developer/ci/app/features/project/project_controller.rb:225:in `block in <class:ProjectController>'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1634:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1634:in `block in compile!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:992:in `block (3 levels) in route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1011:in `route_eval'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:992:in `block (2 levels) in route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1039:in `block in process_route'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1037:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1037:in `process_route'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:990:in `block in route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:989:in `each'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:989:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:971:in `forward'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1055:in `route_missing'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1006:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:971:in `forward'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1055:in `route_missing'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1006:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:971:in `forward'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1055:in `route_missing'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1006:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:971:in `forward'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1055:in `route_missing'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1006:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:971:in `forward'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1055:in `route_missing'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1006:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1002:in `route!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1096:in `block in dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1093:in `dispatch!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `block in call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `block in invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1075:in `invoke'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:924:in `call!'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:913:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:232:in `context'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/session/abstract/id.rb:226:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/xss_header.rb:18:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/path_traversal.rb:16:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/json_csrf.rb:26:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/base.rb:50:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-protection-2.0.1/lib/rack/protection/frame_options.rb:31:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/null_logger.rb:9:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/head.rb:12:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/show_exceptions.rb:22:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:194:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1957:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1501:in `block in call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1728:in `synchronize'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:1501:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/tempfile_reaper.rb:15:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/lint.rb:49:in `_call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/lint.rb:37:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/show_exceptions.rb:23:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/common_logger.rb:33:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/sinatra-2.0.1/lib/sinatra/base.rb:231:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/chunked.rb:54:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/content_length.rb:15:in `call'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:86:in `block in pre_process'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `catch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `pre_process'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:53:in `process'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/faye-websocket-0.10.7/lib/faye/adapters/thin.rb:41:in `process'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:39:in `receive_data'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/faye-websocket-0.10.7/lib/faye/adapters/thin.rb:46:in `receive_data'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/eventmachine-1.2.5/lib/eventmachine.rb:194:in `run_machine'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/eventmachine-1.2.5/lib/eventmachine.rb:194:in `run'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb:73:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/thin-1.7.2/lib/thin/server.rb:162:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/handler/thin.rb:22:in `run'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/server.rb:297:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/lib/rack/server.rb:148:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/rack-2.0.4/bin/rackup:4:in `<top (required)>'
	/Users/fkrause/.rbenv/versions/2.4.0/bin/rackup:22:in `load'
	/Users/fkrause/.rbenv/versions/2.4.0/bin/rackup:22:in `<top (required)>'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli/exec.rb:74:in `load'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli/exec.rb:74:in `kernel_load'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli/exec.rb:27:in `run'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli.rb:335:in `exec'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli.rb:20:in `dispatch'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/cli.rb:11:in `start'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/exe/bundle:32:in `block in <top (required)>'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'
	/Users/fkrause/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/exe/bundle:24:in `<top (required)>'
	/Users/fkrause/.rbenv/versions/2.4.0/bin/bundle:22:in `load'
	/Users/fkrause/.rbenv/versions/2.4.0/bin/bundle:22:in `<main>'

We should verify that there is nothing going wrong here, and that it's supposed to be like this

@fastlane-danger-bot
Copy link
Contributor

We decided to pause our work on fastlane.ci to focus on the core fastlane product as we have a lot on the roadmap. You can find more information on the main GitHub page. This issue will be auto-closed 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants