Build failed in Hudson: gateway #93

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

Build failed in Hudson: gateway #93

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Changes:

[kplummer] Bunch o' updates...to support error handling in the Openfire registration process, and better form support.  refs #93 #86 #83

------------------------------------------
started
Updating http://www.rvooz.org/svn/gateway/trunk
U         app/helpers/user_openids_helper.rb
U         app/models/user.rb
U         app/controllers/contextions_controller.rb
U         app/controllers/contacts_controller.rb
U         app/controllers/user_openids_controller.rb
U         app/controllers/users_controller.rb
U         app/controllers/context_controller.rb
U         app/controllers/feeds_controller.rb
U         app/views/layouts/users.html.erb
U         app/views/users/edit.html.erb
A         config/rvooz.yml
U         config/environment.rb
U         lib/openfire_registration.rb
Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' 
External at revision -1
At revision 324
At revision 971
no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57810.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.0671s
== 1 CreateUsers: migrated (0.0674s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.0555s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.1029s
== 2 AddOpenIdAuthenticationTables: migrated (0.1590s) ========================

== 3 CreateUserOpenids: migrating =============================================
-- create_table(:user_openids)
   -> 0.0093s
-- add_index("user_openids", ["openid_url"], {:unique=>true, :name=>"index_user_openids_on_openid_url"})
   -> 0.0419s
-- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"})
   -> 0.0562s
== 3 CreateUserOpenids: migrated (0.1086s) ====================================

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.0831s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (0.9487s) =====================

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

== 6 CreateContacts: migrating ================================================
-- create_table(:contacts)
   -> 0.0218s
-- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"})
   -> 0.0163s
== 6 CreateContacts: migrated (0.0387s) =======================================

== 7 CreateEntries: migrating =================================================
-- create_table(:entries)
   -> 0.0444s
== 7 CreateEntries: migrated (0.0450s) ========================================

== 8 CreateContextions: migrating =============================================
-- create_table(:contextions)
   -> 0.0188s
== 8 CreateContextions: migrated (0.0192s) ====================================

+ 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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
.......F...F............
Finished in 22.034111 seconds.

  1) Failure:
