GitLab CI [Test Settings] Error
Created by: demisx
Clicking on Project -> Services -> Gitlab CI ->Test Settings button results in the following parsing error. The builds with the same .gitlab-ci.yml
are green. I am on GitLab 7.14.0.
Started POST "/projects/2/build?token=0e1cf45bbe26ab96" for 198.61.226.222 at 2015-09-01 17:24:32 -0700
Processing by ProjectsController#build as HTML
Parameters: {"object_kind"=>"push", "before"=>"0a104c05f7702b16968322c019aaf8", "after"=>"556dc9f3489160c83bfb07bdaf1ebfc3e8", "ref"=>"refs/heads/master", "checkout_sha"=>"556dc902a9960c83bfb07bdaf1ebfc3e8", "message"=>nil, "user_id"=>1, "user_name"=>"Dmitri Moore", "user_email"=>"[email protected]", "project_id"=>98, "repository"=>{"name"=>"campaign-manager-api", "url"=>"[email protected]:web-services/campaign-manager-api.git", "description"=>"Web service for sending managing client email marketing campaigns.", "homepage"=>"https://git.colddata.com/web-services/campaign-manager-api", "git_http_url"=>"https://git.colddata.com/web-services/campaign-manager-api.git", "git_ssh_url"=>"[email protected]:web-services/campaign-manager-api.git", "visibility_level"=>10}, "commits"=>[{"id"=>"556dc9f34891702a99fb07bdaf1ebfc3e8", "message"=>"Update readme with new web service URLs\n", "timestamp"=>"2015-08-30T08:45:53-07:00", "url"=>"https://git.colddata.com/web-services/campaign-manager-api/commit/556dc9f34891702a9960c83bfb07bdaf1ebfc3e8", "author"=>{"name"=>"Dmitri Moore", "email"=>"[email protected]"}}, {"id"=>"9cfbaaafc0535ef7859db1e77edca425b", "message"=>"Update readme", "timestamp"=>"2015-08-11T13:01:30-07:00", "url"=>"https://git.colddata.com/web-services/campaign-manager-api/commit/9cfbaaafcaa228740535ef7859db1edca425b", "author"=>{"name"=>"Dmitri Moore", "email"=>"[email protected]"}}, {"id"=>"f77384885d2b16968322c019aaf8", "message"=>"Update readme\n", "timestamp"=>"2015-06-23T17:23:15-07:00", "url"=>"https://git.colddata.com/web-services/campaign-manager-api/commit/0a104c05f7704ca38d2b16968322c019aaf8", "author"=>{"name"=>"Dmitri Moore", "email"=>"[email protected]"}}], "total_commits_count"=>3, "token"=>"xxx", "id"=>"2", "project"=>{}}
no implicit conversion of nil into String
/home/gitlab_ci/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/psych.rb:370:in `parse'
/home/gitlab_ci/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/psych.rb:370:in `parse_stream'
/home/gitlab_ci/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/psych.rb:318:in `parse'
/home/gitlab_ci/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/psych.rb:245:in `load'
/home/gitlab_ci/gitlab-ci/lib/gitlab_ci_yaml_processor.rb:11:in `initialize'
/home/gitlab_ci/gitlab-ci/app/models/commit.rb:231:in `new'
/home/gitlab_ci/gitlab-ci/app/models/commit.rb:231:in `config_processor'
/home/gitlab_ci/gitlab-ci/app/models/commit.rb:133:in `create_builds'
/home/gitlab_ci/gitlab-ci/app/services/create_commit_service.rb:43:in `execute'
/home/gitlab_ci/gitlab-ci/app/controllers/projects_controller.rb:90:in `build'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/abstract_controller/base.rb:189:in `process_action'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/action_controller/metal/rendering.rb:10:in `process_action'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/actionpack-4.1.12/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:113:in `call'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:113:in `call'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:552:in `block (2 levels) in compile'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:502:in `call'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:502:in `call'
/home/gitlab_ci/gitlab-ci/vendor/bundle/ruby/2.1.0/gems/activesupport-4.1.12/lib/active_support/callbacks.rb:86:in `run_callbacks'