Hi, This is to let you know that Hydra build 2524234 of job nixpkgs:trunk:tarball has changed from 'Success' to 'Failed with non-zero exit code'.
Complete build information can be found on this page: http://hydra.nixos.org/build/2524234 The last 50 lines of the build log are shown at the bottom of this email. A summary of the build information follows: Build ID: | 2524234 Nix name: | nixpkgs-tarball-0pre33994 Short description: | Build of a source distribution from a checkout Maintainer(s): | Nix Committers <[email protected]> System: | x86_64-linux Derivation store path: | /nix/store/lip21br9fd4vy4mfkan7arpxv4ywqgmr-nixpkgs-tarball-0pre33994.drv Output store path: | /nix/store/slwpvzc4dj2hnlf67d1sccdlksbyilz5-nixpkgs-tarball-0pre33994 Time added: | 2012-05-05 22:33:12 Build started: | 2012-05-05 22:32:48 Build finished: | 2012-05-05 22:33:12 Duration: | 24s The build inputs were: Name | Type | Value ----------------+---------+------------------------------------------------ nixpkgs | svn | https://nixos.org/repos/nix/nixpkgs/trunk:33994 officialRelease | boolean | false Regards, The Hydra build daemon. --- <meta name="longDescription" type="string" value="Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. The implementation is based on Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version (Algorithm::Diff)." /> </item> <item attrPath="rubyLibs.diff_lcs" drvPath="/nix/store/pl7pga3ifhg8w6iap9wfa79lgs0rfy5l-ruby-diff-lcs-1.1.3.drv" name="ruby-diff-lcs-1.1.3" system="i686-linux"> <meta name="description" type="string" value="Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers" /> <meta name="longDescription" type="string" value="Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
longest common subsequence (LCS) algorithm to compute intelligent differences
between two sequenced enumerable containers. The implementation is based on
Mario I. Wolczko's {Smalltalk version 1.2}[ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st]
(1993) and Ned Konz's Perl version
{Algorithm::Diff 1.15}[http://search.cpan.org/~nedkonz/Algorithm-Diff-1.15/].

This is release 1.1.3, fixing several small bugs found over the years. Version
1.1.0 added new features, including the ability to #patch and #unpatch changes
as well as a new contextual diff callback, Diff::LCS::ContextDiffCallbacks,
that should improve the context sensitivity of patching.

This library is called Diff::LCS because of an early version of Algorithm::Diff
which was restrictively licensed. This version has seen a minor license change:
instead of being under Ruby's license as an option, the third optional license
is the MIT license." /> </item> <item attrPath="rubyLibs.erubis" drvPath="/nix/store/mrdx83a37s037670809b0miq92xx35xr-ruby-erubis-2.7.0.drv" name="ruby-erubis-2.7.0" system="i686-linux"> <meta name="description" type="string" value="a fast and extensible eRuby implementation which supports multi-language" /> <meta name="homepage" type="string" value="http://www.kuwata-lab.com/erubis/" /> <meta name="longDescription" type="string" value="Erubis is an implementation of eRuby and has the following features:

* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '&lt;% %&gt;'
* Embedded pattern changeable (default '&lt;% %&gt;')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '&lt;?rb ... ?&gt;')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
" /> </item> <item attrPath="rubyLibs.ffi" drvPath="/nix/store/ldd01vrmllrnkqsfsdir700dwcaqqg3j-ruby-ffi-1.0.11.drv" name="ruby-ffi-1.0.11" system="i686-linux"> <meta name="description" type="string" value="Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code" /> <meta name="homepage" type="string" value="http://wiki.github.com/ffi/ffi" /> <meta name="longDescription" type="string" value="Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi]." /> </item> <item attrPath="rubyLibs.highline" drvPath="/nix/store/4jfv7qkxb6jpk7biynhwzcg9mx3iavgi-ruby-highline-1.5.1.drv" name="ruby-highline-1.5.1" system="i686-linux"> <meta name="description" type="string" value="HighLine is a high-level command-line IO library." /> <meta name="homepage" type="string" value="http://highline.rubyforge.org" /> <meta name="longDescription" type="string" value="A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work." /> </item> <item attrPath="rubyLibs.hike" drvPath="/nix/store/ik454n41dk2s41y8g2865jmldxd260wy-ruby-hike-1.2.1.drv" name="ruby-hike-1.2.1" system="i686-linux"> <meta name="description" type="string" value="Find files in a set of paths" /> <meta name="homepage" type="string" value="http://github.com/sstephenson/hike" /> <meta name="longDescription" type="string" value="A Ruby library for finding files in a set of paths." /> </item> <item attrPath="rubyLibs.hoe" drvPath="/nix/store/frrg832gybkfrkjcc87bml5d86zswssj-ruby-hoe-2.3.3.drv" name="ruby-hoe-2.3.3" system="i686-linux"> <meta name="description" type="string" value="Hoe is a rake/rubygems helper for project Rakefiles" /> <meta name="homepage" type="string" value="http://rubyforge.org/projects/seattlerb/" /> <meta name="longDescription" type="string" value="Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
rubygems and includes a dynamic plug-in system allowing for easy
extensibility. Hoe ships with plug-ins for all your usual project
tasks including rdoc generation, testing, packaging, and deployment.

Plug-ins Provided:

* Hoe::Clean
* Hoe::Debug
* Hoe::Deps
* Hoe::Flay
* Hoe::Flog
* Hoe::Inline
* Hoe::Package
* Hoe::Publish
* Hoe::RCov
* Hoe::Signing
* Hoe::Test

See class rdoc for help. Hint: ri Hoe" /> </item> <item attrPath="rubyLibs.i18n" drvPath="/nix/store/i399nd27zmchbxrdfapxcmrykfyjm8j3-ruby-i18n-0.6.0.drv" name="ruby-i18n-0.6.0" system="i686-linux"> <meta name="description" type="string" value="New wave Internationalization support for Ruby" /> <meta name="homepage" type="string" value="http://github.com/svenfuchs/i18n" /> <meta name="longDescription" type="string" value="New wave Internationalization support for Ruby." /> </item> <item attrPath="rubyLibs.journey" drvPath="/nix/store/xn5csjf1jg7n1rdnz4ky60161m9kvdr5-ruby-journey-1.0.3.drv" name="ruby-journey-1.0.3" system="i686-linux"> <meta name="description" type="string" value="Journey is a router" /> <meta name="homepage" type="string" value="http://github.com/rails/journey" /> <meta name="longDescription" type="string" value="Journey is a router. It routes requests." /> </item> error: while evaluating the builtin function `derivationStrict': while instantiating the derivation named `ruby-json-1.7.0' at `/tmp/nix-build-lip21br9fd4vy4mfkan7arpxv4ywqgmr-nixpkgs-tarball-0pre33994.drv-0/svn-export/pkgs/development/interpreters/ruby/gem.nix:16:5': while evaluating the derivation attribute `src' at `/tmp/nix-build-lip21br9fd4vy4mfkan7arpxv4ywqgmr-nixpkgs-tarball-0pre33994.drv-0/svn-export/pkgs/development/interpreters/ruby/gem.nix:11:5': while evaluating the builtin function `derivationStrict': hash `no hash' has wrong length for hash type `sha256' </items> build time elapsed: 0m0.019s 0m0.015s 0m14.291s 0m3.317s builder for `/nix/store/lip21br9fd4vy4mfkan7arpxv4ywqgmr-nixpkgs-tarball-0pre33994.drv' failed with exit code 1 error: build of `/nix/store/lip21br9fd4vy4mfkan7arpxv4ywqgmr-nixpkgs-tarball-0pre33994.drv' failed _______________________________________________ nix-commits mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-commits
