See <https://builds.apache.org/job/Blur-master-jdk7/461/changes>

Changes:

[amccurry] Moving blur console to the root of the project.

[amccurry] Making some changes so that the blur-console artifact can be 
produced without the need to have all the webapp dev tools installed.

[amccurry] To turn on the development environment for blur console you will 
have to export BLUR_CONSOLE_DEV=true into your development env.

------------------------------------------
[...truncated 25078 lines...]
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testGetCurrentQueryCount(org.apache.blur.console.util.QueryUtilTest)  Time 
elapsed: 0.015 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.failNotEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:126)
        at org.junit.Assert.assertEquals(Assert.java:470)
        at org.junit.Assert.assertEquals(Assert.java:454)
        at 
org.apache.blur.console.util.QueryUtilTest.testGetCurrentQueryCount(QueryUtilTest.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


Results :

Failed tests:   testGetQueries(org.apache.blur.console.util.QueryUtilTest): 
expected:<2> but was:<1>
  testGetCurrentQueryCount(org.apache.blur.console.util.QueryUtilTest): 
expected:<1> but was:<2>

Tests run: 11, Failures: 2, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-console/target/surefire-reports>
 for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ blur-console ---
[INFO] Building jar: 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-console/target/blur-console-0.2.2-incubating-hadoop1.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
blur-console ---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ blur-console ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: LICENSE
[INFO] Exclude: CHANGES.txt
[INFO] Exclude: DISCLAIMER
[INFO] Exclude: NOTICE
[INFO] Exclude: README
[INFO] Exclude: **/README.textile
[INFO] Exclude: **/README.md
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/target/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/.codio
[INFO] Exclude: **/src/main/webapp/libs/**
[INFO] Exclude: **/src/main/webapp/css/**
[INFO] Exclude: **/src/main/webapp/js/utils/*
[INFO] Exclude: **/src/main/webapp/public/js/modernizr.js
[INFO] Exclude: **/src/main/webapp/public/css/*.map
[INFO] Exclude: **/src/main/webapp/public/css/glyphicons*
[INFO] Exclude: **/src/main/webapp/node_modules/**
[INFO] Exclude: **/src/main/webapp/.sass-cache/**
[INFO] Exclude: **/src/main/webapp/.tmp/**
[INFO] Exclude: **/.bowerrc
[INFO] Exclude: **/.editorconfig
[INFO] Exclude: **/.jshintrc
[INFO] Exclude: **/package.json
[INFO] Exclude: **/bower.json
[INFO] Exclude: **/src/main/scripts/grunt.sh
[INFO] Exclude: contrib/blur-console-v1/**
[INFO] Exclude: **/src/main/resources/org/apache/blur/thrift/util/words.txt
[INFO] Exclude: **/src/main/webapp/js/d3.v2.js
[INFO] Exclude: **/src/main/webapp/js/d3.v2.min.js
[INFO] Exclude: **/src/main/resources*/license-notes.txt
[INFO] Exclude: **/src/main/resources*/NOTICE-bin.base.txt
[INFO] Exclude: **/src/main/resources*/NOTICE-bin.txt
[INFO] Exclude: **/src/main/resources*/notices/*.src
[INFO] Exclude: **/src/main/scripts/conf/controllers
[INFO] Exclude: **/src/main/scripts/conf/default_zoo.cfg
[INFO] Exclude: **/src/main/scripts/conf/shards
[INFO] Exclude: **/src/main/scripts/conf/zookeepers
[INFO] Exclude: **/src/main/scripts/interface/gen-html/Blur.html
[INFO] Exclude: **/src/main/scripts/interface/gen-html/index.html
[INFO] Exclude: **/.empty
[INFO] 167 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0 
approved: 67 licence.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Blur .............................................. SUCCESS [50.007s]
[INFO] Blur Util ......................................... SUCCESS [23.102s]
[INFO] Blur Thrift ....................................... SUCCESS [12.738s]
[INFO] Blur Store ........................................ SUCCESS [6:42.472s]
[INFO] Blur Query ........................................ SUCCESS [5:15.048s]
[INFO] Blur GUI .......................................... SUCCESS [7.124s]
[INFO] Blur Core ......................................... SUCCESS [6:12.029s]
[INFO] Blur Console ...................................... FAILURE [1:27.045s]
[INFO] Blur Map Reduce Hadoop1 ........................... SKIPPED
[INFO] Blur Shell ........................................ SKIPPED
[INFO] Distribution ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:29.103s
[INFO] Finished at: Tue Jun 17 21:14:31 UTC 2014
[INFO] Final Memory: 37M/170M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.10:check 
(default) on project blur-console: Too many files with unapproved license: 1 
See RAT report in: 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-console/target/rat.txt> 
-> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :blur-console
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-shell/pom.xml> to 
org.apache.blur/blur-shell/0.2.2-incubating-hadoop1/blur-shell-0.2.2-incubating-hadoop1.pom
Sending artifact delta relative to Blur-master-jdk7 ? Blur Shell #460
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5207 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-mapred-hadoop1/pom.xml> 
to 
org.apache.blur/blur-mapred-hadoop1/0.2.2-incubating-hadoop1/blur-mapred-hadoop1-0.2.2-incubating-hadoop1.pom
Sending artifact delta relative to Blur-master-jdk7 ? Blur Map Reduce Hadoop1 
#460
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5137 bytes
Compression is 0.0%
Took 0.14 sec
[JENKINS] Archiving <https://builds.apache.org/job/Blur-master-jdk7/ws/pom.xml> 
to org.apache.blur/blur/0.2.2-incubating/blur-0.2.2-incubating.pom
Sending artifact delta relative to Blur-master-jdk7 ? Blur #460
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 13867 bytes
Compression is 0.0%
Took 1.7 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-util/pom.xml> to 
org.apache.blur/blur-util/0.2.2-incubating-hadoop1/blur-util-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-util/target/blur-util-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-util/0.2.2-incubating-hadoop1/blur-util-0.2.2-incubating-hadoop1.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-util/target/blur-util-0.2.2-incubating-hadoop1-tests.jar>
 to 
org.apache.blur/blur-util/0.2.2-incubating-hadoop1/blur-util-0.2.2-incubating-hadoop1-tests.jar
Sending artifact delta relative to Blur-master-jdk7 ? Blur Util #460
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 167652 bytes
Compression is 0.0%
Took 0.45 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/distribution/pom.xml> to 
org.apache.blur/apache-blur/0.2.2-incubating-hadoop1/apache-blur-0.2.2-incubating-hadoop1.pom
Sending artifact delta relative to Blur-master-jdk7 ? Distribution #460
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3947 bytes
Compression is 0.0%
Took 3.4 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-thrift/pom.xml> to 
org.apache.blur/blur-thrift/0.2.2-incubating-hadoop1/blur-thrift-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-thrift/target/blur-thrift-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-thrift/0.2.2-incubating-hadoop1/blur-thrift-0.2.2-incubating-hadoop1.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-thrift/target/blur-thrift-0.2.2-incubating-hadoop1-tests.jar>
 to 
org.apache.blur/blur-thrift/0.2.2-incubating-hadoop1/blur-thrift-0.2.2-incubating-hadoop1-tests.jar
Sending artifact delta relative to Blur-master-jdk7 ? Blur Thrift #460
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 1852251 bytes
Compression is 0.0%
Took 0.83 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-query/pom.xml> to 
org.apache.blur/blur-query/0.2.2-incubating-hadoop1/blur-query-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-query/target/blur-query-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-query/0.2.2-incubating-hadoop1/blur-query-0.2.2-incubating-hadoop1.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-query/target/blur-query-0.2.2-incubating-hadoop1-tests.jar>
 to 
org.apache.blur/blur-query/0.2.2-incubating-hadoop1/blur-query-0.2.2-incubating-hadoop1-tests.jar
Sending artifact delta relative to Blur-master-jdk7 ? Blur Query #460
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 221369 bytes
Compression is 0.0%
Took 1.8 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-store/pom.xml> to 
org.apache.blur/blur-store/0.2.2-incubating-hadoop1/blur-store-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-store/target/blur-store-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-store/0.2.2-incubating-hadoop1/blur-store-0.2.2-incubating-hadoop1.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-store/target/blur-store-0.2.2-incubating-hadoop1-tests.jar>
 to 
org.apache.blur/blur-store/0.2.2-incubating-hadoop1/blur-store-0.2.2-incubating-hadoop1-tests.jar
Sending artifact delta relative to Blur-master-jdk7 ? Blur Store #460
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 290951 bytes
Compression is 0.0%
Took 0.23 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-core/pom.xml> to 
org.apache.blur/blur-core/0.2.2-incubating-hadoop1/blur-core-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-core/target/blur-core-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-core/0.2.2-incubating-hadoop1/blur-core-0.2.2-incubating-hadoop1.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-core/target/blur-core-0.2.2-incubating-hadoop1-tests.jar>
 to 
org.apache.blur/blur-core/0.2.2-incubating-hadoop1/blur-core-0.2.2-incubating-hadoop1-tests.jar
Sending artifact delta relative to Blur-master-jdk7 ? Blur Core #460
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 631598 bytes
Compression is 0.0%
Took 0.32 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-gui/pom.xml> to 
org.apache.blur/blur-gui/0.2.2-incubating-hadoop1/blur-gui-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-gui/target/blur-gui-0.2.2-incubating-hadoop1.war>
 to 
org.apache.blur/blur-gui/0.2.2-incubating-hadoop1/blur-gui-0.2.2-incubating-hadoop1.war
Sending artifact delta relative to Blur-master-jdk7 ? Blur GUI #460
Archived 2 artifacts
Archive block size is 32768
Received 777 blocks and 4294176 bytes
Compression is 85.6%
Took 5 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-console/pom.xml> to 
org.apache.blur/blur-console/0.2.2-incubating-hadoop1/blur-console-0.2.2-incubating-hadoop1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Blur-master-jdk7/ws/blur-console/target/blur-console-0.2.2-incubating-hadoop1.jar>
 to 
org.apache.blur/blur-console/0.2.2-incubating-hadoop1/blur-console-0.2.2-incubating-hadoop1.jar
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: [email protected]
channel stopped

Reply via email to