Integration Builder
2008-Mar-31 08:30 UTC
[Mongrel-development] [CruiseControl] mongrel-stable_1-2-mingw32 build 1001 failed
The build failed. Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here. CHANGES ------- This is the first build BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/bin/ruby extconf.rb (in D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mingw32/work) [CruiseControl] Invoking Rake task "clobber" Cleaning [CruiseControl] Invoking Rake task "compile" checking for main() in -lc... no creating Makefile gcc -I. -I. -ID:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/1.8/i386-mingw32 -I. -g -O2 -c http11.c gcc -I. -I. -ID:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/1.8/i386-mingw32 -I. -g -O2 -c http11_parser.c gcc -shared -s -o http11.so http11.o http11_parser.o -L. -LD:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib -L. -Wl,--enable-auto-image-base,--enable-auto-import,--export-all -lmsvcrt-ruby18 -lshell32 -lws2_32 D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/bin/ruby -Ilib;ext;bin;test "D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb" "test/test_helper.rb" "test/unit/test_cgi_wrapper.rb" "test/unit/test_command.rb" "test/unit/test_conditional.rb" "test/unit/test_configurator.rb" "test/unit/test_debug.rb" "test/unit/test_handlers.rb" "test/unit/test_http_parser.rb" "test/unit/test_redirect_handler.rb" "test/unit/test_request_progress.rb" "test/unit/test_response.rb" "test/unit/test_stats.rb" "test/unit/test_uriclassifier.rb" "test/unit/test_ws.rb" [CruiseControl] Invoking Rake task "test" ./test/test_helper.rb:8: warning: already initialized constant HERE ./test/unit/test_command.rb:9: uninitialized constant GemPlugin (NameError) from D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `load'' from D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5 from D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5:in `each'' from D:/Users/Luis/ruby/ruby-186-svn-MINGW-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb:5 rake aborted! Command failed with status (1): [D:/Users/Luis/ruby/ruby-186-svn-MINGW-ruby...] (See full trace by running task with --trace) dir : D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mingw32/work command : ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" executed command : echo D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" >> D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mingw32/build-1001/build.log && ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" >> D:\Users\Luis\.cruise\projects\mongrel-stable_1-2-mingw32\build-1001\build.log 2>&1 exitstatus: 1 STDERR TAIL START STDERR TAIL END PROJECT SETTINGS ---------------- # Project-specific configuration for CruiseControl.rb Project.configure do |project| project.email_notifier.emails = [''mongrel-development at rubyforge.org'', ''rubyinstaller-devel at rubyforge.org''] project.rake_task = ''clobber compile test package'' project.scheduler.polling_interval = 5.minutes end