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 2013/06/06 05:20:29 UTC

Build failed in Jenkins: Buildr-website-build #174

See <https://builds.apache.org/job/Buildr-website-build/174/changes>

Changes:

[boisvert] Make Archive-related operations deterministic by using OrderedHash

[donaldp] Update the links on the download page

[donaldp] Update the links on the download page

[donaldp] Bump version in preparation for development

[donaldp] Record release

[donaldp] Push guard down a line so that we can ensure that the Java module is defined

[donaldp] Update the highlights in preparation for release

[donaldp] Add date into CHANGELOG

[donaldp] Bump version in preparation for release

[donaldp] Fix spelling

[donaldp] Shrink the max memory to avoid exceeding TravisCI memory allowances

[donaldp] BUILDR-648 Add new package(:test_jar) packaging type. Submitted by Mike Pettypiece.

[donaldp] Make the location of the wsdl in generated source configurable in the wsgen addon.

[donaldp] Remove prefix for ignores

[donaldp] BUILDR-666 ZipFile.open modifies file regardless of usage. 
Reported by Pepijn Van Eeckhoudt, fix by Alex Boisvert.

[donaldp] Fix the generation of the IntelliJ IDEA GWT facet when a user explicitly passes in the gwt_dev artifacts/sdk

[donaldp] Note the change to use TravisCI

[donaldp] Make sure all the release artifacts are ignored

[donaldp] Synchronize the ignores between git/svn

[donaldp] Ignore setup scripts

[donaldp] Use more specific ignore rules

[donaldp] Remove the last remnants of Jenkins based Linux CI infrastructure

[donaldp] Document the environment variables required to successfully build Buildr

[donaldp] Enable ci test run for ruby 1.8.7

[donaldp] Run the tests against JDK1.6

[donaldp] Stop testing against an older ruby

[donaldp] Enable some other rubys in the matrix

[donaldp] Ensure that the source files also have their times set

[donaldp] Work around some idiosyncrasies of TravisCI

[donaldp] Remove historic pending comment

[donaldp] Disable some tests that were;
* disabled in jenkins
* only executed under jruby

They rely on a locally configured jruby that is never going to be true on our CI infrastructure and is unlikely to be true when running through bundler etc

[donaldp] Configure TravisCI to send notifications to our commits list and irc channel

[donaldp] When generating the GWT facet for Intellij IDEA modules, use the gwt-dev maven artifact dependency if present as the SDK, falling back to the existing behaviour if not possible.

[donaldp] Give Dieter Vrancken some credit

[donaldp] Added support for SuperDevMode in gwt addon and upgraded to GWT 2.5.1 by default.

[donaldp] Added support for SuperDevMode in gwt addon and upgraded to GWT 2.5.1 by default.

[donaldp] BUILDR-664 Update Checkstyle addon so that extra_dependencies is empty by default.

[donaldp] Add in an initial TravisCI configuration

[donaldp] Stop depending on ffi-ncurses as it has problems on several versions of ubuntu that have the ncurses library installed in a way incompatible with this gem

[donaldp] Return now at the resolution that the current filesystem supports to avoid the scenario where Time.now and Time.now + 1 have same value on filesystem attribtues.

[donaldp] Disable a test so that the suite can be easily run on TravisCI

[donaldp] BUILDR-663 require 'buildr' fails for Ruby 2.0.0.

[donaldp] BUILDR-665 Java artifacts in build.yaml breaking ArchiveTask. Submitted by Antonio PĂ©rez Barrero.

------------------------------------------
[...truncated 79 lines...]
A         spec/scala/compiler_spec.rb
A         spec/scala/tests_spec.rb
A         spec/packaging
A         spec/packaging/packaging_spec.rb
A         spec/packaging/artifact_namespace_spec.rb
A         spec/packaging/packaging_helper.rb
A         spec/packaging/artifact_spec.rb
A         spec/packaging/archive_spec.rb
A         spec/addon
A         spec/addon/bnd_spec.rb
A         spec/addon/drb_spec.rb
A         spec/addon/jaxb_xjc_spec.rb
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/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
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         .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/packaging/test_jar.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         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 1490113
Deleting old artifacts from #172
[Buildr-website-build] $ /usr/bin/env bash /tmp/hudson3206220193203495096.sh
/tmp/hudson3206220193203495096.sh: line 2: ci.sh: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts