Skip to content

Instantly share code, notes, and snippets.

@jabeler
Created May 24, 2019 13:07
Show Gist options
  • Save jabeler/1b99fd5eae49ab7b6ebecae42e8ed719 to your computer and use it in GitHub Desktop.
Save jabeler/1b99fd5eae49ab7b6ebecae42e8ed719 to your computer and use it in GitHub Desktop.
May 24 04:21:00 super-app app/web.1: Started POST "/submit" for 180.140.43.196 at 2019-05-24 10:20:59 +0000
May 24 04:21:00 super-app app/web.1: Processing by InviteController#submit as HTML
May 24 04:21:00 super-app app/web.1: Parameters: {"utf8"=>"✓", "authenticity_token"=>"nvV6V52s/MIQEiD5EnIO5tQR9BzrdiuEhzcMXjTeaeCEo1BgW7GDX/6Jt271fWXWDTw+EdswHqRakqgZcB5FsQ==", "first_name"=>"john", "last_name"=>"smith", "email"=>"johnsmith@msn.com", "token"=>"password", "commit"=>"申请加入测试"}
May 24 04:21:00 super-app app/web.1: Creating a new tester: johnsmith@msn.com - john smith
May 24 04:21:00 super-app app/web.1: Could not add johnsmith@msn.com to app: Super App
May 24 04:21:00 super-app app/web.1: #<Spaceship::UnauthorizedAccessError: Unauthorized Access>
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/fastlane-2.123.0/spaceship/lib/spaceship/client.rb:852:in `block in send_request'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/fastlane-2.123.0/spaceship/lib/spaceship/client.rb:620:in `with_retry'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/fastlane-2.123.0/spaceship/lib/spaceship/client.rb:844:in `send_request'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/fastlane-2.123.0/spaceship/lib/spaceship/client.rb:688:in `request'
May 24 04:21:00 super-app app/web.1: /app/app/services/boarding_service.rb:96:in `post_bulk_beta_tester_assignments'
May 24 04:21:00 super-app app/web.1: /app/app/services/boarding_service.rb:50:in `block in add_tester'
May 24 04:21:00 super-app app/web.1: /app/app/services/boarding_service.rb:48:in `each'
May 24 04:21:00 super-app app/web.1: /app/app/services/boarding_service.rb:48:in `add_tester'
May 24 04:21:00 super-app app/web.1: /app/app/controllers/invite_controller.rb:93:in `create_and_add_tester'
May 24 04:21:00 super-app app/web.1: /app/app/controllers/invite_controller.rb:76:in `submit'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/abstract_controller/base.rb:188:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/rendering.rb:30:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:126:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:455:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:90:in `run_callbacks'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/abstract_controller/callbacks.rb:19:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/rescue.rb:20:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/notifications.rb:164:in `block in instrument'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/notifications.rb:164:in `instrument'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/abstract_controller/base.rb:126:in `process'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionview-5.0.7.2/lib/action_view/rendering.rb:30:in `process'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal.rb:190:in `dispatch'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_controller/metal.rb:262:in `dispatch'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:32:in `serve'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/journey/router.rb:39:in `block in serve'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/journey/router.rb:26:in `each'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/journey/router.rb:26:in `serve'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:727:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/http_accept_language-2.0.5/lib/http_accept_language/middleware.rb:14:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/etag.rb:25:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/conditional_get.rb:38:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/head.rb:12:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/session/abstract/id.rb:232:in `context'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/session/abstract/id.rb:226:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:97:in `__run_callbacks__'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/callbacks.rb:90:in `run_callbacks'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/callbacks.rb:36:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/railties-5.0.7.2/lib/rails/rack/logger.rb:36:in `call_app'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/railties-5.0.7.2/lib/rails/rack/logger.rb:24:in `block in call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/tagged_logging.rb:26:in `tagged'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/tagged_logging.rb:69:in `tagged'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/railties-5.0.7.2/lib/rails/rack/logger.rb:24:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/request_id.rb:24:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/method_override.rb:22:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/runtime.rb:22:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.0.7.2/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/executor.rb:12:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/static.rb:136:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.7/lib/rack/sendfile.rb:111:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.0.7.2/lib/action_dispatch/middleware/ssl.rb:84:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/railties-5.0.7.2/lib/rails/engine.rb:522:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/puma-3.12.1/lib/puma/configuration.rb:227:in `call'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/puma-3.12.1/lib/puma/server.rb:660:in `handle_request'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/puma-3.12.1/lib/puma/server.rb:474:in `process_client'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/puma-3.12.1/lib/puma/server.rb:334:in `block in run'
May 24 04:21:00 super-app app/web.1: /app/vendor/bundle/ruby/2.6.0/gems/puma-3.12.1/lib/puma/thread_pool.rb:135:in `block in spawn_thread'
May 24 04:21:00 super-app app/web.1: Rendering invite/index.html.erb within layouts/application
May 24 04:21:00 super-app app/web.1: Rendered invite/index.html.erb within layouts/application (4.2ms)
May 24 04:21:00 super-app app/web.1: Completed 200 OK in 186ms (Views: 6.0ms)
May 24 04:21:00 super-app heroku/router: at=info method=POST path="/submit" host=testflight.super-app.dev request_id=51f43211-0c25-4bf2-b73b-4e88e3b5d763 fwd="180.140.43.196" dyno=web.1 connect=1ms service=198ms status=200 bytes=3218 protocol=https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment