Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-deterministic Build #308

Closed
pequnio3 opened this issue Sep 5, 2014 · 8 comments
Closed

Non-deterministic Build #308

pequnio3 opened this issue Sep 5, 2014 · 8 comments
Milestone

Comments

@pequnio3
Copy link
Contributor

pequnio3 commented Sep 5, 2014

I just forked the Hystrix repo to play around with it as well as attempt to add OSGi compatibility. I'm relatively new to gradle and am still learning, however I get a build error when I do:

./gradlew build

Do you have any suggestions how to fix this?

I've included my commands output below.


./gradlew build
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "aspectjVersion" on "project ':hystrix-contrib:hystrix-javanica'", value: "1.7.4".
:hystrix-contrib:compileJava UP-TO-DATE
:hystrix-contrib:processResources UP-TO-DATE
:hystrix-contrib:classes UP-TO-DATE
:hystrix-contrib:jar UP-TO-DATE
:hystrix-contrib:javadoc UP-TO-DATE
:hystrix-contrib:javadocJar UP-TO-DATE
:hystrix-contrib:sourcesJar UP-TO-DATE
:hystrix-contrib:signArchives SKIPPED
:hystrix-contrib:assemble UP-TO-DATE
:hystrix-contrib:licenseMain UP-TO-DATE
:hystrix-contrib:licenseTest UP-TO-DATE
:hystrix-contrib:compileTestJava UP-TO-DATE
:hystrix-contrib:processTestResources UP-TO-DATE
:hystrix-contrib:testClasses UP-TO-DATE
:hystrix-contrib:test UP-TO-DATE
:hystrix-contrib:check UP-TO-DATE
:hystrix-contrib:build UP-TO-DATE
:hystrix-core:compileJava UP-TO-DATE
:hystrix-core:processResources UP-TO-DATE
:hystrix-core:classes UP-TO-DATE
:hystrix-core:jar UP-TO-DATE
:hystrix-core:javadoc SKIPPED
:hystrix-core:javadocJar UP-TO-DATE
:hystrix-core:sourcesJar UP-TO-DATE
:hystrix-core:signArchives SKIPPED
:hystrix-core:assemble UP-TO-DATE
:hystrix-core:licenseMain UP-TO-DATE
:hystrix-core:licenseTest UP-TO-DATE
:hystrix-core:compileTestJava UP-TO-DATE
:hystrix-core:processTestResources UP-TO-DATE
:hystrix-core:testClasses UP-TO-DATE
:hystrix-core:test UP-TO-DATE
:hystrix-core:check UP-TO-DATE
:hystrix-core:build UP-TO-DATE
:hystrix-dashboard:javadoc UP-TO-DATE
:hystrix-dashboard:javadocJar UP-TO-DATE
:hystrix-dashboard:compileJava UP-TO-DATE
:hystrix-dashboard:processResources UP-TO-DATE
:hystrix-dashboard:classes UP-TO-DATE
:hystrix-dashboard:jar UP-TO-DATE
:hystrix-dashboard:sourcesJar UP-TO-DATE
:hystrix-dashboard:war UP-TO-DATE
:hystrix-dashboard:signArchives SKIPPED
:hystrix-dashboard:assemble UP-TO-DATE
:hystrix-dashboard:licenseMain UP-TO-DATE
:hystrix-dashboard:licenseTest UP-TO-DATE
:hystrix-dashboard:compileTestJava UP-TO-DATE
:hystrix-dashboard:processTestResources UP-TO-DATE
:hystrix-dashboard:testClasses UP-TO-DATE
:hystrix-dashboard:test UP-TO-DATE
:hystrix-dashboard:check UP-TO-DATE
:hystrix-dashboard:build UP-TO-DATE
:hystrix-examples:compileJava UP-TO-DATE
:hystrix-examples:processResources UP-TO-DATE
:hystrix-examples:classes UP-TO-DATE
:hystrix-examples:jar UP-TO-DATE
:hystrix-examples:javadoc UP-TO-DATE
:hystrix-examples:javadocJar UP-TO-DATE
:hystrix-examples:sourcesJar UP-TO-DATE
:hystrix-examples:signArchives SKIPPED
:hystrix-examples:assemble UP-TO-DATE
:hystrix-examples:licenseMain UP-TO-DATE
:hystrix-examples:licenseTest UP-TO-DATE
:hystrix-examples:compileTestJava UP-TO-DATE
:hystrix-examples:processTestResources UP-TO-DATE
:hystrix-examples:testClasses UP-TO-DATE
:hystrix-examples:test UP-TO-DATE
:hystrix-examples:check UP-TO-DATE
:hystrix-examples:build UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:compileJava UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:processResources UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:classes UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:jar UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:javadoc
/Users/blakec/Documents/Projects/Hystrix/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsPoller.java:70: error: @param name not found
     * @param MetricsAsJsonPollerListener
              ^
/Users/blakec/Documents/Projects/Hystrix/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsPoller.java:72: warning: no description for @param
     * @param delay
       ^
/Users/blakec/Documents/Projects/Hystrix/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsPoller.java:74: warning: no @param for listener
    public HystrixMetricsPoller(MetricsAsJsonPollerListener listener, int delay) {
           ^
1 error
2 warnings
:hystrix-contrib:hystrix-metrics-event-stream:javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':hystrix-contrib:hystrix-metrics-event-stream:javadoc'.
> Javadoc generation failed.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 12.419 secs
@benjchristensen
Copy link
Contributor

Javadoc is incredibly annoying and behaves differently on different JVMs. Are you trying to build with Java 8 by chance?

You can ignore javadoc in the build by putting “-x javadoc” to exclude that task.

@KITSKapilVarshney
Copy link

Hi Ben,

I am also facing the same issue and based on your comment above, I did try to ignore javadoc, however have got bunch of other failures.

./gradlew clean build -x javadoc
Script '/Users/kapilvarshney/git/Hystrix/gradle/convention.gradle': line 24
The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
Build file '/Users/kapilvarshney/git/Hystrix/hystrix-contrib/hystrix-clj/build.gradle': line 3
The RepositoryHandler.mavenRepo() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the maven() method instead.
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "aspectjVersion" on "project ':hystrix-contrib:hystrix-javanica'", value: "1.7.4".
:hystrix-contrib:clean
:hystrix-core:clean
:hystrix-dashboard:clean
:hystrix-examples:clean
:hystrix-examples-webapp:clean
:hystrix-contrib:hystrix-clj:clean
:hystrix-contrib:hystrix-codahale-metrics-publisher:clean UP-TO-DATE
:hystrix-contrib:hystrix-javanica:clean UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:clean
:hystrix-contrib:hystrix-network-auditor-agent:clean UP-TO-DATE
:hystrix-contrib:hystrix-request-servlet:clean
:hystrix-contrib:hystrix-rx-netty-metrics-stream:clean UP-TO-DATE
:hystrix-contrib:hystrix-servo-metrics-publisher:clean UP-TO-DATE
:hystrix-contrib:hystrix-yammer-metrics-publisher:clean UP-TO-DATE
:hystrix-contrib:compileJava UP-TO-DATE
:hystrix-contrib:processResources UP-TO-DATE
:hystrix-contrib:classes UP-TO-DATE
:hystrix-contrib:jar
:hystrix-contrib:javadocJar
:hystrix-contrib:sourcesJar
:hystrix-contrib:signArchives SKIPPED
:hystrix-contrib:assemble
:hystrix-contrib:licenseMain UP-TO-DATE
:hystrix-contrib:licenseTest UP-TO-DATE
:hystrix-contrib:compileTestJava UP-TO-DATE
:hystrix-contrib:processTestResources UP-TO-DATE
:hystrix-contrib:testClasses UP-TO-DATE
:hystrix-contrib:test UP-TO-DATE
:hystrix-contrib:check UP-TO-DATE
:hystrix-contrib:build
:hystrix-core:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:118: warning: Unsafe is internal proprietary API and may be removed in a future release
private static final sun.misc.Unsafe UNSAFE;
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:316: warning: Unsafe is internal proprietary API and may be removed in a future release
private static final sun.misc.Unsafe UNSAFE;
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:339: warning: Unsafe is internal proprietary API and may be removed in a future release
private static sun.misc.Unsafe getUnsafe() {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:341: warning: Unsafe is internal proprietary API and may be removed in a future release
return sun.misc.Unsafe.getUnsafe();
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:346: warning: Unsafe is internal proprietary API and may be removed in a future release
.PrivilegedExceptionAction<sun.misc.Unsafe>() {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:347: warning: Unsafe is internal proprietary API and may be removed in a future release
public sun.misc.Unsafe run() throws Exception {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:349: warning: Unsafe is internal proprietary API and may be removed in a future release
.Unsafe.class.getDeclaredField("theUnsafe");
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:351: warning: Unsafe is internal proprietary API and may be removed in a future release
return (sun.misc.Unsafe) f.get(null);
^
9 warnings
:hystrix-core:processResources UP-TO-DATE
:hystrix-core:classes
:hystrix-core:jar
:hystrix-core:javadocJar
:hystrix-core:sourcesJar
:hystrix-core:signArchives SKIPPED
:hystrix-core:assemble
:hystrix-core:licenseMain UP-TO-DATE
:hystrix-core:licenseTest UP-TO-DATE
:hystrix-core:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:118: warning: Unsafe is internal proprietary API and may be removed in a future release
private static final sun.misc.Unsafe UNSAFE;
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:316: warning: Unsafe is internal proprietary API and may be removed in a future release
private static final sun.misc.Unsafe UNSAFE;
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:339: warning: Unsafe is internal proprietary API and may be removed in a future release
private static sun.misc.Unsafe getUnsafe() {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:341: warning: Unsafe is internal proprietary API and may be removed in a future release
return sun.misc.Unsafe.getUnsafe();
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:346: warning: Unsafe is internal proprietary API and may be removed in a future release
.PrivilegedExceptionAction<sun.misc.Unsafe>() {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:347: warning: Unsafe is internal proprietary API and may be removed in a future release
public sun.misc.Unsafe run() throws Exception {
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:349: warning: Unsafe is internal proprietary API and may be removed in a future release
.Unsafe.class.getDeclaredField("theUnsafe");
^
/Users/kapilvarshney/git/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/util/Striped64.java:351: warning: Unsafe is internal proprietary API and may be removed in a future release
return (sun.misc.Unsafe) f.get(null);
^
Note: /Users/kapilvarshney/git/Hystrix/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandPropertiesTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/kapilvarshney/git/Hystrix/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCircuitBreakerTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
9 warnings
:hystrix-core:processTestResources UP-TO-DATE
:hystrix-core:testClasses
:hystrix-core:test
:hystrix-core:check
:hystrix-core:build
:hystrix-dashboard:javadocJar
:hystrix-dashboard:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:hystrix-dashboard:processResources
:hystrix-dashboard:classes
:hystrix-dashboard:jar
:hystrix-dashboard:sourcesJar
:hystrix-dashboard:war
:hystrix-dashboard:signArchives SKIPPED
:hystrix-dashboard:assemble
:hystrix-dashboard:licenseMain UP-TO-DATE
:hystrix-dashboard:licenseTest UP-TO-DATE
:hystrix-dashboard:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:hystrix-dashboard:processTestResources UP-TO-DATE
:hystrix-dashboard:testClasses
:hystrix-dashboard:test
:hystrix-dashboard:check
:hystrix-dashboard:build
:hystrix-examples:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
:hystrix-examples:processResources UP-TO-DATE
:hystrix-examples:classes
:hystrix-examples:jar
:hystrix-examples:javadocJar
:hystrix-examples:sourcesJar
:hystrix-examples:signArchives SKIPPED
:hystrix-examples:assemble
:hystrix-examples:licenseMain UP-TO-DATE
:hystrix-examples:licenseTest UP-TO-DATE
:hystrix-examples:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
:hystrix-examples:processTestResources UP-TO-DATE
:hystrix-examples:testClasses
:hystrix-examples:test
:hystrix-examples:check
:hystrix-examples:build
:hystrix-examples-webapp:javadocJar
:hystrix-contrib:hystrix-metrics-event-stream:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:hystrix-contrib:hystrix-metrics-event-stream:processResources UP-TO-DATE
:hystrix-contrib:hystrix-metrics-event-stream:classes
:hystrix-contrib:hystrix-metrics-event-stream:jar
:hystrix-contrib:hystrix-request-servlet:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:hystrix-contrib:hystrix-request-servlet:processResources UP-TO-DATE
:hystrix-contrib:hystrix-request-servlet:classes
:hystrix-contrib:hystrix-request-servlet:jar
:hystrix-examples-webapp:compileJava UP-TO-DATE
:hystrix-examples-webapp:processResources UP-TO-DATE
:hystrix-examples-webapp:classes UP-TO-DATE
:hystrix-examples-webapp:jar
:hystrix-examples-webapp:sourcesJar
:hystrix-examples-webapp:war
:hystrix-examples-webapp:signArchives SKIPPED
:hystrix-examples-webapp:assemble
:hystrix-examples-webapp:licenseMain UP-TO-DATE
:hystrix-examples-webapp:licenseTest UP-TO-DATE
:hystrix-examples-webapp:compileTestJava UP-TO-DATE
:hystrix-examples-webapp:processTestResources UP-TO-DATE
:hystrix-examples-webapp:testClasses UP-TO-DATE
:hystrix-examples-webapp:test UP-TO-DATE
:hystrix-examples-webapp:check UP-TO-DATE
:hystrix-examples-webapp:build
:hystrix-contrib:hystrix-clj:compileClojure
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Reflection warning, com/netflix/hystrix/core.clj:637 - call to toObservable can't be resolved.
:hystrix-contrib:hystrix-clj:compileJava UP-TO-DATE
:hystrix-contrib:hystrix-clj:processResources UP-TO-DATE
:hystrix-contrib:hystrix-clj:classes
:hystrix-contrib:hystrix-clj:jar
:hystrix-contrib:hystrix-clj:javadocJar
:hystrix-contrib:hystrix-clj:sourcesJar
:hystrix-contrib:hystrix-clj:signArchives SKIPPED
:hystrix-contrib:hystrix-clj:assemble
:hystrix-contrib:hystrix-clj:licenseMain UP-TO-DATE
:hystrix-contrib:hystrix-clj:licenseTest UP-TO-DATE
:hystrix-contrib:hystrix-clj:clojureTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Reflection warning, com/netflix/hystrix/core.clj:637 - call to toObservable can't be resolved.

Testing com.netflix.hystrix.core-test

ERROR in (test-observe-later) (Reflector.java:271)
observes a HystrixCommand
expected: (= 99 (-> (instantiate (normalize base-def) 11 88) observe-later wait-for-observable))
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class com.netflix.hystrix.AbstractCommand$ObservableCommand
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test$fn__496$fn__497.invoke (core_test.clj:205)
com.netflix.hystrix.core_test/fn (core_test.clj:203)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-observe-later) (Reflector.java:271)
instantiates and observes a command
expected: (= (+ 75 19 23) (wait-for-observable o))
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class com.netflix.hystrix.AbstractCommand$ObservableCommand
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test$fn__496$fn__503.invoke (core_test.clj:215)
com.netflix.hystrix.core_test/fn (core_test.clj:211)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-observe-later) (Class.java:3361)
Uncaught exception, not in assertion.
expected: nil
map 99
map 100
map 101
map 103
actual: java.lang.ClassCastException: Cannot cast rx.schedulers.NewThreadScheduler to java.lang.Boolean
at java.lang.Class.cast (Class.java:3361)
clojure.lang.Reflector.boxArg (Reflector.java:413)
clojure.lang.Reflector.boxArgs (Reflector.java:444)
clojure.lang.Reflector.invokeMatchingMethod (Reflector.java:58)
clojure.lang.Reflector.invokeInstanceMethod (Reflector.java:28)
com.netflix.hystrix.core$eval275$fn__276.invoke (core.clj:637)
com.netflix.hystrix.core$eval239$fn__240$G__228__247.invoke (core.clj:627)
com.netflix.hystrix.core$observe_later_on.doInvoke (core.clj:664)
clojure.lang.RestFn.invoke (RestFn.java:490)
com.netflix.hystrix.core_test/fn (core_test.clj:218)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-defcommand) (Reflector.java:271)
defines a functioning command
expected: (= 103 (wait-for-observable (observe (var my-fn-command) 90 13)))
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class rx.subjects.ReplaySubject
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test$fn__582$fn__617.invoke (core_test.clj:317)
com.netflix.hystrix.core_test/fn (core_test.clj:317)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-defcommand) (Reflector.java:271)
defines a functioning command
expected: (= 105 (wait-for-observable (observe-later (var my-fn-command) 91 14)))
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class com.netflix.hystrix.AbstractCommand$ObservableCommand
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test$fn__582$fn__621.invoke (core_test.clj:318)
com.netflix.hystrix.core_test/fn (core_test.clj:318)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-defcommand) (Class.java:3361)
defines a functioning command
expected: (= 107 (wait-for-observable (observe-later-on (var my-fn-command) (rx.schedulers.Schedulers/newThread) 92 15)))
map 0
map hello-world
map hello-world
map 141

fallback on thread: Thread[hystrix-my-group-5,5,main]
map hi!
map com.netflix.hystrix.core.proxy$com.netflix.hystrix.HystrixCommand$0@562797b3
fallback on thread: Thread[hystrix-test-this-command-binding-group-2,5,main]
map 99
actual: java.lang.ClassCastException: Cannot cast rx.schedulers.NewThreadScheduler to java.lang.Boolean
at java.lang.Class.cast (Class.java:3361)
clojure.lang.Reflector.boxArg (Reflector.java:413)
clojure.lang.Reflector.boxArgs (Reflector.java:444)
clojure.lang.Reflector.invokeMatchingMethod (Reflector.java:58)
clojure.lang.Reflector.invokeInstanceMethod (Reflector.java:28)
com.netflix.hystrix.core$eval275$fn__276.invoke (core.clj:637)
com.netflix.hystrix.core$eval239$fn__240$G__228__247.invoke (core.clj:627)
com.netflix.hystrix.core$observe_later_on.doInvoke (core.clj:664)
clojure.lang.RestFn.invoke (RestFn.java:464)
com.netflix.hystrix.core_test/fn (core_test.clj:320)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-observe) (Reflector.java:271)
observes a HystrixCommand
expected: (= 99 (-> (instantiate (normalize base-def) 11 88) observe wait-for-observable))
map 117
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class rx.subjects.ReplaySubject
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test$fn__480$fn__481.invoke (core_test.clj:186)
com.netflix.hystrix.core_test/fn (core_test.clj:184)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)

