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-trunk-mingw32 build 998 failed Date: Mon, 31 Mar 2008 02:30:22 -0300 Message-ID: <47f076ee66c88_de01462a88286@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 1206941396 24106 80.91.229.12 (31 Mar 2008 05:29:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 05:29:56 +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 Mar 31 07:30:26 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:31 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1JgCbA-0004Un-R1 for gclrmd-mongrel-development@m.gmane.org; Mon, 31 Mar 2008 07:30:25 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 1999B185864F; Mon, 31 Mar 2008 01:29:46 -0400 (EDT) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by rubyforge.org (Postfix) with ESMTP id 762F0185863D for ; Mon, 31 Mar 2008 01:29:42 -0400 (EDT) Received: by an-out-0708.google.com with SMTP id d18so408386and.121 for ; Sun, 30 Mar 2008 22:29:42 -0700 (PDT) Received: by 10.101.70.15 with SMTP id x15mr13528788ank.67.1206941382444; Sun, 30 Mar 2008 22:29:42 -0700 (PDT) Received: from mmediasys.com ( [190.137.81.190]) by mx.google.com with ESMTPS id a42sm6278327rne.15.2008.03.30.22.29.40 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Mar 2008 22:29:41 -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 998 detected Revision 998 committed by luislavena on 2008-03-31 05:25:39 Remove fixed port numbers used in tests, make tests more friendly to CI tools. Use of #process_based_port as port number. M /trunk/test/test_redirect_handler.rb M /trunk/test/test_handlers.rb M /trunk M /trunk/test/test_configurator.rb M /trunk/test/test_conditional.rb M /trunk/test/test_ws.rb M /trunk/test/testhelp.rb M /trunk/test/test_request_progress.rb BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-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" rake clean (in D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work) [CruiseControl] Invoking Rake task "clobber" Cleaning rake aborted! undefined method `exitstatus' for nil:NilClass D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work/rakefile:127:in `sub_project' (See full trace by running task with --trace) dir : D:/Users/Luis/.cruise/projects/mongrel-trunk-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-trunk-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-trunk-mingw32/build-998/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-trunk-mingw32\build-998\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' project.scheduler.polling_interval = 5.minutes end