test_identity_url_becomes_user_openid_on_create(UserTest)
    [./test/unit/user_test.rb:143:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:139:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:138:in `test_identity_url_becomes_user_openid_on_create'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<1> expected but was
<0>.

  2) Failure:
test_should_create_user(UserTest)
    [./test/unit/user_test.rb:32:in `test_should_create_user'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:30:in `test_should_create_user'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<false> is not true.

24 tests, 42 assertions, 2 failures, 0 errors
/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"  /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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.NEW CONTEXTION!: http://fixture3.myopenid.com/
...............................
Finished in 2.863943 seconds.

37 tests, 85 assertions, 0 failures, 0 errors
/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.000646 seconds.

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

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

Build failed in Hudson: gateway #94

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

------------------------------------------
started
Updating http://www.rvooz.org/svn/gateway/trunk
Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' 
External at revision -1
At revision 324
At revision 971
no change for http://www.rvooz.org/svn/gateway/trunk since the previous build
no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57815.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.0357s
== 1 CreateUsers: migrated (0.0360s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.0135s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.0757s
== 2 AddOpenIdAuthenticationTables: migrated (0.0897s) ========================

== 3 CreateUserOpenids: migrating =============================================
-- create_table(:user_openids)
   -> 0.0236s
-- add_index("user_openids", ["openid_url"], {:unique=>true, :name=>"index_user_openids_on_openid_url"})
   -> 0.0072s
-- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"})
   -> 0.0199s
== 3 CreateUserOpenids: migrated (0.0515s) ====================================

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.0203s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (0.5209s) =====================

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

== 6 CreateContacts: migrating ================================================
-- create_table(:contacts)
   -> 0.0250s
-- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"})
   -> 0.0464s
== 6 CreateContacts: migrated (0.0719s) =======================================

== 7 CreateEntries: migrating =================================================
-- create_table(:entries)
   -> 0.0370s
== 7 CreateEntries: migrated (0.0373s) ========================================

== 8 CreateContextions: migrating =============================================
-- create_table(:contextions)
   -> 0.0121s
== 8 CreateContextions: migrated (0.0126s) ====================================

+ 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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
.......F...F............
Finished in 20.769025 seconds.

  1) Failure:
test_identity_url_becomes_user_openid_on_create(UserTest)
    [./test/unit/user_test.rb:143:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:139:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:138:in `test_identity_url_becomes_user_openid_on_create'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<1> expected but was
<0>.

  2) Failure:
test_should_create_user(UserTest)
    [./test/unit/user_test.rb:32:in `test_should_create_user'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:30:in `test_should_create_user'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<false> is not true.

24 tests, 42 assertions, 2 failures, 0 errors
/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"  /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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.NEW CONTEXTION!: http://fixture3.myopenid.com/
...............................
Finished in 2.214326 seconds.

37 tests, 85 assertions, 0 failures, 0 errors
/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.00064 seconds.

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

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

Build failed in Hudson: gateway #95

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

------------------------------------------
[...truncated 399 lines...]
A         vendor/plugins/backgroundrb/server/lib/invalid_dump_error.rb
A         vendor/plugins/backgroundrb/server/lib/master_worker.rb
A         vendor/plugins/backgroundrb/server/lib/log_worker.rb
A         vendor/plugins/backgroundrb/server/backgroundrb_server.rb
A         vendor/plugins/backgroundrb/lib
A         vendor/plugins/backgroundrb/lib/backgroundrb
A         vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_config.rb
A         vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_conn_error.rb
A         vendor/plugins/backgroundrb/lib/backgroundrb/rails_worker_proxy.rb
A         vendor/plugins/backgroundrb/lib/backgroundrb.rb
A         vendor/plugins/backgroundrb/install.rb
A         vendor/plugins/backgroundrb/generators
A         vendor/plugins/backgroundrb/generators/worker
A         vendor/plugins/backgroundrb/generators/worker/worker_generator.rb
A         vendor/plugins/backgroundrb/generators/worker/USAGE
A         vendor/plugins/backgroundrb/generators/worker/templates
A         vendor/plugins/backgroundrb/generators/worker/templates/unit_test.rb
A         vendor/plugins/backgroundrb/generators/worker/templates/worker.rb
A         vendor/plugins/backgroundrb/MIT-LICENSE
A         vendor/plugins/backgroundrb/uninstall.rb
A         vendor/plugins/backgroundrb/examples
A         vendor/plugins/backgroundrb/examples/god_worker.rb
A         vendor/plugins/backgroundrb/examples/foo_controller.rb
A         vendor/plugins/backgroundrb/examples/worker_tests
A         vendor/plugins/backgroundrb/examples/worker_tests/god_worker_test.rb
A         vendor/plugins/backgroundrb/examples/workers
A         vendor/plugins/backgroundrb/examples/workers/xmpp_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/server_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/rss_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/world_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/error_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/god_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/renewal_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/model_worker.rb
A         vendor/plugins/backgroundrb/examples/workers/foo_worker.rb
A         vendor/plugins/backgroundrb/examples/clean_api.rb
 U        vendor/plugins/backgroundrb
At revision 324
At revision 971
no change for http://www.rvooz.org/svn/gateway/trunk since the previous build
no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57819.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.0363s
== 1 CreateUsers: migrated (0.0366s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.0602s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.0532s
== 2 AddOpenIdAuthenticationTables: migrated (0.1137s) ========================

== 3 CreateUserOpenids: migrating =============================================
-- create_table(:user_openids)
   -> 0.0059s
-- add_index("user_openids", ["openid_url"], {:unique=>true, :name=>"index_user_openids_on_openid_url"})
   -> 0.0248s
-- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"})
   -> 0.0295s
== 3 CreateUserOpenids: migrated (0.0610s) ====================================

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.0194s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (0.5225s) =====================

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

== 6 CreateContacts: migrating ================================================
-- create_table(:contacts)
   -> 0.0679s
-- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"})
   -> 0.0448s
== 6 CreateContacts: migrated (0.1132s) =======================================

== 7 CreateEntries: migrating =================================================
-- create_table(:entries)
   -> 0.0550s
== 7 CreateEntries: migrated (0.0552s) ========================================

== 8 CreateContextions: migrating =============================================
-- create_table(:contextions)
   -> 0.0401s
== 8 CreateContextions: migrated (0.0407s) ====================================

+ 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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
.......F...F............
Finished in 20.551614 seconds.

  1) Failure:
test_identity_url_becomes_user_openid_on_create(UserTest)
    [./test/unit/user_test.rb:143:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:139:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:138:in `test_identity_url_becomes_user_openid_on_create'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<1> expected but was
<0>.

  2) Failure:
test_should_create_user(UserTest)
    [./test/unit/user_test.rb:32:in `test_should_create_user'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:30:in `test_should_create_user'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<false> is not true.

24 tests, 42 assertions, 2 failures, 0 errors
/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"  /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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>CONNECTIONS OUT: <rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'><rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''><rvooz:Geocontext><lat>37.545</lat><long>-122.154</long><radius>1</radius></rvooz:Geocontext></rvooz:Context><rvooz:Reason type='closest'><distance units='km'>5</distance></rvooz:Reason></rvooz:Contextion></rvooz:Contextions>
.NEW CONTEXTION!: http://fixture3.myopenid.com/
...............................
Finished in 2.268184 seconds.

37 tests, 85 assertions, 0 failures, 0 errors
/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.000539 seconds.

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

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

Build failed in Hudson: gateway #96

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Changes:

[kplummer] Resolved unit test cases.

------------------------------------------
started
Updating http://www.rvooz.org/svn/gateway/trunk
U         test/unit/user_test.rb
U         test/functional/contextions_controller_test.rb
U         test/fixtures/users.yml
U         app/models/user.rb
U         app/controllers/contextions_controller.rb
Fetching external item into 'http://rvooz-ci/job/gateway/ws/trunk/vendor/plugins/backgroundrb' 
External at revision -1
At revision 324
At revision 972
no change for http://svn.devjavu.com/backgroundrb/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson57824.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.6836s
== 1 CreateUsers: migrated (0.6877s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.2478s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.1700s
== 2 AddOpenIdAuthenticationTables: migrated (0.4252s) ========================

== 3 CreateUserOpenids: migrating =============================================
-- create_table(:user_openids)
   -> 0.0283s
-- add_index("user_openids", ["openid_url"], {:unique=>true, :name=>"index_user_openids_on_openid_url"})
   -> 0.1149s
-- add_index("user_openids", ["user_id"], {:name=>"index_user_openids_on_user_id"})
   -> 0.0774s
== 3 CreateUserOpenids: migrated (0.2215s) ====================================

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.5902s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (1.9218s) =====================

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

== 6 CreateContacts: migrating ================================================
-- create_table(:contacts)
   -> 0.0240s
-- add_index("contacts", ["user_id"], {:name=>"index_contacts_on_user_id"})
   -> 0.1286s
== 6 CreateContacts: migrated (0.1532s) =======================================

== 7 CreateEntries: migrating =================================================
-- create_table(:entries)
   -> 0.0255s
== 7 CreateEntries: migrated (0.0256s) ========================================

== 8 CreateContextions: migrating =============================================
-- create_table(:contextions)
   -> 0.0521s
== 8 CreateContextions: migrated (0.0603s) ====================================

+ 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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
.......F..F.F............
Finished in 31.277262 seconds.

  1) Failure:
test_identity_url_becomes_user_openid_on_create(UserTest)
    [./test/unit/user_test.rb:143:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:139:in `test_identity_url_becomes_user_openid_on_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:138:in `test_identity_url_becomes_user_openid_on_create'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<1> expected but was
<0>.

  2) Failure:
test_make_contact_on_user_create(UserTest)
    [./test/unit/user_test.rb:156:in `test_make_contact_on_user_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:154:in `test_make_contact_on_user_create'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:153:in `test_make_contact_on_user_create'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<1> expected but was
<0>.

  3) Failure:
test_should_create_user(UserTest)
    [./test/unit/user_test.rb:32:in `test_should_create_user'
     http://rvooz-ci/job/gateway/ws/trunk/lib/authenticated_test_helper.rb :58:in `assert_difference'
     ./test/unit/user_test.rb:30:in `test_should_create_user'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `__send__'
     /usr/lib/ruby/gems/1.8/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in `run']:
<false> is not true.

25 tests, 43 assertions, 3 failures, 0 errors
/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"  /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
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
....<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='fixture1@...'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>.<rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
<rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions><rvooz:Contextions xmlns:rvooz='http://www.rvooz.org' id='http://fixture1.myopenid.com/'><rvooz:Contextion peerId='http://fixture2.myopenid.com/'>
<rvooz:Contacts><rvooz:contact type='XMPP'>fixture2@...</rvooz:contact></rvooz:Contacts><rvooz:Context type='geo' id=''>
<rvooz:Geocontext>
<lat>37.545</lat>
<long>-122.154</long>
<radius>1</radius>
</rvooz:Geocontext>
</rvooz:Context>
<rvooz:Reason type='closest'>
<distance units='km'>5</distance>
</rvooz:Reason>
</rvooz:Contextion>
</rvooz:Contextions>................................
Finished in 2.153717 seconds.

37 tests, 85 assertions, 0 failures, 0 errors
/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.000586 seconds.

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

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

Hudson build is back to normal: gateway #97

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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