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/10/17 22:17:24 UTC

Build failed in Jenkins: Buildr-ci-build-jruby-win32 #76

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

Changes:

[donaldp] Initial cut at a windows script for building the CI

[donaldp] Revert to importing non-verbose FileUtils utility methods to match buildr 1.4.6 release and earlier.

[donaldp] Continue to update the RVMs required to run the tests in the CI. The old ubuntu LTS is tricky to get all the dependencies lined up.

[donaldp] Disable the "gem update --system" step in all-in-one package process until we can figure out why it does not work in the CI

[donaldp] Update the parameters of some of the ci tasks to hopefully get them runing

[donaldp] Remove duplicate doco

[donaldp] Rescue an exception around the documentation tasks as it does not work on our ci infrastructure

[donaldp] Use RbConfig rather than the deprecated Config

[donaldp] Explicitly define library path. Seems to be needed.

[donaldp] Remove the code that attempted to auto-install rvm. WIll just jump on box and install by hand.

[donaldp] For the reinstall of RVM again to try and get the ative libraries compiling

[donaldp] Restrict the creation of a new shell to the install

[donaldp] Wrap all the calls rvm in another shell

[donaldp] Simplify the output for bundle

[donaldp] Force a rebuild of rvm

[donaldp] Cleanup redirects

[donaldp] Add in a mechanism for moving and upgrading rvm and add some traps to ensure the locks are correctly removed

[donaldp] Whitespace and quote cleanup

[donaldp] Remove guard around jekyll call out as bundler eorces the dependencies presence

[donaldp] Remove if guard around tasks as bundler will enforce the presence of dependencies

[donaldp] Use %w rather than array literal syntax

[donaldp] Use %w rather than array literal syntax

[donaldp] Remove begin/rescue/end to guard against rspec not being present as bundler will enforce the presence of rspec

[donaldp] Convert to using single quoted strings where possible

[donaldp] Remove the install and uninstall rake tasks as bundler is the way that buildr should be installed these days

[donaldp] The metrics/coverage builds don't seem to work on the earlier ruby VMs

[donaldp] Resort the order of actions and lock down the ffi-ncurses gem in the omnibus package

[donaldp] Add JAVA_HOME directory to the build path

[donaldp] Upgrade to the next version of rjb

[donaldp] Mark two tests as pending due to persistent problems when run as part of a suite but that run fine individually

[donaldp] Experimental support for jacoco code coverage tool.

[donaldp] Build omnibus and metrics under 1.8.7 to avoid requirement for native yaml/psych library

[donaldp] BUILDR-634 - Add a basic DOAP project file

[donaldp] BUILDR-622 - Fix the documentation regarding the per-build configuration. Reported By: Sebastiano Pilla

[donaldp] Use the current bnd repository

[donaldp] Add bnd repository during tests so that the tests will work on nodes where it does not appear in the mvn repository

[donaldp] Ensure the rvm script is sourced

[donaldp] Bump the version of ruby 1.9.3

[donaldp] Rework the way that the job name is identified

[donaldp] Ensure RVM is on the path

[donaldp] Add some TODO notes to indicate that when we update the rjb dependency we should remove the hack of setting the JVM_LIB environment variable

[donaldp] Add in some magic to auto install RVM when needed so that the ci jobs can run on nodes other than ubuntu2

[donaldp] Run clobber prior to running the test to avoid the scenario where left over artifacts can corrup a ci run

[donaldp] BUILDR-655 - Support JDK1.5 under OSX. Do this by ensuring that the JVM_LIB environment variable is set prior to requiring RJB

[donaldp] Remove overrides for jobs that no longer exist

[donaldp] Fix the switch that selects the ruby virtual machine

[donaldp] Refactor tests to be more tolerant of systems running different speeds and different filesystem types

[donaldp] Change the utime of generated files to further in the past so that the test passes more reliably across a larger set of file systems

[donaldp] Use the oldest version of ruby to build the website

[donaldp] Update the ruby version for website build

[donaldp] Fix the way we determine the ame of the job

[donaldp] Add a future TODO

[donaldp] Remove the CI specific code from .rvmrc

[donaldp] Fix up the shell file syntax

[donaldp] Start to refactor the ci shell script to make it easier to run a matrix job

[donaldp] Extract JOB_NAME into a local eviroment variable BUILD_TASK

[donaldp] Upgrade the rubyzip dependency version

