Build failed in Hudson: geo-client #19

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

Build failed in Hudson: geo-client #19

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/geo-client/19/changes

Changes:

[kplummer] initial import of rails-based geo-client. tho it is borked still.

------------------------------------------
[...truncated 3 lines...]
D         src
D         index.html
D         spec
D         template
D         LICENSE-2.0.txt
A         test
A         test/unit
A         test/unit/user_test.rb
A         test/unit/user_openids_test.rb
A         test/unit/user_openid_test.rb
A         test/unit/user_notifier_test.rb
A         test/test_helper.rb
A         test/functional
A         test/functional/user_openids_controller_test.rb
A         test/functional/users_controller_test.rb
A         test/functional/sessions_controller_test.rb
A         test/integration
A         test/fixtures
A         test/fixtures/user_openids.yml
A         test/fixtures/users.yml
A         test/fixtures/open_id_authentication_associations.yml
A         test/mocks
A         test/mocks/test
A         test/mocks/development
A         app
A         app/helpers
A         app/helpers/user_openids_helper.rb
A         app/helpers/users_helper.rb
A         app/helpers/application_helper.rb
A         app/helpers/sessions_helper.rb
A         app/models
A         app/models/user_notifier.rb
A         app/models/user.rb
A         app/models/user_openids.rb
A         app/models/user_observer.rb
A         app/models/open_id_authentication_association.rb
A         app/models/user_openid.rb
A         app/controllers
A         app/controllers/user_openids_controller.rb
A         app/controllers/application.rb
A         app/controllers/users_controller.rb
A         app/controllers/sessions_controller.rb
A         app/controllers/home_controller.rb
A         app/views
A         app/views/user_openids
A         app/views/user_openids/index.html.erb
A         app/views/user_openids/new.html.erb
A         app/views/layouts
A         app/views/layouts/application.html.erb
A         app/views/users
A         app/views/users/edit.html.erb
A         app/views/users/new.html.erb
A         app/views/sessions
A         app/views/sessions/new.html.erb
A         app/views/home
A         app/views/home/index.html.erb
A         app/views/user_notifier
A         app/views/user_notifier/signup_notification.rhtml
A         app/views/user_notifier/activation.rhtml
A         tmp
A         tmp/pids
A         tmp/cache
A         tmp/sessions
A         tmp/sockets
A         log
A         log/test.log
A         log/development.log
A         log/et
A         Rakefile
A         todo.txt
A         script
A         script/performance
AU        script/performance/benchmarker
AU        script/performance/profiler
AU        script/console
AU        script/breakpointer
AU        script/server
AU        script/diff
AU        script/destroy
AU        script/runner
AU        script/about
AU        script/generate
AU        script/plugin
A         script/process
AU        script/process/spawner
AU        script/process/inspector
AU        script/process/reaper
A         components
A         config
A         config/routes.rb
A         config/database.yml
A         config/boot.rb
A         config/environment.rb
A         config/environments
A         config/environments/test.rb
A         config/environments/development.rb
A         config/environments/production.rb
A         db
A         db/schema.rb
AU        db/development.sqlite3
A         db/migrate
A         db/migrate/005_user_has_name.rb
A         db/migrate/002_add_open_id_authentication_tables.rb
A         db/migrate/001_create_users.rb
A         db/migrate/003_create_user_openids.rb
A         db/migrate/004_move_identity_url_to_user_openid_table.rb
A         doc
A         doc/README_FOR_APP
A         lib
A         lib/authenticated_test_helper.rb
A         lib/tasks
A         lib/authenticated_system.rb
A         README
A         vendor
A         vendor/plugins
A         vendor/plugins/gemsonrails
A         vendor/plugins/gemsonrails/init.rb
A         vendor/plugins/gemsonrails/tasks
A         vendor/plugins/gemsonrails/tasks/gems_unfreeze.rake
A         vendor/plugins/gemsonrails/tasks/load_tasks_in_gems.rake
A         vendor/plugins/gemsonrails/tasks/gems_link.rake
A         vendor/plugins/gemsonrails/tasks/gems_freeze.rake
A         vendor/plugins/restful_authentication
A         vendor/plugins/restful_authentication/Rakefile
A         vendor/plugins/restful_authentication/install.rb
A         vendor/plugins/restful_authentication/generators
A         vendor/plugins/restful_authentication/generators/authenticated
A         vendor/plugins/restful_authentication/generators/authenticated/USAGE
A         vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates
A         vendor/plugins/restful_authentication/generators/authenticated/templates/notifier_test.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/unit_test.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/notifier.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/model_functional_test.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/activation.rhtml
A         vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/signup.rhtml
A         vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/login.rhtml
A         vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.rhtml
A         vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/functional_test.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
A         vendor/plugins/restful_authentication/generators/authenticated/templates/fixtures.yml
A         vendor/plugins/restful_authentication/README
A         vendor/plugins/open_id_authentication
A         vendor/plugins/open_id_authentication/test
A         vendor/plugins/open_id_authentication/test/normalize_test.rb
A         vendor/plugins/open_id_authentication/test/status_test.rb
A         vendor/plugins/open_id_authentication/test/open_id_authentication_test.rb.orig
A         vendor/plugins/open_id_authentication/test/open_id_authentication_test.rb
A         vendor/plugins/open_id_authentication/Rakefile
A         vendor/plugins/open_id_authentication/init.rb.orig
A         vendor/plugins/open_id_authentication/init.rb
A         vendor/plugins/open_id_authentication/tasks
A         vendor/plugins/open_id_authentication/tasks/open_id_authentication_tasks.rake.orig
A         vendor/plugins/open_id_authentication/tasks/open_id_authentication_tasks.rake
A         vendor/plugins/open_id_authentication/lib
A         vendor/plugins/open_id_authentication/lib/generators
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb.orig
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/templates
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/templates/migration.rb.orig
A         vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/templates/migration.rb
A         vendor/plugins/open_id_authentication/lib/open_id_authentication
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/setting.rb
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb.orig
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb.orig
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/association.rb.orig
A         vendor/plugins/open_id_authentication/lib/open_id_authentication/association.rb
A         vendor/plugins/open_id_authentication/lib/open_id_authentication.rb.orig
A         vendor/plugins/open_id_authentication/lib/open_id_authentication.rb
A         vendor/plugins/open_id_authentication/CHANGELOG
A         vendor/plugins/open_id_authentication/update_openid_plugin_to_ruby_openid_2.diff
A         vendor/plugins/open_id_authentication/README
A         vendor/plugins/ym4r_gm
A         vendor/plugins/ym4r_gm/test
A         vendor/plugins/ym4r_gm/test/gm_test.rb
A         vendor/plugins/ym4r_gm/rakefile.rb
A         vendor/plugins/ym4r_gm/init.rb
A         vendor/plugins/ym4r_gm/tasks
A         vendor/plugins/ym4r_gm/tasks/gm_tasks.rake
A         vendor/plugins/ym4r_gm/javascript
A         vendor/plugins/ym4r_gm/javascript/geoRssOverlay.js
A         vendor/plugins/ym4r_gm/javascript/clusterer.js
A         vendor/plugins/ym4r_gm/javascript/ym4r-gm.js
A         vendor/plugins/ym4r_gm/javascript/wms-gs.js
A         vendor/plugins/ym4r_gm/javascript/markerGroup.js
A         vendor/plugins/ym4r_gm/lib
A         vendor/plugins/ym4r_gm/lib/ym4r_gm.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin
A         vendor/plugins/ym4r_gm/lib/gm_plugin/map.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/geocoding.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/helper.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/control.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/overlay.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/key.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/point.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/mapping.rb
A         vendor/plugins/ym4r_gm/lib/gm_plugin/layer.rb
A         vendor/plugins/ym4r_gm/gmaps_api_key.yml.sample
A         vendor/plugins/ym4r_gm/install.rb
A         vendor/plugins/ym4r_gm/README
D         public
A         public
AU        public/dispatch.cgi
AU        public/dispatch.rb
A         public/images
AU        public/images/openid.gif
AU        public/images/rails.png
AU        public/dispatch.fcgi
A         public/robots.txt
A         public/500.html
A         public/javascripts
A         public/javascripts/geoRssOverlay.js
A         public/javascripts/prototype.js
A         public/javascripts/clusterer.js
A         public/javascripts/jquery.pngfix.js
A         public/javascripts/wms-gs.js
A         public/javascripts/jquery.js
A         public/javascripts/effects.js
A         public/javascripts/ajax.js
A         public/javascripts/voozer.js
A         public/javascripts/debug.js
A         public/javascripts/pngfix.js
A         public/javascripts/ym4r-gm.js
A         public/javascripts/markerGroup.js
A         public/javascripts/dragdrop.js
A         public/javascripts/controls.js
A         public/javascripts/application.js
A         public/404.html
A         public/stylesheets
A         public/stylesheets/style.css
A         public/stylesheets/scaffold.css
A         public/stylesheets/application.css
A         public/favicon.ico
At revision 996
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson59235.sh
+ cd trunk
+ ruby spec/geo-client.rb
ruby: No such file or directory -- spec/geo-client.rb (LoadError)

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

