debug_smoketest build 1114.3
finished at 3:03 AM on 25 September 2008
Build Changeset
New revision 1884 detected in external 'spec/fixture/rubygems_dist/rubygems-9.9.9'
Revision 1884 committed by drbrain on 2008-09-25 02:59:01
Update release notes for 1.3.0
M /trunk/doc/release_notes/rel_1_3_0.rdoc
Build Log
/home/woolley/.cruise/projects/debug_smoketest/work woolley$ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/home/woolley/workspace/cruisecontrolrb.trunk/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear
(in /home/woolley/.cruise/projects/debug_smoketest/work)
rm -r doc
rm -r pkg
/usr/local/bin/ruby -w -Ilib:ext:bin:test spec/smoketest/debug_smoketest.rb
----------------------------------------------------------------
WARNING: You are using RubyGems version 1.1.0.
This version is known to have bugs and/or compatibility issues
with GemInstaller. Update RubyGems, or continue at your risk.
To update rubygems (recommended), use 'gem update --system'.
----------------------------------------------------------------
[CruiseControl] Invoking Rake task "debug_smoketest"
spec/smoketest/debug_smoketest.rb:39: warning: useless use of a literal in void context
Loaded suite spec/smoketest/debug_smoketest
Started
Uninstalling all versions of x10-cm17a. This will give an error if it's not already installed.
Successfully uninstalled x10-cm17a-1.0.1
Running geminstaller: export GEM_HOME=/home/woolley/.geminstaller_smoketest_gem_home; export GEM_PATH=/home/woolley/.geminstaller_smoketest_gem_home; ruby -I /home/woolley/.cruise/projects/debug_smoketest/work/spec/fixture/rubygems_dist/rubygems-9.9.9/lib:/home/woolley/.cruise/projects/debug_smoketest/work/spec/fixture/rubygems_dist/rubygems-9.9.9/bin:/home/woolley/.cruise/projects/debug_smoketest/work/lib /home/woolley/.cruise/projects/debug_smoketest/work/bin/geminstaller --config=spec/smoketest/debug-smoketest-geminstaller.yml
This should print a message for each of the gems which are installed.
Please be patient, it may take a bit, or may not work at all if rubyforge or your network connection is down, or you don't have proper permissions, or if there's a bug in geminstaller :)
Invoking gem install for x10-cm17a, version 1.0.1.
Geminstaller command complete. Now we'll run gem list to check that the gems listed above were actually installed locally.
Running gem list for x10-cm17a, verify that it contains the expected version(s)x10-cm17a (1.0.1)
SUCCESS! FANFARE! All gems were successfully installed!
.
Finished in 9.399815 seconds.
1 tests, 1 assertions, 0 failures, 0 errors
Project Settings
# Project-specific configuration for CruiseControl.rb
require 'fileutils'
Project.configure do |project|
project.email_notifier.emails = ['thewoolleyman@gmail.com']
if project.name =~ /rubygems[_-](.*)$/ # geminstaller_using_rubygems_0-9-4
rubygems_version = $1
rubygems_version.gsub!('-','.')
ENV['RUBYGEMS_VERSION'] = rubygems_version
end
if project.name =~ /smoketest/i # smoketest project
project.rake_task = project.name
end
end