[donaldp] BUILDR-656 - Add documentation for generating eclipse buildfile
Submitted By Niklaus Giger

[donaldp] Upgrade the version of the hoe dependency to 3.1.0

[donaldp] Reformat the dependency updates list

[donaldp] Upgrade rspec dependencies

[donaldp] Ignore vendor dir so can install the dependencies locally aswell

[donaldp] Upgrade dependency: builder

[donaldp] Upgrade dependency: net-ssh (2.6.0 > 2.3.0)

[donaldp] Rollback rubyzip upgrade

[donaldp] Update dependency: rubyzip (0.9.9 > 0.9.4)

[donaldp] Remove tab

[donaldp] BUILDR-652 - Improve the handling of the CLI options

[donaldp] Update dependency json_pure (1.7.5 > 1.4.3)

[donaldp] Update the dependency: highline (1.6.15 > 1.6.2)

[donaldp] Bump the version of xml-simple

[donaldp] Back out rcov upgrade as it does not work under 1.9

[donaldp] Update dependency rcov (1.0.0 > 0.9.9)

[donaldp] Bump the rubyforge version

[donaldp] Update rjb dependency (1.4.1 > 1.4.0)

[donaldp] Update rdoc version

[donaldp] Force the creation of the gemset

[donaldp] Remove the cleaup as not necessary after the gemset is deleted

[donaldp] Merge the components of the eclipse IDE support into a single file

[donaldp] Rename build to match the naming convention of the other builds

[donaldp] Force the gemset commands

[donaldp] BUILDR-652 Generate buildfile from Eclipse workspace. (Niklaus Giger)

[donaldp] Add omnibus build to the CI

[donaldp] Build the omibus install using the version of jruby we actually test against

[donaldp] Attempt to build the website using 1.8.7

[donaldp] Explicitly declare atoulme-Saikuro dependency

[donaldp] Add ci task for website building

[donaldp] Add saikuro_treemap dependency

[donaldp] Add build for Buildr-metrics-build job

[donaldp] Disable some tests in jdk 1.5

[donaldp] BUILDR-627 Support explicitly listed source files in buildr cc task. (Christopher Tiwald)

[donaldp] Bump the amount of PermGen space allowed for jruby

[donaldp] BUILDR-606 Transitive artifact resolution should not include artifacts in 'provided' scope in poms to match maven behaviour. (Julio Arias)

[donaldp] If running in the ci then remove the existing gemset

[donaldp] Bump the version of ci reporter

[donaldp] Make sure the JAVA_HOME is specified for all jobs

[donaldp] Add some more ignores

[donaldp] Explicitly declare --no-binstubs for bundle install otherwise it will overwrite our bin directory.

[donaldp] BUILDR-640 Enable building jekyll and rdoc under more rubies. (Niklaus Giger)

[donaldp] Stop attempting to cleanup gems under jruby as it breaks with some of the magic builtin gems (rake, ssl)

[donaldp] Force the removal of the Gemfile or face problems when moving from jruby to c ruby ad back again

[donaldp] Use the ci task to ensure the test results are generated as xml

[donaldp] Add some more build tasks to CI

[donaldp] Fix indentation

[donaldp] Cleanup whitespace

