Build failed in Hudson: gateway #101

View: New views
2 Messages — Rating Filter:   Alert me  

Build failed in Hudson: gateway #101

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/gateway/101/changes

Changes:

[kplummer] Finally found the way to customize the validation error text. refs #84 fixes #84

[kplummer] add test stuff to rvooz.yml, updated tests.

------------------------------------------
started
Updating http://www.rvooz.org/svn/gateway/trunk
U         test/unit/user_test.rb
U         test/test_helper.rb
A         test/functional/rvooz_configuration_test.rb
U         app/models/user.rb
U         app/views/users/new.html.erb
U         config/rvooz.yml
U         config/environment.rb
Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' 
External at revision -1
At revision 324
At revision 977
no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57846.sh
+ cd trunk
+ rake db:drop:all
(in http://rvooz-ci/job/gateway/ws/trunk)
+ rake db:create:all
(in http://rvooz-ci/job/gateway/ws/trunk)
+ rake db:migrate
(in http://rvooz-ci/job/gateway/ws/trunk)
== 1 CreateUsers: migrating ===================================================
-- create_table("users", {:force=>true})
   -> 0.2385s
== 1 CreateUsers: migrated (0.2388s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.0955s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.0275s
== 2 AddOpenIdAuthenticationTables: migrated (0.1238s) ========================

== 3 CreateUserOpenids: migrating =============================================
-- create_table(:user_openids)
   -> 0.0340s
-- add_index("user_openids", ["openid_url"], {:unique=>true, :name=>"index_user_openids_on_openid_url"})
   -> 0.0332s
-- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"})
   -> 0.0463s
== 3 CreateUserOpenids: migrated (0.1158s) ====================================

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.0934s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (0.6003s) =====================

== 5 UserHasName: migrating ===================================================
-- add_column(:users, :name, :string)
   -> 0.0078s
== 5 UserHasName: migrated (0.0080s) ==========================================

== 6 CreateContacts: migrating ================================================
-- create_table(:contacts)
   -> 0.0105s
-- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"})
   -> 0.0081s
== 6 CreateContacts: migrated (0.0192s) =======================================

== 7 CreateEntries: migrating =================================================
-- create_table(:entries)
   -> 0.0383s
== 7 CreateEntries: migrated (0.0386s) ========================================

== 8 CreateContextions: migrating =============================================
-- create_table(:contextions)
   -> 0.0204s
== 8 CreateContextions: migrated (0.0210s) ====================================

+ rake --trace ci:setup:testunit test CI_REPORTS=results
rm -rf results
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/unit/entry_test.rb" "test/unit/contact_test.rb" "test/unit/user_openid_test.rb" "test/unit/user_notifier_test.rb" "test/unit/contextion_test.rb" "test/unit/user_test.rb" "test/unit/user_openids_test.rb"  /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb
(in http://rvooz-ci/job/gateway/ws/trunk)
** Invoke ci:setup:testunit (first_time)
** Execute ci:setup:testunit
** Invoke test (first_time)
** Execute test
** Invoke test:units (first_time)
** Invoke db:test:prepare (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment
** Execute db:abort_if_pending_migrations
** Execute db:test:prepare
** Invoke db:test:clone (first_time)
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Execute db:test:clone
** Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
** Execute test:units
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load': no such file to load -- http://rvooz-ci/job/gateway/ws/trunk/test/mocks/test/open_id_authentication_mock.rb  (MissingSourceFile)
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load'
        from ./test/unit/../test_helper.rb:24
        from ./test/unit/entry_test.rb:21:in `require'
        from ./test/unit/entry_test.rb:21
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `load'
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `each'
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/functional/entries_controller_test.rb" "test/functional/contacts_controller_test.rb" "test/functional/user_openids_controller_test.rb" "test/functional/feeds_controller_test.rb" "test/functional/context_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/contextions_controller_test.rb" "test/functional/rvooz_configuration_test.rb"  /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb
** Invoke test:functionals (first_time)
** Invoke db:test:prepare
** Execute test:functionals
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load': no such file to load -- http://rvooz-ci/job/gateway/ws/trunk/test/mocks/test/open_id_authentication_mock.rb  (MissingSourceFile)
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load'
        from ./test/functional/../test_helper.rb:24
        from ./test/functional/entries_controller_test.rb:21:in `require'
        from ./test/functional/entries_controller_test.rb:21
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `load'
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `each'
        from /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5
/usr/bin/ruby1.8 -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb"   /usr/lib/ruby/gems/1.8/gems/ci_reporter-1.5.1/lib/ci/reporter/rake/test_unit_loader.rb
** Invoke test:integration (first_time)
** Invoke db:test:prepare
** Execute test:integration
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started

Finished in 0.000723 seconds.

0 tests, 0 assertions, 0 failures, 0 errors
Errors running test:units and test:functionals!
Recording test results

_______________________________________________
Dev mailing list
Dev@...
http://lists.rvooz.org/listinfo.cgi/dev-rvooz.org

Hudson build is back to normal: gateway #102

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/gateway/102/changes


_______________________________________________
Dev mailing list
Dev@...
http://lists.rvooz.org/listinfo.cgi/dev-rvooz.org