Build failed in Hudson: geo-client #20

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/geo-client/20/changes

Changes:

[kplummer] working rails version of the geo-client. refs #121

------------------------------------------
started
Updating http://www.rvooz.org/svn/geo-client/trunk
A         app/controllers/proxy_controller.rb
U         app/views/layouts/application.html.erb
U         app/views/home/index.html.erb
D         log/test.log
D         log/development.log
U         config/routes.rb
U         config/database.yml
D         db/development.sqlite3
D         vendor/plugins/ym4r_gm
A         vendor/plugins/ci_reporter
A         vendor/plugins/ci_reporter/tasks
A         vendor/plugins/ci_reporter/tasks/ci_reporter.rake
 U        vendor/plugins
U         public/javascripts/voozer.js
At revision 997
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson59241.sh
+ cd trunk
+ rake db:drop:all
rake aborted!
No such file or directory - /tmp/mysql.sock

(See full trace by running task with --trace)
(in http://rvooz-ci/job/geo-client/ws/trunk)

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

Build failed in Hudson: geo-client #21

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/geo-client/21/changes

------------------------------------------
started
Updating http://www.rvooz.org/svn/geo-client/trunk
At revision 997
no change for http://www.rvooz.org/svn/geo-client/trunk since the previous build
[workspace] $ /bin/sh -xe /home/hudson/tomcat/temp/hudson59244.sh
+ cd trunk
+ rake db:drop:all
(in http://rvooz-ci/job/geo-client/ws/trunk)
+ rake db:create:all
(in http://rvooz-ci/job/geo-client/ws/trunk)
+ rake db:migrate
(in http://rvooz-ci/job/geo-client/ws/trunk)
== 1 CreateUsers: migrating ===================================================
-- create_table("users", {:force=>true})
   -> 0.0215s
== 1 CreateUsers: migrated (0.0217s) ==========================================

== 2 AddOpenIdAuthenticationTables: migrating =================================
-- create_table(:open_id_authentication_associations, {:force=>true})
   -> 0.0060s
-- create_table(:open_id_authentication_nonces, {:force=>true})
   -> 0.0050s
== 2 AddOpenIdAuthenticationTables: migrated (0.0114s) ========================

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

== 4 MoveIdentityUrlToUserOpenidTable: migrating ==============================
-- remove_column(:users, :identity_url)
   -> 0.0404s
== 4 MoveIdentityUrlToUserOpenidTable: migrated (0.1315s) =====================

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

+ 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/user_openid_test.rb" "test/unit/user_notifier_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/geo-client/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
.....................
Finished in 0.542762 seconds.

21 tests, 43 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" "test/functional/user_openids_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/sessions_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
...................E........
Finished in 0.839708 seconds.

  1) Error:
test_should_activate_user(UsersControllerTest):
MissingSourceFile: no such file to load -- hpricot
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
    http://rvooz-ci/job/geo-client/ws/trunk/app/controllers/home_controller.rb :23
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:104:in `require_or_load'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:248:in `load_missing_constant'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/inflector.rb:257:in `constantize'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1426:in `recognize'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions/routing_assertions.rb:138:in `recognized_request_for'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions/response_assertions.rb:71:in `assert_redirected_to'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions/response_assertions.rb:62:in `each'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions/response_assertions.rb:62:in `assert_redirected_to'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions.rb:54:in `clean_backtrace'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/assertions/response_assertions.rb:54:in `assert_redirected_to'
    ./test/functional/users_controller_test.rb:62:in `test_should_activate_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'

28 tests, 84 assertions, 0 failures, 1 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.000498 seconds.

0 tests, 0 assertions, 0 failures, 0 errors
Errors running test:functionals!

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

Hudson build is back to normal: geo-client #22

by Hudson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://rvooz-ci/job/geo-client/22/changes


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