Skip to content

Instantly share code, notes, and snippets.

@sleroux
Created January 21, 2016 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleroux/aa7d11888c24aebcd5e5 to your computer and use it in GitHub Desktop.
Save sleroux/aa7d11888c24aebcd5e5 to your computer and use it in GitHub Desktop.
{
"event_id": "5411600fc1374d96e8c110bab072bd8f",
"message": "NoMethodError: undefined method `split' for nil:NilClass",
"timestamp": "2016-01-21T13:58:05",
"time_spent": null,
"level": 40,
"project": null,
"platform": "ruby",
"logger": "",
"culprit": "../../build-tools/fastlane/BaseFastfile in block (2 levels) in parsing_binding at line 211",
"server_name": "sleroux29795.local",
"modules": {
"CFPropertyList": "2.2.8",
"activesupport": "4.2.5",
"addressable": "2.3.8",
"autoparse": "0.3.3",
"babosa": "1.0.2",
"bigdecimal": "1.2.0",
"cert": "1.2.2",
"claide": "0.9.1",
"coderay": "1.1.0",
"colored": "1.2",
"commander": "4.3.5",
"credentials_manager": "0.10.0",
"deliver": "1.5.1",
"domain_name": "0.5.25",
"dotenv": "2.0.2",
"excon": "0.45.4",
"extlib": "0.9.16",
"faraday": "0.9.2",
"faraday-cookie_jar": "0.0.6",
"faraday_middleware": "0.10.0",
"fastimage": "1.6.8",
"fastlane": "1.39.0",
"fastlane_core": "0.26.1",
"frameit": "2.3.0",
"google-api-client": "0.8.6",
"googleauth": "0.4.2",
"gym": "1.1.5",
"highline": "1.7.8",
"http-cookie": "1.0.2",
"i18n": "0.7.0",
"io-console": "0.4.2",
"json": "1.7.7",
"jwt": "1.5.2",
"krausefx-shenzhen": "0.14.6",
"launchy": "2.4.3",
"libxml-ruby": "2.6.0",
"little-plugger": "1.1.4",
"logging": "2.0.0",
"match": "0.2.4",
"memoist": "0.12.0",
"method_source": "0.8.2",
"mime-types": "2.6.2",
"mini_magick": "4.0.4",
"minitest": "4.3.2",
"multi_json": "1.11.2",
"multi_xml": "0.5.5",
"multipart-post": "2.0.0",
"net-sftp": "2.1.2",
"net-ssh": "3.0.1",
"netrc": "0.11.0",
"nokogiri": "1.5.6",
"os": "0.9.6",
"pbxplorer": "1.0.0",
"pem": "1.0.1",
"pilot": "1.0.1",
"plist": "3.1.0",
"produce": "1.0.0",
"pry": "0.10.3",
"psych": "2.0.0",
"rake": "0.9.6",
"rdoc": "4.0.0",
"rest-client": "1.8.0",
"retriable": "1.4.1",
"rouge": "1.10.1",
"rubyzip": "1.1.7",
"scan": "0.2.1",
"security": "0.1.3",
"sentry-raven": "0.15.2",
"sigh": "1.1.3",
"signet": "0.6.1",
"slack-notifier": "1.4.0",
"slop": "3.6.0",
"snapshot": "1.1.1",
"spaceship": "0.14.0",
"sqlite3": "1.3.7",
"supply": "0.2.1",
"terminal-notifier": "1.6.3",
"terminal-table": "1.4.5",
"test-unit": "2.0.0.0",
"thread_safe": "0.3.5",
"tzinfo": "1.2.2",
"unf": "0.1.4",
"unf_ext": "0.0.7.1",
"xcode-install": "1.0.1",
"xcodeproj": "0.28.2",
"xcpretty": "0.2.1",
"xcpretty-travis-formatter": "0.0.4"
},
"extra": {
},
"tags": {
},
"user": {
},
"exception": {
"values": [
{
"type": "NoMethodError",
"value": "undefined method `split' for nil:NilClass",
"module": "",
"stacktrace": {
"frames": [
{
"pre_context": [
"end\n",
"\n",
"gem 'fastlane', version\n"
],
"post_context": [
null,
null,
null
],
"abs_path": "/usr/local/bin/fastlane",
"function": "<main>",
"lineno": 23,
"in_app": false,
"context_line": "load Gem.bin_path('fastlane', 'fastlane', version)\n",
"project_root": null,
"filename": "/usr/local/bin/fastlane"
},
{
"pre_context": [
"end\n",
"\n",
"gem 'fastlane', version\n"
],
"post_context": [
null,
null,
null
],
"abs_path": "/usr/local/bin/fastlane",
"function": "load",
"lineno": 23,
"in_app": false,
"context_line": "load Gem.bin_path('fastlane', 'fastlane', version)\n",
"project_root": null,
"filename": "/usr/local/bin/fastlane"
},
{
"pre_context": [
"\n",
"begin\n",
" FastlaneCore::UpdateChecker.start_looking_for_update('fastlane')\n"
],
"post_context": [
"rescue => ex\n",
" FastlaneCore::CrashReporting.handle_crash(ex)\n",
"ensure\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane",
"function": "<top (required)>",
"lineno": 161,
"in_app": false,
"context_line": " FastlaneApplication.new.run\n",
"project_root": null,
"filename": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane"
},
{
"pre_context": [
"\n",
" default_command :trigger\n",
"\n"
],
"post_context": [
" end\n",
"end\n",
"\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane",
"function": "run",
"lineno": 155,
"in_app": false,
"context_line": " run!\n",
"project_root": null,
"filename": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane"
},
{
"pre_context": [
" never_trace!\n",
" ).each do |meth|\n",
" eval <<-END, binding, __FILE__, __LINE__\n"
],
"post_context": [
" ::Commander::Runner.instance.#{meth}(*args, &block)\n",
" end\n",
" END\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb",
"function": "run!",
"lineno": 15,
"in_app": false,
"context_line": " def #{meth}(*args, &block)\n",
"project_root": null,
"filename": "commander/delegates.rb"
},
{
"pre_context": [
" parse_global_options\n",
" remove_global_options options, @args\n",
" if trace\n"
],
"post_context": [
" else\n",
" begin\n",
" run_active_command\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb",
"function": "run!",
"lineno": 68,
"in_app": false,
"context_line": " run_active_command\n",
"project_root": null,
"filename": "commander/runner.rb"
},
{
"pre_context": [
" if alias? command_name_from_args\n",
" active_command.run(*(@aliases[command_name_from_args.to_s] + args_without_command_name))\n",
" else\n"
],
"post_context": [
" end\n",
" end\n",
"\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb",
"function": "run_active_command",
"lineno": 428,
"in_app": false,
"context_line": " active_command.run(*args_without_command_name)\n",
"project_root": null,
"filename": "commander/runner.rb"
},
{
"pre_context": [
" #\n",
"\n",
" def run(*args)\n"
],
"post_context": [
" end\n",
"\n",
" #:stopdoc:\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb",
"function": "run",
"lineno": 153,
"in_app": false,
"context_line": " call parse_options_and_call_procs(*args)\n",
"project_root": null,
"filename": "commander/command.rb"
},
{
"pre_context": [
" meth = @when_called.shift || :call\n",
" options = proxy_option_struct\n",
" case object\n"
],
"post_context": [
" when Class then meth != :call ? object.new.send(meth, args, options) : object.new(args, options)\n",
" else object.send(meth, args, options) if object\n",
" end\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb",
"function": "call",
"lineno": 178,
"in_app": false,
"context_line": " when Proc then object.call(args, options)\n",
"project_root": null,
"filename": "commander/command.rb"
},
{
"pre_context": [
" meth = @when_called.shift || :call\n",
" options = proxy_option_struct\n",
" case object\n"
],
"post_context": [
" when Class then meth != :call ? object.new.send(meth, args, options) : object.new(args, options)\n",
" else object.send(meth, args, options) if object\n",
" end\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb",
"function": "call",
"lineno": 178,
"in_app": false,
"context_line": " when Proc then object.call(args, options)\n",
"project_root": null,
"filename": "commander/command.rb"
},
{
"pre_context": [
"\n",
" c.action do |args, options|\n",
" if Fastlane::FastlaneFolder.setup?\n"
],
"post_context": [
" else\n",
" create = agree('Could not find fastlane in current directory. Would you like to set it up? (y/n)'.yellow, true)\n",
" Fastlane::Setup.new.run if create\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane",
"function": "block (2 levels) in run",
"lineno": 37,
"in_app": false,
"context_line": " Fastlane::CommandLineHandler.handle(args, options)\n",
"project_root": null,
"filename": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/bin/fastlane"
},
{
"pre_context": [
" end\n",
"\n",
" dot_env = Helper.is_test? ? nil : options.env\n"
],
"post_context": [
" end\n",
"\n",
" # Helper to convert into the right data type\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/command_line_handler.rb",
"function": "handle",
"lineno": 30,
"in_app": false,
"context_line": " Fastlane::LaneManager.cruise_lane(platform, lane, lane_parameters, dot_env)\n",
"project_root": null,
"filename": "fastlane/command_line_handler.rb"
},
{
"pre_context": [
" started = Time.now\n",
" e = nil\n",
" begin\n"
],
"post_context": [
" rescue => ex\n",
" Helper.log.info 'Variable Dump:'.yellow\n",
" Helper.log.info Actions.lane_context\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/lane_manager.rb",
"function": "cruise_lane",
"lineno": 46,
"in_app": false,
"context_line": " ff.runner.execute(lane, platform, parameters)\n",
"project_root": null,
"filename": "fastlane/lane_manager.rb"
},
{
"pre_context": [
" path_to_use = Fastlane::FastlaneFolder.path || Dir.pwd\n",
" parameters ||= {}\n",
" begin\n"
],
"post_context": [
" # Call the platform specific before_all block and then the general one\n",
"\n",
" before_all_blocks[current_platform].call(current_lane, parameters) if before_all_blocks[current_platform] && current_platform\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/runner.rb",
"function": "execute",
"lineno": 46,
"in_app": false,
"context_line": " Dir.chdir(path_to_use) do # the file is located in the fastlane folder\n",
"project_root": null,
"filename": "fastlane/runner.rb"
},
{
"pre_context": [
" path_to_use = Fastlane::FastlaneFolder.path || Dir.pwd\n",
" parameters ||= {}\n",
" begin\n"
],
"post_context": [
" # Call the platform specific before_all block and then the general one\n",
"\n",
" before_all_blocks[current_platform].call(current_lane, parameters) if before_all_blocks[current_platform] && current_platform\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/runner.rb",
"function": "chdir",
"lineno": 46,
"in_app": false,
"context_line": " Dir.chdir(path_to_use) do # the file is located in the fastlane folder\n",
"project_root": null,
"filename": "fastlane/runner.rb"
},
{
"pre_context": [
" before_all_blocks[current_platform].call(current_lane, parameters) if before_all_blocks[current_platform] && current_platform\n",
" before_all_blocks[nil].call(current_lane, parameters) if before_all_blocks[nil]\n",
"\n"
],
"post_context": [
"\n",
" # `after_all` is only called if no exception was raised before\n",
" # Call the platform specific before_all block and then the general one\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/runner.rb",
"function": "block in execute",
"lineno": 52,
"in_app": false,
"context_line": " return_val = lane_obj.call(parameters) # by default no parameters\n",
"project_root": null,
"filename": "fastlane/runner.rb"
},
{
"pre_context": [
"\n",
" # Execute this lane\n",
" def call(parameters)\n"
],
"post_context": [
" end\n",
"\n",
" # @return [String] The lane + name of the lane. If there is no platform, it will only be the lane name\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/lane.rb",
"function": "call",
"lineno": 36,
"in_app": false,
"context_line": " block.call(parameters || {})\n",
"project_root": null,
"filename": "fastlane/lane.rb"
},
{
"pre_context": [
"\n",
" # Execute this lane\n",
" def call(parameters)\n"
],
"post_context": [
" end\n",
"\n",
" # @return [String] The lane + name of the lane. If there is no platform, it will only be the lane name\n"
],
"abs_path": "/Library/Ruby/Gems/2.0.0/gems/fastlane-1.51.0/lib/fastlane/lane.rb",
"function": "call",
"lineno": 36,
"in_app": false,
"context_line": " block.call(parameters || {})\n",
"project_root": null,
"filename": "fastlane/lane.rb"
},
{
"abs_path": "../../build-tools/fastlane/BaseFastfile",
"function": "block (2 levels) in parsing_binding",
"lineno": 211,
"in_app": false,
"project_root": null,
"filename": "../../build-tools/fastlane/BaseFastfile"
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment