Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249178 Details for
Bug 339353
dev-ruby/facter fails tests with ruby 1.9.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
facter-1.5.8:20101001-132841.log (text/plain), 26.92 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-10-01 14:03:38 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-10-01 14:03:38 UTC
Size:
26.92 KB
patch
obsolete
> * Package: dev-ruby/facter-1.5.8 > * Repository: gentoo > * Maintainer: matsuu@gentoo.org > * USE: elibc_glibc kernel_linux ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 test userland_GNU x86 >>>> Unpacking source... > * Running unpack phase for all ... > * Unpacking .gem file... ... > [ ok ] > * Unpacking data.tar.gz ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/dev-ruby/facter-1.5.8/work >>>> Preparing source in /var/tmp/portage/dev-ruby/facter-1.5.8/work ... > * Running prepare phase for all ... > * Applying facter-1.5.8-freebsd-spec.patch ... > [ ok ] > * Running source copy phase for ruby18 ... > * Running source copy phase for ruby19 ... > * Running source copy phase for ree18 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ruby/facter-1.5.8/work ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ruby/facter-1.5.8/work ... > * Running compile phase for all ... >>>> Source compiled. > * Running test phase for ruby18 ... >(in /var/tmp/portage/dev-ruby/facter-1.5.8/work/ruby18/facter-1.5.8) >./spec/spec_helper.rb:3: warning: already initialized constant SPECDIR >./spec/unit/../spec_helper.rb:3: warning: already initialized constant SPECDIR >./spec/unit/util/../../spec_helper.rb:3: warning: already initialized constant SPECDIR > >Facter >[32m- should create a new collection if one does not exist[0m >[32m- should remove the collection when reset[0m > >Facter >[32m- should have a version[0m >[32m- should have a method for returning its collection[0m >[32m- should cache the collection[0m >[32m- should delegate the :flush method to the collection[0m >[32m- should delegate the :fact method to the collection[0m >[32m- should delegate the :list method to the collection[0m >[32m- should load all facts when listing[0m >[32m- should delegate the :to_hash method to the collection[0m >[32m- should load all facts when calling :to_hash[0m >[32m- should delegate the :value method to the collection[0m >[32m- should delegate the :each method to the collection[0m >[32m- should load all facts when calling :each[0m >[32m- should yield to the block when using :each[0m >[32m- should only return one mac address[0m >[32m- should have a method for registering directories to search[0m >[32m- should have a method for returning the registered search directories[0m >[32m- should have a method to query debugging mode[0m >[32m- should have a method to warn[0m > >Facter when provided code as a string >[32m- should execute the code in the shell[0m > >Facter when asked for a fact as an undefined Facter class method and the collection is already initialized >[32m- should return the fact's value[0m > >Facter when asked for a fact as an undefined Facter class method and the collection has been just reset >[32m- should return the fact's value[0m > >Facter when passed code as a block >[32m- should execute the provided block[0m > >Facter#<Facter::Util::Fact:0xf72dc808> >[32m- should have its ldapname set to 'cn'[0m > >Facter#<Facter::Util::Fact:0xf72c6b98> >[32m- should have its ldapname set to 'iphostnumber'[0m > >Facter when warning >[32m- should warn if debugging is enabled[0m >[32m- should not warn if debugging is enabled but nil is passed[0m >[32m- should not warn if debugging is enabled but an empyt string is passed[0m >[32m- should not warn if debugging is disabled[0m >[32m- should warn for any given element for an array if debugging is enabled[0m > >Facter when setting debugging mode >[32m- should have debugging enabled using 1[0m >[32m- should have debugging enabled using true[0m >[32m- should have debugging enabled using any string except off[0m >[32m- should have debugging disabled using 0[0m >[32m- should have debugging disabled using false[0m >[32m- should have debugging disabled using the string 'off'[0m > >Facter when registering directories to search >[32m- should allow registration of a directory[0m >[32m- should allow registration of multiple directories[0m >[32m- should return all registered directories when asked[0m > >Virtual fact >[32m- should be zone on Solaris when a zone[0m >[32m- should be jail on FreeBSD when a jail in kvm[0m > >is_virtual fact >[32m- should be virtual when running on xen[0m >[32m- should be false when running on xen0[0m >[32m- should be true when running on vmware[0m >[32m- should be true when running on openvz[0m >[32m- should be true when running on kvm[0m >[32m- should be true when running in jail[0m > >Per Interface IP facts >[32m- should replace the ':' in an interface list with '_'[0m > >SELinux facts >[32m- should return true if SELinux enabled[0m >[32m- should return true if SELinux policy enabled[0m >[32m- should return an SELinux policy version[0m > >Facter::Util::Resolution >[32m- should require a name[0m >[32m- should have a name[0m >[32m- should have a method for setting the code[0m >[32m- should support a timeout value[0m >[32m- should default to a timeout of 0 seconds[0m >[32m- should default to nil for code[0m >[32m- should default to nil for interpreter[0m >[32m- should provide a 'limit' method that returns the timeout[0m >[32m- should be able to return a value[0m >[32m- should return its value when converted to a string[0m >[32m- should allow the adding of confines[0m >[32m- should provide a method for returning the number of confines[0m >[32m- should return 0 confines when no confines have been added[0m >[32m- should have a method for determining if it is suitable[0m >[32m- should have a class method for executing code[0m > >Facter::Util::Resolution when setting the code >./spec/unit/util/resolution.rb:48: warning: already initialized constant INTERPRETER >[32m- should default to the detected interpreter if a string is provided[0m >[32m- should set the code to any provided string[0m >[32m- should set the code to any provided block[0m >[32m- should prefer the string over a block[0m >[32m- should fail if neither a string nor block has been provided[0m > >Facter::Util::Resolution when returning the value and setcode has not been called >[32m- should return nil[0m > >Facter::Util::Resolution when returning the value and the code is a string on windows >./spec/unit/util/resolution.rb:93: warning: already initialized constant WINDOWS >./spec/unit/util/resolution.rb:94: warning: already initialized constant INTERPRETER >[32m- should return the result of executing the code with the interpreter[0m >./spec/unit/util/resolution.rb:93: warning: already initialized constant WINDOWS >./spec/unit/util/resolution.rb:94: warning: already initialized constant INTERPRETER >[32m- should return nil if the value is an empty string[0m > >Facter::Util::Resolution when returning the value and the code is a string on non-windows systems >./spec/unit/util/resolution.rb:113: warning: already initialized constant WINDOWS >./spec/unit/util/resolution.rb:114: warning: already initialized constant INTERPRETER >[32m- should return the result of executing the code with the interpreter[0m >./spec/unit/util/resolution.rb:113: warning: already initialized constant WINDOWS >./spec/unit/util/resolution.rb:114: warning: already initialized constant INTERPRETER >[32m- should return nil if the value is an empty string[0m > >Facter::Util::Resolution when returning the value and the code is a block >[32m- should warn but not fail if the code fails[0m >[32m- should return the value returned by the block[0m >[32m- should return nil if the value is an empty string[0m >[32m- should return nil if the value is an empty block[0m >[32m- should use its limit method to determine the timeout, to avoid conflict when a 'timeout' method exists for some other reason[0m >[32m- should timeout after the provided timeout[0m >[32m- should waitall to avoid zombies if the timeout is exceeded[0m > >Facter::Util::Resolution when adding confines >[32m- should accept a hash of fact names and values[0m >[32m- should create a Util::Confine instance for every argument in the provided hash[0m > >Facter::Util::Resolution when determining suitability >[32m- should always be suitable if no confines have been added[0m >[32m- should be unsuitable if any provided confines return false[0m >[32m- should be suitable if all provided confines return true[0m > >Facter::Util::Resolution when executing code >[32m- should fail if any interpreter other than /bin/sh is requested[0m >[32m- should execute the binary[0m > >Facter::Util::Virtual >[32m- should detect openvz[0m >[32m- should identify openvzhn when version file exists[0m >[32m- should identify openvzve when no version file exists[0m >[32m- should identify Solaris zones when non-global zone[0m >[32m- should not identify Solaris zones when global zone[0m >[32m- should not detect vserver if no self status[0m >[32m- should detect vserver when vxid present in process status[0m >[32m- should detect vserver when s_context present in process status[0m >[32m- should not detect vserver when vserver flags not present in process status[0m >[32m- should identify vserver_host when /proc/virtual exists[0m >[32m- should identify vserver_type as vserver when /proc/virtual does not exist[0m >[32m- should detect xen when /proc/sys/xen exists[0m >[32m- should detect xen when /sys/bus/xen exists[0m >[32m- should detect xen when /proc/xen exists[0m >[32m- should not detect xen when no sysfs/proc xen directories exist[0m >[32m- should detect kvm[0m >[32m- should detect kvm on FreeBSD[0m >[32m- should identify FreeBSD jail when in jail[0m >[32m- should not identify FreeBSD jail when not in jail[0m > >Facter::Util::Vlans >[32m- should return a list of vlans on Linux[0m > >Facter::Util::IP >[32m- should be supported on freebsd[0m >[32m- should be supported on linux[0m >[32m- should be supported on netbsd[0m >[32m- should be supported on openbsd[0m >[32m- should be supported on sunos[0m >[32m- should be supported on darwin[0m >[32m- should be supported on hp-ux[0m >[32m- should return a list of interfaces[0m >[32m- should return an empty list of interfaces on an unknown kernel[0m >[32m- should return a list with a single interface on Linux with a single interface[0m >[32m- should return a list two interfaces on Darwin with two interfaces[0m >[32m- should return a list two interfaces on Solaris with two interfaces multiply reporting[0m >[32m- should return a list three interfaces on HP-UX with three interfaces multiply reporting[0m >[32m- should return a value for a specific interface[0m >[32m- should not return interface information for unsupported platforms[0m >[32m- should return ipaddress information for Solaris[0m >[32m- should return netmask information for Solaris[0m >[32m- should return calculated network information for Solaris[0m >[32m- should return ipaddress information for HP-UX[0m >[32m- should return macaddress information for HP-UX[0m >[32m- should return netmask information for HP-UX[0m >[32m- should return calculated network information for HP-UX[0m >[32m- should return interface information for FreeBSD supported via an alias[0m >[32m- should return macaddress information for OS X[0m >[32m- should return all interfaces correctly on OS X[0m >[32m- should return a human readable netmask on Solaris[0m >[32m- should return a human readable netmask on HP-UX[0m >[32m- should return a human readable netmask on Darwin[0m >[32m- should not get bonding master on interface aliases[0m >[32m- should require conversion from hex on freebsd[0m >[32m- should require conversion from hex on netbsd[0m >[32m- should require conversion from hex on openbsd[0m >[32m- should require conversion from hex on sunos[0m >[32m- should require conversion from hex on darwin[0m >[32m- should require conversion from hex on hp-ux[0m > >Facter::Util::Confine >[32m- should require a fact name[0m >[32m- should accept a value specified individually[0m >[32m- should accept multiple values specified at once[0m >[32m- should fail if no fact name is provided[0m >[32m- should fail if no values were provided[0m >[32m- should have a method for testing whether it matches[0m > >Facter::Util::Confine when evaluating >[32m- should return false if the fact does not exist[0m >[32m- should use the returned fact to get the value[0m >[32m- should return false if the fact has no value[0m >[32m- should return true if any of the provided values matches the fact's value[0m >[32m- should return true if any of the provided symbol values matches the fact's value[0m >[32m- should return true if any of the provided integer values matches the fact's value[0m >[32m- should return true if any of the provided boolan values matches the fact's value[0m >[32m- should return true if any of the provided array values matches the fact's value[0m >[32m- should return true if any of the provided symbol values matches the fact's string value[0m >[32m- should return true if any of the provided string values matches case-insensitive the fact's value[0m >[32m- should return true if any of the provided symbol values matches case-insensitive the fact's string value[0m >[32m- should return true if any of the provided symbol values matches the fact's string value[0m >[32m- should return false if none of the provided values matches the fact's value[0m >[32m- should return false if none of the provided integer values matches the fact's value[0m >[32m- should return false if none of the provided boolan values matches the fact's value[0m >[32m- should return false if none of the provided array values matches the fact's value[0m > >Facter::Util::Macosx >[32m- should be able to retrieve profiler data as xml for a given data field[0m >[32m- should use PList to convert xml to data structures[0m >[32m- should return the profiler data for 'SPHardwareDataType' as the hardware information[0m >[32m- should return the profiler data for 'SPSoftwareDataType' as the os information[0m > >Facter::Util::Macosx when collecting profiler data >[32m- should return the first value in the '_items' hash in the first value of the results of the system_profiler data, with the '_name' field removed, if the profiler returns data[0m >[32m- should return nil if an exception is thrown during parsing of xml[0m > >Facter::Util::Macosx when working out software version >[32m- should have called sw_vers three times when determining software version[0m >[32m- should return a hash with the correct keys when determining software version[0m >[32m- should split a product version of 'x.y.z' into separate hash entries correctly[0m >[32m- should treat a product version of 'x.y' as 'x.y.0[0m > >Facter::Manufacturer >[32m- should return the system DMI table[0m >[32m- should return nil on non-supported operating systems[0m >[32m- should strip white space on dmi output with spaces[0m >[32m- should handle output from smbios when run under sunos[0m >[32m- should not split on dmi keys containing the string Handle[0m >[32m- should match the key in the defined section and not the first one found[0m >[32m- should return the same result with smbios than with dmidecode[0m > >Facter::Util::Uptime.get_uptime_seconds_unix >[32m- should use sysctl kern.boottime when /proc/uptime not available[0m >[32m- should use who -b when neither /proc/uptime nor sysctl kern.boottime is available[0m >[32m- should return nil when none of /proc/uptime, sysctl kern.boottime, or who -b is available[0m > >Facter::Util::Uptime.get_uptime_seconds_unix when /proc/uptime is available >[32m- should return the uptime in seconds as an integer[0m > >Facter::Util::Collection >[32m- should have a method for adding facts[0m >[32m- should have a method for returning a loader[0m >[32m- should use an instance of the Loader class as its loader[0m >[32m- should cache its loader[0m >[32m- should have a method for loading all facts[0m >[32m- should delegate its load_all method to its loader[0m >[32m- should have a method for retrieving facts by name[0m >[32m- should have a method for returning a fact's value[0m >[32m- should return the fact's value when the array index method is used[0m >[32m- should have a method for flushing all facts[0m >[32m- should have a method that returns all fact names[0m >[32m- should have a method for returning a hash of fact values[0m >[32m- should have a method for iterating over all facts[0m >[32m- should include Enumerable[0m > >Facter::Util::Collection when adding facts >[32m- should create a new fact if no fact with the same name already exists[0m >[32m- should accept options[0m >[32m- should set any appropriate options on the fact instances[0m >[32m- should set appropriate options on the resolution instance[0m >[32m- should not pass fact-specific options to resolutions[0m >[32m- should fail if invalid options are provided[0m > >Facter::Util::Collection when adding facts and a block is provided >[32m- should use the block to add a resolution to the fact[0m > >Facter::Util::Collection when retrieving facts >[32m- should return the fact instance specified by the name[0m >[32m- should be case-insensitive[0m >[32m- should treat strings and symbols equivalently[0m >[32m- should use its loader to try to load the fact if no fact can be found[0m >[32m- should return nil if it cannot find or load the fact[0m > >Facter::Util::Collection when returning a fact's value >[32m- should use the 'fact' method to retrieve the fact[0m >[32m- should return the result of calling :value on the fact[0m >[32m- should be case-insensitive[0m >[32m- should treat strings and symbols equivalently[0m > >Facter::Util::Collection when returning a hash of values >[32m- should return a hash of fact names and values with the fact names as strings[0m >[32m- should not include facts that did not return a value[0m > >Facter::Util::Collection when iterating over facts >[32m- should yield each fact name and the fact value[0m >[32m- should convert the fact name to a string[0m >[32m- should only yield facts that have values[0m > >Facter::Util::Loader >[32m- should have a method for loading individual facts by name[0m >[32m- should have a method for loading all facts[0m >[32m- should have a method for returning directories containing facts[0m > >Facter::Util::Loader when determining the search path >[32m- should include the facter subdirectory of all paths in ruby LOAD_PATH[0m >[32m- should include all search paths registered with Facter[0m > >Facter::Util::Loader when determining the search path and the FACTERLIB environment variable is set >[32m- should include all paths in FACTERLIB[0m > >Facter::Util::Loader when loading facts >[32m- should load values from the matching environment variable if one is present[0m >[32m- should load any files in the search path with names matching the fact name[0m >[32m- should load any ruby files in directories matching the fact name in the search path[0m >[32m- should not load files that don't end in '.rb'[0m > >Facter::Util::Loader when loading all facts >[32m- should skip directories that do not exist[0m >[32m- should load all files in all search paths[0m >[32m- should load all files in all subdirectories in all search paths[0m >[32m- should not load files in the util subdirectory[0m >[32m- should not load files in a lib subdirectory[0m >[32m- should not load files in '.' or '..'[0m >[32m- should not raise an exception when a file is unloadable[0m >[32m- should load all facts from the environment[0m >[32m- should only load all facts one time[0m > >Facter::Util::Fact >[32m- should require a name[0m >[32m- should always downcase the name and convert it to a symbol[0m >[32m- should default to its name converted to a string as its ldapname[0m >[32m- should allow specifying the ldap name at initialization[0m >[32m- should fail if an unknown option is provided[0m >[32m- should have a method for adding resolution mechanisms[0m >[32m- should be able to return a value[0m >[32m- should have a method for flushing the cached fact[0m > >Facter::Util::Fact when adding resolution mechanisms >[32m- should fail if no block is given[0m >[32m- should create a new resolution instance[0m >[32m- should instance_eval the passed block on the new resolution[0m >[32m- should re-sort the resolutions by length, so the most restricted resolutions are first[0m > >Facter::Util::Fact when returning a value >[32m- should return nil if there are no resolutions[0m >[32m- should return the first value returned by a resolution[0m >[32m- should short-cut returning the value once one is found[0m >[32m- should skip unsuitable resolutions[0m >[32m- should return nil if the value is the empty string[0m > >uptime facts: when uptime information is available uptime >[32m- should return "3 days" for 259200 seconds[0m >[32m- should return "3 days" for 259225 seconds[0m >[32m- should return "1 day" for 86400 seconds[0m >[32m- should return "1 day" for 86425 seconds[0m >[32m- should return "3:45 hours" for 13500 seconds[0m >[32m- should return "3:04 hours" for 11040 seconds[0m >[32m- should return "1:00 hours" for 3600 seconds[0m >[32m- should return "0:35 hours" for 2100 seconds[0m > >uptime facts: when uptime information is available uptime_seconds >[32m- should return the uptime in seconds[0m > >uptime facts: when uptime information is available uptime_hours >[32m- should return the uptime in hours[0m > >uptime facts: when uptime information is available uptime_days >[32m- should return the uptime in days[0m > >uptime facts: when uptime information is not available uptime >[32m- should return 'unknown'[0m > >uptime facts: when uptime information is not available uptime_seconds >[32m- should return nil[0m >[32m- should not print a warn message to stderr[0m > >uptime facts: when uptime information is not available uptime_hours >[32m- should return nil[0m >[32m- should not print a warn message to stderr[0m > >uptime facts: when uptime information is not available uptime_days >[32m- should return nil[0m >[32m- should not print a warn message to stderr[0m > >Operating System fact >[32m- should default to the kernel name[0m >[32m- should be Solaris for SunOS[0m >[32m- should identify Oracle VM as OVS[0m > >Operating System Release fact with operatingsystem reported as "oel" >[32m- should read the "/etc/enterprise-release" file[0m > >Operating System Release fact with operatingsystem reported as "OEL" >[32m- should read the "/etc/enterprise-release" file[0m > >Operating System Release fact with operatingsystem reported as "ovs" >[32m- should read the "/etc/ovs-release" file[0m > >Operating System Release fact with operatingsystem reported as "OVS" >[32m- should read the "/etc/ovs-release" file[0m > >Operating System Release fact with operatingsystem reported as "MeeGo" >[32m- should read the "/etc/meego-release" file[0m > >Operating System Release fact with operatingsystem reported as "Fedora" >[32m- should read the "/etc/fedora-release" file[0m > >Operating System Release fact with operatingsystem reported as "CentOS" >[32m- should read the "/etc/redhat-release" file[0m > >Operating System Release fact with operatingsystem reported as "RedHat" >[32m- should read the "/etc/redhat-release" file[0m > >Finished in 2.568554 seconds > >[32m289 examples, 0 failures[0m > * Running test phase for ruby19 ... >(in /var/tmp/portage/dev-ruby/facter-1.5.8/work/ruby19/facter-1.5.8) ><internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- spec/unit/util/../../spec_helper (LoadError) > from <internal:lib/rubygems/custom_require>:29:in `require' > from spec/unit/util/virtual.rb:1:in `<top (required)>' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `block in load_files' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `each' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `load_files' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/options.rb:133:in `run_examples' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/runner/command_line.rb:9:in `run' > from /usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/bin/spec:5:in `<main>' >rake aborted! >Command /usr/bin/ruby19 -I"lib" "/usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/bin/spec" "spec/integration/facter.rb" "spec/spec_helper.rb" "spec/unit/facter.rb" "spec/unit/virtual.rb" "spec/unit/interfaces.rb" "spec/unit/selinux.rb" "spec/unit/util/resolution.rb" "spec/unit/util/virtual.rb" "spec/unit/util/vlans.rb" "spec/unit/util/ip.rb" "spec/unit/util/confine.rb" "spec/unit/util/macosx.rb" "spec/unit/util/manufacturer.rb" "spec/unit/util/uptime.rb" "spec/unit/util/collection.rb" "spec/unit/util/loader.rb" "spec/unit/util/fact.rb" "spec/unit/uptime.rb" "spec/unit/operatingsystem.rb" "spec/unit/operatingsystemrelease.rb" failed >/usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/rake/spectask.rb:177:in `block (2 levels) in define' >/usr/lib/ruby/1.9.1/rake.rb:1110:in `verbose' >/usr/lib/ruby/gems/1.9.1/gems/rspec-1.3.0/lib/spec/rake/spectask.rb:153:in `block in define' >/usr/lib/ruby/1.9.1/rake.rb:634:in `call' >/usr/lib/ruby/1.9.1/rake.rb:634:in `block in execute' >/usr/lib/ruby/1.9.1/rake.rb:629:in `each' >/usr/lib/ruby/1.9.1/rake.rb:629:in `execute' >/usr/lib/ruby/1.9.1/rake.rb:595:in `block in invoke_with_call_chain' >/usr/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize' >/usr/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain' >/usr/lib/ruby/1.9.1/rake.rb:581:in `invoke' >/usr/lib/ruby/1.9.1/rake.rb:2041:in `invoke_task' >/usr/lib/ruby/1.9.1/rake.rb:2019:in `block (2 levels) in top_level' >/usr/lib/ruby/1.9.1/rake.rb:2019:in `each' >/usr/lib/ruby/1.9.1/rake.rb:2019:in `block in top_level' >/usr/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' >/usr/lib/ruby/1.9.1/rake.rb:2013:in `top_level' >/usr/lib/ruby/1.9.1/rake.rb:1992:in `run' >/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/bin/rake:31:in `<top (required)>' >/usr/bin/rake:8:in `load' >/usr/bin/rake:8:in `<main>' > * ERROR: dev-ruby/facter-1.5.8 failed: > * tests failed > * > * Call stack: > * ebuild.sh, line 56: Called src_test > * environment, line 3025: Called ruby-ng_src_test > * environment, line 2751: Called _ruby_each_implementation 'each_ruby_test' > * environment, line 482: Called _ruby_invoke_environment 'ruby19' 'each_ruby_test' > * environment, line 511: Called each_ruby_test > * environment, line 1047: Called each_fakegem_test > * environment, line 1039: Called die > * The specific snippet of code: > * ${RUBY} ${rubyflags} -S rake ${RUBY_FAKEGEM_TASK_TEST} || die "tests failed" > * > * If you need support, post the output of 'emerge --info =dev-ruby/facter-1.5.8', > * the complete build log and the output of 'emerge -pqv =dev-ruby/facter-1.5.8'. > * The complete build log is located at '/var/log/portage/build/dev-ruby/facter-1.5.8:20101001-132841.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/facter-1.5.8/temp/environment'. > * S: '/var/tmp/portage/dev-ruby/facter-1.5.8/work/ruby19/facter-1.5.8' > >>>> Install facter-1.5.8 into /var/tmp/portage/dev-ruby/facter-1.5.8/image/ category dev-ruby > * Running install phase for ruby18 ... > * Running install phase for ruby19 ... > * Running install phase for ree18 ... > * Running install phase for all ... > * Running check install phase for ruby18 ... > * Running check install phase for ruby19 ... > * Running check install phase for ree18 ... >>>> Completed installing facter-1.5.8 into /var/tmp/portage/dev-ruby/facter-1.5.8/image/ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 339353
: 249178