[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

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

[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

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

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

[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

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

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

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

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

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

[donaldp] Fix the add_exploded_war_artifact method on the idea project by adding in missing method `partition_dependencies`

[donaldp] 

[boisvert] Fix: gems weren't actually pushed to Rubygems.org

[boisvert] Comestic

[boisvert] Update What's New section for Buildr 1.4.7

[boisvert] Update download.textile

[boisvert] Update CHANGELOG

[boisvert] Update release date

[donaldp] Remove the lock file prior to invoking bundle install

[boisvert] Clear POM cache in Sandbox.reset

[boisvert] Revert "Provide local POMs to allow spec to run without network access."
(These POMs conflict with other specs with all specs are run together)

This reverts commit 36146cd5b8de53e7eb220d6603c445d7267336ae.

[boisvert] Provide local POMs to allow spec to run without network access.

[boisvert] Fix pom properties substitution on CRuby
(XML parser implementation can return multiple text nodes)

[boisvert] Update release date

[boisvert] Upgrade to jekyll 0.11.2 (fix @substitutions@)
Upgrade to RJB 1.4.0 (avoid compile issue on Windows)

[donaldp] BUILDR-618 - pom properties feature does not support hierarchy

[donaldp] Add some minimal documentation for the sonar plugin

[donaldp] Simplify the way we use rvm+bundler to invoke the tests

[donaldp] Stop attempting to run the emma and cobertura specs under jdk 1.7 as the underlying tools are not compatible

[donaldp] Add a task that runs the tests against all the rubies

[donaldp] Attempt to get the tests passing more successfully across a range of platforms by increasing the length of sleeps. One ugly way to address the indeterminacy

[donaldp] Ensure the Rake symbol is fully qualified else it fails to be found under jruby. Unsure as to the root cause.

[donaldp] Update the BDD plugin to work with the latest versions of the dependencies

[donaldp] Migrate some requires out of the buildr.rb ad back into test_result as this file is required directly by the bdd extension

[donaldp] Change the default configuration of RSpec to be RSpec 3 compatible

[donaldp] Rework the way we invoke the spec runner so that the budler cache is eliminated prior to a run

[donaldp] Reference the rspec version we use

[donaldp] Reference the rspec version we use

[donaldp] Add ffi-ncurses as a jruby development dependecy to avoid an annoying warning

[donaldp] Set the $platform global variable to the platform as a string and use that to guard construction of the gem as newer versions of rubygems use a complex object for platform rather than a string

[donaldp] Update test so that tests have deterministic ordering with the new versions of Rake

[donaldp] Update test infrastructure so that it uses rvm to run tests. Update staging process so that it runs tests against our 3 blessed platforms

[donaldp] Add personal key to KEYS registry

[donaldp] Update the changelog to indicate current release

[donaldp] Ignore the rake directory that is linked in during build process

[donaldp] Ensure that the environment variables required to run the jruby tests through to completion and fast are set up when changing into the directory

[donaldp] Update .rvmrc to list all the versions of ruby that we support

[donaldp] Update matcher to conform with rspec latest requirements

[donaldp] Improve the handling of the include method on doc object to handle FileList, FileTask etc

[donaldp] Recent versions of rake will resolve paths in FileList so we need to do the same

[donaldp] Rollback update of rubyzip package as it causes several issues in our tests

[donaldp] The recent version version of the zip library does not support to_s on entries so do to_s on name field instead

[donaldp] Use monkey patched end_with? rather than end_with as the second form has disappeared from whatever dependency provided it in the past.

[donaldp] Revert to always recording task metadata as our tests assume that the metadata is recorded

[donaldp] Only use psych yml library for ruby versions 1.9.2 or later

[donaldp] Improve the way pygmentize is detected to be less noisy

[donaldp] Add a Sonar extension

[donaldp] Rename pmd.rake to pmd.rb to match other addons

[donaldp] BUILDR-638 Update to rake 0.9.2.2 

Dervived from patch supplied by: Russell Teabeault

[donaldp] BUILDR-316 Add GWT extension

[donaldp] BUILDR-624 Update rspec version to 2.9.0

Submitted By: Russell Teabeault

[donaldp] BUILDR-632 

Update net-ssh version to 2.3.0
Update net-sftp version to 2.0.5

Submitted By: Russell Teabeault

[donaldp] BUILDR-635 JRE container entry to be declared before user sources and dependencies 

Submitted By: Dani Perez

[donaldp] BUILDR-637 Update rubyzip version to 0.9.8 

Submitted By: Russell Teabeault

[donaldp] BUILDR-639 Stop requiring pygmentize to run "rake -T" 

Submitted By: Russell Teabeault

[donaldp] Update changelog to reflect the fact that 1.4.7 was not released on the specified date

[donaldp] Update the helper method for configuring the GWT facet to the format recognized by the most recent version of IDEA

[donaldp] Enhance the exploded war artifact configuration so that it can be EJB enabled

[donaldp] Enhance the IDEA project extension further and add some notes to the changelog

[toulmean] BUILDR-628 Move to Apache Ant 1.8.3 and use canonical repository

[toulmean] Make sure tests pass, interdependency between specs

[toulmean] BUILDR-629 and BUILDR-630  thanks to Russell Teabault
* Change: BUILDR-630 Run task should not add test dependencies (Russell Teabeault)
* Change: BUILDR-629 JavaRunner should include target/resources in classpath (Russell Teabeault)

[donaldp] Rename several .rake files to .rb to match other addons

[donaldp] Add several utility methods to IDEA extension for defining artifacts and configurations.

[boisvert] Upgrade to RedCloth 4.2.9 due to issues on linux/x64
http://jgarber.lighthouseapp.com/projects/13054/tickets/219-427-installation-issue-on-arch-linux-x64

[donaldp] Make minimumTokenCount and encoding configurable for the PMD/CPD action and default encoding to UTF-8 for compatibility with external tools (i.e. Jenkins)

[donaldp] Fix bug where the specified iml group was being overridden by default value

[boisvert] BUILDR-615 VersionRequirement.version? now returns true for versions following pattern "r9999", e.g. "r09"

[boisvert] Rename spec

[boisvert] BUILDR-617 pom exclusion does not work (Kafka Liu)

[toulmean] put back the SVN check when staging for releases

[toulmean] Small fixes required for the release process

[toulmean] fix a few problems with the stage script

[toulmean] Committing the date of the release to publish a first RC for 1.4.7

[toulmean] Change the way we create the method tag as it clashes with an existing method

[toulmean] add a few svn:ignore entries for target folders on integration tests

[toulmean] upgrade to RJB 1.3.7

[toulmean] change version to 1.4.7, so we can start doing RCs

[toulmean] BUILDR-614 Buildr development - Using rvm, bundler and OSX installs the wrong rjb (Russell Teabeault)

[toulmean] BUILDR-616 Buildr development - If using rvm a default .rvmrc file would be helpful (Russell Teabeault)

[boisvert] sort added/changed/fixed items in CHANGELOG

[boisvert] Added:  MultiTest framework that allows combining multiple test frameworks for a single project.

[boisvert] Added:  Scala Specs2 framework support.
Change: Scala Specs upgraded to 1.6.9 if using Scala 2.9.1

[boisvert] Fixed: ArtifactNamespace fails when using artifacts with classfier.

[boisvert] Buildr.transitive() now accepts hash with :scopes, :optional and :scopes_transitive parameters

[boisvert] Improve scala file change detection

[boisvert] Scala 2.9.1 is now default

[boisvert] Buildr.artifacts() should handle any object with :to_spec method
(i.e., any object that ActsAsArtifact)

[boisvert] Handle HTTP Unauthorized (501) result code when downloading artifacts.

[donaldp] Add a FindBugs extension to buildr

[donaldp] Call to_s on target_paths to ensure the path is a string

[boisvert] Fix typos

[donaldp] Update the jdepend extension to make it parameterizable like the other analysis extensions. Update the documetation to reflect this change

[donaldp] Updated the PMD extension so that it is consistent with the javancss extension wrt how it is enabled

[donaldp] Add a PMD extension and some minimalistic documentation

[donaldp] Remove redundant language in Checkstyle documentation

[donaldp] Update JavaNCSS documentation to refer to JavaNCSS as extesion name

[donaldp] Add in a javancss extension and some basic documentation

[donaldp] Add in a checkstyle extension and some basic documentation

[donaldp] Update the documentation regarding the task for generating idea artifacts

[donaldp] Revert accidental change of cobertura data_file parameter

[donaldp] Parameterize the the directory where the top level cobertura tasks will generate reports. Specify using Buildr::Cobertura.report_dir = '....'

[donaldp] Move the invocation of report_to from the task definition time to task execution time to allow it to be monkey patched

[boisvert] All-in-one distro should have 'all-in-one' naming

[boisvert] Update all-in-one packaging: use latest rubygems and install ffi-ncurses

[donaldp] Exclude a test from the CI under jdk1.5. Unsure the cause of the failure but jdk 1.5 compatibility does not seem a high priority at this stage.

[boisvert] setup task no longer exists

[boisvert] BUILDR-611 Buildr should not unnecessarily recompile Java files explicitly added to compile.from

[boisvert] ScalaTest now automatically loads the Mockito library

[toulmean] move to atoulme-Antwrap 0.7.2

[boisvert] Fix ToC entry for IRC

------------------------------------------
[...truncated 92 lines...]
A         spec\core\doc_spec.rb
A         spec\core\project_spec.rb
A         spec\core\shell_spec.rb
AU        spec\core\extension_spec.rb
A         spec\core\util_spec.rb
A         spec\core\test_spec.rb
A         spec\core\generate_from_eclipse_spec.rb
A         spec\core\cc_spec.rb
A         spec\core\common_spec.rb
A         spec\core\compile_spec.rb
A         spec\core\generate_spec.rb
A         spec\core\transport_spec.rb
A         spec\core\build_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         doap.rdf
AU        ci.bat
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         ci.sh
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\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 1399412
[Buildr-ci-build-jruby-win32] $ cmd /c call C:\Users\hudson\AppData\Local\Temp\1\hudson5512159424284868542.bat

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> SCALA_HOME=F:\hudson\tools\scala-2.9.0.1 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JRUBY_OPTS=-J-XX:MaxPermSize=312m -J-Xmx1024M 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=312m 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> RUBY_HOME=F:\hudson\tools\jruby-1.6.7 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_HOME=F:\hudson\tools\java\jdk1.7.0 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> GEM_HOME=.gems 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> PATH=f:\hudson\tools\java\latest-1.6-64/bin;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\win64\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\java\java6\jre\bin;C:\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Windows Performance Toolkit\;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\VisualSVN Server\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;"C:\Program Files\Java\jre7\bin";F:\hudson\tools\java\jdk1.7.0\bin;F:\hudson\tools\jruby-1.6.7\bin 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>gem> install bundler 
Successfully installed bundler-1.2.1
1 gem installed
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Buildr-ci-build-jruby-win32 #78

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

------------------------------------------
Started by user donaldp
Building remotely on windows1 in workspace <https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
At revision 1399429
no change for http://svn.apache.org/repos/asf/buildr/trunk since the previous build
[Buildr-ci-build-jruby-win32] $ cmd /c call C:\Users\hudson\AppData\Local\Temp\1\hudson7032325028212213384.bat

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> SCALA_HOME=F:\hudson\tools\scala-2.9.0.1 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JRUBY_OPTS=-J-XX:MaxPermSize=312m -J-Xmx1024M 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=312m 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> RUBY_HOME=F:\hudson\tools\jruby-1.6.7 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_HOME=F:\hudson\tools\java\jdk1.7.0 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> GEM_HOME=.gems 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> PATH=f:\hudson\tools\java\latest-1.6-64/bin;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\win64\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\java\java6\jre\bin;C:\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Windows Performance Toolkit\;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\VisualSVN Server\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;"C:\Program Files\Java\jre7\bin";F:\hudson\tools\java\jdk1.7.0\bin;F:\hudson\tools\jruby-1.6.7\bin 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>CALL> gem install bundler 
Successfully installed bundler-1.2.1
1 gem installed
'bundle' is not recognized as an internal or external command,
operable program or batch file.
(in F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32)
rake aborted!
no such file to load -- rspec/core/rake_task
org/jruby/RubyKernel.java:1033:in `require'
F:/hudson/tools/jruby-1.6.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/rakelib/rspec.rake:16:in `(root)'
org/jruby/RubyKernel.java:1058:in `load'
F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/rakelib/rspec.rake:1620:in `load'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2451:in `load_imports'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2390:in `raw_load_rakefile'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31:in `(root)'
org/jruby/RubyKernel.java:1058:in `load'
F:/hudson/tools/jruby-1.6.7/bin/rake:19:in `(root)'
Build step 'Execute Windows batch command' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-build-jruby-win32 #77

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

------------------------------------------
Started by user donaldp
Building remotely on windows1 in workspace <https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>
Updating http://svn.apache.org/repos/asf/buildr/trunk
At revision 1399427
no change for http://svn.apache.org/repos/asf/buildr/trunk since the previous build
[Buildr-ci-build-jruby-win32] $ cmd /c call C:\Users\hudson\AppData\Local\Temp\1\hudson6548633101105389069.bat

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> SCALA_HOME=F:\hudson\tools\scala-2.9.0.1 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JRUBY_OPTS=-J-XX:MaxPermSize=312m -J-Xmx1024M 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=312m 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> RUBY_HOME=F:\hudson\tools\jruby-1.6.7 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> JAVA_HOME=F:\hudson\tools\java\jdk1.7.0 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> GEM_HOME=.gems 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>SET> PATH=f:\hudson\tools\java\latest-1.6-64/bin;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\win64\x64;C:\Program Files\Microsoft SDKs\Windows\v7.1\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\java\java6\jre\bin;C:\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft Windows Performance Toolkit\;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\VisualSVN Server\bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;"C:\Program Files\Java\jre7\bin";F:\hudson\tools\java\jdk1.7.0\bin;F:\hudson\tools\jruby-1.6.7\bin 

<https://builds.apache.org/job/Buildr-ci-build-jruby-win32/ws/>gem> install bundler 
Successfully installed bundler-1.2.1
1 gem installed
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE