Created
June 17, 2011 20:55
-
-
Save dreamr/1032324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/development/clients/importal/pinkbox/management |develop: --| $ rake all_tests --trace(in /Users/james/development/clients/importal/pinkbox/management) | |
localgems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/localgems/gems | |
livegems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/livegems/gems | |
** Invoke all_tests (first_time) | |
** Execute all_tests | |
(in /Users/james/development/clients/importal/pinkbox/management) | |
localgems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/localgems/gems | |
Installing gem: actionmailer-2.0.2.gem | |
Successfully installed actionmailer-2.0.2 | |
1 gem installed | |
Installing gem: actionpack-2.0.2.gem | |
Successfully installed actionpack-2.0.2 | |
1 gem installed | |
Installing gem: activerecord-2.0.2.gem | |
Successfully installed activerecord-2.0.2 | |
1 gem installed | |
Installing gem: activeresource-2.0.2.gem | |
Successfully installed activeresource-2.0.2 | |
1 gem installed | |
Installing gem: activesupport-2.0.2.gem | |
Successfully installed activesupport-2.0.2 | |
1 gem installed | |
Installing gem: log4r-1.1.7.gem | |
Successfully installed log4r-1.1.7 | |
1 gem installed | |
Installing gem: logging-0.3.0.gem | |
Successfully installed logging-0.3.0 | |
1 gem installed | |
Installing gem: pinkbox_common-0.10.0.gem | |
Successfully installed pinkbox_common-0.10.0 | |
1 gem installed | |
Installing gem: rails-2.0.2.gem | |
Successfully installed rails-2.0.2 | |
1 gem installed | |
Installing gem: rails_common-0.4.2.gem | |
Successfully installed rails_common-0.4.2 | |
1 gem installed | |
Installing gem: rake-0.8.7.gem | |
Successfully installed rake-0.8.7 | |
1 gem installed | |
Installing gem: rindlet-2.8.0.gem | |
Successfully installed rindlet-2.8.0 | |
1 gem installed | |
Installing gem: rspec-1.3.0.gem | |
************************************************** | |
Thank you for installing rspec-1.3.0 | |
Please be sure to read History.rdoc and Upgrade.rdoc | |
for useful information about this release. | |
************************************************** | |
Successfully installed rspec-1.3.0 | |
1 gem installed | |
Installing gem: ruby-postgres-0.7.1.2006.04.06.gem | |
Building native extensions. This could take a while... | |
Successfully installed ruby-postgres-0.7.1.2006.04.06 | |
1 gem installed | |
Installing gem: yard-0.7.1.gem | |
Successfully installed yard-0.7.1 | |
1 gem installed | |
livegems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/livegems/gems | |
Installing gem: cgi_multipart_eof_fix-2.5.0.gem | |
Successfully installed cgi_multipart_eof_fix-2.5.0 | |
1 gem installed | |
Installing gem: daemons-1.0.12.gem | |
Successfully installed daemons-1.0.12 | |
1 gem installed | |
Installing gem: fastthread-1.0.7.gem | |
Building native extensions. This could take a while... | |
Successfully installed fastthread-1.0.7 | |
1 gem installed | |
Installing gem: gem_plugin-0.2.3.gem | |
Successfully installed gem_plugin-0.2.3 | |
1 gem installed | |
Installing gem: mongrel-1.1.5.gem | |
Building native extensions. This could take a while... | |
Successfully installed mongrel-1.1.5 | |
1 gem installed | |
(in /Users/james/development/clients/importal/pinkbox/management) | |
localgems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/localgems/gems | |
livegems Gems | |
mkdir -p /Users/james/development/clients/importal/pinkbox/management/etc/livegems/gems | |
ERROR: relation "component_groups" does not exist at character 245 | |
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = 'component_groups'::regclass | |
AND a.attnum > 0 AND NOT a.attisdropped | |
ORDER BY a.attnum | |
rake aborted! | |
PGError: ERROR: relation "component_groups" does not exist | |
LINE 4: WHERE a.attrelid = 'component_groups'::regclass | |
^ | |
: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = 'component_groups'::regclass | |
AND a.attnum > 0 AND NOT a.attisdropped | |
ORDER BY a.attnum | |
/Users/james/development/clients/importal/pinkbox/management/Rakefile:19 | |
(See full trace by running task with --trace) | |
All tests failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment