You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ci@buildr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/06/28 14:03:36 UTC

Build failed in Jenkins: Buildr-ci-build #327

See <https://builds.apache.org/job/Buildr-ci-build/327/changes>

Changes:

[donaldp] Fix the undefined default_web_xml variable in the add_web_facet method on the idea project.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         CHANGELOG
U         lib/buildr/ide/idea.rb
At revision 1354961
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson9091968277138439171.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Jenkins build is back to normal : Buildr-ci-build #338

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/338/>


Build failed in Jenkins: Buildr-ci-build #337

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/337/changes>

Changes:

[donaldp] Add a script in an attempt to simplify management of the ci jobs by importing it into the source tree

[donaldp] Ignore the generated directory

[donaldp] Update the bnd extension documentation (Niklaus Giger)

[donaldp] Remove the installation of bin stubs as it overwrites our scripts

[donaldp] Rework the .rvmrc to work with on interactive shells

[donaldp] Improve the .rvmrc by;
 * allowing it to auto-install the appropriate ruby it it fails to find one
 * Guessing the gemset name based on the JOB_NAME environment variables (useful in buildr) but defaulting to the dir name
 * Cleaning up the gems to remove older versions

------------------------------------------
Started by user donaldp
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
A         ci.sh
U         doc/packaging.textile
U         .rvmrc
 U        .
At revision 1388946
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson7524811022464409926.sh
+ . ci.sh
++ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
++ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
++ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
++ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
++ source .rvmrc
+++ cat
********************************************************************
*  RVM will install the environment for Buildr development now.
*  By default it will use ruby-1.9.2-p320.
*  To force use an other version of ruby, set BUILDR_RUBY_VERSION.
*  Examples:
*     export BUILDR_RUBY_VERSION=ruby-1.9.2-p320
*     export BUILDR_RUBY_VERSION=jruby-1.6.7
*     export BUILDR_RUBY_VERSION=ruby-1.8.7-p358
********************************************************************
+++ export BUILDR_RUBY_VERSION=ruby-1.9.2-p320
+++ BUILDR_RUBY_VERSION=ruby-1.9.2-p320
++++ pwd
+++ project_dir=<https://builds.apache.org/job/Buildr-ci-build/ws/>
+++ export BUILDR_GEMSET=Buildr-ci-build
+++ BUILDR_GEMSET=Buildr-ci-build
++++ rvm list strings
++++ grep ruby-1.9.2-p320
+++ detected_version=
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #336

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/336/changes>

Changes:

[donaldp] Mark Buildr:Bnd.remote_repository as deprecated as dependencies appear in maven central.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         addon/buildr/bnd.rb
U         CHANGELOG
At revision 1388935
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson6594183575050945459.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #335

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/335/changes>

Changes:

[donaldp] BUILDR-654 Add the ability to configure the version of BND used by bnd addon. (Niklaus Giger)

[donaldp] Use RbConfig instead of obsolete and deprecated Config.

[donaldp] Remove amusing misspelling

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         addon/buildr/bnd.rb
U         CHANGELOG
U         spec/addon/bnd_spec.rb
U         lib/buildr/core/application.rb
At revision 1388931
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson88285834179695196.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results
Updating BUILDR-654

Build failed in Jenkins: Buildr-ci-build #334

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/334/changes>

Changes:

[donaldp] Create the git_auto_aversion addon that automatically specifies a version for a git project based on git describe

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
A         addon/buildr/git_auto_version.rb
U         CHANGELOG
At revision 1388354
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson6201538190948197046.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #333

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/333/changes>

Changes:

[boisvert] Integrate with Zinc (incremental compilation wrapper for scalac 2.9+)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         CHANGELOG
U         spec/scala/compiler_spec.rb
U         doc/languages.textile
U         lib/buildr/scala/compiler.rb
At revision 1374486
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson613532810556770588.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #332

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/332/changes>

Changes:

[boisvert] * Changed: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
           ScalaCheck 1.10.0.

* Changed: Scala artifact repository changed to
           http://oss.sonatype.org/content/repositories/releases

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         buildr.buildfile
U         CHANGELOG
U         spec/sandbox.rb
U         spec/scala/doc_spec.rb
U         spec/scala/scala.rb
U         spec/scala/tests_spec.rb
U         doc/languages.textile
U         lib/buildr/scala/tests.rb
U         lib/buildr/scala/doc.rb
U         lib/buildr/scala/bdd.rb
U         lib/buildr/scala/compiler.rb
U         lib/buildr/scala.rb
At revision 1363591
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson9119176713160110566.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #331

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/331/changes>

Changes:

[boisvert] BUILDR-645 Support Mercurial as a version control system (Tan Quach)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         CHANGELOG
U         spec/core/build_spec.rb
U         lib/buildr/core/build.rb
At revision 1363514
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson1202909937407387789.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results
Updating BUILDR-645

Build failed in Jenkins: Buildr-ci-build #330

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/330/changes>

Changes:

[boisvert] BUILDR-646 TGZ files do not keep their permissions when extracted via Buildr::Unzip#extract

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         CHANGELOG
U         spec/packaging/archive_spec.rb
U         lib/buildr/packaging/ziptask.rb
At revision 1363205
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson3750334602547236239.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results
Updating BUILDR-646

Build failed in Jenkins: Buildr-ci-build #329

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/329/changes>

Changes:

[donaldp] Add add_exploded_ear_artifact and add_exploded_ejb_artifact to the idea project extension.

------------------------------------------
[...truncated 83 lines...]
A         spec/groovy
A         spec/groovy/doc_spec.rb
A         spec/groovy/bdd_spec.rb
A         spec/groovy/compiler_spec.rb
A         spec/core
A         spec/core/application_spec.rb
A         spec/core/run_spec.rb
A         spec/core/cc_spec.rb
A         spec/core/doc_spec.rb
A         spec/core/project_spec.rb
A         spec/core/shell_spec.rb
A         spec/core/common_spec.rb
A         spec/core/compile_spec.rb
A         spec/core/generate_spec.rb
AU        spec/core/extension_spec.rb
A         spec/core/transport_spec.rb
A         spec/core/util_spec.rb
A         spec/core/build_spec.rb
A         spec/core/test_spec.rb
A         spec/core/checks_spec.rb
A         spec/xpath_matchers.rb
A         spec/spec_helpers.rb
AU        _jbuildr
A         all-in-one
A         all-in-one/_buildr
AU        all-in-one/buildr
AU        all-in-one/buildr.cmd
A         tests
A         tests/include_path
A         tests/include_path/Buildfile
A         tests/include_path/doc
A         tests/include_path/doc/index.html
A         tests/integration_testing.rb
A         tests/BUILDR-320
A         tests/BUILDR-320/Buildfile
A         tests/package_war_as_jar
A         tests/package_war_as_jar/Buildfile
A         tests/package_war_as_jar/src
A         tests/package_war_as_jar/src/main
A         tests/package_war_as_jar/src/main/java
A         tests/package_war_as_jar/src/main/java/Foo.java
A         tests/include_as
A         tests/include_as/Buildfile
A         tests/include_as/doc
A         tests/include_as/doc/index.html
A         tests/JavaSystemProperty
A         tests/JavaSystemProperty/Buildfile
A         tests/JavaSystemProperty/src
A         tests/JavaSystemProperty/src/test
A         tests/JavaSystemProperty/src/test/java
A         tests/JavaSystemProperty/src/test/java/FooTest.java
A         tests/helloWorld
A         tests/helloWorld/Buildfile
A         tests/helloWorld/src
A         tests/helloWorld/src/main
A         tests/helloWorld/src/main/java
A         tests/helloWorld/src/main/java/HelloWorld.java
A         tests/compile_with_parent
A         tests/compile_with_parent/Buildfile
A         tests/compile_with_parent/child
A         tests/compile_with_parent/child/src
A         tests/compile_with_parent/child/src/main
A         tests/compile_with_parent/child/src/main/java
A         tests/compile_with_parent/child/src/main/java/Foo.java
A         tests/compile_with_parent/lib
A         tests/junit3
A         tests/junit3/Buildfile
A         tests/junit3/src
A         tests/junit3/src/test
A         tests/junit3/src/test/java
A         tests/junit3/src/test/java/FooTest.java
A         tests/junit3/src/main
A         tests/junit3/src/main/java
A         tests/junit3/src/main/java/Foo.java
A         buildr.gemspec
A         .gitignore
A         doc
A         doc/settings_profiles.textile
A         doc/installing.textile
A         doc/preface.textile
A         doc/languages.textile
A         doc/contributing.textile
A         doc/download.textile
A         doc/index.textile
A         doc/releasing.textile
A         doc/more_stuff.textile
A         doc/scripts
AU        doc/scripts/buildr-git.rb
AU        doc/scripts/install-osx.sh
AU        doc/scripts/install-jruby.sh
AU        doc/scripts/install-linux.sh
AU        doc/scripts/gitflow.rb
A         doc/css
AU        doc/css/print.css
AU        doc/css/default.css
A         doc/css/syntax.css
A         doc/testing.textile
A         doc/artifacts.textile
A         doc/_layouts
A         doc/_layouts/default.html
A         doc/_layouts/preface.html
A         doc/packaging.textile
A         doc/extending.textile
A         doc/_config.yml
A         doc/images
AU        doc/images/tip.png
A         doc/images/1442160941-frontcover.jpg
AU        doc/images/buildr.png
A         doc/images/growl-icon.tiff
A         doc/images/project-structure.png
A         doc/images/favicon.png
AU        doc/images/note.png
A         doc/images/asf-logo.png
AU        doc/images/asf-logo.gif
AU        doc/images/buildr-hires.png
AU        doc/images/zbuildr.tif
A         doc/images/zbuildr.png
A         doc/projects.textile
A         doc/quick_start.textile
A         doc/building.textile
A         doc/mailing_lists.textile
A         lib
A         lib/buildr
A         lib/buildr/ide
A         lib/buildr/ide/eclipse
A         lib/buildr/ide/eclipse/plugin.rb
A         lib/buildr/ide/eclipse/java.rb
A         lib/buildr/ide/eclipse/scala.rb
A         lib/buildr/ide/idea.rb
A         lib/buildr/ide/eclipse.rb
A         lib/buildr/java
A         lib/buildr/java/rjb.rb
A         lib/buildr/java/test_result.rb
A         lib/buildr/java/emma.rb
A         lib/buildr/java/ant.rb
A         lib/buildr/java/external.rb
A         lib/buildr/java/packaging.rb
A         lib/buildr/java/org
A         lib/buildr/java/org/apache
A         lib/buildr/java/org/apache/buildr
A         lib/buildr/java/org/apache/buildr/JavaTestFilter.java
AU        lib/buildr/java/org/apache/buildr/JavaTestFilter.class
A         lib/buildr/java/cobertura.rb
A         lib/buildr/java/bdd.rb
A         lib/buildr/java/jruby.rb
A         lib/buildr/java/pom.rb
A         lib/buildr/java/deprecated.rb
A         lib/buildr/java/commands.rb
A         lib/buildr/java/ecj.rb
A         lib/buildr/java/tests.rb
A         lib/buildr/java/doc.rb
A         lib/buildr/java/version_requirement.rb
A         lib/buildr/java/compiler.rb
A         lib/buildr/clojure
A         lib/buildr/clojure/shell.rb
A         lib/buildr/scala
A         lib/buildr/scala/tests.rb
A         lib/buildr/scala/doc.rb
A         lib/buildr/scala/org
A         lib/buildr/scala/org/apache
A         lib/buildr/scala/org/apache/buildr
A         lib/buildr/scala/org/apache/buildr/Specs2Runner.java
A         lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner.java
AU        lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner.class
A         lib/buildr/scala/shell.rb
A         lib/buildr/scala/bdd.rb
A         lib/buildr/scala/compiler.rb
A         lib/buildr/packaging
A         lib/buildr/packaging/artifact.rb
A         lib/buildr/packaging/archive.rb
A         lib/buildr/packaging/artifact_search.rb
A         lib/buildr/packaging/zip.rb
A         lib/buildr/packaging/version_requirement.rb
A         lib/buildr/packaging/ziptask.rb
A         lib/buildr/packaging/tar.rb
A         lib/buildr/packaging/artifact_namespace.rb
A         lib/buildr/packaging/gems.rb
A         lib/buildr/packaging/package.rb
A         lib/buildr/clojure.rb
A         lib/buildr/groovy
A         lib/buildr/groovy/doc.rb
A         lib/buildr/groovy/shell.rb
A         lib/buildr/groovy/bdd.rb
A         lib/buildr/groovy/compiler.rb
A         lib/buildr/scala.rb
A         lib/buildr/run.rb
A         lib/buildr/groovy.rb
A         lib/buildr/version.rb
A         lib/buildr/core
A         lib/buildr/core/util.rb
A         lib/buildr/core/transports.rb
A         lib/buildr/core/test.rb
A         lib/buildr/core/cc.rb
A         lib/buildr/core/filter.rb
A         lib/buildr/core/common.rb
A         lib/buildr/core/compile.rb
A         lib/buildr/core/help.rb
A         lib/buildr/core/progressbar.rb
A         lib/buildr/core/generate.rb
A         lib/buildr/core/build.rb
A         lib/buildr/core/linux.rb
A         lib/buildr/core/checks.rb
A         lib/buildr/core/application.rb
A         lib/buildr/core/jrebel.rb
A         lib/buildr/core/environment.rb
A         lib/buildr/core/run.rb
A         lib/buildr/core/doc.rb
A         lib/buildr/core/project.rb
A         lib/buildr/core/shell.rb
A         lib/buildr/core/osx.rb
A         lib/buildr/shell.rb
A         lib/buildr/resources
A         lib/buildr/resources/completed.png
A         lib/buildr/resources/failed.png
A         lib/buildr/resources/icons-license.txt
A         lib/buildr/resources/buildr.icns
A         lib/buildr.rb
A         .rvmrc
A         bin
AU        bin/buildr
A         Gemfile
A         rakelib
A         rakelib/checks.rake
A         rakelib/release.rake
A         rakelib/stage.rake
A         rakelib/doc.rake
A         rakelib/metrics.rake
A         rakelib/all-in-one.rake
A         rakelib/package.rake
A         rakelib/rspec.rake
A         etc
A         etc/KEYS
 U        .
At revision 1361054
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson4537165518596432202.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build #328

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build/328/changes>

Changes:

[donaldp] Default to using Checkstyle 5.5 in the checkstyle addon.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 in workspace <https://builds.apache.org/job/Buildr-ci-build/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
U         addon/buildr/checkstyle.rb
U         CHANGELOG
At revision 1357488
[Buildr-ci-build] $ /bin/bash -xe /tmp/hudson8529830780103638260.sh
+ export JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ JAVA_HOME=/home/hudson/tools/java/latest1.6-64
+ export SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ SCALA_HOME=/home/hudson/tools/scala-2.9.0.1
+ export JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ JRUBY_HOME=/home/hudson/tools/jruby-1.6.2
+ export 'JAVA_OPTS=-Xmx256m -XX:MaxPermSize=256m'
+ JAVA_OPTS='-Xmx256m -XX:MaxPermSize=256m'
+ rvm 1.8.7 ruby bundle update
WARN: Please note that `rvm ruby ...` is only an alias to `rvm do ruby ...`,
 it might work different as in earlier versions of RVM and will be shortly removed!
ruby: No such file or directory -- bundle (LoadError)
Build step 'Execute shell' marked build as failure
Recording test results