From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: builder-hNnAan30BLaakBO8gow8eQ@public.gmane.org Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: [CruiseControl] mongrel-trunk-mswin32 build 996 failed Date: Sun, 30 Mar 2008 15:03:27 -0300 Message-ID: <47efd5ef6ab08_c4813de3a61a6@KEORE.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 1206900612 21339 80.91.229.12 (30 Mar 2008 18:10:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 18:10:12 +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 Sun Mar 30 20:10: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:23 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jg1zO-0002uC-Oj for gclrmd-mongrel-development@m.gmane.org; Sun, 30 Mar 2008 20:10:42 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id EF02D1858687; Sun, 30 Mar 2008 14:10:00 -0400 (EDT) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by rubyforge.org (Postfix) with ESMTP id 393B21858688 for ; Sun, 30 Mar 2008 14:03:18 -0400 (EDT) Received: by an-out-0708.google.com with SMTP id d18so343517and.121 for ; Sun, 30 Mar 2008 11:03:15 -0700 (PDT) Received: by 10.100.251.18 with SMTP id y18mr13378698anh.94.1206900194427; Sun, 30 Mar 2008 11:03:14 -0700 (PDT) Received: from mmediasys.com ( [190.137.95.77]) by mx.google.com with ESMTPS id p33sm9735673elf.3.2008.03.30.11.03.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Mar 2008 11:03:13 -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 ------- This is the first build BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-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" rake aborted! Could not find RubyGem echoe (>= 2.7.5) D:/Users/Luis/.cruise/projects/mongrel-trunk-mswin32/work/rakefile:3 (See full trace by running task with --trace) (in D:/Users/Luis/.cruise/projects/mongrel-trunk-mswin32/work) dir : D:/Users/Luis/.cruise/projects/mongrel-trunk-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-trunk-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-trunk-mswin32/build-996/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-mswin32\build-996\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