[obs-tests] Build failed in Jenkins: obs_master_testsuite_api #767
See <http://ci.opensuse.org/job/obs_master_testsuite_api/767/changes> Changes: [Sascha Peilicke] [webui] Avoid rake dependency on rubygem-cssmin... [Sascha Peilicke] [webui] Finding out which review was accepted doesn't work reliably [Sascha Peilicke] [webui] This one's from 2006 ;-) [adrian] [api] requests do require descriptions now [adrian] [api] avoid to copy from same incident if a mainteannce_request tries to update the package [adrian] [api] better fix for double copy [Stephan Kulow] [webui-testsuite] trying to make the test suite more reliable [Stephan Kulow] [webui] do not use cached attributes unless the attribute controller invalidates the cache [Stephan Kulow] [dist] correct exit value [Stephan Kulow] [webui-testsuite] exit with 1 if there are errors [Stephan Kulow] [api] initial port to rails 3.2 [Stephan Kulow] [api] change the way the configuration is used for rails 3.2 [Stephan Kulow] [api] move the SQL structure file to structure.sql [Stephan Kulow] [api] work on unit tests for rails 3.2 [Stephan Kulow] [api] move file names to new suffixes [Stephan Kulow] [api] fix various test failures [Stephan Kulow] [api] more porting for rails 3.2 [Stephan Kulow] [api] port to new delayed job version [Stephan Kulow] [api] rails 3.2 has a new exception for dups and other fixes [Stephan Kulow] [api] fix for various test failures with rails 3.2 [Stephan Kulow] [api] switch to mysql2 adapter [Stephan Kulow] [api] various speed up hacks [Stephan Kulow] [webui] api is rails 3.2 now [Stephan Kulow] [api] fix config routes to default on XML format - it's important [Stephan Kulow] [api] only have in development.$HOSTNAME.rb what is different on that [Stephan Kulow] [api] get rid of acts_as_tree, we don't groups of groups or roles [Stephan Kulow] [api] remove the active_rbac code and it's plugin. we want to have that [Stephan Kulow] [api] fix some more rails 3.2 things, including our nice subtimes ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision f24864b33414e04f1ec77676c7260d310b7e378c (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) Checking out Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson7076190223853577417.sh + sh dist/ci/obs_testsuite_api.sh ++ dirname dist/ci/obs_testsuite_api.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/results/ # src/api/vendor/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rake --trace gems:install rake aborted! no such file to load -- bundler/setup /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/config/boot.rb>:6 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/config/application.rb>:1 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/Rakefile>:5 /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:78:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:61:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:59:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/bin/rake:32 /usr/bin/rake:19:in `load' /usr/bin/rake:19 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/768/changes> Changes: [Stephan Kulow] [api] replace more constants with config variables [Stephan Kulow] [api] for some funny reason there was ruby 1.9 only syntax hiding [Stephan Kulow] [api] use recent version of xmlhash (that does not crash randomly) [Stephan Kulow] [dist] for now don't be too strict on the versions, we need to sort it ------------------------------------------ Started by user Stephan Kulow Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision f24d38d43295ef81dc969dd306601d6018a89cd4 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) Checking out Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson7415606163126175262.sh + sh dist/ci/obs_testsuite_api.sh ++ dirname dist/ci/obs_testsuite_api.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/results/ # src/api/vendor/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * daemons (1.0.10) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (1.0.20090728) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.29) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 606ac29..63ecb98 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -32,30 +32,30 @@ GEM builder (3.0.0) ci_reporter (1.7.0) builder (>= 2.1.2) - daemons (1.1.2) + daemons (1.0.10) delayed_job (3.0.1) activesupport (~> 3.0) delayed_job_active_record (0.3.2) activerecord (> 2.1.0) delayed_job (~> 3.0.0) erubis (2.7.0) - exception_notification (2.3.3.0) - fast_xs (0.7.3) + exception_notification (1.0.20090728) + fast_xs (0.8.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.3) + journey (1.0.1) json (1.6.5) mail (2.4.1) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.17.2) - multi_json (1.1.0) + multi_json (1.0.4) mysql2 (0.3.11) nokogiri (1.5.0) polyglot (0.3.2) rack (1.4.1) - rack-cache (1.2) + rack-cache (1.1) rack (>= 0.4) rack-ssl (1.3.2) rack @@ -76,7 +76,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (0.9.2.2) + rake (0.9.2) rdoc (3.11) json (~> 1.4) sprockets (2.1.2) @@ -87,7 +87,7 @@ GEM tilt (1.3.3) treetop (1.4.9) polyglot (>= 0.3.1) - tzinfo (0.3.30) + tzinfo (0.3.29) xmlhash (1.2.1) yajl-ruby (0.7.6) + chmod a+x script/server script/start_test_backend chmod: cannot access `script/server': No such file or directory Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/769/changes> Changes: [Stephan Kulow] [dist] there is no script/server anymore ------------------------------------------ Started by user Stephan Kulow Building in workspace <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Using strategy: Default Last Built Revision: Revision 7422972d7e0423bce1cf140c5d3f3ab368bef072 (origin/master) Checkout:workspace / <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> - hudson.remoting.LocalChannel@7dcc7dcc Fetching changes from 1 remote Git repository Fetching upstream changes from git://github.com/openSUSE/open-build-service.git Commencing build of Revision 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (origin/master) Checking out Revision 4f7e7c2e452c35069b959e5e44f4c4cec42896ec (origin/master) [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson8059666035300817043.sh + sh dist/ci/obs_testsuite_api.sh ++ dirname dist/ci/obs_testsuite_api.sh + . dist/ci/obs_testsuite_common.sh + setup_git + echo 'Checking status' Checking status + git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/api/results/ # src/api/vendor/ nothing added to commit but untracked files present (use "git add" to track) + echo 'Setup git submodules' Setup git submodules + git submodule init + git submodule update + echo 'Setup backend configuration template' Setup backend configuration template + sed -i -e 's|my $hostname = .*$|my $hostname = '\''localhost'\'';|' -e 's|our $bsuser = '\''obsrun'\'';|our $bsuser = '\''jenkins'\'';|' -e 's|our $bsgroup = '\''obsrun'\'';|our $bsgroup = '\''jenkins'\'';|' src/backend/BSConfig.pm.template + cp src/backend/BSConfig.pm.template src/backend/BSConfig.pm + echo 'Set environment variables' Set environment variables + export RAILS_ENV=test + RAILS_ENV=test + ret=0 + setup_api + echo 'Enter API rails root' Enter API rails root + cd src/api + echo 'Setup database configuration' Setup database configuration + cp config/database.yml.example config/database.yml + sed -i 's|database: api|database: ci_api|' config/database.yml + echo 'Setup additional configuration' Setup additional configuration + cp config/options.yml.example config/options.yml + echo 'Install missing gems locally' Install missing gems locally + rm Gemfile.lock + bundle list Gems included by the bundle: * actionmailer (3.2.1) * actionpack (3.2.1) * activemodel (3.2.1) * activerecord (3.2.1) * activeresource (3.2.1) * activesupport (3.2.1) * arel (3.0.0) * builder (3.0.0) * bundler (1.0.21) * ci_reporter (1.7.0) * daemons (1.0.10) * delayed_job (3.0.1) * delayed_job_active_record (0.3.2) * erubis (2.7.0) * exception_notification (1.0.20090728) * fast_xs (0.8.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.1) * json (1.6.5) * mail (2.4.1) * mime-types (1.17.2) * multi_json (1.0.4) * mysql2 (0.3.11) * nokogiri (1.5.0) * polyglot (0.3.2) * rack (1.4.1) * rack-cache (1.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.1) * railties (3.2.1) * rake (0.9.2) * rdoc (3.11) * sprockets (2.1.2) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.9) * tzinfo (0.3.30) * xmlhash (1.2.1) * yajl-ruby (0.7.6) + git diff Gemfile.lock diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 606ac29..c4961df 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -32,30 +32,30 @@ GEM builder (3.0.0) ci_reporter (1.7.0) builder (>= 2.1.2) - daemons (1.1.2) + daemons (1.0.10) delayed_job (3.0.1) activesupport (~> 3.0) delayed_job_active_record (0.3.2) activerecord (> 2.1.0) delayed_job (~> 3.0.0) erubis (2.7.0) - exception_notification (2.3.3.0) - fast_xs (0.7.3) + exception_notification (1.0.20090728) + fast_xs (0.8.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.3) + journey (1.0.1) json (1.6.5) mail (2.4.1) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.17.2) - multi_json (1.1.0) + multi_json (1.0.4) mysql2 (0.3.11) nokogiri (1.5.0) polyglot (0.3.2) rack (1.4.1) - rack-cache (1.2) + rack-cache (1.1) rack (>= 0.4) rack-ssl (1.3.2) rack @@ -76,7 +76,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) - rake (0.9.2.2) + rake (0.9.2) rdoc (3.11) json (~> 1.4) sprockets (2.1.2) + chmod a+x script/start_test_backend + echo 'Initialize test database, run migrations, load seed data' Initialize test database, run migrations, load seed data + rake --trace db:drop db:create db:setup db:migrate rake aborted! uninitialized constant ExceptionNotifierHelper::RAILS_ROOT /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notifier_helper.rb:25 /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:135:in `modules_for_helpers' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:131:in `map!' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:131:in `modules_for_helpers' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:95:in `helper' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:159:in `default_helper_module!' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `inherited' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `class_eval' /usr/lib64/ruby/gems/1.8/gems/actionpack-3.2.1/lib/abstract_controller/helpers.rb:22:in `inherited' /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notifier.rb:23 /usr/lib64/ruby/gems/1.8/gems/exception_notification-1.0.20090728/lib/exception_notification.rb:2 /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:68:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `each' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:66:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `each' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/runtime.rb:55:in `require' /usr/lib64/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler.rb:122:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/config/application.rb>:7 /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require' /usr/lib64/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:29:in `require' <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/src/api/Rakefile>:5 /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/rake_module.rb:25:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:78:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:61:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:59:in `run' /usr/lib64/ruby/gems/1.8/gems/rake-0.9.2/bin/rake:32 /usr/bin/rake:19:in `load' /usr/bin/rake:19 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/770/changes> Changes: [Stephan Kulow] [api] we need a rails3 version of exception_notification ------------------------------------------ [...truncated 2572 lines...] `year` int(11) DEFAULT NULL, `counter` int(11) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;[0m [[0;37mDEBUG[0m|#14952] [1m[35m (153.5ms)[0m CREATE TABLE `user_registrations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT '0', `token` text NOT NULL, `created_at` datetime DEFAULT NULL, `expires_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `user_registrations_user_id_index` (`user_id`), KEY `user_registrations_expires_at_index` (`expires_at`), CONSTRAINT `user_registrations_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; [[0;37mDEBUG[0m|#14952] [1m[36m (355.5ms)[0m [1mCREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, `last_logged_in_at` datetime DEFAULT NULL, `login_failure_count` int(11) NOT NULL DEFAULT '0', `login` tinyblob NOT NULL, `email` varchar(200) NOT NULL DEFAULT '', `realname` varchar(200) NOT NULL DEFAULT '', `password` varchar(100) NOT NULL DEFAULT '', `password_hash_type` varchar(20) NOT NULL DEFAULT '', `password_salt` varchar(10) NOT NULL DEFAULT '1234512345', `password_crypted` varchar(64) DEFAULT NULL, `state` int(11) NOT NULL DEFAULT '1', `adminnote` text, PRIMARY KEY (`id`), UNIQUE KEY `users_login_index` (`login`(255)), KEY `users_password_index` (`password`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;[0m [[0;37mDEBUG[0m|#14952] [1m[35m (64.4ms)[0m CREATE TABLE `watched_projects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `bs_user_id` int(11) NOT NULL DEFAULT '0', `name` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `watched_projects_users_fk_1` (`bs_user_id`), CONSTRAINT `watched_projects_ibfk_1` FOREIGN KEY (`bs_user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; [[0;37mDEBUG[0m|#14952] [1m[36m (15.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('1');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('10'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('11');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('12'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('13');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('14'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('15');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('16'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('17');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (34.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('18'); [[0;37mDEBUG[0m|#14952] [1m[36m (1.0ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('19');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.8ms)[0m INSERT INTO schema_migrations (version) VALUES ('2'); [[0;37mDEBUG[0m|#14952] [1m[36m (9.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20090701125033'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20090703100900');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (6.7ms)[0m INSERT INTO schema_migrations (version) VALUES ('20090716174522'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20090717114240');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.3ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091017210000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091022210000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.8ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091022310000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091029100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (16.3ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091030060000'); [[0;37mDEBUG[0m|#14952] [1m[36m (53.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091102060000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091111191005'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.0ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091115101346');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091117144409'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091117152223');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091118000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.5ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091119000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (8.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091119090108'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091119090620');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.4ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091124194151'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091206194902');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (5.4ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091209193452'); [[0;37mDEBUG[0m|#14952] [1m[36m (10.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091209211754');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.8ms)[0m INSERT INTO schema_migrations (version) VALUES ('20091226112028'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20091229115736');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (7.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100102150000'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100104170000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.2ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100109145739'); [[0;37mDEBUG[0m|#14952] [1m[36m (0.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100125100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100202132416'); [[0;37mDEBUG[0m|#14952] [1m[36m (0.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100302100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (5.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100304100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (11.0ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100315100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100316100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100316100001');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (7.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100327100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (16.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100329191407');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100423144748'); [[0;37mDEBUG[0m|#14952] [1m[36m (23.0ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100426144748');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100428144748'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100429144748');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100506115929'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100507115929');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100530180617'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100609100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100609200000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100614121047');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100629095208'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.5ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100702082339');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100705124948'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100705133839');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100705141045'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100707061034');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100805100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100812100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100827100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100903100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100927110821'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100927132716');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (20.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20100927133955'); [[0;37mDEBUG[0m|#14952] [1m[36m (0.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20100928081344');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (8.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20101110100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (12.0ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110117000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110131100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110202100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (2.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110202110000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110302100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110303100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110309100000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110318112742'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110321000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110322000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (5.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110323000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (2.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('2011033000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110331001200');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110404085232'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110404085325');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110404090700'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.5ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110405151201');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110502100000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110519000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110527000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110615083665');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110615083666'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110627001200');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110703001200'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110711001200');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110719142500'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20110725105426');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20110728072502'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20111005000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20111116100002'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20111117162400');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20111122000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20111123000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20111206151500'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20111207000000');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20111213000000'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20111215094300');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120110094300'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120110104300');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (9.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120111094300'); [[0;37mDEBUG[0m|#14952] [1m[36m (10.7ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120112094300');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120119194300'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120119204300');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (7.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120119204301'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.6ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120120104301');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.8ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120120114301'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120124114302');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120124114303'); [[0;37mDEBUG[0m|#14952] [1m[36m (9.5ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120216114303');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (2.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120217114303'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120220114304');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120223105426'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120304205014');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.2ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120313113554'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120313131909');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120319104301'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('20120319133739');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('20120320134850'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('21');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('22'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.3ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('23');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('24'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('25');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('26'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('27');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.0ms)[0m INSERT INTO schema_migrations (version) VALUES ('28'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.5ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('29');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (7.6ms)[0m INSERT INTO schema_migrations (version) VALUES ('3'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.1ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('30');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.8ms)[0m INSERT INTO schema_migrations (version) VALUES ('31'); [[0;37mDEBUG[0m|#14952] [1m[36m (5.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('32');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.7ms)[0m INSERT INTO schema_migrations (version) VALUES ('33'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.2ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('34');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('35'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('36');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('37'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('38');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('39'); [[0;37mDEBUG[0m|#14952] [1m[36m (4.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('4');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (3.5ms)[0m INSERT INTO schema_migrations (version) VALUES ('40'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('41');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('42'); [[0;37mDEBUG[0m|#14952] [1m[36m (3.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('43');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (4.1ms)[0m INSERT INTO schema_migrations (version) VALUES ('44'); [[0;37mDEBUG[0m|#14952] [1m[36m (219.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('45');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('46'); [[0;37mDEBUG[0m|#14952] [1m[36m (15.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('47');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (2.4ms)[0m INSERT INTO schema_migrations (version) VALUES ('48'); [[0;37mDEBUG[0m|#14952] [1m[36m (7.9ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('5');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (1.3ms)[0m INSERT INTO schema_migrations (version) VALUES ('6'); [[0;37mDEBUG[0m|#14952] [1m[36m (21.4ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('7');[0m [[0;37mDEBUG[0m|#14952] [1m[35m (0.9ms)[0m INSERT INTO schema_migrations (version) VALUES ('8'); [[0;37mDEBUG[0m|#14952] [1m[36m (0.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('9'); [0m default_server for :rest models: http://localhost:3200 [BSSQL] initialize( "bssql", {} ) setting up transport for model project: / opts: setting up transport for model package: / opts: [REST] initialize( "rest", {} ) setting up transport for model directory: http://localhost:3200/source/:project/:package?:expand&:rev&:meta&:linkrev&:emptylink&:view&:extension&:lastworking&:withlinked&:deleted opts: setting up transport for model jobhistory: http://localhost:3200/build/:project/:repository/:arch/_jobhistory?:package&:limit&:code opts: setting up transport for model bsrequest: http://localhost:3200/request/:id opts: allhttp://localhost:3200/request setting up transport for model collection: http://localhost:3200/search/:what?:match opts: packagehttp://localhost:3200/search/package?:matchprojecthttp://localhost:3200/sear... default_server for :rest models: http://localhost:3200 [BSSQL] initialize( "bssql", {} ) setting up transport for model project: / opts: setting up transport for model package: / opts: [REST] initialize( "rest", {} ) setting up transport for model directory: http://localhost:3200/source/:project/:package?:expand&:rev&:meta&:linkrev&:emptylink&:view&:extension&:lastworking&:withlinked&:deleted opts: setting up transport for model jobhistory: http://localhost:3200/build/:project/:repository/:arch/_jobhistory?:package&:limit&:code opts: setting up transport for model bsrequest: http://localhost:3200/request/:id opts: allhttp://localhost:3200/request setting up transport for model collection: http://localhost:3200/search/:what?:match opts: packagehttp://localhost:3200/search/package?:matchprojecthttp://localhost:3200/sear... + echo + cleanup + echo 'Killing backend processes' Killing backend processes + fuser -v <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/> + egrep 'perl|ruby' USER PID ACCESS COMMAND <http://ci.opensuse.org/job/obs_master_testsuite_api/ws/>: jenkins ..c.. sh jenkins ..c.. sh jenkins ..c.. egrep + echo 'Remove log/tmp files to save disc space' Remove log/tmp files to save disc space + rm -rf src/api/log/backend_access.log src/api/log/test.log src/api/tmp/cache src/api/tmp/pids src/api/tmp/sessions src/api/tmp/sockets 'src/webui/log/*' src/webui/tmp/cache src/webui/tmp/pids src/webui/tmp/sessions src/webui/tmp/sockets + exit 0 [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results No test report files were found. Configuration error? Build step 'Publish JUnit test result report' changed build result to FAILURE -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/771/changes> -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/changes> -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
See <http://ci.opensuse.org/job/obs_master_testsuite_api/773/> -- To unsubscribe, e-mail: obs-tests+unsubscribe@opensuse.org To contact the owner, e-mail: obs-tests+owner@opensuse.org
participants (1)
-
admin@opensuse.org