From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Integration Builder Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: [CruiseControl] mongrel-stable_1-2-mswin32 build 1002 failed Date: Mon, 7 Apr 2008 18:12:03 -0300 Message-ID: <47fa8e236e988_88013de3a6141@edicion01.tmail> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207602731 29059 80.91.229.12 (7 Apr 2008 21:12:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 21:12:11 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org, rubyinstaller-devel-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Apr 07 23:12:43 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:35 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jiydu-0000br-Co for gclrmd-mongrel-development@m.gmane.org; Mon, 07 Apr 2008 23:12:42 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 27BF81858632; Mon, 7 Apr 2008 17:12:01 -0400 (EDT) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by rubyforge.org (Postfix) with ESMTP id B1099185865E for ; Mon, 7 Apr 2008 17:11:30 -0400 (EDT) Received: by ti-out-0910.google.com with SMTP id a21so626153tia.17 for ; Mon, 07 Apr 2008 14:11:29 -0700 (PDT) Received: by 10.151.108.5 with SMTP id k5mr2951624ybm.102.1207602686636; Mon, 07 Apr 2008 14:11:26 -0700 (PDT) Received: from mmediasys.com ( [201.253.162.160]) by mx.google.com with ESMTPS id s38sm9083700rnb.10.2008.04.07.14.11.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Apr 2008 14:11:26 -0700 (PDT) List-Post: 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 ------- New revision 1002 detected Revision 1002 committed by luislavena on 2008-04-06 00:14:45 GemPlugin was looking for 'init.rb' on every gem, that's nasty. M /branches/stable_1-2/projects/gem_plugin/lib/gem_plugin.rb M /branches/stable_1-2 BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mswin32/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-p114-VC6-rubygems-110/bin/ruby extconf.rb (in D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mswin32/work) [CruiseControl] Invoking Rake task "clobber" Cleaning - ext/http11/http11-i386-mswin32.def - ext/http11/http11-i386-mswin32.exp - ext/http11/http11-i386-mswin32.lib - ext/http11/http11-i386-mswin32.pdb - ext/http11/http11.obj - ext/http11/http11_parser.obj - ext/http11/Makefile - ext/http11/vc60.pdb - lib/http11.so - log - test_stderr.log - test_stdout.log [CruiseControl] Invoking Rake task "compile" checking for main() in c.lib... no creating Makefile Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\Users\Luis\ruby\ruby-186-p114-VC6-rubygems-110\bin\ruby -e "puts 'EXPORTS', 'Init_http11'" > http11-i386-mswin32.def cl -nologo -I. -I. -ID:/Users/Luis/ruby/ruby-186-p114-VC6-rubygems-110/lib/ruby/1.8/i386-mswin32 -I. -MD -Zi -O2b2xg- -G6 -c -Tchttp11.c http11.c cl -nologo -I. -I. -ID:/Users/Luis/ruby/ruby-186-p114-VC6-rubygems-110/lib/ruby/1.8/i386-mswin32 -I. -MD -Zi -O2b2xg- -G6 -c -Tchttp11_parser.c http11_parser.c cl -nologo -LD -Fehttp11.so http11.obj http11_parser.obj msvcrt-ruby18.lib oldnames.lib user32.lib advapi32.lib ws2_32.lib -link -incremental:no -debug -opt:ref -opt:icf -dll -libpath:"." -libpath:"D:/Users/Luis/ruby/ruby-186-p114-VC6-rubygems-110/lib" -def:http11-i386-mswin32.def -implib:http11-i386-mswin32.lib -pdb:http11-i386-mswin32.pdb Creating library http11-i386-mswin32.lib and object http11-i386-mswin32.exp D:/Users/Luis/ruby/ruby-186-p114-VC6-rubygems-110/bin/ruby -Ilib;ext;bin;test "D:/Users/Luis/ruby/ruby-186-p114-VC6-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 Loaded suite D:/Users/Luis/ruby/ruby-186-p114-VC6-rubygems-110/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader Started .......................F..E................................ Finished in 34.609 seconds. 1) Failure: test_horrible_queries(HttpParserTest) [./test/unit/test_http_parser.rb:105:in `test_horrible_queries' ./test/unit/test_http_parser.rb:103:in `times' ./test/unit/test_http_parser.rb:103:in `test_horrible_queries']: exception expected but none was thrown. 2) Error: test_parse_strange_headers(HttpParserTest): Mongrel::HttpParserError: Invalid HTTP format, parsing fails. ./test/unit/test_http_parser.rb:49:in `execute' ./test/unit/test_http_parser.rb:49:in `test_parse_strange_headers' 59 tests, 458 assertions, 1 failures, 1 errors rake aborted! Command failed with status (1): [D:/Users/Luis/ruby/ruby-186-p114-VC6-rubyg...] (See full trace by running task with --trace) dir : D:/Users/Luis/.cruise/projects/mongrel-stable_1-2-mswin32/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-mswin32/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-mswin32/build-1002/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-mswin32\build-1002\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-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org', 'rubyinstaller-devel-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org'] project.rake_task = 'clobber compile test package' project.scheduler.polling_interval = 5.minutes end