ERROR in (test-observe) (Reflector.java:271)
instantiates and observes a command
expected: (= (+ 75 19 23) (wait-for-observable o))
map ["V"]
map ["XYX0" "XYX1" "XYX2" "XYX3" "XYX4" "XYX5" "XYX6" "XYX7" "XYX8" "XYX9" "XYX10" "XYX11" "XYX12" "XYX13" "XYX14" "XYX15" "XYX16" "XYX17" "XYX18" "XYX19" "XYX20" "XYX21" "XYX22" "XYX23" "XYX24" "XYX25" "XYX26" "XYX27" "XYX28" "XYX29" "XYX30" "XYX31" "XYX32" "XYX33" "XYX34" "XYX35" "XYX36" "XYX37" "XYX38" "XYX39" "XYX40" "XYX41" "XYX42" "XYX43" "XYX44" "XYX45" "XYX46" "XYX47" "XYX48" "XYX49" "XYX50" "XYX51" "XYX52" "XYX53" "XYX54" "XYX55" "XYX56" "XYX57" "XYX58" "XYX59" "XYX60" "XYX61" "XYX62" "XYX63" "XYX64" "XYX65" "XYX66" "XYX67" "XYX68" "XYX69" "XYX70" "XYX71" "XYX72" "XYX73" "XYX74" "XYX75" "XYX76" "XYX77" "XYX78" "XYX79" "XYX80" "XYX81" "XYX82" "XYX83" "XYX84" "XYX85" "XYX86" "XYX87" "XYX88" "XYX89" "XYX90" "XYX91" "XYX92" "XYX93" "XYX94" "XYX95" "XYX96" "XYX97" "XYX98" "XYX99"]
map ["XYX0" "XYX1" "XYX2" "XYX3"]
map ["XYX4" "XYX5" "XYX6" "XYX7" "XYX8"]
map ["XYX9" "XYX10" "XYX11" "XYX12" "XYX13" "XYX14" "XYX15" "XYX16"]
map ["XYX17" "XYX18" "XYX19" "XYX20" "XYX21" "XYX22" "XYX23"]
map ["XYX24" "XYX25" "XYX26" "XYX27" "XYX28" "XYX29" "XYX30"]
map ["XYX31"]
map ["XYX32" "XYX33" "XYX34" "XYX35" "XYX36" "XYX37" "XYX38"]
map ["XYX39" "XYX40" "XYX41" "XYX42" "XYX43" "XYX44" "XYX45" "XYX46"]
map ["XYX47" "XYX48" "XYX49" "XYX50" "XYX51" "XYX52" "XYX53"]
map ["XYX54" "XYX55" "XYX56" "XYX57" "XYX58" "XYX59" "XYX60" "XYX61"]
map ["XYX62" "XYX63" "XYX64" "XYX65" "XYX66"]
map ["XYX67" "XYX68" "XYX69" "XYX70" "XYX71" "XYX72" "XYX73"]
map ["XYX74" "XYX75" "XYX76" "XYX77" "XYX78" "XYX79" "XYX80" "XYX81" "XYX82"]
map ["XYX83" "XYX84" "XYX85" "XYX86" "XYX87" "XYX88"]
map ["XYX89" "XYX90" "XYX91" "XYX92" "XYX93" "XYX94" "XYX95" "XYX96"]
map ["XYX97" "XYX98" "XYX99"]
map ["XYX0" "XYX1" "XYX2" "XYX3" "XYX4" "XYX5" "XYX6" "XYX7" "XYX8" "XYX9"]
map ["XYX10" "XYX11" "XYX12" "XYX13" "XYX14" "XYX15"]
map ["XYX16" "XYX17" "XYX18" "XYX19" "XYX20" "XYX21"]
map ["XYX22" "XYX23" "XYX24" "XYX25" "XYX26" "XYX27" "XYX28" "XYX29" "XYX30"]
map ["XYX31" "XYX32" "XYX33" "XYX34" "XYX35" "XYX36"]
map ["XYX37" "XYX38" "XYX39" "XYX40" "XYX41" "XYX42" "XYX43" "XYX44"]
map ["XYX45" "XYX46" "XYX47" "XYX48" "XYX49" "XYX50"]
map ["XYX51" "XYX52" "XYX53" "XYX54" "XYX55" "XYX56" "XYX57" "XYX58"]
map ["XYX59" "XYX60" "XYX61" "XYX62" "XYX63" "XYX64"]
map ["XYX65" "XYX66" "XYX67" "XYX68" "XYX69" "XYX70" "XYX71"]
map ["XYX72" "XYX73" "XYX74" "XYX75" "XYX76" "XYX77" "XYX78" "XYX79"]
map ["XYX80" "XYX81" "XYX82" "XYX83" "XYX84" "XYX85"]
map ["XYX86" "XYX87" "XYX88" "XYX89" "XYX90" "XYX91" "XYX92"]
map ["XYX93" "XYX94" "XYX95" "XYX96" "XYX97" "XYX98" "XYX99"]
actual: java.lang.IllegalArgumentException: No matching field found: toBlockingObservable for class rx.subjects.ReplaySubject
at clojure.lang.Reflector.getInstanceField (Reflector.java:271)
clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:300)
com.netflix.hystrix.core_test$wait_for_observable.invoke (core_test.clj:177)
com.netflix.hystrix.core_test/fn (core_test.clj:196)
clojure.test$test_var$fn__6926.invoke (test.clj:701)
clojure.test$test_var.invoke (test.clj:701)
clojure.test$test_all_vars$fn__6930$fn__6937.invoke (test.clj:717)
com.netflix.hystrix.core_test$request_context_fixture.invoke (core_test.clj:22)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars$fn__6930.invoke (test.clj:717)
com.netflix.hystrix.core_test$reset_fixture.invoke (core_test.clj:11)
clojure.test$compose_fixtures$fn__6920$fn__6921.invoke (test.clj:678)
clojure.test$default_fixture.invoke (test.clj:671)
clojure.test$compose_fixtures$fn__6920.invoke (test.clj:678)
clojure.test$test_all_vars.invoke (test.clj:713)
clojure.test$test_ns.invoke (test.clj:736)
clojure.core$map$fn__4087.invoke (core.clj:2434)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:60)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.boundedLength (RT.java:1633)
clojure.lang.RestFn.applyTo (RestFn.java:130)
clojure.core$apply.invoke (core.clj:603)
clojure.test$run_tests.doInvoke (test.clj:751)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojuresque.tasks.test$test_namespaces$fn__66.invoke (test.clj:16)
clojuresque.cli$with_command_line_STAR_.invoke (cli.clj:92)
clojuresque.tasks.test$test_namespaces.doInvoke (test.clj:11)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invoke (core.clj:601)
clojure.lang.Var.invoke (Var.java:419)
clojuresque.Driver.main (Driver.java:48)
Got collapses with sizes: [10 6 6 9 6 8 6 8 6 7 8 6 7 7]
Got maps with sizes: [10 6 6 9 6 8 6 8 6 7 8 6 7 7]
Got batches with sizes: [10 6 6 9 6 8 6 8 6 7 8 6 7 7]
map hello-world
map hi
map hello-world

Ran 14 tests containing 72 assertions.
0 failures, 8 errors.
:hystrix-contrib:hystrix-clj:clojureTest FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':hystrix-contrib:hystrix-clj:clojureTest'.

    Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

@benjchristensen
Copy link
Contributor

Looks like some non-deterministic test failures.

@benjchristensen benjchristensen changed the title Javadoc build error with ./gradlew build Non-deterministic Build Dec 12, 2014
@benjchristensen benjchristensen added this to the 1.4.x milestone Dec 12, 2014
@mattrjacobs
Copy link
Contributor

@pequnio3 / @KITSKapilVarshney I think the build should be working again. Can you let me know if you're still seeing problems in master?

@mattrjacobs mattrjacobs removed this from the 1.4.x milestone Dec 19, 2014
@pequnio3 pequnio3 removed this from the 1.4.x milestone Dec 19, 2014
@mattrjacobs mattrjacobs added this to the 1.4.0-RC6 milestone Dec 19, 2014
@KITSKapilVarshney
Copy link

Hi @pequnio3, I have not tried this for a while now. However when I faced issue, I simply commented out the tests which were giving issues to progress. Intend of my exercise was to see the demo example. I will be revisiting the set up in Jan again and if I do see this issue, I will update here.

Cheers,

@mattrjacobs
Copy link
Contributor

Closing. @pequnio3, @KITSKapilVarshney, I am aware of non-deterministic unit tests and will be fixing them in #368.

@venkates77
Copy link

using java 8 results in javadoc failure... skipping javadoc using '-x javadoc' works fine...

@mattrjacobs
Copy link
Contributor

@venkates77 I've also seen this. I'll open up a new issue to figure out how to structure the Javadoc such that any JDK can generate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants