Mock Version: 1.2.13 Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/rxjava.spec'], printOutput=Falselogger=gid=425shell=Falseuser='mockbuild'timeout=172800uid=1000env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}chrootPath='/var/lib/mock/epel7-build-4559102-555634/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/rxjava.spec'] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False warning: Could not canonicalize hostname: buildvm-23.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/rxjava-1.0.13-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/rxjava.spec '], printOutput=Falselogger=private_network=Truegid=425shell=Falsetimeout=172800user='mockbuild'uid=1000env={'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}chrootPath='/var/lib/mock/epel7-build-4559102-555634/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/rxjava.spec '] with env {'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MXp5ul + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf RxJava-1.0.13 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.0.13.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd RxJava-1.0.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.class' -print -delete + find . -name '*.jar' -print -delete ./gradle/wrapper/gradle-wrapper.jar + cp -p /builddir/build/SOURCES/rxjava-1.0.13.pom pom.xml + echo 'Patch #0 (rxjava-1.0.13-use-system-jctools.patch):' Patch #0 (rxjava-1.0.13-use-system-jctools.patch): + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/rxjava-1.0.13-use-system-jctools.patch patching file pom.xml patching file src/main/java/rx/internal/operators/OperatorMapNotification.java patching file src/main/java/rx/internal/operators/OperatorObserveOn.java patching file src/main/java/rx/internal/operators/OperatorPublish.java patching file src/main/java/rx/internal/producers/QueuedProducer.java patching file src/main/java/rx/internal/producers/QueuedValueProducer.java patching file src/main/java/rx/internal/util/ObjectPool.java patching file src/main/java/rx/internal/util/RxRingBuffer.java patching file src/main/java/rx/internal/util/unsafe/BaseLinkedQueue.java patching file src/main/java/rx/internal/util/unsafe/ConcurrentCircularArrayQueue.java patching file src/main/java/rx/internal/util/unsafe/ConcurrentSequencedCircularArrayQueue.java patching file src/main/java/rx/internal/util/unsafe/MessagePassingQueue.java patching file src/main/java/rx/internal/util/unsafe/MpmcArrayQueue.java patching file src/main/java/rx/internal/util/unsafe/MpscLinkedQueue.java patching file src/main/java/rx/internal/util/unsafe/Pow2.java patching file src/main/java/rx/internal/util/unsafe/README.md patching file src/main/java/rx/internal/util/unsafe/SpmcArrayQueue.java patching file src/main/java/rx/internal/util/unsafe/SpscArrayQueue.java patching file src/main/java/rx/internal/util/unsafe/SpscLinkedQueue.java patching file src/test/java/rx/internal/util/JCToolsQueueTests.java + rm -rf src/main/java/rx/internal/util/unsafe/ConcurrentCircularArrayQueue.java src/main/java/rx/internal/util/unsafe/ConcurrentSequencedCircularArrayQueue.java src/main/java/rx/internal/util/unsafe/MessagePassingQueue.java src/main/java/rx/internal/util/unsafe/MpmcArrayQueue.java src/main/java/rx/internal/util/unsafe/Pow2.java src/main/java/rx/internal/util/unsafe/SpmcArrayQueue.java src/main/java/rx/internal/util/unsafe/SpscArrayQueue.java src/main/java/rx/internal/util/unsafe/BaseLinkedQueue.java src/main/java/rx/internal/util/unsafe/MpscLinkedQueue.java src/main/java/rx/internal/util/unsafe/SpscLinkedQueue.java + . /usr/share/java-utils/pom_editor.sh + pom_add_dep junit:junit:4.10:test + set +x + . /usr/share/java-utils/pom_editor.sh + pom_add_dep org.mockito:mockito-core:1.8.5:test + set +x + . /usr/share/java-utils/pom_editor.sh + pom_xpath_inject pom:project 'bundle' + set +x + . /usr/share/java-utils/pom_editor.sh + pom_add_plugin org.apache.felix:maven-bundle-plugin:2.3.7 . ' true io.reactivex.rxjava ${project.name} ReactiveX ${project.version} bundle-manifest process-classes manifest ' + set +x + . /usr/share/java-utils/pom_editor.sh + pom_add_plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1 . ' *.internal.* ' + set +x + rm -r src/test/java/rx/internal/operators/OperatorMergeMaxConcurrentTest.java src/test/java/rx/internal/operators/OperatorMergeTest.java src/test/java/rx/internal/operators/OperatorPublishTest.java src/test/java/rx/internal/operators/OperatorRepeatTest.java src/test/java/rx/internal/operators/OperatorRetryTest.java src/test/java/rx/observables/AbstractOnSubscribeTest.java src/test/java/rx/schedulers/CachedThreadSchedulerTest.java src/test/java/rx/schedulers/ExecutorSchedulerTest.java src/test/java/rx/subjects/ReplaySubjectBoundedConcurrencyTest.java src/test/java/rx/subjects/ReplaySubjectConcurrencyTest.java + rm -r src/test/java/rx/internal/operators/OperatorRetryWithPredicateTest.java + rm -r src/test/java/rx/observers/TestObserverTest.java src/test/java/rx/observers/TestSubscriberTest.java + python /usr/share/java-utils/mvn_file.py io.reactivex:rxjava rxjava + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vXNNIy + umask 022 + cd /builddir/build/BUILD + cd RxJava-1.0.13 + python /usr/share/java-utils/mvn_build.py -n rxjava -- -Dproject.build.sourceEncoding=UTF-8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building rxjava 1.0.13 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/RxJava-1.0.13/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ rxjava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 230 source files to /builddir/build/BUILD/RxJava-1.0.13/target/classes [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:[20,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:[31,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:[33,9] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:[41,27] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:[43,18] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [INFO] [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ rxjava --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rxjava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/RxJava-1.0.13/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ rxjava --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 161 source files to /builddir/build/BUILD/RxJava-1.0.13/target/test-classes [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/test/java/rx/internal/operators/BlockingOperatorLatestTest.java: Some input files use or override a deprecated API. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/test/java/rx/internal/operators/BlockingOperatorLatestTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/test/java/rx/internal/operators/OnSubscribeCombineLatestTest.java: /builddir/build/BUILD/RxJava-1.0.13/src/test/java/rx/internal/operators/OnSubscribeCombineLatestTest.java uses unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/test/java/rx/internal/operators/OnSubscribeCombineLatestTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ rxjava --- [INFO] Surefire report directory: /builddir/build/BUILD/RxJava-1.0.13/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running rx.schedulers.ImmediateSchedulerTest t: Value_1_Thread_main t: Value_2_Thread_main t: Value_3_Thread_main t: Value_4_Thread_main t: Value_5_Thread_main t: Value_6_Thread_main t: Value_7_Thread_main t: Value_8_Thread_main t: Value_9_Thread_main t: Value_10_Thread_main t: Value_1_Thread_main t: Value_2_Thread_main t: Value_3_Thread_main t: Value_4_Thread_main t: Value_5_Thread_main t: Value_6_Thread_main t: Value_7_Thread_main t: Value_8_Thread_main t: Value_9_Thread_main t: Value_10_Thread_main ConcurrentObserverValidator.onNext: one ConcurrentObserverValidator.onNext: two ConcurrentObserverValidator.onNext: three ConcurrentObserverValidator.onNext: four ConcurrentObserverValidator.onNext: five ConcurrentObserverValidator.onNext: six ConcurrentObserverValidator.onNext: seven ConcurrentObserverValidator.onNext: eight ConcurrentObserverValidator.onNext: nine ConcurrentObserverValidator.onNext: ten Value: 0 Value: 1 Value: 2 Value: 3 Value: 4 Value: 5 Value: 6 Value: 7 Value: 8 Value: 9 Value: 10 Value: 11 Value: 12 Value: 13 Value: 14 Value: 15 Value: 16 Value: 17 Value: 18 Value: 19 Value: 20 Value: 21 Value: 22 Value: 23 Value: 24 Value: 25 Value: 26 Value: 27 Value: 28 Value: 29 Value: 30 Value: 31 Value: 32 Value: 33 Value: 34 Value: 35 Value: 36 Value: 37 Value: 38 Value: 39 Value: 40 Value: 41 Value: 42 ConcurrentObserverValidator.onNext: v: 0 ConcurrentObserverValidator.onNext: v: 1 ConcurrentObserverValidator.onNext: v: 2 ConcurrentObserverValidator.onNext: v: 3 ConcurrentObserverValidator.onNext: v: 4 ConcurrentObserverValidator.onNext: v: 5 ConcurrentObserverValidator.onNext: v: 6 ConcurrentObserverValidator.onNext: v: 7 ConcurrentObserverValidator.onNext: v: 8 ConcurrentObserverValidator.onNext: v: 9 ConcurrentObserverValidator.onNext: value_after_map-one ConcurrentObserverValidator.onNext: value_after_map-two ConcurrentObserverValidator.onNext: value_after_map-three ConcurrentObserverValidator.onNext: value_after_map-four ConcurrentObserverValidator.onNext: value_after_map-five ConcurrentObserverValidator.onNext: value_after_map-six ConcurrentObserverValidator.onNext: value_after_map-seven ConcurrentObserverValidator.onNext: value_after_map-eight ConcurrentObserverValidator.onNext: value_after_map-nine ConcurrentObserverValidator.onNext: value_after_map-ten Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 sec - in rx.schedulers.ImmediateSchedulerTest Running rx.schedulers.TestSchedulerTest 1000 3000 5000 7000 1000 3000 5000 7000 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in rx.schedulers.TestSchedulerTest Running rx.schedulers.NewThreadSchedulerTest Thread: main t: 1 Thread: main t: 2 Thread: main t: 3 Thread: main t: 4 Thread: main t: 5 Thread: RxNewThreadScheduler-4 t: 1 Thread: RxNewThreadScheduler-4 t: 2 Thread: RxNewThreadScheduler-4 t: 3 Thread: RxNewThreadScheduler-4 t: 4 Thread: RxNewThreadScheduler-4 t: 5 Run: 0 Run: 1 Run: 2 Run: 3 Run: 4 Run: 5 Run: 6 Run: 7 Run: 8 Run: 9 ==> Received 0 ==> Received 1 ----------- it thinks it is finished ------------------ 42 42 42 42 42 42 42 42 42 42 42 42 Completed unsubscribe 100000 Total Memory: 157286400 Free: 135002112 200000 Total Memory: 157286400 Free: 155089328 300000 Total Memory: 157286400 Free: 132927120 400000 Total Memory: 157286400 Free: 151699904 500000 Total Memory: 157286400 Free: 129490288 600000 Total Memory: 198705152 Free: 189796064 700000 Total Memory: 198705152 Free: 167910240 800000 Total Memory: 198705152 Free: 144565344 900000 Total Memory: 198705152 Free: 122679480 1000000 Total Memory: 198705152 Free: 183365656 Run: 0 Run: 1 Run: 2 Run: 3 Run: 4 Run: 5 Run: 6 Run: 7 Run: 8 Run: 9 100000 Total Memory: 198705152 Free: 155614048 200000 Total Memory: 198705152 Free: 132419080 300000 Total Memory: 277348352 Free: 271111880 400000 Total Memory: 277348352 Free: 247519576 500000 Total Memory: 277348352 Free: 223927272 600000 Total Memory: 277348352 Free: 203284040 700000 Total Memory: 277348352 Free: 179691736 800000 Total Memory: 277348352 Free: 159048464 900000 Total Memory: 277348352 Free: 135456160 1000000 Total Memory: 277348352 Free: 111863856 ConcurrentObserverValidator.onNext: one ConcurrentObserverValidator.onNext: two ConcurrentObserverValidator.onNext: three ConcurrentObserverValidator.onNext: four ConcurrentObserverValidator.onNext: five ConcurrentObserverValidator.onNext: six ConcurrentObserverValidator.onNext: seven ConcurrentObserverValidator.onNext: eight ConcurrentObserverValidator.onNext: nine ConcurrentObserverValidator.onNext: ten Value: 0 Value: 1 Value: 2 Value: 3 Value: 4 Value: 5 Value: 6 Value: 7 Value: 8 Value: 9 Value: 10 Value: 11 Value: 12 Value: 13 Value: 14 Value: 15 Value: 16 Value: 17 Value: 18 Value: 19 Value: 20 Value: 21 Value: 22 Value: 23 Value: 24 Value: 25 Value: 26 Value: 27 Value: 28 Value: 29 Value: 30 Value: 31 Value: 32 Value: 33 Value: 34 Value: 35 Value: 36 Value: 37 Value: 38 Value: 39 Value: 40 Value: 41 Value: 42 ConcurrentObserverValidator.onNext: v: 0 ConcurrentObserverValidator.onNext: v: 1 ConcurrentObserverValidator.onNext: v: 2 ConcurrentObserverValidator.onNext: v: 3 ConcurrentObserverValidator.onNext: v: 4 ConcurrentObserverValidator.onNext: v: 5 ConcurrentObserverValidator.onNext: v: 6 ConcurrentObserverValidator.onNext: v: 7 ConcurrentObserverValidator.onNext: v: 8 ConcurrentObserverValidator.onNext: v: 9 ConcurrentObserverValidator.onNext: value_after_map-one ConcurrentObserverValidator.onNext: value_after_map-two ConcurrentObserverValidator.onNext: value_after_map-three ConcurrentObserverValidator.onNext: value_after_map-four ConcurrentObserverValidator.onNext: value_after_map-five ConcurrentObserverValidator.onNext: value_after_map-six ConcurrentObserverValidator.onNext: value_after_map-seven ConcurrentObserverValidator.onNext: value_after_map-eight ConcurrentObserverValidator.onNext: value_after_map-nine ConcurrentObserverValidator.onNext: value_after_map-ten Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.793 sec - in rx.schedulers.NewThreadSchedulerTest Running rx.schedulers.TrampolineSchedulerTest t: Value_1_Thread_main t: Value_2_Thread_main t: Value_3_Thread_main t: Value_4_Thread_main t: Value_5_Thread_main t: Value_6_Thread_main t: Value_7_Thread_main t: Value_8_Thread_main t: Value_9_Thread_main t: Value_10_Thread_main A.1 A.B.1 A.B.2 B.1 B.B.1 B.B.2 ConcurrentObserverValidator.onNext: one ConcurrentObserverValidator.onNext: two ConcurrentObserverValidator.onNext: three ConcurrentObserverValidator.onNext: four ConcurrentObserverValidator.onNext: five ConcurrentObserverValidator.onNext: six ConcurrentObserverValidator.onNext: seven ConcurrentObserverValidator.onNext: eight ConcurrentObserverValidator.onNext: nine ConcurrentObserverValidator.onNext: ten Value: 0 Value: 1 Value: 2 Value: 3 Value: 4 Value: 5 Value: 6 Value: 7 Value: 8 Value: 9 Value: 10 Value: 11 Value: 12 Value: 13 Value: 14 Value: 15 Value: 16 Value: 17 Value: 18 Value: 19 Value: 20 Value: 21 Value: 22 Value: 23 Value: 24 Value: 25 Value: 26 Value: 27 Value: 28 Value: 29 Value: 30 Value: 31 Value: 32 Value: 33 Value: 34 Value: 35 Value: 36 Value: 37 Value: 38 Value: 39 Value: 40 Value: 41 Value: 42 ConcurrentObserverValidator.onNext: v: 0 ConcurrentObserverValidator.onNext: v: 1 ConcurrentObserverValidator.onNext: v: 2 ConcurrentObserverValidator.onNext: v: 3 ConcurrentObserverValidator.onNext: v: 4 ConcurrentObserverValidator.onNext: v: 5 ConcurrentObserverValidator.onNext: v: 6 ConcurrentObserverValidator.onNext: v: 7 ConcurrentObserverValidator.onNext: v: 9 ConcurrentObserverValidator.onNext: v: 8 ConcurrentObserverValidator.onNext: value_after_map-one ConcurrentObserverValidator.onNext: value_after_map-two ConcurrentObserverValidator.onNext: value_after_map-three ConcurrentObserverValidator.onNext: value_after_map-four ConcurrentObserverValidator.onNext: value_after_map-five ConcurrentObserverValidator.onNext: value_after_map-six ConcurrentObserverValidator.onNext: value_after_map-seven ConcurrentObserverValidator.onNext: value_after_map-eight ConcurrentObserverValidator.onNext: value_after_map-nine ConcurrentObserverValidator.onNext: value_after_map-ten Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 sec - in rx.schedulers.TrampolineSchedulerTest Running rx.subscriptions.MultipleAssignmentSubscriptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in rx.subscriptions.MultipleAssignmentSubscriptionTest Running rx.subscriptions.RefCountSubscriptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in rx.subscriptions.RefCountSubscriptionTest Running rx.subscriptions.CompositeSubscriptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in rx.subscriptions.CompositeSubscriptionTest Running rx.subscriptions.SubscriptionsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in rx.subscriptions.SubscriptionsTest Running rx.observers.SafeObserverTest rx.exceptions.OnErrorFailedException: Error occurred when trying to propagate error to Observer.onError and during unsubscription. at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:198) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeObserverTest.onErrorFailureWithUnsubscribeFailure(SafeObserverTest.java:244) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.CompositeException: 3 exceptions occurred. ... 26 more Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:707) at java.lang.Throwable.printStackTrace(Throwable.java:667) at java.lang.Throwable.printStackTrace(Throwable.java:643) at java.lang.Throwable.printStackTrace(Throwable.java:634) at rx.observers.SafeObserverTest.onErrorFailureWithUnsubscribeFailure(SafeObserverTest.java:247) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: onError failure at rx.observers.SafeObserverTest.onErrorFailureWithUnsubscribeFailure(SafeObserverTest.java:244) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: onErrorFail at rx.observers.SafeObserverTest$9.onError(SafeObserverTest.java:406) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:154) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) ... 24 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: failure from unsubscribe at rx.observers.SafeObserverTest$3.call(SafeObserverTest.java:241) at rx.subscriptions.BooleanSubscription.unsubscribe(BooleanSubscription.java:72) at rx.internal.util.SubscriptionList.unsubscribeFromAll(SubscriptionList.java:124) at rx.internal.util.SubscriptionList.unsubscribe(SubscriptionList.java:113) at rx.Subscriber.unsubscribe(Subscriber.java:98) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:191) ... 25 more rx.exceptions.OnErrorFailedException: failure from unsubscribe at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:213) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeObserverTest.onErrorSuccessWithUnsubscribeFailure(SafeObserverTest.java:213) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: failure from unsubscribe at rx.observers.SafeObserverTest$2.call(SafeObserverTest.java:210) at rx.subscriptions.BooleanSubscription.unsubscribe(BooleanSubscription.java:72) at rx.internal.util.SubscriptionList.unsubscribeFromAll(SubscriptionList.java:124) at rx.internal.util.SubscriptionList.unsubscribe(SubscriptionList.java:113) at rx.Subscriber.unsubscribe(Subscriber.java:98) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:206) ... 25 more rx.exceptions.OnErrorFailedException: Error occurred when trying to propagate error to Observer.onError at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:201) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeObserverTest.onErrorFailureSafe(SafeObserverTest.java:104) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.CompositeException: 2 exceptions occurred. ... 26 more Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:707) at java.lang.Throwable.printStackTrace(Throwable.java:667) at java.lang.Throwable.printStackTrace(Throwable.java:643) at java.lang.Throwable.printStackTrace(Throwable.java:634) at rx.observers.SafeObserverTest.onErrorFailureSafe(SafeObserverTest.java:107) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: error! at rx.observers.SafeObserverTest.onErrorFailureSafe(SafeObserverTest.java:104) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: onErrorFail at rx.observers.SafeObserverTest$9.onError(SafeObserverTest.java:406) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:154) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) ... 24 more rx.observers.SafeObserverTest$SafeObserverTestException: onNextFail at rx.observers.SafeObserverTest$8.onNext(SafeObserverTest.java:390) at rx.observers.SafeObserverTest$8.onNext(SafeObserverTest.java:376) at rx.observers.SafeObserverTest.onNextOnErrorFailure(SafeObserverTest.java:141) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) rx.exceptions.OnErrorFailedException: Error occurred when trying to propagate error to Observer.onError at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:201) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:137) at rx.observers.SafeObserverTest.onNextOnErrorFailureSafe(SafeObserverTest.java:153) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.CompositeException: 2 exceptions occurred. ... 27 more Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:707) at java.lang.Throwable.printStackTrace(Throwable.java:667) at java.lang.Throwable.printStackTrace(Throwable.java:643) at java.lang.Throwable.printStackTrace(Throwable.java:634) at rx.observers.SafeObserverTest.onNextOnErrorFailureSafe(SafeObserverTest.java:156) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: onNextFail at rx.observers.SafeObserverTest$8.onNext(SafeObserverTest.java:390) at rx.observers.SafeObserverTest$8.onNext(SafeObserverTest.java:376) at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:130) at rx.observers.SafeObserverTest.onNextOnErrorFailureSafe(SafeObserverTest.java:153) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: onErrorFail at rx.observers.SafeObserverTest$8.onError(SafeObserverTest.java:385) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:154) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:137) ... 24 more rx.observers.SafeObserverTest$SafeObserverTestException: failure from unsubscribe at rx.observers.SafeObserverTest$1.call(SafeObserverTest.java:184) at rx.subscriptions.BooleanSubscription.unsubscribe(BooleanSubscription.java:72) at rx.internal.util.SubscriptionList.unsubscribeFromAll(SubscriptionList.java:124) at rx.internal.util.SubscriptionList.unsubscribe(SubscriptionList.java:113) at rx.Subscriber.unsubscribe(Subscriber.java:98) at rx.observers.SafeSubscriber.onCompleted(SafeSubscriber.java:90) at rx.observers.SafeObserverTest.onCompleteSuccessWithUnsubscribeFailure(SafeObserverTest.java:187) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) java.lang.RuntimeException: Observer.onError not implemented and error while unsubscribing. at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:176) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.observers.SafeObserverTest.onErrorNotImplementedFailureWithUnsubscribeFailure(SafeObserverTest.java:286) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.CompositeException: 2 exceptions occurred. ... 26 more Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:707) at java.lang.Throwable.printStackTrace(Throwable.java:667) at java.lang.Throwable.printStackTrace(Throwable.java:643) at java.lang.Throwable.printStackTrace(Throwable.java:634) at rx.observers.SafeObserverTest.onErrorNotImplementedFailureWithUnsubscribeFailure(SafeObserverTest.java:289) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: error! at rx.observers.SafeObserverTest.onErrorNotImplementedFailureWithUnsubscribeFailure(SafeObserverTest.java:286) ... 23 more Caused by: rx.observers.SafeObserverTest$SafeObserverTestException: failure from unsubscribe at rx.observers.SafeObserverTest$4.call(SafeObserverTest.java:283) at rx.subscriptions.BooleanSubscription.unsubscribe(BooleanSubscription.java:72) at rx.internal.util.SubscriptionList.unsubscribeFromAll(SubscriptionList.java:124) at rx.internal.util.SubscriptionList.unsubscribe(SubscriptionList.java:113)Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in rx.observers.SafeObserverTest at rx.Subscriber.unsubscribe(Subscriber.java:98) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:169) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) ... 24 more Running rx.observers.SerializedObserverTest TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-2-thread-1 TestMultiThreadedObservable onNext: two on thread pool-2-thread-2 TestMultiThreadedObservable onNext: three on thread pool-2-thread-3 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-3-thread-1 TestMultiThreadedObservable onNext: two on thread pool-3-thread-2 TestMultiThreadedObservable onNext: three on thread pool-3-thread-3 TestMultiThreadedObservable onNext: null on thread pool-3-thread-4 TestMultiThreadedObservable onNext: six on thread pool-3-thread-4 TestMultiThreadedObservable onNext: seven on thread pool-3-thread-3 TestMultiThreadedObservable onNext: four on thread pool-3-thread-5 TestMultiThreadedObservable onNext: five on thread pool-3-thread-2 TestMultiThreadedObservable onNext: nine on thread pool-3-thread-4 TestMultiThreadedObservable onNext: eight on thread pool-3-thread-6 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 5 Observer maxConcurrentThreads: 1 onNext count: 2 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-4-thread-1 TestMultiThreadedObservable onNext: two on thread pool-4-thread-2 TestMultiThreadedObservable onNext: three on thread pool-4-thread-3 TestMultiThreadedObservable onNext: null on thread pool-4-thread-4 TestMultiThreadedObservable onNext: four on thread pool-4-thread-5 TestMultiThreadedObservable onNext: five on thread pool-4-thread-6 TestMultiThreadedObservable onNext: seven on thread pool-4-thread-6 TestMultiThreadedObservable onNext: nine on thread pool-4-thread-5 TestMultiThreadedObservable onNext: eight on thread pool-4-thread-8 TestMultiThreadedObservable onNext: six on thread pool-4-thread-7 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 7 Observer maxConcurrentThreads: 1 onNext count: 3 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-5-thread-1 TestMultiThreadedObservable onNext: two on thread pool-5-thread-2 TestMultiThreadedObservable onNext: three on thread pool-5-thread-3 TestMultiThreadedObservable onNext: null on thread pool-5-thread-4 TestMultiThreadedObservable onNext: five on thread pool-5-thread-2 TestMultiThreadedObservable onNext: four on thread pool-5-thread-5 TestMultiThreadedObservable onNext: seven on thread pool-5-thread-2 TestMultiThreadedObservable onNext: six on thread pool-5-thread-6 TestMultiThreadedObservable onNext: nine on thread pool-5-thread-8 TestMultiThreadedObservable onNext: eight on thread pool-5-thread-7 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 6 Observer maxConcurrentThreads: 1 onNext count: 2 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-6-thread-1 TestMultiThreadedObservable onNext: two on thread pool-6-thread-2 TestMultiThreadedObservable onNext: three on thread pool-6-thread-3 TestMultiThreadedObservable onNext: null on thread pool-6-thread-4 TestMultiThreadedObservable onNext: four on thread pool-6-thread-5 TestMultiThreadedObservable onNext: five on thread pool-6-thread-6 TestMultiThreadedObservable onNext: seven on thread pool-6-thread-6 TestMultiThreadedObservable onNext: six on thread pool-6-thread-7 TestMultiThreadedObservable onNext: eight on thread pool-6-thread-8 TestMultiThreadedObservable onNext: nine on thread pool-6-thread-9 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 8 Observer maxConcurrentThreads: 1 onNext count: 2 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-7-thread-1 TestMultiThreadedObservable onNext: two on thread pool-7-thread-2 TestMultiThreadedObservable onNext: three on thread pool-7-thread-3 TestMultiThreadedObservable onNext: null on thread pool-7-thread-4 TestMultiThreadedObservable onNext: six on thread pool-7-thread-4 TestMultiThreadedObservable onNext: five on thread pool-7-thread-6 TestMultiThreadedObservable onNext: four on thread pool-7-thread-5 TestMultiThreadedObservable onNext: nine on thread pool-7-thread-6 TestMultiThreadedObservable onNext: seven on thread pool-7-thread-7 TestMultiThreadedObservable onNext: eight on thread pool-7-thread-1 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 7 Observer maxConcurrentThreads: 1 onNext count: 1 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-8-thread-1 TestMultiThreadedObservable onNext: two on thread pool-8-thread-2 TestMultiThreadedObservable onNext: three on thread pool-8-thread-3 TestMultiThreadedObservable onNext: four on thread pool-8-thread-5 TestMultiThreadedObservable onNext: five on thread pool-8-thread-6 TestMultiThreadedObservable onNext: null on thread pool-8-thread-4 TestMultiThreadedObservable onNext: eight on thread pool-8-thread-4 TestMultiThreadedObservable onNext: nine on thread pool-8-thread-6 TestMultiThreadedObservable onNext: six on thread pool-8-thread-7 TestMultiThreadedObservable onNext: seven on thread pool-8-thread-8 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 6 Observer maxConcurrentThreads: 1 onNext count: 3 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-9-thread-1 TestMultiThreadedObservable onNext: two on thread pool-9-thread-2 TestMultiThreadedObservable onNext: three on thread pool-9-thread-3 TestMultiThreadedObservable onNext: null on thread pool-9-thread-4 TestMultiThreadedObservable onNext: four on thread pool-9-thread-5 TestMultiThreadedObservable onNext: five on thread pool-9-thread-6 TestMultiThreadedObservable onNext: seven on thread pool-9-thread-6 TestMultiThreadedObservable onNext: six on thread pool-9-thread-7 TestMultiThreadedObservable onNext: eight on thread pool-9-thread-8 TestMultiThreadedObservable onNext: nine on thread pool-9-thread-9 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 8 Observer maxConcurrentThreads: 1 onNext count: 2 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-10-thread-1 TestMultiThreadedObservable onNext: two on thread pool-10-thread-2 TestMultiThreadedObservable onNext: three on thread pool-10-thread-3 TestMultiThreadedObservable onNext: null on thread pool-10-thread-4 TestMultiThreadedObservable onNext: six on thread pool-10-thread-1 TestMultiThreadedObservable onNext: seven on thread pool-10-thread-4 TestMultiThreadedObservable onNext: five on thread pool-10-thread-6 TestMultiThreadedObservable onNext: eight on thread pool-10-thread-7 TestMultiThreadedObservable onNext: four on thread pool-10-thread-5 TestMultiThreadedObservable onNext: nine on thread pool-10-thread-6 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 6 Observer maxConcurrentThreads: 1 onNext count: 1 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-11-thread-1 TestMultiThreadedObservable onNext: two on thread pool-11-thread-2 TestMultiThreadedObservable onNext: three on thread pool-11-thread-3 TestMultiThreadedObservable onNext: null on thread pool-11-thread-4 TestMultiThreadedObservable onNext: five on thread pool-11-thread-6 TestMultiThreadedObservable onNext: six on thread pool-11-thread-1 TestMultiThreadedObservable onNext: seven on thread pool-11-thread-4 TestMultiThreadedObservable onNext: nine on thread pool-11-thread-6 TestMultiThreadedObservable onNext: eight on thread pool-11-thread-7 TestMultiThreadedObservable onNext: four on thread pool-11-thread-5 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 7 Observer maxConcurrentThreads: 1 onNext count: 1 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-12-thread-1 TestMultiThreadedObservable onNext: two on thread pool-12-thread-2 TestMultiThreadedObservable onNext: three on thread pool-12-thread-3 TestMultiThreadedObservable onNext: five on thread pool-12-thread-1 TestMultiThreadedObservable onNext: four on thread pool-12-thread-5 TestMultiThreadedObservable onNext: seven on thread pool-12-thread-1 TestMultiThreadedObservable onNext: six on thread pool-12-thread-6 TestMultiThreadedObservable onNext: eight on thread pool-12-thread-7 TestMultiThreadedObservable onNext: nine on thread pool-12-thread-8 TestMultiThreadedObservable onNext: null on thread pool-12-thread-4 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 6 Observer maxConcurrentThreads: 1 onNext count: 7 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one on thread pool-13-thread-1 TestMultiThreadedObservable onNext: two on thread pool-13-thread-2 TestMultiThreadedObservable onNext: three on thread pool-13-thread-3 TestMultiThreadedObservable onNext: null on thread pool-13-thread-4 >>>>>>>>>>>>>>>>>>>> onError received: java.lang.NullPointerException OnSubscribe maxConcurrentThreads: 3 Observer maxConcurrentThreads: 1 TestSingleThreadedObservable subscribed to ... starting TestSingleThreadedObservable thread done starting TestSingleThreadedObservable thread running TestSingleThreadedObservable thread TestSingleThreadedObservable onNext: one TestSingleThreadedObservable onNext: two TestSingleThreadedObservable onNext: three Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.993 sec - in rx.observers.SerializedObserverTest Running rx.observables.ConnectableObservableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in rx.observables.ConnectableObservableTest Running rx.observables.BlockingObservableTest Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec - in rx.observables.BlockingObservableTest Running rx.SingleTest SubscribeOn Thread: Thread[RxCachedThreadScheduler-1,5,main] ObserveOn Thread: Thread[RxComputationThreadPool-4,5,main] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in rx.SingleTest Running rx.CovarianceTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in rx.CovarianceTest Running rx.SubscriberTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in rx.SubscriberTest Running rx.ObservableDoOnTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in rx.ObservableDoOnTest Running rx.exceptions.OnNextValueTest On Error: java.lang.IllegalArgumentException: Failure while handling at rx.exceptions.OnNextValueTest$2.call(OnNextValueTest.java:120) at rx.exceptions.OnNextValueTest$2.call(OnNextValueTest.java:117) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:55) at rx.internal.util.ScalarSynchronousObservable$1.call(ScalarSynchronousObservable.java:46) at rx.internal.util.ScalarSynchronousObservable$1.call(ScalarSynchronousObservable.java:35) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.exceptions.OnNextValueTest.addOnNextValueExceptionNotAddedWithBadString(OnNextValueTest.java:116) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: rx.exceptions.OnNextValueTest$BadToString.class at rx.exceptions.OnErrorThrowable.addValueAsLastCause(OnErrorThrowable.java:104) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:58) ... 30 more On Error: java.lang.IllegalArgumentException: Failure while handling at rx.exceptions.OnNextValueTest$1.call(OnNextValueTest.java:106) at rx.exceptions.OnNextValueTest$1.call(OnNextValueTest.java:103) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:55) at rx.internal.util.ScalarSynchronousObservable$1.call(ScalarSynchronousObservable.java:46) at rx.internal.util.ScalarSynchronousObservable$1.call(ScalarSynchronousObservable.java:35) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.exceptions.OnNextValueTest.addOnNextValueExceptionAdded(OnNextValueTest.java:102) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: rx.exceptions.OnNextValueTest$BadToString.class at rx.exceptions.OnErrorThrowable.addValueAsLastCause(OnErrorThrowable.java:104) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:58) ... 30 more Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in rx.exceptions.OnNextValueTest Running rx.exceptions.ExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in rx.exceptions.ExceptionsTest Running rx.exceptions.CompositeExceptionTest ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 3 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromTwoDuplicateComposites(CompositeExceptionTest.java:130) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 3 : java.lang.Throwable: Ex3 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:34) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromTwoDuplicateComposites(CompositeExceptionTest.java:137) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... at rx.exceptions.CompositeException.getCause(CompositeException.java:112) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromTwoDuplicateComposites(CompositeExceptionTest.java:137) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... ... 12 more ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 3 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromCompositeAndChild(CompositeExceptionTest.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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 3 : java.lang.Throwable: Ex3 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:34) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromCompositeAndChild(CompositeExceptionTest.java:119) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... at rx.exceptions.CompositeException.getCause(CompositeException.java:112) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromCompositeAndChild(CompositeExceptionTest.java:119) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... ... 12 more rx.exceptions.CompositeException: 1 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testNullElement(CompositeExceptionTest.java:177) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 1 : java.lang.NullPointerException at rx.exceptions.CompositeException.(CompositeException.java:60) at rx.exceptions.CompositeException.(CompositeException.java:73) at rx.exceptions.CompositeExceptionTest.testNullElement(CompositeExceptionTest.java:177) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) rx.exceptions.CompositeException: 1 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testNullCollection(CompositeExceptionTest.java:171) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 1 : java.lang.NullPointerException at rx.exceptions.CompositeException.(CompositeException.java:64) at rx.exceptions.CompositeException.(CompositeException.java:73) at rx.exceptions.CompositeExceptionTest.testNullCollection(CompositeExceptionTest.java:171) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 2 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromParentThenChild(CompositeExceptionTest.java:67) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromParentThenChild(CompositeExceptionTest.java:74) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... at rx.exceptions.CompositeException.getCause(CompositeException.java:112) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromParentThenChild(CompositeExceptionTest.java:74) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in rx.exceptions.CompositeExceptionTest ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 2 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromChildThenParent(CompositeExceptionTest.java:82) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromChildThenParent(CompositeExceptionTest.java:89) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) ... 22 more ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 3 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:53) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: 1 at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:50) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: RootCause at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:49) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 2 : java.lang.Throwable: 2 at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:51) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: RootCause at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:49) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 3 : java.lang.Throwable: 3 at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:52) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: RootCause at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:49) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:60) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: 1 at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:50) ... 9 more Caused by: java.lang.Throwable: RootCause at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:49) ... 9 more Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... at rx.exceptions.CompositeException.getCause(CompositeException.java:112) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testMultipleWithSameCause(CompositeExceptionTest.java:60) ... 9 more ----------------------------- print composite stacktrace rx.exceptions.CompositeException: 3 exceptions occurred. at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromChildAndComposite(CompositeExceptionTest.java:97) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) ComposedException 1 : java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 3 : java.lang.Throwable: Ex3 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:34) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex2 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ----------------------------- print cause stacktrace rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of Causes for CompositeException In Order Received => at rx.exceptions.CompositeException.getCause(CompositeException.java:96) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromChildAndComposite(CompositeExceptionTest.java:104) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.Throwable: Ex1 at rx.exceptions.CompositeExceptionTest.(CompositeExceptionTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... at rx.exceptions.CompositeException.getCause(CompositeException.java:112) at rx.exceptions.CompositeExceptionTest.getRootCause(CompositeExceptionTest.java:155) at rx.exceptions.CompositeExceptionTest.testCompositeExceptionFromChildAndComposite(CompositeExceptionTest.java:104) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) Caused by: java.lang.RuntimeException: Duplicate found in causal chain so cropping to prevent loop ... ... 12 more Running rx.internal.producers.ProducersTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in rx.internal.producers.ProducersTest Running rx.internal.operators.OperatorSampleTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in rx.internal.operators.OperatorSampleTest Running rx.internal.operators.OperatorToObservableSortedListTest testAsyncRequested -> 0 testAsyncRequested -> 50 testAsyncRequested -> 100 testAsyncRequested -> 150 testAsyncRequested -> 200 testAsyncRequested -> 250 testAsyncRequested -> 300 testAsyncRequested -> 350 testAsyncRequested -> 400 testAsyncRequested -> 450 testAsyncRequested -> 500 testAsyncRequested -> 550 testAsyncRequested -> 600 testAsyncRequested -> 650 testAsyncRequested -> 700 testAsyncRequested -> 750 testAsyncRequested -> 800 testAsyncRequested -> 850 testAsyncRequested -> 900 testAsyncRequested -> 950 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 sec - in rx.internal.operators.OperatorToObservableSortedListTest Running rx.internal.operators.OperatorWindowWithSizeTest Hot done. [[1, 2], [2, 3], [3, 4], [4, 5], [5]] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec - in rx.internal.operators.OperatorWindowWithSizeTest Running rx.internal.operators.OperatorGroupByTest Results: [first groups: 1, first groups: 2, first groups: 1, first groups: 2, last group: 3, last group: 3] [0] => testUnsubscribe => Source: 1 Message: Event-1 => testUnsubscribe => Source: 2 Message: Event-2 => testUnsubscribe => Source: 1 Message: Event-5 => testUnsubscribe => Source: 2 Message: Event-6 => testUnsubscribe => Source: 1 Message: Event-9 => testUnsubscribe => Source: 2 Message: Event-10 => testUnsubscribe => Source: 1 Message: Event-13 => testUnsubscribe => Source: 2 Message: Event-14 => testUnsubscribe => Source: 1 Message: Event-17 => testUnsubscribe => Source: 2 Message: Event-18 => testUnsubscribe => Source: 1 Message: Event-21 => testUnsubscribe => Source: 1 Message: Event-25 => testUnsubscribe => Source: 1 Message: Event-29 => testUnsubscribe => Source: 1 Message: Event-33 => testUnsubscribe => Source: 1 Message: Event-37 1 2 3 Results: [first groups: 1, first groups: 2, first groups: 1, first groups: 2, last group: 3, last group: 3] Event => key: 3 value: one Event => key: 3 value: two Event => key: 5 value: three Event => key: 4 value: four Event => key: 4 value: five Event => key: 3 value: six java.lang.RuntimeException: forced failure at rx.internal.operators.OperatorGroupByTest.testError(OperatorGroupByTest.java:122) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) -----------> NEXT: foo -----------> NEXT: bar -----------> NEXT: foo -----------> NEXT: baz -----------> NEXT: qux -----------> NEXT: bar -----------> NEXT: baz -----------> NEXT: foo ts .get [foo-0, foo-1, bar-0, foo-0, baz-0, qux-0, bar-1, bar-0, foo-1, baz-1, baz-0, foo-0] testUnsubscribe => GroupedObservable Key: 1 testUnsubscribe => Source: 1 Message: Event-1 testUnsubscribe => Source: 1 Message: Event-3 testUnsubscribe => Source: 1 Message: Event-5 testUnsubscribe => Source: 1 Message: Event-7 testUnsubscribe => Source: 1 Message: Event-9 testUnsubscribe => Source: 1 Message: Event-11 testUnsubscribe => Source: 1 Message: Event-13 testUnsubscribe => Source: 1 Message: Event-15 testUnsubscribe => Source: 1 Message: Event-17 testUnsubscribe => Source: 1 Message: Event-19 testUnsubscribe => Source: 1 Message: Event-21 testUnsubscribe => Source: 1 Message: Event-23 testUnsubscribe => Source: 1 Message: Event-25 testUnsubscribe => Source: 1 Message: Event-27 testUnsubscribe => Source: 1 Message: Event-29 testUnsubscribe => Source: 1 Message: Event-31 testUnsubscribe => Source: 1 Message: Event-33 testUnsubscribe => Source: 1 Message: Event-35 testUnsubscribe => Source: 1 Message: Event-37 testUnsubscribe => Source: 1 Message: Event-39 *** Subscribing to EventStream *** GroupedObservable Key: 0 Source: 0 Message: Event-0 GroupedObservable Key: 1 Source: 1 Message: Event-1 Source: 0 Message: Event-2 Source: 1 Message: Event-3 Source: 0 Message: Event-4 Source: 1 Message: Event-5 Source: 0 Message: Event-6 Source: 1 Message: Event-7 Source: 0 Message: Event-8 Source: 1 Message: Event-9 Source: 0 Message: Event-10 Source: 1 Message: Event-11 Source: 0 Message: Event-12 Source: 1 Message: Event-13 Source: 0 Message: Event-14 Source: 1 Message: Event-15 Source: 0 Message: Event-16 Source: 1 Message: Event-17 Source: 0 Message: Event-18 Source: 1 Message: Event-19 Source: 0 Message: Event-20 Source: 1 Message: Event-21 Source: 0 Message: Event-22 Source: 1 Message: Event-23 Source: 0 Message: Event-24 Source: 1 Message: Event-25 Source: 0 Message: Event-26 Source: 1 Message: Event-27 Source: 0 Message: Event-28 Source: 1 Message: Event-29 Source: 0 Message: Event-30 Source: 1 Message: Event-31 Source: 0 Message: Event-32 Source: 1 Message: Event-33 Source: 0 Message: Event-34 Source: 1 Message: Event-35 Source: 0 Message: Event-36 Source: 1 Message: Event-37 Source: 0 Message: Event-38 Source: 1 Message: Event-39 Source: 0 Message: Event-40 Source: 1 Message: Event-41 Source: 0 Message: Event-42 Source: 1 Message: Event-43 Source: 0 Message: Event-44 Source: 1 Message: Event-45 Source: 0 Message: Event-46 Source: 1 Message: Event-47 Source: 0 Message: Event-48 Source: 1 Message: Event-49 Source: 0 Message: Event-50 Source: 1 Message: Event-51 Source: 0 Message: Event-52 Source: 1 Message: Event-53 Source: 0 Message: Event-54 Source: 1 Message: Event-55 Source: 0 Message: Event-56 Source: 1 Message: Event-57 Source: 0 Message: Event-58 Source: 1 Message: Event-59 Source: 0 Message: Event-60 Source: 1 Message: Event-61 Source: 0 Message: Event-62 Source: 1 Message: Event-63 Source: 0 Message: Event-64 Source: 1 Message: Event-65 Source: 0 Message: Event-66 Source: 1 Message: Event-67 Source: 0 Message: Event-68 Source: 1 Message: Event-69 Source: 0 Message: Event-70 Source: 1 Message: Event-71 Source: 0 Message: Event-72 Source: 1 Message: Event-73 Source: 0 Message: Event-74 Source: 1 Message: Event-75 Source: 0 Message: Event-76 Source: 1 Message: Event-77 Source: 0 Message: Event-78 Source: 1 Message: Event-79 Source: 0 Message: Event-80 Source: 1 Message: Event-81 Source: 0 Message: Event-82 Source: 1 Message: Event-83 Source: 0 Message: Event-84 Source: 1 Message: Event-85 Source: 0 Message: Event-86 Source: 1 Message: Event-87 Source: 0 Message: Event-88 Source: 1 Message: Event-89 Source: 0 Message: Event-90 Source: 1 Message: Event-91 Source: 0 Message: Event-92 Source: 1 Message: Event-93 Source: 0 Message: Event-94 Source: 1 Message: Event-95 Source: 0 Message: Event-96 Source: 1 Message: Event-97 Source: 0 Message: Event-98 Source: 1 Message: Event-99 Received: 2 on group : 2 notification => [rx.Notification@34df7056 OnNext first groups: 2] Received: 2 on group : 2 notification => [rx.Notification@34df7056 OnNext first groups: 2] Received: 1 on group : 1 notification => [rx.Notification@34df7055 OnNext first groups: 1] Received: 1 on group : 1 notification => [rx.Notification@34df7055 OnNext first groups: 1] notification => [rx.Notification@1921f179 OnCompleted] Results: [first groups: 2, first groups: 2, first groups: 1, first groups: 1] => testUnsubscribe => Source: 1 Message: Event-1 => testUnsubscribe => Source: 2 Message: Event-2 => testUnsubscribe => Source: 1 Message: Event-5 => testUnsubscribe => Source: 2 Message: Event-6 => testUnsubscribe => Source: 1 Message: Event-9 => testUnsubscribe => Source: 2 Message: Event-10 => testUnsubscribe => Source: 1 Message: Event-13 => testUnsubscribe => Source: 2 Message: Event-14 => testUnsubscribe => Source: 1 Message: Event-17 => testUnsubscribe => Source: 2 Message: Event-18 => testUnsubscribe => Source: 1 Message: Event-21 => testUnsubscribe => Source: 2 Message: Event-22 => testUnsubscribe => Source: 1 Message: Event-25 => testUnsubscribe => Source: 2 Message: Event-26 => testUnsubscribe => Source: 1 Message: Event-29 => testUnsubscribe => Source: 2 Message: Event-30 => testUnsubscribe => Source: 1 Message: Event-33 => testUnsubscribe => Source: 2 Message: Event-34 => testUnsubscribe => Source: 1 Message: Event-37 => testUnsubscribe => Source: 2 Message: Event-38 => testUnsubscribe => Source: 1 Message: Event-41 => testUnsubscribe => Source: 2 Message: Event-42 => testUnsubscribe => Source: 1 Message: Event-45 => testUnsubscribe => Source: 2 Message: Event-46 => testUnsubscribe => Source: 1 Message: Event-49 => testUnsubscribe => Source: 2 Message: Event-50 => testUnsubscribe => Source: 1 Message: Event-53 => testUnsubscribe => Source: 2 Message: Event-54 => testUnsubscribe => Source: 1 Message: Event-57 => testUnsubscribe => Source: 2 Message: Event-58 testUnsubscribe => GroupedObservable Key: 1 testUnsubscribe => Source: 1 Message: Event-1 testUnsubscribe => Source: 1 Message: Event-3 testUnsubscribe => Source: 1 Message: Event-5 testUnsubscribe => Source: 1 Message: Event-7 testUnsubscribe => Source: 1 Message: Event-9 testUnsubscribe => Source: 1 Message: Event-11 testUnsubscribe => Source: 1 Message: Event-13 testUnsubscribe => Source: 1 Message: Event-15 testUnsubscribe => Source: 1 Message: Event-17 testUnsubscribe => Source: 1 Message: Event-19 testUnsubscribe => Source: 1 Message: Event-21 testUnsubscribe => Source: 1 Message: Event-23 testUnsubscribe => Source: 1 Message: Event-25 testUnsubscribe => Source: 1 Message: Event-27 testUnsubscribe => Source: 1 Message: Event-29 testUnsubscribe => Source: 1 Message: Event-31 testUnsubscribe => Source: 1 Message: Event-33 testUnsubscribe => Source: 1 Message: Event-35 testUnsubscribe => Source: 1 Message: Event-37 testUnsubscribe => Source: 1 Message: Event-39 => testUnsubscribe => Source: 1 Message: Event-1 => testUnsubscribe => Source: 0 Message: Event-4 => testUnsubscribe => Source: 1 Message: Event-5 => testUnsubscribe => Source: 0 Message: Event-8 => testUnsubscribe => Source: 1 Message: Event-9 => testUnsubscribe => Source: 0 Message: Event-12 => testUnsubscribe => Source: 1 Message: Event-13 => testUnsubscribe => Source: 0 Message: Event-16 => testUnsubscribe => Source: 1 Message: Event-17 => testUnsubscribe => Source: 0 Message: Event-20 => testUnsubscribe => Source: 1 Message: Event-21 => testUnsubscribe => Source: 0 Message: Event-24 => testUnsubscribe => Source: 1 Message: Event-25 => testUnsubscribe => Source: 0 Message: Event-28 => testUnsubscribe => Source: 1 Message: Event-29 => testUnsubscribe => Source: 0 Message: Event-32 => testUnsubscribe => Source: 1 Message: Event-33 => testUnsubscribe => Source: 0 Message: Event-36 => testUnsubscribe => Source: 1 Message: Event-37 => testUnsubscribe => Source: 0 Message: Event-40 => testUnsubscribe => Source: 1 Message: Event-41 => testUnsubscribe => Source: 0 Message: Event-44 => testUnsubscribe => Source: 1 Message: Event-45 => testUnsubscribe => Source: 0 Message: Event-48 => testUnsubscribe => Source: 1 Message: Event-49 => testUnsubscribe => Source: 0 Message: Event-52 => testUnsubscribe => Source: 1 Message: Event-53 => testUnsubscribe => Source: 0 Message: Event-56 => testUnsubscribe => Source: 1 Message: Event-57 => testUnsubscribe => Source: 0 Message: Event-60 => rx.observables.GroupedObservable@2edd36f3 => rx.observables.GroupedObservable@3d42a38e ---------------------------------------------------------------------------------------------- outer notification => [rx.Notification@34df7055 OnNext first groups: 1] outer notification => [rx.Notification@34df7056 OnNext first groups: 2] outer notification => [rx.Notification@34df7055 OnNext first groups: 1] outer notification => [rx.Notification@34df7056 OnNext first groups: 2] subscribeOn notification => [rx.Notification@34330b86 OnNext last group: 3] outer notification => [rx.Notification@34330b86 OnNext last group: 3] subscribeOn notification => [rx.Notification@34330b86 OnNext last group: 3] outer notification => [rx.Notification@34330b86 OnNext last group: 3] subscribeOn notification => [rx.Notification@1921f179 OnCompleted] Results: [first groups: 1, first groups: 2, first groups: 1, first groups: 2, last group: 3, last group: 3] outer notification => [rx.Notification@1921f179 OnCompleted] Results: [first groups: 1, first groups: 1, first groups: 2, first groups: 2] => 1 => 3 => 5 => 7 => 9 => 11 => 13 => 15 => 17 => 19 => 21 => 23 => 25 => 27 => 29 => 31 => 33 => 35 => 37 => 39 => 41 => 43 => 45 => 47 => 49 => 51 => 53 => 55 => 57 => 59 => 61 => 63 => 65 => 67 => 69 => 71 => 73 => 75 => 77 => 79 => 81 => 83 => 85 => 87 => 89 => 91 => 93 => 95 => 97 => 99 => 0 => 20 => 40 => 60 => 80 => 100 => 120 => 140 => 160 => 180 => 200 => 220 => 240 => 260 => 280 => 300 => 320 => 340 => 360 => 380 => 400 => 420 => 440 => 460 => 480 => 500 => 520 => 540 => 560 => 580 => 600 => 620 => 640 => 660 => 680 => 700 => 720 => 740 => 760 => 780 => 800 => 820 => 840 => 860 => 880 => 900 => 920 => 940 => 960 => 980 => onCompleted NEXT: [rx.Notification@45beb374 OnNext 1 is odd.] NEXT: [rx.Notification@49ecd65a OnNext 2 is even.] NEXT: [rx.Notification@6e479176 OnNext 3 is odd.] NEXT: [rx.Notification@96d06f78 OnNext 5 is odd.] NEXT: [rx.Notification@bf594d7a OnNext 7 is odd.] NEXT: [rx.Notification@e7e22b7c OnNext 9 is odd.] NEXT: [rx.Notification@7cd5a63 OnNext 11 is odd.] NEXT: [rx.Notification@30563865 OnNext 13 is odd.] NEXT: [rx.Notification@58df1667 OnNext 15 is odd.] NEXT: [rx.Notification@8167f469 OnNext 17 is odd.] NEXT: [rx.Notification@a9f0d26b OnNext 19 is odd.] NEXT: [rx.Notification@fc16cb82 OnNext 21 is odd.] NEXT: [rx.Notification@249fa984 OnNext 23 is odd.] NEXT: [rx.Notification@4d288786 OnNext 25 is odd.] NEXT: [rx.Notification@75b16588 OnNext 27 is odd.] NEXT: [rx.Notification@9e3a438a OnNext 29 is odd.] NEXT: [rx.Notification@f0603ca1 OnNext 31 is odd.] NEXT: [rx.Notification@18e91aa3 OnNext 33 is odd.] NEXT: [rx.Notification@4171f8a5 OnNext 35 is odd.] NEXT: [rx.Notification@69fad6a7 OnNext 37 is odd.] NEXT: [rx.Notification@9283b4a9 OnNext 39 is odd.] NEXT: [rx.Notification@e4a9adc0 OnNext 41 is odd.] NEXT: [rx.Notification@d328bc2 OnNext 43 is odd.] NEXT: [rx.Notification@35bb69c4 OnNext 45 is odd.] NEXT: [rx.Notification@5e4447c6 OnNext 47 is odd.] NEXT: [rx.Notification@86cd25c8 OnNext 49 is odd.] NEXT: [rx.Notification@d8f31edf OnNext 51 is odd.] NEXT: [rx.Notification@17bfce1 OnNext 53 is odd.] NEXT: [rx.Notification@2a04dae3 OnNext 55 is odd.] NEXT: [rx.Notification@528db8e5 OnNext 57 is odd.] NEXT: [rx.Notification@7b1696e7 OnNext 59 is odd.] NEXT: [rx.Notification@cd3c8ffe OnNext 61 is odd.] NEXT: [rx.Notification@327fb898 OnNext 4 is even.] NEXT: [rx.Notification@f5c56e00 OnNext 63 is odd.] NEXT: [rx.Notification@1e4e4c02 OnNext 65 is odd.] NEXT: [rx.Notification@46d72a04 OnNext 67 is odd.] NEXT: [rx.Notification@6f600806 OnNext 69 is odd.] NEXT: [rx.Notification@c186011d OnNext 71 is odd.] NEXT: [rx.Notification@ea0edf1f OnNext 73 is odd.] NEXT: [rx.Notification@1297bd21 OnNext 75 is odd.] NEXT: [rx.Notification@3b209b23 OnNext 77 is odd.] NEXT: [rx.Notification@63a97925 OnNext 79 is odd.] NEXT: [rx.Notification@b5cf723c OnNext 81 is odd.] NEXT: [rx.Notification@de58503e OnNext 83 is odd.] NEXT: [rx.Notification@6e12e40 OnNext 85 is odd.] NEXT: [rx.Notification@2f6a0c42 OnNext 87 is odd.] NEXT: [rx.Notification@57f2ea44 OnNext 89 is odd.] NEXT: [rx.Notification@aa18e35b OnNext 91 is odd.] NEXT: [rx.Notification@d2a1c15d OnNext 93 is odd.] NEXT: [rx.Notification@fb2a9f5f OnNext 95 is odd.] NEXT: [rx.Notification@23b37d61 OnNext 97 is odd.] NEXT: [rx.Notification@4c3c5b63 OnNext 99 is odd.] NEXT: [rx.Notification@934a2035 OnNext 101 is odd.] NEXT: [rx.Notification@bbd2fe37 OnNext 103 is odd.] NEXT: [rx.Notification@e45bdc39 OnNext 105 is odd.] NEXT: [rx.Notification@ce4ba3b OnNext 107 is odd.] NEXT: [rx.Notification@356d983d OnNext 109 is odd.] NEXT: [rx.Notification@87939154 OnNext 111 is odd.] NEXT: [rx.Notification@b01c6f56 OnNext 113 is odd.] NEXT: [rx.Notification@d8a54d58 OnNext 115 is odd.] NEXT: [rx.Notification@12e2b5a OnNext 117 is odd.] NEXT: [rx.Notification@29b7095c OnNext 119 is odd.] NEXT: [rx.Notification@7bdd0273 OnNext 121 is odd.] NEXT: [rx.Notification@a465e075 OnNext 123 is odd.] NEXT: [rx.Notification@cceebe77 OnNext 125 is odd.] NEXT: [rx.Notification@f5779c79 OnNext 127 is odd.] NEXT: [rx.Notification@1e007a7b OnNext 129 is odd.] NEXT: [rx.Notification@70267392 OnNext 131 is odd.] NEXT: [rx.Notification@98af5194 OnNext 133 is odd.] NEXT: [rx.Notification@c1382f96 OnNext 135 is odd.] NEXT: [rx.Notification@e9c10d98 OnNext 137 is odd.] NEXT: [rx.Notification@1249eb9a OnNext 139 is odd.] NEXT: [rx.Notification@646fe4b1 OnNext 141 is odd.] NEXT: [rx.Notification@8cf8c2b3 OnNext 143 is odd.] NEXT: [rx.Notification@b581a0b5 OnNext 145 is odd.] NEXT: [rx.Notification@de0a7eb7 OnNext 147 is odd.] NEXT: [rx.Notification@6935cb9 OnNext 149 is odd.] NEXT: [rx.Notification@58b955d0 OnNext 151 is odd.] NEXT: [rx.Notification@814233d2 OnNext 153 is odd.] NEXT: [rx.Notification@1b129ad6 OnNext 6 is even.] NEXT: [rx.Notification@a9cb11d4 OnNext 155 is odd.] NEXT: [rx.Notification@d253efd6 OnNext 157 is odd.] NEXT: [rx.Notification@fadccdd8 OnNext 159 is odd.] NEXT: [rx.Notification@4d02c6ef OnNext 161 is odd.] NEXT: [rx.Notification@758ba4f1 OnNext 163 is odd.] NEXT: [rx.Notification@9e1482f3 OnNext 165 is odd.] NEXT: [rx.Notification@c69d60f5 OnNext 167 is odd.] NEXT: [rx.Notification@ef263ef7 OnNext 169 is odd.] NEXT: [rx.Notification@414c380e OnNext 171 is odd.] NEXT: [rx.Notification@69d51610 OnNext 173 is odd.] NEXT: [rx.Notification@925df412 OnNext 175 is odd.] NEXT: [rx.Notification@bae6d214 OnNext 177 is odd.] NEXT: [rx.Notification@e36fb016 OnNext 179 is odd.] NEXT: [rx.Notification@3595a92d OnNext 181 is odd.] NEXT: [rx.Notification@5e1e872f OnNext 183 is odd.] NEXT: [rx.Notification@86a76531 OnNext 185 is odd.] NEXT: [rx.Notification@af304333 OnNext 187 is odd.] NEXT: [rx.Notification@d7b92135 OnNext 189 is odd.] NEXT: [rx.Notification@29df1a4c OnNext 191 is odd.] NEXT: [rx.Notification@5267f84e OnNext 193 is odd.] NEXT: [rx.Notification@7af0d650 OnNext 195 is odd.] NEXT: [rx.Notification@a379b452 OnNext 197 is odd.] NEXT: [rx.Notification@cc029254 OnNext 199 is odd.] NEXT: [rx.Notification@282ed2f6 OnNext 201 is odd.] NEXT: [rx.Notification@50b7b0f8 OnNext 203 is odd.] NEXT: [rx.Notification@79408efa OnNext 205 is odd.] NEXT: [rx.Notification@a1c96cfc OnNext 207 is odd.] NEXT: [rx.Notification@ca524afe OnNext 209 is odd.] NEXT: [rx.Notification@1c784415 OnNext 211 is odd.] NEXT: [rx.Notification@45012217 OnNext 213 is odd.] NEXT: [rx.Notification@6d8a0019 OnNext 215 is odd.] NEXT: [rx.Notification@9612de1b OnNext 217 is odd.] NEXT: [rx.Notification@be9bbc1d OnNext 219 is odd.] NEXT: [rx.Notification@10c1b534 OnNext 221 is odd.] NEXT: [rx.Notification@394a9336 OnNext 223 is odd.] NEXT: [rx.Notification@61d37138 OnNext 225 is odd.] NEXT: [rx.Notification@8a5c4f3a OnNext 227 is odd.] NEXT: [rx.Notification@b2e52d3c OnNext 229 is odd.] NEXT: [rx.Notification@50b2653 OnNext 231 is odd.] NEXT: [rx.Notification@2d940455 OnNext 233 is odd.] NEXT: [rx.Notification@561ce257 OnNext 235 is odd.] NEXT: [rx.Notification@7ea5c059 OnNext 237 is odd.] NEXT: [rx.Notification@a72e9e5b OnNext 239 is odd.] NEXT: [rx.Notification@f9549772 OnNext 241 is odd.] NEXT: [rx.Notification@21dd7574 OnNext 243 is odd.] NEXT: [rx.Notification@3a57d14 OnNext 8 is even.] NEXT: [rx.Notification@4a665376 OnNext 245 is odd.] NEXT: [rx.Notification@72ef3178 OnNext 247 is odd.] NEXT: [rx.Notification@9b780f7a OnNext 249 is odd.] NEXT: [rx.Notification@ed9e0891 OnNext 251 is odd.] NEXT: [rx.Notification@1626e693 OnNext 253 is odd.] NEXT: [rx.Notification@3eafc495 OnNext 255 is odd.] NEXT: [rx.Notification@6738a297 OnNext 257 is odd.] NEXT: [rx.Notification@8fc18099 OnNext 259 is odd.] NEXT: [rx.Notification@e1e779b0 OnNext 261 is odd.] NEXT: [rx.Notification@a7057b2 OnNext 263 is odd.] NEXT: [rx.Notification@32f935b4 OnNext 265 is odd.] NEXT: [rx.Notification@5b8213b6 OnNext 267 is odd.] NEXT: [rx.Notification@840af1b8 OnNext 269 is odd.] NEXT: [rx.Notification@d630eacf OnNext 271 is odd.] NEXT: [rx.Notification@feb9c8d1 OnNext 273 is odd.] NEXT: [rx.Notification@2742a6d3 OnNext 275 is odd.] NEXT: [rx.Notification@4fcb84d5 OnNext 277 is odd.] NEXT: [rx.Notification@785462d7 OnNext 279 is odd.] NEXT: [rx.Notification@ca7a5bee OnNext 281 is odd.] NEXT: [rx.Notification@f30339f0 OnNext 283 is odd.] NEXT: [rx.Notification@1b8c17f2 OnNext 285 is odd.] NEXT: [rx.Notification@4414f5f4 OnNext 287 is odd.] NEXT: [rx.Notification@6c9dd3f6 OnNext 289 is odd.] NEXT: [rx.Notification@bec3cd0d OnNext 291 is odd.] NEXT: [rx.Notification@e74cab0f OnNext 293 is odd.] NEXT: [rx.Notification@fd58911 OnNext 295 is odd.] NEXT: [rx.Notification@385e6713 OnNext 297 is odd.] NEXT: [rx.Notification@60e74515 OnNext 299 is odd.] NEXT: [rx.Notification@e1202b0d OnNext 10 is even.] NEXT: [rx.Notification@c9b30d4b OnNext 12 is even.] NEXT: [rx.Notification@b245ef89 OnNext 14 is even.] NEXT: [rx.Notification@bd1385b7 OnNext 301 is odd.] NEXT: [rx.Notification@e59c63b9 OnNext 303 is odd.] NEXT: [rx.Notification@e2541bb OnNext 305 is odd.] NEXT: [rx.Notification@36ae1fbd OnNext 307 is odd.] NEXT: [rx.Notification@5f36fdbf OnNext 309 is odd.] NEXT: [rx.Notification@b15cf6d6 OnNext 311 is odd.] NEXT: [rx.Notification@d9e5d4d8 OnNext 313 is odd.] NEXT: [rx.Notification@9ad8d1c7 OnNext 16 is even.] NEXT: [rx.Notification@26eb2da OnNext 315 is odd.] NEXT: [rx.Notification@2af790dc OnNext 317 is odd.] NEXT: [rx.Notification@53806ede OnNext 319 is odd.] NEXT: [rx.Notification@a5a667f5 OnNext 321 is odd.] NEXT: [rx.Notification@ce2f45f7 OnNext 323 is odd.] NEXT: [rx.Notification@f6b823f9 OnNext 325 is odd.] NEXT: [rx.Notification@1f4101fb OnNext 327 is odd.] NEXT: [rx.Notification@47c9dffd OnNext 329 is odd.] NEXT: [rx.Notification@99efd914 OnNext 331 is odd.] NEXT: [rx.Notification@c278b716 OnNext 333 is odd.] NEXT: [rx.Notification@eb019518 OnNext 335 is odd.] NEXT: [rx.Notification@138a731a OnNext 337 is odd.] NEXT: [rx.Notification@3c13511c OnNext 339 is odd.] NEXT: [rx.Notification@8e394a33 OnNext 341 is odd.] NEXT: [rx.Notification@b6c22835 OnNext 343 is odd.] NEXT: [rx.Notification@df4b0637 OnNext 345 is odd.] NEXT: [rx.Notification@7d3e439 OnNext 347 is odd.] NEXT: [rx.Notification@305cc23b OnNext 349 is odd.] NEXT: [rx.Notification@8282bb52 OnNext 351 is odd.] NEXT: [rx.Notification@ab0b9954 OnNext 353 is odd.] NEXT: [rx.Notification@d3947756 OnNext 355 is odd.] NEXT: [rx.Notification@fc1d5558 OnNext 357 is odd.] NEXT: [rx.Notification@24a6335a OnNext 359 is odd.] NEXT: [rx.Notification@76cc2c71 OnNext 361 is odd.] NEXT: [rx.Notification@9f550a73 OnNext 363 is odd.] NEXT: [rx.Notification@c7dde875 OnNext 365 is odd.] NEXT: [rx.Notification@f066c677 OnNext 367 is odd.] NEXT: [rx.Notification@18efa479 OnNext 369 is odd.] NEXT: [rx.Notification@6b159d90 OnNext 371 is odd.] NEXT: [rx.Notification@939e7b92 OnNext 373 is odd.] NEXT: [rx.Notification@bc275994 OnNext 375 is odd.] NEXT: [rx.Notification@e4b03796 OnNext 377 is odd.] NEXT: [rx.Notification@d391598 OnNext 379 is odd.] NEXT: [rx.Notification@5f5f0eaf OnNext 381 is odd.] NEXT: [rx.Notification@87e7ecb1 OnNext 383 is odd.] NEXT: [rx.Notification@b070cab3 OnNext 385 is odd.] NEXT: [rx.Notification@d8f9a8b5 OnNext 387 is odd.] NEXT: [rx.Notification@18286b7 OnNext 389 is odd.] NEXT: [rx.Notification@53a87fce OnNext 391 is odd.] NEXT: [rx.Notification@7c315dd0 OnNext 393 is odd.] NEXT: [rx.Notification@836bb405 OnNext 18 is even.] NEXT: [rx.Notification@a4ba3bd2 OnNext 395 is odd.] NEXT: [rx.Notification@cd4319d4 OnNext 397 is odd.] NEXT: [rx.Notification@f5cbf7d6 OnNext 399 is odd.] NEXT: [rx.Notification@51f83878 OnNext 401 is odd.] NEXT: [rx.Notification@7a81167a OnNext 403 is odd.] NEXT: [rx.Notification@a309f47c OnNext 405 is odd.] NEXT: [rx.Notification@cb92d27e OnNext 407 is odd.] NEXT: [rx.Notification@f41bb080 OnNext 409 is odd.] NEXT: [rx.Notification@4641a997 OnNext 411 is odd.] NEXT: [rx.Notification@6eca8799 OnNext 413 is odd.] NEXT: [rx.Notification@9753659b OnNext 415 is odd.] NEXT: [rx.Notification@bfdc439d OnNext 417 is odd.] NEXT: [rx.Notification@e865219f OnNext 419 is odd.] NEXT: [rx.Notification@3a8b1ab6 OnNext 421 is odd.] NEXT: [rx.Notification@6313f8b8 OnNext 423 is odd.] NEXT: [rx.Notification@8b9cd6ba OnNext 425 is odd.] NEXT: [rx.Notification@b425b4bc OnNext 427 is odd.] NEXT: [rx.Notification@dcae92be OnNext 429 is odd.] NEXT: [rx.Notification@2ed48bd5 OnNext 431 is odd.] NEXT: [rx.Notification@575d69d7 OnNext 433 is odd.] NEXT: [rx.Notification@7fe647d9 OnNext 435 is odd.] NEXT: [rx.Notification@a86f25db OnNext 437 is odd.] NEXT: [rx.Notification@d0f803dd OnNext 439 is odd.] NEXT: [rx.Notification@231dfcf4 OnNext 441 is odd.] NEXT: [rx.Notification@4ba6daf6 OnNext 443 is odd.] NEXT: [rx.Notification@742fb8f8 OnNext 445 is odd.] NEXT: [rx.Notification@9cb896fa OnNext 447 is odd.] NEXT: [rx.Notification@c54174fc OnNext 449 is odd.] NEXT: [rx.Notification@17676e13 OnNext 451 is odd.] NEXT: [rx.Notification@3ff04c15 OnNext 453 is odd.] NEXT: [rx.Notification@68792a17 OnNext 455 is odd.] NEXT: [rx.Notification@91020819 OnNext 457 is odd.] NEXT: [rx.Notification@b98ae61b OnNext 459 is odd.] NEXT: [rx.Notification@bb0df32 OnNext 461 is odd.] NEXT: [rx.Notification@3439bd34 OnNext 463 is odd.] NEXT: [rx.Notification@5cc29b36 OnNext 465 is odd.] NEXT: [rx.Notification@854b7938 OnNext 467 is odd.] NEXT: [rx.Notification@add4573a OnNext 469 is odd.] NEXT: [rx.Notification@fffa5051 OnNext 471 is odd.] NEXT: [rx.Notification@28832e53 OnNext 473 is odd.] NEXT: [rx.Notification@510c0c55 OnNext 475 is odd.] NEXT: [rx.Notification@7994ea57 OnNext 477 is odd.] NEXT: [rx.Notification@a21dc859 OnNext 479 is odd.] NEXT: [rx.Notification@f443c170 OnNext 481 is odd.] NEXT: [rx.Notification@1ccc9f72 OnNext 483 is odd.] NEXT: [rx.Notification@7604ddce OnNext 20 is even.] NEXT: [rx.Notification@45557d74 OnNext 485 is odd.] NEXT: [rx.Notification@6dde5b76 OnNext 487 is odd.] NEXT: [rx.Notification@96673978 OnNext 489 is odd.] NEXT: [rx.Notification@e88d328f OnNext 491 is odd.] NEXT: [rx.Notification@11161091 OnNext 493 is odd.] NEXT: [rx.Notification@399eee93 OnNext 495 is odd.] NEXT: [rx.Notification@6227cc95 OnNext 497 is odd.] NEXT: [rx.Notification@8ab0aa97 OnNext 499 is odd.] NEXT: [rx.Notification@e6dceb39 OnNext 501 is odd.] NEXT: [rx.Notification@f65c93b OnNext 503 is odd.] NEXT: [rx.Notification@37eea73d OnNext 505 is odd.] NEXT: [rx.Notification@6077853f OnNext 507 is odd.] NEXT: [rx.Notification@89006341 OnNext 509 is odd.] NEXT: [rx.Notification@db265c58 OnNext 511 is odd.] NEXT: [rx.Notification@3af3a5a OnNext 513 is odd.] NEXT: [rx.Notification@2c38185c OnNext 515 is odd.] NEXT: [rx.Notification@54c0f65e OnNext 517 is odd.] NEXT: [rx.Notification@7d49d460 OnNext 519 is odd.] NEXT: [rx.Notification@cf6fcd77 OnNext 521 is odd.] NEXT: [rx.Notification@f7f8ab79 OnNext 523 is odd.] NEXT: [rx.Notification@2081897b OnNext 525 is odd.] NEXT: [rx.Notification@490a677d OnNext 527 is odd.] NEXT: [rx.Notification@7193457f OnNext 529 is odd.] NEXT: [rx.Notification@c3b93e96 OnNext 531 is odd.] NEXT: [rx.Notification@ec421c98 OnNext 533 is odd.] NEXT: [rx.Notification@14cafa9a OnNext 535 is odd.] NEXT: [rx.Notification@3d53d89c OnNext 537 is odd.] NEXT: [rx.Notification@65dcb69e OnNext 539 is odd.] NEXT: [rx.Notification@b802afb5 OnNext 541 is odd.] NEXT: [rx.Notification@e08b8db7 OnNext 543 is odd.] NEXT: [rx.Notification@9146bb9 OnNext 545 is odd.] NEXT: [rx.Notification@319d49bb OnNext 547 is odd.] NEXT: [rx.Notification@5a2627bd OnNext 549 is odd.] NEXT: [rx.Notification@ac4c20d4 OnNext 551 is odd.] NEXT: [rx.Notification@d4d4fed6 OnNext 553 is odd.] NEXT: [rx.Notification@fd5ddcd8 OnNext 555 is odd.] NEXT: [rx.Notification@5e97c00c OnNext 22 is even.] NEXT: [rx.Notification@25e6bada OnNext 557 is odd.] NEXT: [rx.Notification@4e6f98dc OnNext 559 is odd.] NEXT: [rx.Notification@a09591f3 OnNext 561 is odd.] NEXT: [rx.Notification@c91e6ff5 OnNext 563 is odd.] NEXT: [rx.Notification@f1a74df7 OnNext 565 is odd.] NEXT: [rx.Notification@1a302bf9 OnNext 567 is odd.] NEXT: [rx.Notification@42b909fb OnNext 569 is odd.] NEXT: [rx.Notification@94df0312 OnNext 571 is odd.] NEXT: [rx.Notification@bd67e114 OnNext 573 is odd.] NEXT: [rx.Notification@e5f0bf16 OnNext 575 is odd.] NEXT: [rx.Notification@e799d18 OnNext 577 is odd.] NEXT: [rx.Notification@37027b1a OnNext 579 is odd.] NEXT: [rx.Notification@89287431 OnNext 581 is odd.] NEXT: [rx.Notification@472aa24a OnNext 24 is even.] NEXT: [rx.Notification@2fbd8488 OnNext 26 is even.] NEXT: [rx.Notification@185066c6 OnNext 28 is even.] NEXT: [rx.Notification@b1b15233 OnNext 583 is odd.] NEXT: [rx.Notification@da3a3035 OnNext 585 is odd.] NEXT: [rx.Notification@2c30e37 OnNext 587 is odd.] NEXT: [rx.Notification@2b4bec39 OnNext 589 is odd.] NEXT: [rx.Notification@7d71e550 OnNext 591 is odd.] NEXT: [rx.Notification@a5fac352 OnNext 593 is odd.] NEXT: [rx.Notification@ce83a154 OnNext 595 is odd.] NEXT: [rx.Notification@f70c7f56 OnNext 597 is odd.] NEXT: [rx.Notification@1f955d58 OnNext 599 is odd.] NEXT: [rx.Notification@ae9908f OnNext 30 is even.] NEXT: [rx.Notification@7bc19dfa OnNext 601 is odd.] NEXT: [rx.Notification@a44a7bfc OnNext 603 is odd.] NEXT: [rx.Notification@ccd359fe OnNext 605 is odd.] NEXT: [rx.Notification@f55c3800 OnNext 607 is odd.] NEXT: [rx.Notification@1de51602 OnNext 609 is odd.] NEXT: [rx.Notification@700b0f19 OnNext 611 is odd.] NEXT: [rx.Notification@9893ed1b OnNext 613 is odd.] NEXT: [rx.Notification@c11ccb1d OnNext 615 is odd.] NEXT: [rx.Notification@e9a5a91f OnNext 617 is odd.] NEXT: [rx.Notification@122e8721 OnNext 619 is odd.] NEXT: [rx.Notification@64548038 OnNext 621 is odd.] NEXT: [rx.Notification@8cdd5e3a OnNext 623 is odd.] NEXT: [rx.Notification@b5663c3c OnNext 625 is odd.] NEXT: [rx.Notification@ddef1a3e OnNext 627 is odd.] NEXT: [rx.Notification@677f840 OnNext 629 is odd.] NEXT: [rx.Notification@589df157 OnNext 631 is odd.] NEXT: [rx.Notification@8126cf59 OnNext 633 is odd.] NEXT: [rx.Notification@a9afad5b OnNext 635 is odd.] NEXT: [rx.Notification@d2388b5d OnNext 637 is odd.] NEXT: [rx.Notification@fac1695f OnNext 639 is odd.] NEXT: [rx.Notification@4ce76276 OnNext 641 is odd.] NEXT: [rx.Notification@75704078 OnNext 643 is odd.] NEXT: [rx.Notification@9df91e7a OnNext 645 is odd.] NEXT: [rx.Notification@c681fc7c OnNext 647 is odd.] NEXT: [rx.Notification@ef0ada7e OnNext 649 is odd.] NEXT: [rx.Notification@4130d395 OnNext 651 is odd.] NEXT: [rx.Notification@69b9b197 OnNext 653 is odd.] NEXT: [rx.Notification@92428f99 OnNext 655 is odd.] NEXT: [rx.Notification@bacb6d9b OnNext 657 is odd.] NEXT: [rx.Notification@e3544b9d OnNext 659 is odd.] NEXT: [rx.Notification@357a44b4 OnNext 661 is odd.] NEXT: [rx.Notification@5e0322b6 OnNext 663 is odd.] NEXT: [rx.Notification@868c00b8 OnNext 665 is odd.] NEXT: [rx.Notification@af14deba OnNext 667 is odd.] NEXT: [rx.Notification@d79dbcbc OnNext 669 is odd.] NEXT: [rx.Notification@29c3b5d3 OnNext 671 is odd.] NEXT: [rx.Notification@524c93d5 OnNext 673 is odd.] NEXT: [rx.Notification@7ad571d7 OnNext 675 is odd.] NEXT: [rx.Notification@a35e4fd9 OnNext 677 is odd.] NEXT: [rx.Notification@cbe72ddb OnNext 679 is odd.] NEXT: [rx.Notification@1e0d26f2 OnNext 681 is odd.] NEXT: [rx.Notification@469604f4 OnNext 683 is odd.] NEXT: [rx.Notification@6f1ee2f6 OnNext 685 is odd.] NEXT: [rx.Notification@97a7c0f8 OnNext 687 is odd.] NEXT: [rx.Notification@c0309efa OnNext 689 is odd.] NEXT: [rx.Notification@12569811 OnNext 691 is odd.] NEXT: [rx.Notification@3adf7613 OnNext 693 is odd.] NEXT: [rx.Notification@63685415 OnNext 695 is odd.] NEXT: [rx.Notification@8bf13217 OnNext 697 is odd.] NEXT: [rx.Notification@b47a1019 OnNext 699 is odd.] NEXT: [rx.Notification@10a650bb OnNext 701 is odd.] NEXT: [rx.Notification@392f2ebd OnNext 703 is odd.] NEXT: [rx.Notification@61b80cbf OnNext 705 is odd.] NEXT: [rx.Notification@8a40eac1 OnNext 707 is odd.] NEXT: [rx.Notification@b2c9c8c3 OnNext 709 is odd.] NEXT: [rx.Notification@4efc1da OnNext 711 is odd.] NEXT: [rx.Notification@2d789fdc OnNext 713 is odd.] NEXT: [rx.Notification@56017dde OnNext 715 is odd.] NEXT: [rx.Notification@7e8a5be0 OnNext 717 is odd.] NEXT: [rx.Notification@a71339e2 OnNext 719 is odd.] NEXT: [rx.Notification@f93932f9 OnNext 721 is odd.] NEXT: [rx.Notification@21c210fb OnNext 723 is odd.] NEXT: [rx.Notification@4a4aeefd OnNext 725 is odd.] NEXT: [rx.Notification@72d3ccff OnNext 727 is odd.] NEXT: [rx.Notification@9b5cab01 OnNext 729 is odd.] NEXT: [rx.Notification@ed82a418 OnNext 731 is odd.] NEXT: [rx.Notification@160b821a OnNext 733 is odd.] NEXT: [rx.Notification@3e94601c OnNext 735 is odd.] NEXT: [rx.Notification@671d3e1e OnNext 737 is odd.] NEXT: [rx.Notification@8fa61c20 OnNext 739 is odd.] NEXT: [rx.Notification@e1cc1537 OnNext 741 is odd.] NEXT: [rx.Notification@a54f339 OnNext 743 is odd.] NEXT: [rx.Notification@32ddd13b OnNext 745 is odd.] NEXT: [rx.Notification@5b66af3d OnNext 747 is odd.] NEXT: [rx.Notification@83ef8d3f OnNext 749 is odd.] NEXT: [rx.Notification@d6158656 OnNext 751 is odd.] NEXT: [rx.Notification@fe9e6458 OnNext 753 is odd.] NEXT: [rx.Notification@2727425a OnNext 755 is odd.] NEXT: [rx.Notification@4fb0205c OnNext 757 is odd.] NEXT: [rx.Notification@7838fe5e OnNext 759 is odd.] NEXT: [rx.Notification@ca5ef775 OnNext 761 is odd.] NEXT: [rx.Notification@f2e7d577 OnNext 763 is odd.] NEXT: [rx.Notification@1b70b379 OnNext 765 is odd.] NEXT: [rx.Notification@43f9917b OnNext 767 is odd.] NEXT: [rx.Notification@6c826f7d OnNext 769 is odd.] NEXT: [rx.Notification@bea86894 OnNext 771 is odd.] NEXT: [rx.Notification@e7314696 OnNext 773 is odd.] NEXT: [rx.Notification@fba2498 OnNext 775 is odd.] NEXT: [rx.Notification@3843029a OnNext 777 is odd.] NEXT: [rx.Notification@60cbe09c OnNext 779 is odd.] NEXT: [rx.Notification@b2f1d9b3 OnNext 781 is odd.] NEXT: [rx.Notification@db7ab7b5 OnNext 783 is odd.] NEXT: [rx.Notification@40395b7 OnNext 785 is odd.] NEXT: [rx.Notification@2c8c73b9 OnNext 787 is odd.] NEXT: [rx.Notification@551551bb OnNext 789 is odd.] NEXT: [rx.Notification@a73b4ad2 OnNext 791 is odd.] NEXT: [rx.Notification@cfc428d4 OnNext 793 is odd.] NEXT: [rx.Notification@f84d06d6 OnNext 795 is odd.] NEXT: [rx.Notification@20d5e4d8 OnNext 797 is odd.] NEXT: [rx.Notification@495ec2da OnNext 799 is odd.] NEXT: [rx.Notification@a58b037c OnNext 801 is odd.] NEXT: [rx.Notification@ce13e17e OnNext 803 is odd.] NEXT: [rx.Notification@f69cbf80 OnNext 805 is odd.] NEXT: [rx.Notification@1f259d82 OnNext 807 is odd.] NEXT: [rx.Notification@47ae7b84 OnNext 809 is odd.] NEXT: [rx.Notification@99d4749b OnNext 811 is odd.] NEXT: [rx.Notification@f37c72cd OnNext 32 is even.] NEXT: [rx.Notification@dc0f550b OnNext 34 is even.] NEXT: [rx.Notification@c4a23749 OnNext 36 is even.] NEXT: [rx.Notification@ad351987 OnNext 38 is even.] NEXT: [rx.Notification@9fce4350 OnNext 40 is even.] NEXT: [rx.Notification@8861258e OnNext 42 is even.] NEXT: [rx.Notification@c25d529d OnNext 813 is odd.] NEXT: [rx.Notification@eae6309f OnNext 815 is odd.] NEXT: [rx.Notification@136f0ea1 OnNext 817 is odd.] NEXT: [rx.Notification@3bf7eca3 OnNext 819 is odd.] NEXT: [rx.Notification@8e1de5ba OnNext 821 is odd.] NEXT: [rx.Notification@b6a6c3bc OnNext 823 is odd.] NEXT: [rx.Notification@df2fa1be OnNext 825 is odd.] NEXT: [rx.Notification@7b87fc0 OnNext 827 is odd.] NEXT: [rx.Notification@30415dc2 OnNext 829 is odd.] NEXT: [rx.Notification@826756d9 OnNext 831 is odd.] NEXT: [rx.Notification@aaf034db OnNext 833 is odd.] NEXT: [rx.Notification@d37912dd OnNext 835 is odd.] NEXT: [rx.Notification@fc01f0df OnNext 837 is odd.] NEXT: [rx.Notification@248acee1 OnNext 839 is odd.] NEXT: [rx.Notification@76b0c7f8 OnNext 841 is odd.] NEXT: [rx.Notification@9f39a5fa OnNext 843 is odd.] NEXT: [rx.Notification@c7c283fc OnNext 845 is odd.] NEXT: [rx.Notification@f04b61fe OnNext 847 is odd.] NEXT: [rx.Notification@18d44000 OnNext 849 is odd.] NEXT: [rx.Notification@6afa3917 OnNext 851 is odd.] NEXT: [rx.Notification@93831719 OnNext 853 is odd.] NEXT: [rx.Notification@bc0bf51b OnNext 855 is odd.] NEXT: [rx.Notification@e494d31d OnNext 857 is odd.] NEXT: [rx.Notification@d1db11f OnNext 859 is odd.] NEXT: [rx.Notification@5f43aa36 OnNext 861 is odd.] NEXT: [rx.Notification@87cc8838 OnNext 863 is odd.] NEXT: [rx.Notification@b055663a OnNext 865 is odd.] NEXT: [rx.Notification@d8de443c OnNext 867 is odd.] NEXT: [rx.Notification@167223e OnNext 869 is odd.] NEXT: [rx.Notification@538d1b55 OnNext 871 is odd.] NEXT: [rx.Notification@7c15f957 OnNext 873 is odd.] NEXT: [rx.Notification@a49ed759 OnNext 875 is odd.] NEXT: [rx.Notification@cd27b55b OnNext 877 is odd.] NEXT: [rx.Notification@f5b0935d OnNext 879 is odd.] NEXT: [rx.Notification@47d68c74 OnNext 881 is odd.] NEXT: [rx.Notification@705f6a76 OnNext 883 is odd.] NEXT: [rx.Notification@98e84878 OnNext 885 is odd.] NEXT: [rx.Notification@c171267a OnNext 887 is odd.] NEXT: [rx.Notification@e9fa047c OnNext 889 is odd.] NEXT: [rx.Notification@3c1ffd93 OnNext 891 is odd.] NEXT: [rx.Notification@64a8db95 OnNext 893 is odd.] NEXT: [rx.Notification@8d31b997 OnNext 895 is odd.] NEXT: [rx.Notification@b5ba9799 OnNext 897 is odd.] NEXT: [rx.Notification@de43759b OnNext 899 is odd.] NEXT: [rx.Notification@3a6fb63d OnNext 901 is odd.] NEXT: [rx.Notification@62f8943f OnNext 903 is odd.] NEXT: [rx.Notification@8b817241 OnNext 905 is odd.] NEXT: [rx.Notification@b40a5043 OnNext 907 is odd.] NEXT: [rx.Notification@dc932e45 OnNext 909 is odd.] NEXT: [rx.Notification@2eb9275c OnNext 911 is odd.] NEXT: [rx.Notification@5742055e OnNext 913 is odd.] NEXT: [rx.Notification@7fcae360 OnNext 915 is odd.] NEXT: [rx.Notification@a853c162 OnNext 917 is odd.] NEXT: [rx.Notification@d0dc9f64 OnNext 919 is odd.] NEXT: [rx.Notification@2302987b OnNext 921 is odd.] NEXT: [rx.Notification@4b8b767d OnNext 923 is odd.] NEXT: [rx.Notification@7414547f OnNext 925 is odd.] NEXT: [rx.Notification@9c9d3281 OnNext 927 is odd.] NEXT: [rx.Notification@c5261083 OnNext 929 is odd.] NEXT: [rx.Notification@174c099a OnNext 931 is odd.] NEXT: [rx.Notification@3fd4e79c OnNext 933 is odd.] NEXT: [rx.Notification@685dc59e OnNext 935 is odd.] NEXT: [rx.Notification@90e6a3a0 OnNext 937 is odd.] NEXT: [rx.Notification@b96f81a2 OnNext 939 is odd.] NEXT: [rx.Notification@b957ab9 OnNext 941 is odd.] NEXT: [rx.Notification@341e58bb OnNext 943 is odd.] NEXT: [rx.Notification@5ca736bd OnNext 945 is odd.] NEXT: [rx.Notification@853014bf OnNext 947 is odd.] NEXT: [rx.Notification@adb8f2c1 OnNext 949 is odd.] NEXT: [rx.Notification@ffdeebd8 OnNext 951 is odd.] NEXT: [rx.Notification@2867c9da OnNext 953 is odd.] NEXT: [rx.Notification@50f0a7dc OnNext 955 is odd.] NEXT: [rx.Notification@797985de OnNext 957 is odd.] NEXT: [rx.Notification@a20263e0 OnNext 959 is odd.] NEXT: [rx.Notification@f4285cf7 OnNext 961 is odd.] NEXT: [rx.Notification@1cb13af9 OnNext 963 is odd.] NEXT: [rx.Notification@453a18fb OnNext 965 is odd.] NEXT: [rx.Notification@6dc2f6fd OnNext 967 is odd.] NEXT: [rx.Notification@964bd4ff OnNext 969 is odd.] NEXT: [rx.Notification@e871ce16 OnNext 971 is odd.] NEXT: [rx.Notification@10faac18 OnNext 973 is odd.] NEXT: [rx.Notification@39838a1a OnNext 975 is odd.] NEXT: [rx.Notification@620c681c OnNext 977 is odd.] NEXT: [rx.Notification@8a95461e OnNext 979 is odd.] NEXT: [rx.Notification@dcbb3f35 OnNext 981 is odd.] NEXT: [rx.Notification@5441d37 OnNext 983 is odd.] NEXT: [rx.Notification@2dccfb39 OnNext 985 is odd.] NEXT: [rx.Notification@5655d93b OnNext 987 is odd.] NEXT: [rx.Notification@7edeb73d OnNext 989 is odd.] NEXT: [rx.Notification@d104b054 OnNext 991 is odd.] NEXT: [rx.Notification@f98d8e56 OnNext 993 is odd.] NEXT: [rx.Notification@22166c58 OnNext 995 is odd.] NEXT: [rx.Notification@4a9f4a5a OnNext 997 is odd.] NEXT: [rx.Notification@7328285c OnNext 999 is odd.] NEXT: [rx.Notification@776614a3 OnNext 1001 is odd.] NEXT: [rx.Notification@9feef2a5 OnNext 1003 is odd.] NEXT: [rx.Notification@c877d0a7 OnNext 1005 is odd.] NEXT: [rx.Notification@f100aea9 OnNext 1007 is odd.] NEXT: [rx.Notification@19898cab OnNext 1009 is odd.] NEXT: [rx.Notification@6baf85c2 OnNext 1011 is odd.] NEXT: [rx.Notification@943863c4 OnNext 1013 is odd.] NEXT: [rx.Notification@bcc141c6 OnNext 1015 is odd.] NEXT: [rx.Notification@e54a1fc8 OnNext 1017 is odd.] NEXT: [rx.Notification@dd2fdca OnNext 1019 is odd.] NEXT: [rx.Notification@5ff8f6e1 OnNext 1021 is odd.] NEXT: [rx.Notification@8881d4e3 OnNext 1023 is odd.] NEXT: [rx.Notification@70f407cc OnNext 44 is even.] NEXT: [rx.Notification@b10ab2e5 OnNext 1025 is odd.] NEXT: [rx.Notification@d99390e7 OnNext 1027 is odd.] NEXT: [rx.Notification@21c6ee9 OnNext 1029 is odd.] NEXT: [rx.Notification@54426800 OnNext 1031 is odd.] NEXT: [rx.Notification@7ccb4602 OnNext 1033 is odd.] NEXT: [rx.Notification@a5542404 OnNext 1035 is odd.] NEXT: [rx.Notification@cddd0206 OnNext 1037 is odd.] NEXT: [rx.Notification@f665e008 OnNext 1039 is odd.] NEXT: [rx.Notification@488bd91f OnNext 1041 is odd.] NEXT: [rx.Notification@7114b721 OnNext 1043 is odd.] NEXT: [rx.Notification@999d9523 OnNext 1045 is odd.] NEXT: [rx.Notification@c2267325 OnNext 1047 is odd.] NEXT: [rx.Notification@eaaf5127 OnNext 1049 is odd.] NEXT: [rx.Notification@3cd54a3e OnNext 1051 is odd.] NEXT: [rx.Notification@655e2840 OnNext 1053 is odd.] NEXT: [rx.Notification@8de70642 OnNext 1055 is odd.] NEXT: [rx.Notification@b66fe444 OnNext 1057 is odd.] NEXT: [rx.Notification@def8c246 OnNext 1059 is odd.] NEXT: [rx.Notification@311ebb5d OnNext 1061 is odd.] NEXT: [rx.Notification@59a7995f OnNext 1063 is odd.] NEXT: [rx.Notification@82307761 OnNext 1065 is odd.] NEXT: [rx.Notification@aab95563 OnNext 1067 is odd.] NEXT: [rx.Notification@d3423365 OnNext 1069 is odd.] NEXT: [rx.Notification@25682c7c OnNext 1071 is odd.] NEXT: [rx.Notification@4df10a7e OnNext 1073 is odd.] NEXT: [rx.Notification@7679e880 OnNext 1075 is odd.] NEXT: [rx.Notification@9f02c682 OnNext 1077 is odd.] NEXT: [rx.Notification@c78ba484 OnNext 1079 is odd.] NEXT: [rx.Notification@19b19d9b OnNext 1081 is odd.] NEXT: [rx.Notification@423a7b9d OnNext 1083 is odd.] NEXT: [rx.Notification@6ac3599f OnNext 1085 is odd.] NEXT: [rx.Notification@934c37a1 OnNext 1087 is odd.] NEXT: [rx.Notification@bbd515a3 OnNext 1089 is odd.] NEXT: [rx.Notification@dfb0eba OnNext 1091 is odd.] NEXT: [rx.Notification@3683ecbc OnNext 1093 is odd.] NEXT: [rx.Notification@5f0ccabe OnNext 1095 is odd.] NEXT: [rx.Notification@8795a8c0 OnNext 1097 is odd.] NEXT: [rx.Notification@b01e86c2 OnNext 1099 is odd.] NEXT: [rx.Notification@c4ac764 OnNext 1101 is odd.] NEXT: [rx.Notification@34d3a566 OnNext 1103 is odd.] NEXT: [rx.Notification@5d5c8368 OnNext 1105 is odd.] NEXT: [rx.Notification@85e5616a OnNext 1107 is odd.] NEXT: [rx.Notification@ae6e3f6c OnNext 1109 is odd.] NEXT: [rx.Notification@943883 OnNext 1111 is odd.] NEXT: [rx.Notification@291d1685 OnNext 1113 is odd.] NEXT: [rx.Notification@51a5f487 OnNext 1115 is odd.] NEXT: [rx.Notification@7a2ed289 OnNext 1117 is odd.] NEXT: [rx.Notification@a2b7b08b OnNext 1119 is odd.] NEXT: [rx.Notification@f4dda9a2 OnNext 1121 is odd.] NEXT: [rx.Notification@1d6687a4 OnNext 1123 is odd.] NEXT: [rx.Notification@45ef65a6 OnNext 1125 is odd.] NEXT: [rx.Notification@6e7843a8 OnNext 1127 is odd.] NEXT: [rx.Notification@970121aa OnNext 1129 is odd.] NEXT: [rx.Notification@e9271ac1 OnNext 1131 is odd.] NEXT: [rx.Notification@11aff8c3 OnNext 1133 is odd.] NEXT: [rx.Notification@3a38d6c5 OnNext 1135 is odd.] NEXT: [rx.Notification@62c1b4c7 OnNext 1137 is odd.] NEXT: [rx.Notification@8b4a92c9 OnNext 1139 is odd.] NEXT: [rx.Notification@dd708be0 OnNext 1141 is odd.] NEXT: [rx.Notification@5f969e2 OnNext 1143 is odd.] NEXT: [rx.Notification@2e8247e4 OnNext 1145 is odd.] NEXT: [rx.Notification@570b25e6 OnNext 1147 is odd.] NEXT: [rx.Notification@7f9403e8 OnNext 1149 is odd.] NEXT: [rx.Notification@d1b9fcff OnNext 1151 is odd.] NEXT: [rx.Notification@fa42db01 OnNext 1153 is odd.] NEXT: [rx.Notification@22cbb903 OnNext 1155 is odd.] NEXT: [rx.Notification@4b549705 OnNext 1157 is odd.] NEXT: [rx.Notification@73dd7507 OnNext 1159 is odd.] NEXT: [rx.Notification@c6036e1e OnNext 1161 is odd.] NEXT: [rx.Notification@ee8c4c20 OnNext 1163 is odd.] NEXT: [rx.Notification@17152a22 OnNext 1165 is odd.] NEXT: [rx.Notification@3f9e0824 OnNext 1167 is odd.] NEXT: [rx.Notification@6826e626 OnNext 1169 is odd.] NEXT: [rx.Notification@ba4cdf3d OnNext 1171 is odd.] NEXT: [rx.Notification@e2d5bd3f OnNext 1173 is odd.] NEXT: [rx.Notification@b5e9b41 OnNext 1175 is odd.] NEXT: [rx.Notification@33e77943 OnNext 1177 is odd.] NEXT: [rx.Notification@5c705745 OnNext 1179 is odd.] NEXT: [rx.Notification@ae96505c OnNext 1181 is odd.] NEXT: [rx.Notification@d71f2e5e OnNext 1183 is odd.] NEXT: [rx.Notification@ffa80c60 OnNext 1185 is odd.] NEXT: [rx.Notification@2830ea62 OnNext 1187 is odd.] NEXT: [rx.Notification@50b9c864 OnNext 1189 is odd.] NEXT: [rx.Notification@a2dfc17b OnNext 1191 is odd.] NEXT: [rx.Notification@cb689f7d OnNext 1193 is odd.] NEXT: [rx.Notification@f3f17d7f OnNext 1195 is odd.] NEXT: [rx.Notification@1c7a5b81 OnNext 1197 is odd.] NEXT: [rx.Notification@45033983 OnNext 1199 is odd.] NEXT: [rx.Notification@a12f7a25 OnNext 1201 is odd.] NEXT: [rx.Notification@c9b85827 OnNext 1203 is odd.] NEXT: [rx.Notification@f2413629 OnNext 1205 is odd.] NEXT: [rx.Notification@1aca142b OnNext 1207 is odd.] NEXT: [rx.Notification@4352f22d OnNext 1209 is odd.] NEXT: [rx.Notification@9578eb44 OnNext 1211 is odd.] NEXT: [rx.Notification@be01c946 OnNext 1213 is odd.] NEXT: [rx.Notification@e68aa748 OnNext 1215 is odd.] NEXT: [rx.Notification@f13854a OnNext 1217 is odd.] NEXT: [rx.Notification@379c634c OnNext 1219 is odd.] NEXT: [rx.Notification@89c25c63 OnNext 1221 is odd.] NEXT: [rx.Notification@b24b3a65 OnNext 1223 is odd.] NEXT: [rx.Notification@dad41867 OnNext 1225 is odd.] NEXT: [rx.Notification@35cf669 OnNext 1227 is odd.] NEXT: [rx.Notification@2be5d46b OnNext 1229 is odd.] NEXT: [rx.Notification@7e0bcd82 OnNext 1231 is odd.] NEXT: [rx.Notification@a694ab84 OnNext 1233 is odd.] NEXT: [rx.Notification@cf1d8986 OnNext 1235 is odd.] NEXT: [rx.Notification@f7a66788 OnNext 1237 is odd.] NEXT: [rx.Notification@202f458a OnNext 1239 is odd.] NEXT: [rx.Notification@72553ea1 OnNext 1241 is odd.] NEXT: [rx.Notification@9ade1ca3 OnNext 1243 is odd.] NEXT: [rx.Notification@c366faa5 OnNext 1245 is odd.] NEXT: [rx.Notification@ebefd8a7 OnNext 1247 is odd.] NEXT: [rx.Notification@1478b6a9 OnNext 1249 is odd.] NEXT: [rx.Notification@669eafc0 OnNext 1251 is odd.] NEXT: [rx.Notification@8f278dc2 OnNext 1253 is odd.] NEXT: [rx.Notification@b7b06bc4 OnNext 1255 is odd.] NEXT: [rx.Notification@e03949c6 OnNext 1257 is odd.] NEXT: [rx.Notification@8c227c8 OnNext 1259 is odd.] NEXT: [rx.Notification@5ae820df OnNext 1261 is odd.] NEXT: [rx.Notification@8370fee1 OnNext 1263 is odd.] NEXT: [rx.Notification@abf9dce3 OnNext 1265 is odd.] NEXT: [rx.Notification@d482bae5 OnNext 1267 is odd.] NEXT: [rx.Notification@fd0b98e7 OnNext 1269 is odd.] NEXT: [rx.Notification@4f3191fe OnNext 1271 is odd.] NEXT: [rx.Notification@77ba7000 OnNext 1273 is odd.] NEXT: [rx.Notification@a0434e02 OnNext 1275 is odd.] NEXT: [rx.Notification@c8cc2c04 OnNext 1277 is odd.] NEXT: [rx.Notification@f1550a06 OnNext 1279 is odd.] NEXT: [rx.Notification@437b031d OnNext 1281 is odd.] NEXT: [rx.Notification@6c03e11f OnNext 1283 is odd.] NEXT: [rx.Notification@948cbf21 OnNext 1285 is odd.] NEXT: [rx.Notification@bd159d23 OnNext 1287 is odd.] NEXT: [rx.Notification@e59e7b25 OnNext 1289 is odd.] NEXT: [rx.Notification@37c4743c OnNext 1291 is odd.] NEXT: [rx.Notification@604d523e OnNext 1293 is odd.] NEXT: [rx.Notification@88d63040 OnNext 1295 is odd.] NEXT: [rx.Notification@b15f0e42 OnNext 1297 is odd.] NEXT: [rx.Notification@d9e7ec44 OnNext 1299 is odd.] NEXT: [rx.Notification@36142ce6 OnNext 1301 is odd.] NEXT: [rx.Notification@5e9d0ae8 OnNext 1303 is odd.] NEXT: [rx.Notification@8725e8ea OnNext 1305 is odd.] NEXT: [rx.Notification@afaec6ec OnNext 1307 is odd.] NEXT: [rx.Notification@d837a4ee OnNext 1309 is odd.] NEXT: [rx.Notification@2a5d9e05 OnNext 1311 is odd.] NEXT: [rx.Notification@52e67c07 OnNext 1313 is odd.] NEXT: [rx.Notification@7b6f5a09 OnNext 1315 is odd.] NEXT: [rx.Notification@a3f8380b OnNext 1317 is odd.] NEXT: [rx.Notification@cc81160d OnNext 1319 is odd.] NEXT: [rx.Notification@1ea70f24 OnNext 1321 is odd.] NEXT: [rx.Notification@472fed26 OnNext 1323 is odd.] NEXT: [rx.Notification@6fb8cb28 OnNext 1325 is odd.] NEXT: [rx.Notification@9841a92a OnNext 1327 is odd.] NEXT: [rx.Notification@c0ca872c OnNext 1329 is odd.] NEXT: [rx.Notification@12f08043 OnNext 1331 is odd.] NEXT: [rx.Notification@3b795e45 OnNext 1333 is odd.] NEXT: [rx.Notification@64023c47 OnNext 1335 is odd.] NEXT: [rx.Notification@8c8b1a49 OnNext 1337 is odd.] NEXT: [rx.Notification@b513f84b OnNext 1339 is odd.] NEXT: [rx.Notification@739f162 OnNext 1341 is odd.] NEXT: [rx.Notification@2fc2cf64 OnNext 1343 is odd.] NEXT: [rx.Notification@584bad66 OnNext 1345 is odd.] NEXT: [rx.Notification@80d48b68 OnNext 1347 is odd.] NEXT: [rx.Notification@a95d696a OnNext 1349 is odd.] NEXT: [rx.Notification@fb836281 OnNext 1351 is odd.] NEXT: [rx.Notification@240c4083 OnNext 1353 is odd.] NEXT: [rx.Notification@4c951e85 OnNext 1355 is odd.] NEXT: [rx.Notification@751dfc87 OnNext 1357 is odd.] NEXT: [rx.Notification@9da6da89 OnNext 1359 is odd.] NEXT: [rx.Notification@efccd3a0 OnNext 1361 is odd.] NEXT: [rx.Notification@1855b1a2 OnNext 1363 is odd.] NEXT: [rx.Notification@40de8fa4 OnNext 1365 is odd.] NEXT: [rx.Notification@5986ea0a OnNext 46 is even.] NEXT: [rx.Notification@69676da6 OnNext 1367 is odd.] NEXT: [rx.Notification@91f04ba8 OnNext 1369 is odd.] NEXT: [rx.Notification@e41644bf OnNext 1371 is odd.] NEXT: [rx.Notification@c9f22c1 OnNext 1373 is odd.] NEXT: [rx.Notification@352800c3 OnNext 1375 is odd.] NEXT: [rx.Notification@5db0dec5 OnNext 1377 is odd.] NEXT: [rx.Notification@8639bcc7 OnNext 1379 is odd.] NEXT: [rx.Notification@d85fb5de OnNext 1381 is odd.] NEXT: [rx.Notification@e893e0 OnNext 1383 is odd.] NEXT: [rx.Notification@297171e2 OnNext 1385 is odd.] NEXT: [rx.Notification@51fa4fe4 OnNext 1387 is odd.] NEXT: [rx.Notification@7a832de6 OnNext 1389 is odd.] NEXT: [rx.Notification@cca926fd OnNext 1391 is odd.] NEXT: [rx.Notification@f53204ff OnNext 1393 is odd.] NEXT: [rx.Notification@1dbae301 OnNext 1395 is odd.] NEXT: [rx.Notification@4643c103 OnNext 1397 is odd.] NEXT: [rx.Notification@6ecc9f05 OnNext 1399 is odd.] NEXT: [rx.Notification@caf8dfa7 OnNext 1401 is odd.] NEXT: [rx.Notification@f381bda9 OnNext 1403 is odd.] NEXT: [rx.Notification@1c0a9bab OnNext 1405 is odd.] NEXT: [rx.Notification@449379ad OnNext 1407 is odd.] NEXT: [rx.Notification@6d1c57af OnNext 1409 is odd.] NEXT: [rx.Notification@bf4250c6 OnNext 1411 is odd.] NEXT: [rx.Notification@e7cb2ec8 OnNext 1413 is odd.] NEXT: [rx.Notification@10540cca OnNext 1415 is odd.] NEXT: [rx.Notification@38dceacc OnNext 1417 is odd.] NEXT: [rx.Notification@6165c8ce OnNext 1419 is odd.] NEXT: [rx.Notification@b38bc1e5 OnNext 1421 is odd.] NEXT: [rx.Notification@dc149fe7 OnNext 1423 is odd.] NEXT: [rx.Notification@49d7de9 OnNext 1425 is odd.] NEXT: [rx.Notification@2d265beb OnNext 1427 is odd.] NEXT: [rx.Notification@55af39ed OnNext 1429 is odd.] NEXT: [rx.Notification@a7d53304 OnNext 1431 is odd.] NEXT: [rx.Notification@d05e1106 OnNext 1433 is odd.] NEXT: [rx.Notification@f8e6ef08 OnNext 1435 is odd.] NEXT: [rx.Notification@216fcd0a OnNext 1437 is odd.] NEXT: [rx.Notification@49f8ab0c OnNext 1439 is odd.] NEXT: [rx.Notification@9c1ea423 OnNext 1441 is odd.] NEXT: [rx.Notification@c4a78225 OnNext 1443 is odd.] NEXT: [rx.Notification@4219cc48 OnNext 48 is even.] NEXT: [rx.Notification@ed306027 OnNext 1445 is odd.] NEXT: [rx.Notification@15b93e29 OnNext 1447 is odd.] NEXT: [rx.Notification@3e421c2b OnNext 1449 is odd.] NEXT: [rx.Notification@90681542 OnNext 1451 is odd.] NEXT: [rx.Notification@b8f0f344 OnNext 1453 is odd.] NEXT: [rx.Notification@e179d146 OnNext 1455 is odd.] NEXT: [rx.Notification@a02af48 OnNext 1457 is odd.] NEXT: [rx.Notification@328b8d4a OnNext 1459 is odd.] NEXT: [rx.Notification@84b18661 OnNext 1461 is odd.] NEXT: [rx.Notification@ad3a6463 OnNext 1463 is odd.] NEXT: [rx.Notification@d5c34265 OnNext 1465 is odd.] NEXT: [rx.Notification@fe4c2067 OnNext 1467 is odd.] NEXT: [rx.Notification@26d4fe69 OnNext 1469 is odd.] NEXT: [rx.Notification@78faf780 OnNext 1471 is odd.] NEXT: [rx.Notification@a183d582 OnNext 1473 is odd.] NEXT: [rx.Notification@ca0cb384 OnNext 1475 is odd.] NEXT: [rx.Notification@f2959186 OnNext 1477 is odd.] NEXT: [rx.Notification@1b1e6f88 OnNext 1479 is odd.] NEXT: [rx.Notification@6d44689f OnNext 1481 is odd.] NEXT: [rx.Notification@95cd46a1 OnNext 1483 is odd.] NEXT: [rx.Notification@be5624a3 OnNext 1485 is odd.] NEXT: [rx.Notification@e6df02a5 OnNext 1487 is odd.] NEXT: [rx.Notification@f67e0a7 OnNext 1489 is odd.] NEXT: [rx.Notification@618dd9be OnNext 1491 is odd.] NEXT: [rx.Notification@8a16b7c0 OnNext 1493 is odd.] NEXT: [rx.Notification@b29f95c2 OnNext 1495 is odd.] NEXT: [rx.Notification@db2873c4 OnNext 1497 is odd.] NEXT: [rx.Notification@3b151c6 OnNext 1499 is odd.] NEXT: [rx.Notification@5fdd9268 OnNext 1501 is odd.] NEXT: [rx.Notification@8866706a OnNext 1503 is odd.] NEXT: [rx.Notification@b0ef4e6c OnNext 1505 is odd.] NEXT: [rx.Notification@d9782c6e OnNext 1507 is odd.] NEXT: [rx.Notification@2010a70 OnNext 1509 is odd.] NEXT: [rx.Notification@54270387 OnNext 1511 is odd.] NEXT: [rx.Notification@7cafe189 OnNext 1513 is odd.] NEXT: [rx.Notification@a538bf8b OnNext 1515 is odd.] NEXT: [rx.Notification@cdc19d8d OnNext 1517 is odd.] NEXT: [rx.Notification@f64a7b8f OnNext 1519 is odd.] NEXT: [rx.Notification@34b2f611 OnNext 50 is even.] NEXT: [rx.Notification@1d45d84f OnNext 52 is even.] NEXT: [rx.Notification@487074a6 OnNext 1521 is odd.] NEXT: [rx.Notification@70f952a8 OnNext 1523 is odd.] NEXT: [rx.Notification@998230aa OnNext 1525 is odd.] NEXT: [rx.Notification@c20b0eac OnNext 1527 is odd.] NEXT: [rx.Notification@ea93ecae OnNext 1529 is odd.] NEXT: [rx.Notification@3cb9e5c5 OnNext 1531 is odd.] NEXT: [rx.Notification@6542c3c7 OnNext 1533 is odd.] NEXT: [rx.Notification@8dcba1c9 OnNext 1535 is odd.] NEXT: [rx.Notification@5d8ba8d OnNext 54 is even.] NEXT: [rx.Notification@b6547fcb OnNext 1537 is odd.] NEXT: [rx.Notification@dedd5dcd OnNext 1539 is odd.] NEXT: [rx.Notification@310356e4 OnNext 1541 is odd.] NEXT: [rx.Notification@598c34e6 OnNext 1543 is odd.] NEXT: [rx.Notification@821512e8 OnNext 1545 is odd.] NEXT: [rx.Notification@aa9df0ea OnNext 1547 is odd.] NEXT: [rx.Notification@d326ceec OnNext 1549 is odd.] NEXT: [rx.Notification@254cc803 OnNext 1551 is odd.] NEXT: [rx.Notification@4dd5a605 OnNext 1553 is odd.] NEXT: [rx.Notification@765e8407 OnNext 1555 is odd.] NEXT: [rx.Notification@9ee76209 OnNext 1557 is odd.] NEXT: [rx.Notification@c770400b OnNext 1559 is odd.] NEXT: [rx.Notification@19963922 OnNext 1561 is odd.] NEXT: [rx.Notification@421f1724 OnNext 1563 is odd.] NEXT: [rx.Notification@6aa7f526 OnNext 1565 is odd.] NEXT: [rx.Notification@9330d328 OnNext 1567 is odd.] NEXT: [rx.Notification@bbb9b12a OnNext 1569 is odd.] NEXT: [rx.Notification@ddfaa41 OnNext 1571 is odd.] NEXT: [rx.Notification@36688843 OnNext 1573 is odd.] NEXT: [rx.Notification@5ef16645 OnNext 1575 is odd.] NEXT: [rx.Notification@877a4447 OnNext 1577 is odd.] NEXT: [rx.Notification@b0032249 OnNext 1579 is odd.] NEXT: [rx.Notification@2291b60 OnNext 1581 is odd.] NEXT: [rx.Notification@2ab1f962 OnNext 1583 is odd.] NEXT: [rx.Notification@533ad764 OnNext 1585 is odd.] NEXT: [rx.Notification@7bc3b566 OnNext 1587 is odd.] NEXT: [rx.Notification@ee6b9ccb OnNext 56 is even.] NEXT: [rx.Notification@a44c9368 OnNext 1589 is odd.] NEXT: [rx.Notification@f6728c7f OnNext 1591 is odd.] NEXT: [rx.Notification@1efb6a81 OnNext 1593 is odd.] NEXT: [rx.Notification@47844883 OnNext 1595 is odd.] NEXT: [rx.Notification@700d2685 OnNext 1597 is odd.] NEXT: [rx.Notification@98960487 OnNext 1599 is odd.] NEXT: [rx.Notification@f4c24529 OnNext 1601 is odd.] NEXT: [rx.Notification@1d4b232b OnNext 1603 is odd.] NEXT: [rx.Notification@45d4012d OnNext 1605 is odd.] NEXT: [rx.Notification@6e5cdf2f OnNext 1607 is odd.] NEXT: [rx.Notification@96e5bd31 OnNext 1609 is odd.] NEXT: [rx.Notification@e90bb648 OnNext 1611 is odd.] NEXT: [rx.Notification@1194944a OnNext 1613 is odd.] NEXT: [rx.Notification@3a1d724c OnNext 1615 is odd.] NEXT: [rx.Notification@62a6504e OnNext 1617 is odd.] NEXT: [rx.Notification@8b2f2e50 OnNext 1619 is odd.] NEXT: [rx.Notification@dd552767 OnNext 1621 is odd.] NEXT: [rx.Notification@5de0569 OnNext 1623 is odd.] NEXT: [rx.Notification@2e66e36b OnNext 1625 is odd.] NEXT: [rx.Notification@56efc16d OnNext 1627 is odd.] NEXT: [rx.Notification@7f789f6f OnNext 1629 is odd.] NEXT: [rx.Notification@d19e9886 OnNext 1631 is odd.] NEXT: [rx.Notification@fa277688 OnNext 1633 is odd.] NEXT: [rx.Notification@22b0548a OnNext 1635 is odd.] NEXT: [rx.Notification@4b39328c OnNext 1637 is odd.] NEXT: [rx.Notification@73c2108e OnNext 1639 is odd.] NEXT: [rx.Notification@c5e809a5 OnNext 1641 is odd.] NEXT: [rx.Notification@ee70e7a7 OnNext 1643 is odd.] NEXT: [rx.Notification@16f9c5a9 OnNext 1645 is odd.] NEXT: [rx.Notification@3f82a3ab OnNext 1647 is odd.] NEXT: [rx.Notification@680b81ad OnNext 1649 is odd.] NEXT: [rx.Notification@ba317ac4 OnNext 1651 is odd.] NEXT: [rx.Notification@e2ba58c6 OnNext 1653 is odd.] NEXT: [rx.Notification@b4336c8 OnNext 1655 is odd.] NEXT: [rx.Notification@33cc14ca OnNext 1657 is odd.] NEXT: [rx.Notification@5c54f2cc OnNext 1659 is odd.] NEXT: [rx.Notification@ae7aebe3 OnNext 1661 is odd.] NEXT: [rx.Notification@d703c9e5 OnNext 1663 is odd.] NEXT: [rx.Notification@ff8ca7e7 OnNext 1665 is odd.] NEXT: [rx.Notification@281585e9 OnNext 1667 is odd.] NEXT: [rx.Notification@509e63eb OnNext 1669 is odd.] NEXT: [rx.Notification@a2c45d02 OnNext 1671 is odd.] NEXT: [rx.Notification@cb4d3b04 OnNext 1673 is odd.] NEXT: [rx.Notification@f3d61906 OnNext 1675 is odd.] NEXT: [rx.Notification@1c5ef708 OnNext 1677 is odd.] NEXT: [rx.Notification@44e7d50a OnNext 1679 is odd.] NEXT: [rx.Notification@970dce21 OnNext 1681 is odd.] NEXT: [rx.Notification@bf96ac23 OnNext 1683 is odd.] NEXT: [rx.Notification@e81f8a25 OnNext 1685 is odd.] NEXT: [rx.Notification@10a86827 OnNext 1687 is odd.] NEXT: [rx.Notification@39314629 OnNext 1689 is odd.] NEXT: [rx.Notification@8b573f40 OnNext 1691 is odd.] NEXT: [rx.Notification@b3e01d42 OnNext 1693 is odd.] NEXT: [rx.Notification@dc68fb44 OnNext 1695 is odd.] NEXT: [rx.Notification@4f1d946 OnNext 1697 is odd.] NEXT: [rx.Notification@2d7ab748 OnNext 1699 is odd.] NEXT: [rx.Notification@89a6f7ea OnNext 1701 is odd.] NEXT: [rx.Notification@b22fd5ec OnNext 1703 is odd.] NEXT: [rx.Notification@dab8b3ee OnNext 1705 is odd.] NEXT: [rx.Notification@34191f0 OnNext 1707 is odd.] NEXT: [rx.Notification@2bca6ff2 OnNext 1709 is odd.] NEXT: [rx.Notification@7df06909 OnNext 1711 is odd.] NEXT: [rx.Notification@a679470b OnNext 1713 is odd.] NEXT: [rx.Notification@cf02250d OnNext 1715 is odd.] NEXT: [rx.Notification@f78b030f OnNext 1717 is odd.] NEXT: [rx.Notification@2013e111 OnNext 1719 is odd.] NEXT: [rx.Notification@7239da28 OnNext 1721 is odd.] NEXT: [rx.Notification@9ac2b82a OnNext 1723 is odd.] NEXT: [rx.Notification@c34b962c OnNext 1725 is odd.] NEXT: [rx.Notification@ebd4742e OnNext 1727 is odd.] NEXT: [rx.Notification@145d5230 OnNext 1729 is odd.] NEXT: [rx.Notification@66834b47 OnNext 1731 is odd.] NEXT: [rx.Notification@8f0c2949 OnNext 1733 is odd.] NEXT: [rx.Notification@b795074b OnNext 1735 is odd.] NEXT: [rx.Notification@e01de54d OnNext 1737 is odd.] NEXT: [rx.Notification@8a6c34f OnNext 1739 is odd.] NEXT: [rx.Notification@5accbc66 OnNext 1741 is odd.] NEXT: [rx.Notification@83559a68 OnNext 1743 is odd.] NEXT: [rx.Notification@abde786a OnNext 1745 is odd.] NEXT: [rx.Notification@d467566c OnNext 1747 is odd.] NEXT: [rx.Notification@fcf0346e OnNext 1749 is odd.] NEXT: [rx.Notification@4f162d85 OnNext 1751 is odd.] NEXT: [rx.Notification@779f0b87 OnNext 1753 is odd.] NEXT: [rx.Notification@a027e989 OnNext 1755 is odd.] NEXT: [rx.Notification@c8b0c78b OnNext 1757 is odd.] NEXT: [rx.Notification@f139a58d OnNext 1759 is odd.] NEXT: [rx.Notification@435f9ea4 OnNext 1761 is odd.] NEXT: [rx.Notification@6be87ca6 OnNext 1763 is odd.] NEXT: [rx.Notification@94715aa8 OnNext 1765 is odd.] NEXT: [rx.Notification@bcfa38aa OnNext 1767 is odd.] NEXT: [rx.Notification@e58316ac OnNext 1769 is odd.] NEXT: [rx.Notification@37a90fc3 OnNext 1771 is odd.] NEXT: [rx.Notification@6031edc5 OnNext 1773 is odd.] NEXT: [rx.Notification@88bacbc7 OnNext 1775 is odd.] NEXT: [rx.Notification@b143a9c9 OnNext 1777 is odd.] NEXT: [rx.Notification@d9cc87cb OnNext 1779 is odd.] NEXT: [rx.Notification@2bf280e2 OnNext 1781 is odd.] NEXT: [rx.Notification@547b5ee4 OnNext 1783 is odd.] NEXT: [rx.Notification@7d043ce6 OnNext 1785 is odd.] NEXT: [rx.Notification@a58d1ae8 OnNext 1787 is odd.] NEXT: [rx.Notification@ce15f8ea OnNext 1789 is odd.] NEXT: [rx.Notification@203bf201 OnNext 1791 is odd.] NEXT: [rx.Notification@48c4d003 OnNext 1793 is odd.] NEXT: [rx.Notification@714dae05 OnNext 1795 is odd.] NEXT: [rx.Notification@99d68c07 OnNext 1797 is odd.] NEXT: [rx.Notification@c25f6a09 OnNext 1799 is odd.] NEXT: [rx.Notification@1e8baaab OnNext 1801 is odd.] NEXT: [rx.Notification@471488ad OnNext 1803 is odd.] NEXT: [rx.Notification@6f9d66af OnNext 1805 is odd.] NEXT: [rx.Notification@982644b1 OnNext 1807 is odd.] NEXT: [rx.Notification@c0af22b3 OnNext 1809 is odd.] NEXT: [rx.Notification@12d51bca OnNext 1811 is odd.] NEXT: [rx.Notification@3b5df9cc OnNext 1813 is odd.] NEXT: [rx.Notification@63e6d7ce OnNext 1815 is odd.] NEXT: [rx.Notification@8c6fb5d0 OnNext 1817 is odd.] NEXT: [rx.Notification@b4f893d2 OnNext 1819 is odd.] NEXT: [rx.Notification@71e8ce9 OnNext 1821 is odd.] NEXT: [rx.Notification@2fa76aeb OnNext 1823 is odd.] NEXT: [rx.Notification@583048ed OnNext 1825 is odd.] NEXT: [rx.Notification@80b926ef OnNext 1827 is odd.] NEXT: [rx.Notification@a94204f1 OnNext 1829 is odd.] NEXT: [rx.Notification@fb67fe08 OnNext 1831 is odd.] NEXT: [rx.Notification@23f0dc0a OnNext 1833 is odd.] NEXT: [rx.Notification@4c79ba0c OnNext 1835 is odd.] NEXT: [rx.Notification@7502980e OnNext 1837 is odd.] NEXT: [rx.Notification@9d8b7610 OnNext 1839 is odd.] NEXT: [rx.Notification@efb16f27 OnNext 1841 is odd.] NEXT: [rx.Notification@183a4d29 OnNext 1843 is odd.] NEXT: [rx.Notification@40c32b2b OnNext 1845 is odd.] NEXT: [rx.Notification@694c092d OnNext 1847 is odd.] NEXT: [rx.Notification@91d4e72f OnNext 1849 is odd.] NEXT: [rx.Notification@e3fae046 OnNext 1851 is odd.] NEXT: [rx.Notification@c83be48 OnNext 1853 is odd.] NEXT: [rx.Notification@350c9c4a OnNext 1855 is odd.] NEXT: [rx.Notification@5d957a4c OnNext 1857 is odd.] NEXT: [rx.Notification@861e584e OnNext 1859 is odd.] NEXT: [rx.Notification@d8445165 OnNext 1861 is odd.] NEXT: [rx.Notification@cd2f67 OnNext 1863 is odd.] NEXT: [rx.Notification@29560d69 OnNext 1865 is odd.] NEXT: [rx.Notification@51deeb6b OnNext 1867 is odd.] NEXT: [rx.Notification@7a67c96d OnNext 1869 is odd.] NEXT: [rx.Notification@cc8dc284 OnNext 1871 is odd.] NEXT: [rx.Notification@f516a086 OnNext 1873 is odd.] NEXT: [rx.Notification@1d9f7e88 OnNext 1875 is odd.] NEXT: [rx.Notification@46285c8a OnNext 1877 is odd.] NEXT: [rx.Notification@6eb13a8c OnNext 1879 is odd.] NEXT: [rx.Notification@c0d733a3 OnNext 1881 is odd.] NEXT: [rx.Notification@e96011a5 OnNext 1883 is odd.] NEXT: [rx.Notification@11e8efa7 OnNext 1885 is odd.] NEXT: [rx.Notification@3a71cda9 OnNext 1887 is odd.] NEXT: [rx.Notification@62faabab OnNext 1889 is odd.] NEXT: [rx.Notification@b520a4c2 OnNext 1891 is odd.] NEXT: [rx.Notification@dda982c4 OnNext 1893 is odd.] NEXT: [rx.Notification@63260c6 OnNext 1895 is odd.] NEXT: [rx.Notification@2ebb3ec8 OnNext 1897 is odd.] NEXT: [rx.Notification@57441cca OnNext 1899 is odd.] NEXT: [rx.Notification@b3705d6c OnNext 1901 is odd.] NEXT: [rx.Notification@dbf93b6e OnNext 1903 is odd.] NEXT: [rx.Notification@4821970 OnNext 1905 is odd.] NEXT: [rx.Notification@2d0af772 OnNext 1907 is odd.] NEXT: [rx.Notification@5593d574 OnNext 1909 is odd.] NEXT: [rx.Notification@a7b9ce8b OnNext 1911 is odd.] NEXT: [rx.Notification@d042ac8d OnNext 1913 is odd.] NEXT: [rx.Notification@f8cb8a8f OnNext 1915 is odd.] NEXT: [rx.Notification@21546891 OnNext 1917 is odd.] NEXT: [rx.Notification@49dd4693 OnNext 1919 is odd.] NEXT: [rx.Notification@9c033faa OnNext 1921 is odd.] NEXT: [rx.Notification@c48c1dac OnNext 1923 is odd.] NEXT: [rx.Notification@ed14fbae OnNext 1925 is odd.] NEXT: [rx.Notification@159dd9b0 OnNext 1927 is odd.] NEXT: [rx.Notification@3e26b7b2 OnNext 1929 is odd.] NEXT: [rx.Notification@904cb0c9 OnNext 1931 is odd.] NEXT: [rx.Notification@b8d58ecb OnNext 1933 is odd.] NEXT: [rx.Notification@e15e6ccd OnNext 1935 is odd.] NEXT: [rx.Notification@9e74acf OnNext 1937 is odd.] NEXT: [rx.Notification@327028d1 OnNext 1939 is odd.] NEXT: [rx.Notification@849621e8 OnNext 1941 is odd.] NEXT: [rx.Notification@ad1effea OnNext 1943 is odd.] NEXT: [rx.Notification@d5a7ddec OnNext 1945 is odd.] NEXT: [rx.Notification@fe30bbee OnNext 1947 is odd.] NEXT: [rx.Notification@26b999f0 OnNext 1949 is odd.] NEXT: [rx.Notification@78df9307 OnNext 1951 is odd.] NEXT: [rx.Notification@a1687109 OnNext 1953 is odd.] NEXT: [rx.Notification@c9f14f0b OnNext 1955 is odd.] NEXT: [rx.Notification@f27a2d0d OnNext 1957 is odd.] NEXT: [rx.Notification@1b030b0f OnNext 1959 is odd.] NEXT: [rx.Notification@6d290426 OnNext 1961 is odd.] NEXT: [rx.Notification@95b1e228 OnNext 1963 is odd.] NEXT: [rx.Notification@be3ac02a OnNext 1965 is odd.] NEXT: [rx.Notification@e6c39e2c OnNext 1967 is odd.] NEXT: [rx.Notification@f4c7c2e OnNext 1969 is odd.] NEXT: [rx.Notification@61727545 OnNext 1971 is odd.] NEXT: [rx.Notification@89fb5347 OnNext 1973 is odd.] NEXT: [rx.Notification@b2843149 OnNext 1975 is odd.] NEXT: [rx.Notification@db0d0f4b OnNext 1977 is odd.] NEXT: [rx.Notification@395ed4d OnNext 1979 is odd.] NEXT: [rx.Notification@55bbe664 OnNext 1981 is odd.] NEXT: [rx.Notification@7e44c466 OnNext 1983 is odd.] NEXT: [rx.Notification@d6fe7f09 OnNext 58 is even.] NEXT: [rx.Notification@c997a8d2 OnNext 60 is even.] NEXT: [rx.Notification@a6cda268 OnNext 1985 is odd.] NEXT: [rx.Notification@cf56806a OnNext 1987 is odd.] NEXT: [rx.Notification@f7df5e6c OnNext 1989 is odd.] NEXT: [rx.Notification@4a055783 OnNext 1991 is odd.] NEXT: [rx.Notification@728e3585 OnNext 1993 is odd.] NEXT: [rx.Notification@9b171387 OnNext 1995 is odd.] NEXT: [rx.Notification@c39ff189 OnNext 1997 is odd.] NEXT: [rx.Notification@ec28cf8b OnNext 1999 is odd.] NEXT: [rx.Notification@7f17ba02 OnNext 2001 is odd.] NEXT: [rx.Notification@a7a09804 OnNext 2003 is odd.] NEXT: [rx.Notification@d0297606 OnNext 2005 is odd.] NEXT: [rx.Notification@f8b25408 OnNext 2007 is odd.] NEXT: [rx.Notification@213b320a OnNext 2009 is odd.] NEXT: [rx.Notification@73612b21 OnNext 2011 is odd.] NEXT: [rx.Notification@9bea0923 OnNext 2013 is odd.] NEXT: [rx.Notification@b22a8b10 OnNext 62 is even.] NEXT: [rx.Notification@c472e725 OnNext 2015 is odd.] NEXT: [rx.Notification@ecfbc527 OnNext 2017 is odd.] NEXT: [rx.Notification@1584a329 OnNext 2019 is odd.] NEXT: [rx.Notification@67aa9c40 OnNext 2021 is odd.] NEXT: [rx.Notification@90337a42 OnNext 2023 is odd.] NEXT: [rx.Notification@b8bc5844 OnNext 2025 is odd.] NEXT: [rx.Notification@e1453646 OnNext 2027 is odd.] NEXT: [rx.Notification@9ce1448 OnNext 2029 is odd.] NEXT: [rx.Notification@5bf40d5f OnNext 2031 is odd.] NEXT: [rx.Notification@847ceb61 OnNext 2033 is odd.] NEXT: [rx.Notification@ad05c963 OnNext 2035 is odd.] NEXT: [rx.Notification@d58ea765 OnNext 2037 is odd.] NEXT: [rx.Notification@fe178567 OnNext 2039 is odd.] NEXT: [rx.Notification@503d7e7e OnNext 2041 is odd.] NEXT: [rx.Notification@78c65c80 OnNext 2043 is odd.] NEXT: [rx.Notification@a14f3a82 OnNext 2045 is odd.] NEXT: [rx.Notification@c9d81884 OnNext 2047 is odd.] NEXT: [rx.Notification@f260f686 OnNext 2049 is odd.] NEXT: [rx.Notification@9abd6d4e OnNext 64 is even.] NEXT: [rx.Notification@4486ef9d OnNext 2051 is odd.] NEXT: [rx.Notification@6d0fcd9f OnNext 2053 is odd.] NEXT: [rx.Notification@9598aba1 OnNext 2055 is odd.] NEXT: [rx.Notification@be2189a3 OnNext 2057 is odd.] NEXT: [rx.Notification@e6aa67a5 OnNext 2059 is odd.] NEXT: [rx.Notification@38d060bc OnNext 2061 is odd.] NEXT: [rx.Notification@61593ebe OnNext 2063 is odd.] NEXT: [rx.Notification@89e21cc0 OnNext 2065 is odd.] NEXT: [rx.Notification@b26afac2 OnNext 2067 is odd.] NEXT: [rx.Notification@daf3d8c4 OnNext 2069 is odd.] NEXT: [rx.Notification@2d19d1db OnNext 2071 is odd.] NEXT: [rx.Notification@55a2afdd OnNext 2073 is odd.] NEXT: [rx.Notification@7e2b8ddf OnNext 2075 is odd.] NEXT: [rx.Notification@a6b46be1 OnNext 2077 is odd.] NEXT: [rx.Notification@cf3d49e3 OnNext 2079 is odd.] NEXT: [rx.Notification@83504f8c OnNext 66 is even.] NEXT: [rx.Notification@216342fa OnNext 2081 is odd.] NEXT: [rx.Notification@49ec20fc OnNext 2083 is odd.] NEXT: [rx.Notification@7274fefe OnNext 2085 is odd.] NEXT: [rx.Notification@9afddd00 OnNext 2087 is odd.] NEXT: [rx.Notification@c386bb02 OnNext 2089 is odd.] NEXT: [rx.Notification@15acb419 OnNext 2091 is odd.] NEXT: [rx.Notification@3e35921b OnNext 2093 is odd.] NEXT: [rx.Notification@66be701d OnNext 2095 is odd.] NEXT: [rx.Notification@8f474e1f OnNext 2097 is odd.] NEXT: [rx.Notification@b7d02c21 OnNext 2099 is odd.] NEXT: [rx.Notification@13fc6cc3 OnNext 2101 is odd.] NEXT: [rx.Notification@3c854ac5 OnNext 2103 is odd.] NEXT: [rx.Notification@650e28c7 OnNext 2105 is odd.] NEXT: [rx.Notification@8d9706c9 OnNext 2107 is odd.] NEXT: [rx.Notification@b61fe4cb OnNext 2109 is odd.] NEXT: [rx.Notification@845dde2 OnNext 2111 is odd.] NEXT: [rx.Notification@30cebbe4 OnNext 2113 is odd.] NEXT: [rx.Notification@6be331ca OnNext 68 is even.] NEXT: [rx.Notification@595799e6 OnNext 2115 is odd.] NEXT: [rx.Notification@81e077e8 OnNext 2117 is odd.] NEXT: [rx.Notification@aa6955ea OnNext 2119 is odd.] NEXT: [rx.Notification@fc8f4f01 OnNext 2121 is odd.] NEXT: [rx.Notification@25182d03 OnNext 2123 is odd.] NEXT: [rx.Notification@4da10b05 OnNext 2125 is odd.] NEXT: [rx.Notification@7629e907 OnNext 2127 is odd.] NEXT: [rx.Notification@9eb2c709 OnNext 2129 is odd.] NEXT: [rx.Notification@f0d8c020 OnNext 2131 is odd.] NEXT: [rx.Notification@19619e22 OnNext 2133 is odd.] NEXT: [rx.Notification@41ea7c24 OnNext 2135 is odd.] NEXT: [rx.Notification@6a735a26 OnNext 2137 is odd.] NEXT: [rx.Notification@92fc3828 OnNext 2139 is odd.] NEXT: [rx.Notification@e522313f OnNext 2141 is odd.] NEXT: [rx.Notification@dab0f41 OnNext 2143 is odd.] NEXT: [rx.Notification@3633ed43 OnNext 2145 is odd.] NEXT: [rx.Notification@5ebccb45 OnNext 2147 is odd.] NEXT: [rx.Notification@8745a947 OnNext 2149 is odd.] NEXT: [rx.Notification@d96ba25e OnNext 2151 is odd.] NEXT: [rx.Notification@1f48060 OnNext 2153 is odd.] NEXT: [rx.Notification@2a7d5e62 OnNext 2155 is odd.] NEXT: [rx.Notification@53063c64 OnNext 2157 is odd.] NEXT: [rx.Notification@7b8f1a66 OnNext 2159 is odd.] NEXT: [rx.Notification@cdb5137d OnNext 2161 is odd.] NEXT: [rx.Notification@f63df17f OnNext 2163 is odd.] NEXT: [rx.Notification@1ec6cf81 OnNext 2165 is odd.] NEXT: [rx.Notification@474fad83 OnNext 2167 is odd.] NEXT: [rx.Notification@6fd88b85 OnNext 2169 is odd.] NEXT: [rx.Notification@c1fe849c OnNext 2171 is odd.] NEXT: [rx.Notification@ea87629e OnNext 2173 is odd.] NEXT: [rx.Notification@131040a0 OnNext 2175 is odd.] NEXT: [rx.Notification@3b991ea2 OnNext 2177 is odd.] NEXT: [rx.Notification@6421fca4 OnNext 2179 is odd.] NEXT: [rx.Notification@b647f5bb OnNext 2181 is odd.] NEXT: [rx.Notification@ded0d3bd OnNext 2183 is odd.] NEXT: [rx.Notification@759b1bf OnNext 2185 is odd.] NEXT: [rx.Notification@2fe28fc1 OnNext 2187 is odd.] NEXT: [rx.Notification@586b6dc3 OnNext 2189 is odd.] NEXT: [rx.Notification@aa9166da OnNext 2191 is odd.] NEXT: [rx.Notification@d31a44dc OnNext 2193 is odd.] NEXT: [rx.Notification@fba322de OnNext 2195 is odd.] NEXT: [rx.Notification@242c00e0 OnNext 2197 is odd.] NEXT: [rx.Notification@4cb4dee2 OnNext 2199 is odd.] NEXT: [rx.Notification@a8e11f84 OnNext 2201 is odd.] NEXT: [rx.Notification@d169fd86 OnNext 2203 is odd.] NEXT: [rx.Notification@f9f2db88 OnNext 2205 is odd.] NEXT: [rx.Notification@227bb98a OnNext 2207 is odd.] NEXT: [rx.Notification@4b04978c OnNext 2209 is odd.] NEXT: [rx.Notification@9d2a90a3 OnNext 2211 is odd.] NEXT: [rx.Notification@c5b36ea5 OnNext 2213 is odd.] NEXT: [rx.Notification@ee3c4ca7 OnNext 2215 is odd.] NEXT: [rx.Notification@16c52aa9 OnNext 2217 is odd.] NEXT: [rx.Notification@3f4e08ab OnNext 2219 is odd.] NEXT: [rx.Notification@917401c2 OnNext 2221 is odd.] NEXT: [rx.Notification@b9fcdfc4 OnNext 2223 is odd.] NEXT: [rx.Notification@e285bdc6 OnNext 2225 is odd.] NEXT: [rx.Notification@b0e9bc8 OnNext 2227 is odd.] NEXT: [rx.Notification@339779ca OnNext 2229 is odd.] NEXT: [rx.Notification@85bd72e1 OnNext 2231 is odd.] NEXT: [rx.Notification@ae4650e3 OnNext 2233 is odd.] NEXT: [rx.Notification@d6cf2ee5 OnNext 2235 is odd.] NEXT: [rx.Notification@ff580ce7 OnNext 2237 is odd.] NEXT: [rx.Notification@27e0eae9 OnNext 2239 is odd.] NEXT: [rx.Notification@7a06e400 OnNext 2241 is odd.] NEXT: [rx.Notification@a28fc202 OnNext 2243 is odd.] NEXT: [rx.Notification@cb18a004 OnNext 2245 is odd.] NEXT: [rx.Notification@f3a17e06 OnNext 2247 is odd.] NEXT: [rx.Notification@1c2a5c08 OnNext 2249 is odd.] NEXT: [rx.Notification@6e50551f OnNext 2251 is odd.] NEXT: [rx.Notification@96d93321 OnNext 2253 is odd.] NEXT: [rx.Notification@bf621123 OnNext 2255 is odd.] NEXT: [rx.Notification@e7eaef25 OnNext 2257 is odd.] NEXT: [rx.Notification@1073cd27 OnNext 2259 is odd.] NEXT: [rx.Notification@6299c63e OnNext 2261 is odd.] NEXT: [rx.Notification@8b22a440 OnNext 2263 is odd.] NEXT: [rx.Notification@b3ab8242 OnNext 2265 is odd.] NEXT: [rx.Notification@dc346044 OnNext 2267 is odd.] NEXT: [rx.Notification@4bd3e46 OnNext 2269 is odd.] NEXT: [rx.Notification@56e3375d OnNext 2271 is odd.] NEXT: [rx.Notification@7f6c155f OnNext 2273 is odd.] NEXT: [rx.Notification@a7f4f361 OnNext 2275 is odd.] NEXT: [rx.Notification@d07dd163 OnNext 2277 is odd.] NEXT: [rx.Notification@f906af65 OnNext 2279 is odd.] NEXT: [rx.Notification@4b2ca87c OnNext 2281 is odd.] NEXT: [rx.Notification@73b5867e OnNext 2283 is odd.] NEXT: [rx.Notification@9c3e6480 OnNext 2285 is odd.] NEXT: [rx.Notification@c4c74282 OnNext 2287 is odd.] NEXT: [rx.Notification@ed502084 OnNext 2289 is odd.] NEXT: [rx.Notification@3f76199b OnNext 2291 is odd.] NEXT: [rx.Notification@67fef79d OnNext 2293 is odd.] NEXT: [rx.Notification@9087d59f OnNext 2295 is odd.] NEXT: [rx.Notification@b910b3a1 OnNext 2297 is odd.] NEXT: [rx.Notification@e19991a3 OnNext 2299 is odd.] NEXT: [rx.Notification@3dc5d245 OnNext 2301 is odd.] NEXT: [rx.Notification@664eb047 OnNext 2303 is odd.] NEXT: [rx.Notification@5e7c5b93 OnNext 70 is even.] NEXT: [rx.Notification@470f3dd1 OnNext 72 is even.] NEXT: [rx.Notification@2fa2200f OnNext 74 is even.] NEXT: [rx.Notification@1835024d OnNext 76 is even.] NEXT: [rx.Notification@c7e48b OnNext 78 is even.] NEXT: [rx.Notification@f3610e54 OnNext 80 is even.] NEXT: [rx.Notification@dbf3f092 OnNext 82 is even.] NEXT: [rx.Notification@c486d2d0 OnNext 84 is even.] NEXT: [rx.Notification@ad19b50e OnNext 86 is even.] NEXT: [rx.Notification@95ac974c OnNext 88 is even.] NEXT: [rx.Notification@8845c115 OnNext 90 is even.] NEXT: [rx.Notification@70d8a353 OnNext 92 is even.] NEXT: [rx.Notification@596b8591 OnNext 94 is even.] NEXT: [rx.Notification@41fe67cf OnNext 96 is even.] NEXT: [rx.Notification@2a914a0d OnNext 98 is even.] NEXT: [rx.Notification@c53c1f7b OnNext 100 is even.] NEXT: [rx.Notification@adcf01b9 OnNext 102 is even.] NEXT: [rx.Notification@9661e3f7 OnNext 104 is even.] NEXT: [rx.Notification@7ef4c635 OnNext 106 is even.] NEXT: [rx.Notification@6787a873 OnNext 108 is even.] NEXT: [rx.Notification@5a20d23c OnNext 110 is even.] NEXT: [rx.Notification@42b3b47a OnNext 112 is even.] NEXT: [rx.Notification@2b4696b8 OnNext 114 is even.] NEXT: [rx.Notification@13d978f6 OnNext 116 is even.] NEXT: [rx.Notification@fc6c5b34 OnNext 118 is even.] NEXT: [rx.Notification@ef0584fd OnNext 120 is even.] NEXT: [rx.Notification@d798673b OnNext 122 is even.] NEXT: [rx.Notification@c02b4979 OnNext 124 is even.] NEXT: [rx.Notification@a8be2bb7 OnNext 126 is even.] NEXT: [rx.Notification@91510df5 OnNext 128 is even.] NEXT: [rx.Notification@83ea37be OnNext 130 is even.] NEXT: [rx.Notification@6c7d19fc OnNext 132 is even.] NEXT: [rx.Notification@550ffc3a OnNext 134 is even.] NEXT: [rx.Notification@3da2de78 OnNext 136 is even.] NEXT: [rx.Notification@2635c0b6 OnNext 138 is even.] NEXT: [rx.Notification@18ceea7f OnNext 140 is even.] NEXT: [rx.Notification@161ccbd OnNext 142 is even.] NEXT: [rx.Notification@e9f4aefb OnNext 144 is even.] NEXT: [rx.Notification@d2879139 OnNext 146 is even.] NEXT: [rx.Notification@bb1a7377 OnNext 148 is even.] NEXT: [rx.Notification@adb39d40 OnNext 150 is even.] NEXT: [rx.Notification@96467f7e OnNext 152 is even.] NEXT: [rx.Notification@7ed961bc OnNext 154 is even.] NEXT: [rx.Notification@676c43fa OnNext 156 is even.] NEXT: [rx.Notification@4fff2638 OnNext 158 is even.] NEXT: [rx.Notification@42985001 OnNext 160 is even.] NEXT: [rx.Notification@2b2b323f OnNext 162 is even.] NEXT: [rx.Notification@13be147d OnNext 164 is even.] NEXT: [rx.Notification@fc50f6bb OnNext 166 is even.] NEXT: [rx.Notification@e4e3d8f9 OnNext 168 is even.] NEXT: [rx.Notification@d77d02c2 OnNext 170 is even.] NEXT: [rx.Notification@c00fe500 OnNext 172 is even.] NEXT: [rx.Notification@a8a2c73e OnNext 174 is even.] NEXT: [rx.Notification@9135a97c OnNext 176 is even.] NEXT: [rx.Notification@79c88bba OnNext 178 is even.] NEXT: [rx.Notification@6c61b583 OnNext 180 is even.] NEXT: [rx.Notification@54f497c1 OnNext 182 is even.] NEXT: [rx.Notification@3d8779ff OnNext 184 is even.] NEXT: [rx.Notification@261a5c3d OnNext 186 is even.] NEXT: [rx.Notification@ead3e7b OnNext 188 is even.] NEXT: [rx.Notification@1466844 OnNext 190 is even.] NEXT: [rx.Notification@e9d94a82 OnNext 192 is even.] NEXT: [rx.Notification@d26c2cc0 OnNext 194 is even.] NEXT: [rx.Notification@baff0efe OnNext 196 is even.] NEXT: [rx.Notification@a391f13c OnNext 198 is even.] NEXT: [rx.Notification@ccedc4da OnNext 200 is even.] NEXT: [rx.Notification@b580a718 OnNext 202 is even.] NEXT: [rx.Notification@9e138956 OnNext 204 is even.] NEXT: [rx.Notification@86a66b94 OnNext 206 is even.] NEXT: [rx.Notification@6f394dd2 OnNext 208 is even.] NEXT: [rx.Notification@61d2779b OnNext 210 is even.] NEXT: [rx.Notification@4a6559d9 OnNext 212 is even.] NEXT: [rx.Notification@32f83c17 OnNext 214 is even.] NEXT: [rx.Notification@1b8b1e55 OnNext 216 is even.] NEXT: [rx.Notification@41e0093 OnNext 218 is even.] NEXT: [rx.Notification@f6b72a5c OnNext 220 is even.] NEXT: [rx.Notification@df4a0c9a OnNext 222 is even.] NEXT: [rx.Notification@c7dceed8 OnNext 224 is even.] NEXT: [rx.Notification@b06fd116 OnNext 226 is even.] NEXT: [rx.Notification@9902b354 OnNext 228 is even.] NEXT: [rx.Notification@8b9bdd1d OnNext 230 is even.] NEXT: [rx.Notification@742ebf5b OnNext 232 is even.] NEXT: [rx.Notification@5cc1a199 OnNext 234 is even.] NEXT: [rx.Notification@455483d7 OnNext 236 is even.] NEXT: [rx.Notification@2de76615 OnNext 238 is even.] NEXT: [rx.Notification@20808fde OnNext 240 is even.] NEXT: [rx.Notification@913721c OnNext 242 is even.] NEXT: [rx.Notification@f1a6545a OnNext 244 is even.] NEXT: [rx.Notification@da393698 OnNext 246 is even.] NEXT: [rx.Notification@c2cc18d6 OnNext 248 is even.] NEXT: [rx.Notification@b565429f OnNext 250 is even.] NEXT: [rx.Notification@9df824dd OnNext 252 is even.] NEXT: [rx.Notification@868b071b OnNext 254 is even.] NEXT: [rx.Notification@6f1de959 OnNext 256 is even.] NEXT: [rx.Notification@8ed78e49 OnNext 2305 is odd.] NEXT: [rx.Notification@b7606c4b OnNext 2307 is odd.] NEXT: [rx.Notification@dfe94a4d OnNext 2309 is odd.] NEXT: [rx.Notification@320f4364 OnNext 2311 is odd.] NEXT: [rx.Notification@5a982166 OnNext 2313 is odd.] NEXT: [rx.Notification@8320ff68 OnNext 2315 is odd.] NEXT: [rx.Notification@aba9dd6a OnNext 2317 is odd.] NEXT: [rx.Notification@d432bb6c OnNext 2319 is odd.] NEXT: [rx.Notification@2658b483 OnNext 2321 is odd.] NEXT: [rx.Notification@4ee19285 OnNext 2323 is odd.] NEXT: [rx.Notification@776a7087 OnNext 2325 is odd.] NEXT: [rx.Notification@9ff34e89 OnNext 2327 is odd.] NEXT: [rx.Notification@c87c2c8b OnNext 2329 is odd.] NEXT: [rx.Notification@1aa225a2 OnNext 2331 is odd.] NEXT: [rx.Notification@432b03a4 OnNext 2333 is odd.] NEXT: [rx.Notification@6bb3e1a6 OnNext 2335 is odd.] NEXT: [rx.Notification@943cbfa8 OnNext 2337 is odd.] NEXT: [rx.Notification@bcc59daa OnNext 2339 is odd.] NEXT: [rx.Notification@eeb96c1 OnNext 2341 is odd.] NEXT: [rx.Notification@377474c3 OnNext 2343 is odd.] NEXT: [rx.Notification@5ffd52c5 OnNext 2345 is odd.] NEXT: [rx.Notification@888630c7 OnNext 2347 is odd.] NEXT: [rx.Notification@b10f0ec9 OnNext 2349 is odd.] NEXT: [rx.Notification@33507e0 OnNext 2351 is odd.] NEXT: [rx.Notification@2bbde5e2 OnNext 2353 is odd.] NEXT: [rx.Notification@5446c3e4 OnNext 2355 is odd.] NEXT: [rx.Notification@7ccfa1e6 OnNext 2357 is odd.] NEXT: [rx.Notification@a5587fe8 OnNext 2359 is odd.] NEXT: [rx.Notification@f77e78ff OnNext 2361 is odd.] NEXT: [rx.Notification@20075701 OnNext 2363 is odd.] NEXT: [rx.Notification@48903503 OnNext 2365 is odd.] NEXT: [rx.Notification@71191305 OnNext 2367 is odd.] NEXT: [rx.Notification@99a1f107 OnNext 2369 is odd.] NEXT: [rx.Notification@ebc7ea1e OnNext 2371 is odd.] NEXT: [rx.Notification@1450c820 OnNext 2373 is odd.] NEXT: [rx.Notification@3cd9a622 OnNext 2375 is odd.] NEXT: [rx.Notification@65628424 OnNext 2377 is odd.] NEXT: [rx.Notification@8deb6226 OnNext 2379 is odd.] NEXT: [rx.Notification@e0115b3d OnNext 2381 is odd.] NEXT: [rx.Notification@89a393f OnNext 2383 is odd.] NEXT: [rx.Notification@31231741 OnNext 2385 is odd.] NEXT: [rx.Notification@59abf543 OnNext 2387 is odd.] NEXT: [rx.Notification@8234d345 OnNext 2389 is odd.] NEXT: [rx.Notification@d45acc5c OnNext 2391 is odd.] NEXT: [rx.Notification@fce3aa5e OnNext 2393 is odd.] NEXT: [rx.Notification@256c8860 OnNext 2395 is odd.] NEXT: [rx.Notification@4df56662 OnNext 2397 is odd.] NEXT: [rx.Notification@767e4464 OnNext 2399 is odd.] NEXT: [rx.Notification@d2aa8506 OnNext 2401 is odd.] NEXT: [rx.Notification@fb336308 OnNext 2403 is odd.] NEXT: [rx.Notification@23bc410a OnNext 2405 is odd.] NEXT: [rx.Notification@4c451f0c OnNext 2407 is odd.] NEXT: [rx.Notification@74cdfd0e OnNext 2409 is odd.] NEXT: [rx.Notification@c6f3f625 OnNext 2411 is odd.] NEXT: [rx.Notification@ef7cd427 OnNext 2413 is odd.] NEXT: [rx.Notification@1805b229 OnNext 2415 is odd.] NEXT: [rx.Notification@408e902b OnNext 2417 is odd.] NEXT: [rx.Notification@69176e2d OnNext 2419 is odd.] NEXT: [rx.Notification@bb3d6744 OnNext 2421 is odd.] NEXT: [rx.Notification@e3c64546 OnNext 2423 is odd.] NEXT: [rx.Notification@c4f2348 OnNext 2425 is odd.] NEXT: [rx.Notification@34d8014a OnNext 2427 is odd.] NEXT: [rx.Notification@5d60df4c OnNext 2429 is odd.] NEXT: [rx.Notification@af86d863 OnNext 2431 is odd.] NEXT: [rx.Notification@d80fb665 OnNext 2433 is odd.] NEXT: [rx.Notification@989467 OnNext 2435 is odd.] NEXT: [rx.Notification@29217269 OnNext 2437 is odd.] NEXT: [rx.Notification@51aa506b OnNext 2439 is odd.] NEXT: [rx.Notification@a3d04982 OnNext 2441 is odd.] NEXT: [rx.Notification@cc592784 OnNext 2443 is odd.] NEXT: [rx.Notification@f4e20586 OnNext 2445 is odd.] NEXT: [rx.Notification@1d6ae388 OnNext 2447 is odd.] NEXT: [rx.Notification@45f3c18a OnNext 2449 is odd.] NEXT: [rx.Notification@9819baa1 OnNext 2451 is odd.] NEXT: [rx.Notification@c0a298a3 OnNext 2453 is odd.] NEXT: [rx.Notification@e92b76a5 OnNext 2455 is odd.] NEXT: [rx.Notification@11b454a7 OnNext 2457 is odd.] NEXT: [rx.Notification@3a3d32a9 OnNext 2459 is odd.] NEXT: [rx.Notification@8c632bc0 OnNext 2461 is odd.] NEXT: [rx.Notification@b4ec09c2 OnNext 2463 is odd.] NEXT: [rx.Notification@dd74e7c4 OnNext 2465 is odd.] NEXT: [rx.Notification@5fdc5c6 OnNext 2467 is odd.] NEXT: [rx.Notification@2e86a3c8 OnNext 2469 is odd.] NEXT: [rx.Notification@80ac9cdf OnNext 2471 is odd.] NEXT: [rx.Notification@a9357ae1 OnNext 2473 is odd.] NEXT: [rx.Notification@d1be58e3 OnNext 2475 is odd.] NEXT: [rx.Notification@fa4736e5 OnNext 2477 is odd.] NEXT: [rx.Notification@22d014e7 OnNext 2479 is odd.] NEXT: [rx.Notification@74f60dfe OnNext 2481 is odd.] NEXT: [rx.Notification@9d7eec00 OnNext 2483 is odd.] NEXT: [rx.Notification@c607ca02 OnNext 2485 is odd.] NEXT: [rx.Notification@ee90a804 OnNext 2487 is odd.] NEXT: [rx.Notification@17198606 OnNext 2489 is odd.] NEXT: [rx.Notification@693f7f1d OnNext 2491 is odd.] NEXT: [rx.Notification@91c85d1f OnNext 2493 is odd.] NEXT: [rx.Notification@ba513b21 OnNext 2495 is odd.] NEXT: [rx.Notification@e2da1923 OnNext 2497 is odd.] NEXT: [rx.Notification@b62f725 OnNext 2499 is odd.] NEXT: [rx.Notification@678f37c7 OnNext 2501 is odd.] NEXT: [rx.Notification@901815c9 OnNext 2503 is odd.] NEXT: [rx.Notification@b8a0f3cb OnNext 2505 is odd.] NEXT: [rx.Notification@e129d1cd OnNext 2507 is odd.] NEXT: [rx.Notification@9b2afcf OnNext 2509 is odd.] NEXT: [rx.Notification@5bd8a8e6 OnNext 2511 is odd.] NEXT: [rx.Notification@846186e8 OnNext 2513 is odd.] NEXT: [rx.Notification@acea64ea OnNext 2515 is odd.] NEXT: [rx.Notification@d57342ec OnNext 2517 is odd.] NEXT: [rx.Notification@fdfc20ee OnNext 2519 is odd.] NEXT: [rx.Notification@50221a05 OnNext 2521 is odd.] NEXT: [rx.Notification@78aaf807 OnNext 2523 is odd.] NEXT: [rx.Notification@a133d609 OnNext 2525 is odd.] NEXT: [rx.Notification@c9bcb40b OnNext 2527 is odd.] NEXT: [rx.Notification@f245920d OnNext 2529 is odd.] NEXT: [rx.Notification@446b8b24 OnNext 2531 is odd.] NEXT: [rx.Notification@6cf46926 OnNext 2533 is odd.] NEXT: [rx.Notification@957d4728 OnNext 2535 is odd.] NEXT: [rx.Notification@be06252a OnNext 2537 is odd.] NEXT: [rx.Notification@e68f032c OnNext 2539 is odd.] NEXT: [rx.Notification@38b4fc43 OnNext 2541 is odd.] NEXT: [rx.Notification@613dda45 OnNext 2543 is odd.] NEXT: [rx.Notification@89c6b847 OnNext 2545 is odd.] NEXT: [rx.Notification@b24f9649 OnNext 2547 is odd.] NEXT: [rx.Notification@dad8744b OnNext 2549 is odd.] NEXT: [rx.Notification@2cfe6d62 OnNext 2551 is odd.] NEXT: [rx.Notification@55874b64 OnNext 2553 is odd.] NEXT: [rx.Notification@7e102966 OnNext 2555 is odd.] NEXT: [rx.Notification@a6990768 OnNext 2557 is odd.] NEXT: [rx.Notification@cf21e56a OnNext 2559 is odd.] NEXT: [rx.Notification@57b0cb97 OnNext 258 is even.] NEXT: [rx.Notification@4a49f560 OnNext 260 is even.] NEXT: [rx.Notification@32dcd79e OnNext 262 is even.] NEXT: [rx.Notification@1b6fb9dc OnNext 264 is even.] NEXT: [rx.Notification@4029c1a OnNext 266 is even.] NEXT: [rx.Notification@ec957e58 OnNext 268 is even.] NEXT: [rx.Notification@df2ea821 OnNext 270 is even.] NEXT: [rx.Notification@c7c18a5f OnNext 272 is even.] NEXT: [rx.Notification@b0546c9d OnNext 274 is even.] NEXT: [rx.Notification@98e74edb OnNext 276 is even.] NEXT: [rx.Notification@817a3119 OnNext 278 is even.] NEXT: [rx.Notification@74135ae2 OnNext 280 is even.] NEXT: [rx.Notification@5ca63d20 OnNext 282 is even.] NEXT: [rx.Notification@45391f5e OnNext 284 is even.] NEXT: [rx.Notification@2dcc019c OnNext 286 is even.] NEXT: [rx.Notification@165ee3da OnNext 288 is even.] NEXT: [rx.Notification@8f80da3 OnNext 290 is even.] NEXT: [rx.Notification@f18aefe1 OnNext 292 is even.] NEXT: [rx.Notification@da1dd21f OnNext 294 is even.] NEXT: [rx.Notification@c2b0b45d OnNext 296 is even.] NEXT: [rx.Notification@ab43969b OnNext 298 is even.] NEXT: [rx.Notification@d49f6a39 OnNext 300 is even.] NEXT: [rx.Notification@bd324c77 OnNext 302 is even.] NEXT: [rx.Notification@a5c52eb5 OnNext 304 is even.] NEXT: [rx.Notification@8e5810f3 OnNext 306 is even.] NEXT: [rx.Notification@76eaf331 OnNext 308 is even.] NEXT: [rx.Notification@69841cfa OnNext 310 is even.] NEXT: [rx.Notification@5216ff38 OnNext 312 is even.] NEXT: [rx.Notification@3aa9e176 OnNext 314 is even.] NEXT: [rx.Notification@233cc3b4 OnNext 316 is even.] NEXT: [rx.Notification@bcfa5f2 OnNext 318 is even.] NEXT: [rx.Notification@fe68cfbb OnNext 320 is even.] NEXT: [rx.Notification@e6fbb1f9 OnNext 322 is even.] NEXT: [rx.Notification@cf8e9437 OnNext 324 is even.] NEXT: [rx.Notification@b8217675 OnNext 326 is even.] NEXT: [rx.Notification@a0b458b3 OnNext 328 is even.] NEXT: [rx.Notification@934d827c OnNext 330 is even.] NEXT: [rx.Notification@7be064ba OnNext 332 is even.] NEXT: [rx.Notification@647346f8 OnNext 334 is even.] NEXT: [rx.Notification@4d062936 OnNext 336 is even.] NEXT: [rx.Notification@35990b74 OnNext 338 is even.] NEXT: [rx.Notification@2832353d OnNext 340 is even.] NEXT: [rx.Notification@10c5177b OnNext 342 is even.] NEXT: [rx.Notification@f957f9b9 OnNext 344 is even.] NEXT: [rx.Notification@e1eadbf7 OnNext 346 is even.] NEXT: [rx.Notification@ca7dbe35 OnNext 348 is even.] NEXT: [rx.Notification@bd16e7fe OnNext 350 is even.] NEXT: [rx.Notification@a5a9ca3c OnNext 352 is even.] NEXT: [rx.Notification@8e3cac7a OnNext 354 is even.] NEXT: [rx.Notification@76cf8eb8 OnNext 356 is even.] NEXT: [rx.Notification@5f6270f6 OnNext 358 is even.] NEXT: [rx.Notification@51fb9abf OnNext 360 is even.] NEXT: [rx.Notification@3a8e7cfd OnNext 362 is even.] NEXT: [rx.Notification@23215f3b OnNext 364 is even.] NEXT: [rx.Notification@bb44179 OnNext 366 is even.] NEXT: [rx.Notification@f44723b7 OnNext 368 is even.] NEXT: [rx.Notification@e6e04d80 OnNext 370 is even.] NEXT: [rx.Notification@cf732fbe OnNext 372 is even.] NEXT: [rx.Notification@b80611fc OnNext 374 is even.] NEXT: [rx.Notification@a098f43a OnNext 376 is even.] NEXT: [rx.Notification@892bd678 OnNext 378 is even.] NEXT: [rx.Notification@7bc50041 OnNext 380 is even.] NEXT: [rx.Notification@6457e27f OnNext 382 is even.] NEXT: [rx.Notification@4ceac4bd OnNext 384 is even.] NEXT: [rx.Notification@357da6fb OnNext 386 is even.] NEXT: [rx.Notification@1e108939 OnNext 388 is even.] NEXT: [rx.Notification@10a9b302 OnNext 390 is even.] NEXT: [rx.Notification@f93c9540 OnNext 392 is even.] NEXT: [rx.Notification@e1cf777e OnNext 394 is even.] NEXT: [rx.Notification@ca6259bc OnNext 396 is even.] NEXT: [rx.Notification@b2f53bfa OnNext 398 is even.] NEXT: [rx.Notification@dc510f98 OnNext 400 is even.] NEXT: [rx.Notification@c4e3f1d6 OnNext 402 is even.] NEXT: [rx.Notification@ad76d414 OnNext 404 is even.] NEXT: [rx.Notification@9609b652 OnNext 406 is even.] NEXT: [rx.Notification@7e9c9890 OnNext 408 is even.] NEXT: [rx.Notification@7135c259 OnNext 410 is even.] NEXT: [rx.Notification@59c8a497 OnNext 412 is even.] NEXT: [rx.Notification@425b86d5 OnNext 414 is even.] NEXT: [rx.Notification@2aee6913 OnNext 416 is even.] NEXT: [rx.Notification@13814b51 OnNext 418 is even.] NEXT: [rx.Notification@61a751a OnNext 420 is even.] NEXT: [rx.Notification@eead5758 OnNext 422 is even.] NEXT: [rx.Notification@d7403996 OnNext 424 is even.] NEXT: [rx.Notification@bfd31bd4 OnNext 426 is even.] NEXT: [rx.Notification@a865fe12 OnNext 428 is even.] NEXT: [rx.Notification@9aff27db OnNext 430 is even.] NEXT: [rx.Notification@83920a19 OnNext 432 is even.] NEXT: [rx.Notification@6c24ec57 OnNext 434 is even.] NEXT: [rx.Notification@54b7ce95 OnNext 436 is even.] NEXT: [rx.Notification@3d4ab0d3 OnNext 438 is even.] NEXT: [rx.Notification@2fe3da9c OnNext 440 is even.] NEXT: [rx.Notification@1876bcda OnNext 442 is even.] NEXT: [rx.Notification@1099f18 OnNext 444 is even.] NEXT: [rx.Notification@e99c8156 OnNext 446 is even.] NEXT: [rx.Notification@d22f6394 OnNext 448 is even.] NEXT: [rx.Notification@c4c88d5d OnNext 450 is even.] NEXT: [rx.Notification@ad5b6f9b OnNext 452 is even.] NEXT: [rx.Notification@95ee51d9 OnNext 454 is even.] NEXT: [rx.Notification@7e813417 OnNext 456 is even.] NEXT: [rx.Notification@67141655 OnNext 458 is even.] NEXT: [rx.Notification@59ad401e OnNext 460 is even.] NEXT: [rx.Notification@4240225c OnNext 462 is even.] NEXT: [rx.Notification@2ad3049a OnNext 464 is even.] NEXT: [rx.Notification@1365e6d8 OnNext 466 is even.] NEXT: [rx.Notification@fbf8c916 OnNext 468 is even.] NEXT: [rx.Notification@ee91f2df OnNext 470 is even.] NEXT: [rx.Notification@d724d51d OnNext 472 is even.] NEXT: [rx.Notification@bfb7b75b OnNext 474 is even.] NEXT: [rx.Notification@a84a9999 OnNext 476 is even.] NEXT: [rx.Notification@90dd7bd7 OnNext 478 is even.] NEXT: [rx.Notification@8376a5a0 OnNext 480 is even.] NEXT: [rx.Notification@6c0987de OnNext 482 is even.] NEXT: [rx.Notification@549c6a1c OnNext 484 is even.] NEXT: [rx.Notification@3d2f4c5a OnNext 486 is even.] NEXT: [rx.Notification@25c22e98 OnNext 488 is even.] NEXT: [rx.Notification@185b5861 OnNext 490 is even.] NEXT: [rx.Notification@ee3a9f OnNext 492 is even.] NEXT: [rx.Notification@e9811cdd OnNext 494 is even.] NEXT: [rx.Notification@d213ff1b OnNext 496 is even.] NEXT: [rx.Notification@baa6e159 OnNext 498 is even.] NEXT: [rx.Notification@e402b4f7 OnNext 500 is even.] NEXT: [rx.Notification@cc959735 OnNext 502 is even.] NEXT: [rx.Notification@b5287973 OnNext 504 is even.] NEXT: [rx.Notification@9dbb5bb1 OnNext 506 is even.] NEXT: [rx.Notification@864e3def OnNext 508 is even.] NEXT: [rx.Notification@78e767b8 OnNext 510 is even.] NEXT: [rx.Notification@617a49f6 OnNext 512 is even.] NEXT: [rx.Notification@2147de81 OnNext 2561 is odd.] NEXT: [rx.Notification@49d0bc83 OnNext 2563 is odd.] NEXT: [rx.Notification@72599a85 OnNext 2565 is odd.] NEXT: [rx.Notification@9ae27887 OnNext 2567 is odd.] NEXT: [rx.Notification@c36b5689 OnNext 2569 is odd.] NEXT: [rx.Notification@15914fa0 OnNext 2571 is odd.] NEXT: [rx.Notification@3e1a2da2 OnNext 2573 is odd.] NEXT: [rx.Notification@66a30ba4 OnNext 2575 is odd.] NEXT: [rx.Notification@8f2be9a6 OnNext 2577 is odd.] NEXT: [rx.Notification@b7b4c7a8 OnNext 2579 is odd.] NEXT: [rx.Notification@9dac0bf OnNext 2581 is odd.] NEXT: [rx.Notification@32639ec1 OnNext 2583 is odd.] NEXT: [rx.Notification@5aec7cc3 OnNext 2585 is odd.] NEXT: [rx.Notification@83755ac5 OnNext 2587 is odd.] NEXT: [rx.Notification@abfe38c7 OnNext 2589 is odd.] NEXT: [rx.Notification@fe2431de OnNext 2591 is odd.] NEXT: [rx.Notification@26ad0fe0 OnNext 2593 is odd.] NEXT: [rx.Notification@4f35ede2 OnNext 2595 is odd.] NEXT: [rx.Notification@77becbe4 OnNext 2597 is odd.] NEXT: [rx.Notification@a047a9e6 OnNext 2599 is odd.] NEXT: [rx.Notification@fc73ea88 OnNext 2601 is odd.] NEXT: [rx.Notification@24fcc88a OnNext 2603 is odd.] NEXT: [rx.Notification@4d85a68c OnNext 2605 is odd.] NEXT: [rx.Notification@760e848e OnNext 2607 is odd.] NEXT: [rx.Notification@9e976290 OnNext 2609 is odd.] NEXT: [rx.Notification@f0bd5ba7 OnNext 2611 is odd.] NEXT: [rx.Notification@194639a9 OnNext 2613 is odd.] NEXT: [rx.Notification@41cf17ab OnNext 2615 is odd.] NEXT: [rx.Notification@6a57f5ad OnNext 2617 is odd.] NEXT: [rx.Notification@92e0d3af OnNext 2619 is odd.] NEXT: [rx.Notification@e506ccc6 OnNext 2621 is odd.] NEXT: [rx.Notification@d8faac8 OnNext 2623 is odd.] NEXT: [rx.Notification@361888ca OnNext 2625 is odd.] NEXT: [rx.Notification@5ea166cc OnNext 2627 is odd.] NEXT: [rx.Notification@872a44ce OnNext 2629 is odd.] NEXT: [rx.Notification@d9503de5 OnNext 2631 is odd.] NEXT: [rx.Notification@1d91be7 OnNext 2633 is odd.] NEXT: [rx.Notification@2a61f9e9 OnNext 2635 is odd.] NEXT: [rx.Notification@52ead7eb OnNext 2637 is odd.] NEXT: [rx.Notification@7b73b5ed OnNext 2639 is odd.] NEXT: [rx.Notification@cd99af04 OnNext 2641 is odd.] NEXT: [rx.Notification@f6228d06 OnNext 2643 is odd.] NEXT: [rx.Notification@1eab6b08 OnNext 2645 is odd.] NEXT: [rx.Notification@4734490a OnNext 2647 is odd.] NEXT: [rx.Notification@6fbd270c OnNext 2649 is odd.] NEXT: [rx.Notification@c1e32023 OnNext 2651 is odd.] NEXT: [rx.Notification@ea6bfe25 OnNext 2653 is odd.] NEXT: [rx.Notification@12f4dc27 OnNext 2655 is odd.] NEXT: [rx.Notification@3b7dba29 OnNext 2657 is odd.] NEXT: [rx.Notification@6406982b OnNext 2659 is odd.] NEXT: [rx.Notification@b62c9142 OnNext 2661 is odd.] NEXT: [rx.Notification@deb56f44 OnNext 2663 is odd.] NEXT: [rx.Notification@73e4d46 OnNext 2665 is odd.] NEXT: [rx.Notification@2fc72b48 OnNext 2667 is odd.] NEXT: [rx.Notification@5850094a OnNext 2669 is odd.] NEXT: [rx.Notification@aa760261 OnNext 2671 is odd.] NEXT: [rx.Notification@d2fee063 OnNext 2673 is odd.] NEXT: [rx.Notification@fb87be65 OnNext 2675 is odd.] NEXT: [rx.Notification@24109c67 OnNext 2677 is odd.] NEXT: [rx.Notification@4c997a69 OnNext 2679 is odd.] NEXT: [rx.Notification@9ebf7380 OnNext 2681 is odd.] NEXT: [rx.Notification@c7485182 OnNext 2683 is odd.] NEXT: [rx.Notification@efd12f84 OnNext 2685 is odd.] NEXT: [rx.Notification@185a0d86 OnNext 2687 is odd.] NEXT: [rx.Notification@40e2eb88 OnNext 2689 is odd.] NEXT: [rx.Notification@9308e49f OnNext 2691 is odd.] NEXT: [rx.Notification@bb91c2a1 OnNext 2693 is odd.] NEXT: [rx.Notification@e41aa0a3 OnNext 2695 is odd.] NEXT: [rx.Notification@ca37ea5 OnNext 2697 is odd.] NEXT: [rx.Notification@352c5ca7 OnNext 2699 is odd.] NEXT: [rx.Notification@91589d49 OnNext 2701 is odd.] NEXT: [rx.Notification@b9e17b4b OnNext 2703 is odd.] NEXT: [rx.Notification@e26a594d OnNext 2705 is odd.] NEXT: [rx.Notification@af3374f OnNext 2707 is odd.] NEXT: [rx.Notification@4a0d2c34 OnNext 514 is even.] NEXT: [rx.Notification@337c1551 OnNext 2709 is odd.] NEXT: [rx.Notification@85a20e68 OnNext 2711 is odd.] NEXT: [rx.Notification@ae2aec6a OnNext 2713 is odd.] NEXT: [rx.Notification@d6b3ca6c OnNext 2715 is odd.] NEXT: [rx.Notification@ff3ca86e OnNext 2717 is odd.] NEXT: [rx.Notification@27c58670 OnNext 2719 is odd.] NEXT: [rx.Notification@79eb7f87 OnNext 2721 is odd.] NEXT: [rx.Notification@a2745d89 OnNext 2723 is odd.] NEXT: [rx.Notification@cafd3b8b OnNext 2725 is odd.] NEXT: [rx.Notification@f386198d OnNext 2727 is odd.] NEXT: [rx.Notification@1c0ef78f OnNext 2729 is odd.] NEXT: [rx.Notification@6e34f0a6 OnNext 2731 is odd.] NEXT: [rx.Notification@96bdcea8 OnNext 2733 is odd.] NEXT: [rx.Notification@bf46acaa OnNext 2735 is odd.] NEXT: [rx.Notification@e7cf8aac OnNext 2737 is odd.] NEXT: [rx.Notification@105868ae OnNext 2739 is odd.] NEXT: [rx.Notification@627e61c5 OnNext 2741 is odd.] NEXT: [rx.Notification@8b073fc7 OnNext 2743 is odd.] NEXT: [rx.Notification@b3901dc9 OnNext 2745 is odd.] NEXT: [rx.Notification@dc18fbcb OnNext 2747 is odd.] NEXT: [rx.Notification@4a1d9cd OnNext 2749 is odd.] NEXT: [rx.Notification@56c7d2e4 OnNext 2751 is odd.] NEXT: [rx.Notification@7f50b0e6 OnNext 2753 is odd.] NEXT: [rx.Notification@a7d98ee8 OnNext 2755 is odd.] NEXT: [rx.Notification@d0626cea OnNext 2757 is odd.] NEXT: [rx.Notification@f8eb4aec OnNext 2759 is odd.] NEXT: [rx.Notification@4b114403 OnNext 2761 is odd.] NEXT: [rx.Notification@739a2205 OnNext 2763 is odd.] NEXT: [rx.Notification@9c230007 OnNext 2765 is odd.] NEXT: [rx.Notification@c4abde09 OnNext 2767 is odd.] NEXT: [rx.Notification@ed34bc0b OnNext 2769 is odd.] NEXT: [rx.Notification@3f5ab522 OnNext 2771 is odd.] NEXT: [rx.Notification@67e39324 OnNext 2773 is odd.] NEXT: [rx.Notification@906c7126 OnNext 2775 is odd.] NEXT: [rx.Notification@b8f54f28 OnNext 2777 is odd.] NEXT: [rx.Notification@e17e2d2a OnNext 2779 is odd.] NEXT: [rx.Notification@33a42641 OnNext 2781 is odd.] NEXT: [rx.Notification@5c2d0443 OnNext 2783 is odd.] NEXT: [rx.Notification@84b5e245 OnNext 2785 is odd.] NEXT: [rx.Notification@ad3ec047 OnNext 2787 is odd.] NEXT: [rx.Notification@d5c79e49 OnNext 2789 is odd.] NEXT: [rx.Notification@27ed9760 OnNext 2791 is odd.] NEXT: [rx.Notification@50767562 OnNext 2793 is odd.] NEXT: [rx.Notification@78ff5364 OnNext 2795 is odd.] NEXT: [rx.Notification@a1883166 OnNext 2797 is odd.] NEXT: [rx.Notification@ca110f68 OnNext 2799 is odd.] NEXT: [rx.Notification@263d500a OnNext 2801 is odd.] NEXT: [rx.Notification@4ec62e0c OnNext 2803 is odd.] NEXT: [rx.Notification@774f0c0e OnNext 2805 is odd.] NEXT: [rx.Notification@9fd7ea10 OnNext 2807 is odd.] NEXT: [rx.Notification@c860c812 OnNext 2809 is odd.] NEXT: [rx.Notification@1a86c129 OnNext 2811 is odd.] NEXT: [rx.Notification@430f9f2b OnNext 2813 is odd.] NEXT: [rx.Notification@6b987d2d OnNext 2815 is odd.] NEXT: [rx.Notification@32a00e72 OnNext 516 is even.] NEXT: [rx.Notification@1b32f0b0 OnNext 518 is even.] NEXT: [rx.Notification@dcc1a79 OnNext 520 is even.] NEXT: [rx.Notification@f65efcb7 OnNext 522 is even.] NEXT: [rx.Notification@def1def5 OnNext 524 is even.] NEXT: [rx.Notification@c784c133 OnNext 526 is even.] NEXT: [rx.Notification@b017a371 OnNext 528 is even.] NEXT: [rx.Notification@a2b0cd3a OnNext 530 is even.] NEXT: [rx.Notification@8b43af78 OnNext 532 is even.] NEXT: [rx.Notification@73d691b6 OnNext 534 is even.] NEXT: [rx.Notification@5c6973f4 OnNext 536 is even.] NEXT: [rx.Notification@44fc5632 OnNext 538 is even.] NEXT: [rx.Notification@37957ffb OnNext 540 is even.] NEXT: [rx.Notification@20286239 OnNext 542 is even.] NEXT: [rx.Notification@8bb4477 OnNext 544 is even.] NEXT: [rx.Notification@f14e26b5 OnNext 546 is even.] NEXT: [rx.Notification@d9e108f3 OnNext 548 is even.] NEXT: [rx.Notification@cc7a32bc OnNext 550 is even.] NEXT: [rx.Notification@b50d14fa OnNext 552 is even.] NEXT: [rx.Notification@9d9ff738 OnNext 554 is even.] NEXT: [rx.Notification@8632d976 OnNext 556 is even.] NEXT: [rx.Notification@6ec5bbb4 OnNext 558 is even.] NEXT: [rx.Notification@615ee57d OnNext 560 is even.] NEXT: [rx.Notification@49f1c7bb OnNext 562 is even.] NEXT: [rx.Notification@3284a9f9 OnNext 564 is even.] NEXT: [rx.Notification@1b178c37 OnNext 566 is even.] NEXT: [rx.Notification@3aa6e75 OnNext 568 is even.] NEXT: [rx.Notification@f643983e OnNext 570 is even.] NEXT: [rx.Notification@ded67a7c OnNext 572 is even.] NEXT: [rx.Notification@c7695cba OnNext 574 is even.] NEXT: [rx.Notification@affc3ef8 OnNext 576 is even.] NEXT: [rx.Notification@988f2136 OnNext 578 is even.] NEXT: [rx.Notification@8b284aff OnNext 580 is even.] NEXT: [rx.Notification@73bb2d3d OnNext 582 is even.] NEXT: [rx.Notification@5c4e0f7b OnNext 584 is even.] NEXT: [rx.Notification@44e0f1b9 OnNext 586 is even.] NEXT: [rx.Notification@2d73d3f7 OnNext 588 is even.] NEXT: [rx.Notification@200cfdc0 OnNext 590 is even.] NEXT: [rx.Notification@89fdffe OnNext 592 is even.] NEXT: [rx.Notification@f132c23c OnNext 594 is even.] NEXT: [rx.Notification@d9c5a47a OnNext 596 is even.] NEXT: [rx.Notification@c25886b8 OnNext 598 is even.] NEXT: [rx.Notification@ebb45a56 OnNext 600 is even.] NEXT: [rx.Notification@d4473c94 OnNext 602 is even.] NEXT: [rx.Notification@bcda1ed2 OnNext 604 is even.] NEXT: [rx.Notification@a56d0110 OnNext 606 is even.] NEXT: [rx.Notification@8dffe34e OnNext 608 is even.] NEXT: [rx.Notification@80990d17 OnNext 610 is even.] NEXT: [rx.Notification@692bef55 OnNext 612 is even.] NEXT: [rx.Notification@51bed193 OnNext 614 is even.] NEXT: [rx.Notification@3a51b3d1 OnNext 616 is even.] NEXT: [rx.Notification@22e4960f OnNext 618 is even.] NEXT: [rx.Notification@157dbfd8 OnNext 620 is even.] NEXT: [rx.Notification@fe10a216 OnNext 622 is even.] NEXT: [rx.Notification@e6a38454 OnNext 624 is even.] NEXT: [rx.Notification@cf366692 OnNext 626 is even.] NEXT: [rx.Notification@b7c948d0 OnNext 628 is even.] NEXT: [rx.Notification@aa627299 OnNext 630 is even.] NEXT: [rx.Notification@92f554d7 OnNext 632 is even.] NEXT: [rx.Notification@7b883715 OnNext 634 is even.] NEXT: [rx.Notification@641b1953 OnNext 636 is even.] NEXT: [rx.Notification@4cadfb91 OnNext 638 is even.] NEXT: [rx.Notification@3f47255a OnNext 640 is even.] NEXT: [rx.Notification@27da0798 OnNext 642 is even.] NEXT: [rx.Notification@106ce9d6 OnNext 644 is even.] NEXT: [rx.Notification@f8ffcc14 OnNext 646 is even.] NEXT: [rx.Notification@e192ae52 OnNext 648 is even.] NEXT: [rx.Notification@d42bd81b OnNext 650 is even.] NEXT: [rx.Notification@bcbeba59 OnNext 652 is even.] NEXT: [rx.Notification@a5519c97 OnNext 654 is even.] NEXT: [rx.Notification@8de47ed5 OnNext 656 is even.] NEXT: [rx.Notification@76776113 OnNext 658 is even.] NEXT: [rx.Notification@69108adc OnNext 660 is even.] NEXT: [rx.Notification@51a36d1a OnNext 662 is even.] NEXT: [rx.Notification@3a364f58 OnNext 664 is even.] NEXT: [rx.Notification@22c93196 OnNext 666 is even.] NEXT: [rx.Notification@b5c13d4 OnNext 668 is even.] NEXT: [rx.Notification@fdf53d9d OnNext 670 is even.] NEXT: [rx.Notification@e6881fdb OnNext 672 is even.] NEXT: [rx.Notification@cf1b0219 OnNext 674 is even.] NEXT: [rx.Notification@b7ade457 OnNext 676 is even.] NEXT: [rx.Notification@a040c695 OnNext 678 is even.] NEXT: [rx.Notification@92d9f05e OnNext 680 is even.] NEXT: [rx.Notification@7b6cd29c OnNext 682 is even.] NEXT: [rx.Notification@63ffb4da OnNext 684 is even.] NEXT: [rx.Notification@4c929718 OnNext 686 is even.] NEXT: [rx.Notification@35257956 OnNext 688 is even.] NEXT: [rx.Notification@27bea31f OnNext 690 is even.] NEXT: [rx.Notification@1051855d OnNext 692 is even.] NEXT: [rx.Notification@f8e4679b OnNext 694 is even.] NEXT: [rx.Notification@e17749d9 OnNext 696 is even.] NEXT: [rx.Notification@ca0a2c17 OnNext 698 is even.] NEXT: [rx.Notification@f365ffb5 OnNext 700 is even.] NEXT: [rx.Notification@dbf8e1f3 OnNext 702 is even.] NEXT: [rx.Notification@c48bc431 OnNext 704 is even.] NEXT: [rx.Notification@ad1ea66f OnNext 706 is even.] NEXT: [rx.Notification@95b188ad OnNext 708 is even.] NEXT: [rx.Notification@884ab276 OnNext 710 is even.] NEXT: [rx.Notification@70dd94b4 OnNext 712 is even.] NEXT: [rx.Notification@597076f2 OnNext 714 is even.] NEXT: [rx.Notification@42035930 OnNext 716 is even.] NEXT: [rx.Notification@2a963b6e OnNext 718 is even.] NEXT: [rx.Notification@1d2f6537 OnNext 720 is even.] NEXT: [rx.Notification@5c24775 OnNext 722 is even.] NEXT: [rx.Notification@ee5529b3 OnNext 724 is even.] NEXT: [rx.Notification@d6e80bf1 OnNext 726 is even.] NEXT: [rx.Notification@bf7aee2f OnNext 728 is even.] NEXT: [rx.Notification@b21417f8 OnNext 730 is even.] NEXT: [rx.Notification@9aa6fa36 OnNext 732 is even.] NEXT: [rx.Notification@8339dc74 OnNext 734 is even.] NEXT: [rx.Notification@6bccbeb2 OnNext 736 is even.] NEXT: [rx.Notification@545fa0f0 OnNext 738 is even.] NEXT: [rx.Notification@46f8cab9 OnNext 740 is even.] NEXT: [rx.Notification@2f8bacf7 OnNext 742 is even.] NEXT: [rx.Notification@181e8f35 OnNext 744 is even.] NEXT: [rx.Notification@b17173 OnNext 746 is even.] NEXT: [rx.Notification@e94453b1 OnNext 748 is even.] NEXT: [rx.Notification@dbdd7d7a OnNext 750 is even.] NEXT: [rx.Notification@c4705fb8 OnNext 752 is even.] NEXT: [rx.Notification@ad0341f6 OnNext 754 is even.] NEXT: [rx.Notification@95962434 OnNext 756 is even.] NEXT: [rx.Notification@7e290672 OnNext 758 is even.] NEXT: [rx.Notification@70c2303b OnNext 760 is even.] NEXT: [rx.Notification@59551279 OnNext 762 is even.] NEXT: [rx.Notification@41e7f4b7 OnNext 764 is even.] NEXT: [rx.Notification@2a7ad6f5 OnNext 766 is even.] NEXT: [rx.Notification@130db933 OnNext 768 is even.] NEXT: [rx.Notification@94215b2f OnNext 2817 is odd.] NEXT: [rx.Notification@bcaa3931 OnNext 2819 is odd.] NEXT: [rx.Notification@ed03248 OnNext 2821 is odd.] NEXT: [rx.Notification@3759104a OnNext 2823 is odd.] NEXT: [rx.Notification@5fe1ee4c OnNext 2825 is odd.] NEXT: [rx.Notification@886acc4e OnNext 2827 is odd.] NEXT: [rx.Notification@b0f3aa50 OnNext 2829 is odd.] NEXT: [rx.Notification@319a367 OnNext 2831 is odd.] NEXT: [rx.Notification@2ba28169 OnNext 2833 is odd.] NEXT: [rx.Notification@542b5f6b OnNext 2835 is odd.] NEXT: [rx.Notification@7cb43d6d OnNext 2837 is odd.] NEXT: [rx.Notification@a53d1b6f OnNext 2839 is odd.] NEXT: [rx.Notification@f7631486 OnNext 2841 is odd.] NEXT: [rx.Notification@1febf288 OnNext 2843 is odd.] NEXT: [rx.Notification@4874d08a OnNext 2845 is odd.] NEXT: [rx.Notification@70fdae8c OnNext 2847 is odd.] NEXT: [rx.Notification@99868c8e OnNext 2849 is odd.] NEXT: [rx.Notification@ebac85a5 OnNext 2851 is odd.] NEXT: [rx.Notification@143563a7 OnNext 2853 is odd.] NEXT: [rx.Notification@3cbe41a9 OnNext 2855 is odd.] NEXT: [rx.Notification@65471fab OnNext 2857 is odd.] NEXT: [rx.Notification@8dcffdad OnNext 2859 is odd.] NEXT: [rx.Notification@dff5f6c4 OnNext 2861 is odd.] NEXT: [rx.Notification@87ed4c6 OnNext 2863 is odd.] NEXT: [rx.Notification@3107b2c8 OnNext 2865 is odd.] NEXT: [rx.Notification@599090ca OnNext 2867 is odd.] NEXT: [rx.Notification@82196ecc OnNext 2869 is odd.] NEXT: [rx.Notification@d43f67e3 OnNext 2871 is odd.] NEXT: [rx.Notification@fcc845e5 OnNext 2873 is odd.] NEXT: [rx.Notification@255123e7 OnNext 2875 is odd.] NEXT: [rx.Notification@4dda01e9 OnNext 2877 is odd.] NEXT: [rx.Notification@7662dfeb OnNext 2879 is odd.] NEXT: [rx.Notification@c888d902 OnNext 2881 is odd.] NEXT: [rx.Notification@f111b704 OnNext 2883 is odd.] NEXT: [rx.Notification@199a9506 OnNext 2885 is odd.] NEXT: [rx.Notification@42237308 OnNext 2887 is odd.] NEXT: [rx.Notification@6aac510a OnNext 2889 is odd.] NEXT: [rx.Notification@bcd24a21 OnNext 2891 is odd.] NEXT: [rx.Notification@e55b2823 OnNext 2893 is odd.] NEXT: [rx.Notification@de40625 OnNext 2895 is odd.] NEXT: [rx.Notification@366ce427 OnNext 2897 is odd.] NEXT: [rx.Notification@5ef5c229 OnNext 2899 is odd.] NEXT: [rx.Notification@bb2202cb OnNext 2901 is odd.] NEXT: [rx.Notification@e3aae0cd OnNext 2903 is odd.] NEXT: [rx.Notification@c33becf OnNext 2905 is odd.] NEXT: [rx.Notification@34bc9cd1 OnNext 2907 is odd.] NEXT: [rx.Notification@5d457ad3 OnNext 2909 is odd.] NEXT: [rx.Notification@af6b73ea OnNext 2911 is odd.] NEXT: [rx.Notification@d7f451ec OnNext 2913 is odd.] NEXT: [rx.Notification@7d2fee OnNext 2915 is odd.] NEXT: [rx.Notification@29060df0 OnNext 2917 is odd.] NEXT: [rx.Notification@518eebf2 OnNext 2919 is odd.] NEXT: [rx.Notification@a3b4e509 OnNext 2921 is odd.] NEXT: [rx.Notification@cc3dc30b OnNext 2923 is odd.] NEXT: [rx.Notification@f4c6a10d OnNext 2925 is odd.] NEXT: [rx.Notification@1d4f7f0f OnNext 2927 is odd.] NEXT: [rx.Notification@45d85d11 OnNext 2929 is odd.] NEXT: [rx.Notification@97fe5628 OnNext 2931 is odd.] NEXT: [rx.Notification@c087342a OnNext 2933 is odd.] NEXT: [rx.Notification@e910122c OnNext 2935 is odd.] NEXT: [rx.Notification@1198f02e OnNext 2937 is odd.] NEXT: [rx.Notification@3a21ce30 OnNext 2939 is odd.] NEXT: [rx.Notification@8c47c747 OnNext 2941 is odd.] NEXT: [rx.Notification@b4d0a549 OnNext 2943 is odd.] NEXT: [rx.Notification@dd59834b OnNext 2945 is odd.] NEXT: [rx.Notification@5e2614d OnNext 2947 is odd.] NEXT: [rx.Notification@2e6b3f4f OnNext 2949 is odd.] NEXT: [rx.Notification@5a6e2fc OnNext 770 is even.] NEXT: [rx.Notification@80913866 OnNext 2951 is odd.] NEXT: [rx.Notification@a91a1668 OnNext 2953 is odd.] NEXT: [rx.Notification@d1a2f46a OnNext 2955 is odd.] NEXT: [rx.Notification@fa2bd26c OnNext 2957 is odd.] NEXT: [rx.Notification@22b4b06e OnNext 2959 is odd.] NEXT: [rx.Notification@74daa985 OnNext 2961 is odd.] NEXT: [rx.Notification@9d638787 OnNext 2963 is odd.] NEXT: [rx.Notification@c5ec6589 OnNext 2965 is odd.] NEXT: [rx.Notification@ee75438b OnNext 2967 is odd.] NEXT: [rx.Notification@16fe218d OnNext 2969 is odd.] NEXT: [rx.Notification@69241aa4 OnNext 2971 is odd.] NEXT: [rx.Notification@91acf8a6 OnNext 2973 is odd.] NEXT: [rx.Notification@ba35d6a8 OnNext 2975 is odd.] NEXT: [rx.Notification@e2beb4aa OnNext 2977 is odd.] NEXT: [rx.Notification@b4792ac OnNext 2979 is odd.] NEXT: [rx.Notification@5d6d8bc3 OnNext 2981 is odd.] NEXT: [rx.Notification@85f669c5 OnNext 2983 is odd.] NEXT: [rx.Notification@ae7f47c7 OnNext 2985 is odd.] NEXT: [rx.Notification@d70825c9 OnNext 2987 is odd.] NEXT: [rx.Notification@ff9103cb OnNext 2989 is odd.] NEXT: [rx.Notification@51b6fce2 OnNext 2991 is odd.] NEXT: [rx.Notification@7a3fdae4 OnNext 2993 is odd.] NEXT: [rx.Notification@a2c8b8e6 OnNext 2995 is odd.] NEXT: [rx.Notification@cb5196e8 OnNext 2997 is odd.] NEXT: [rx.Notification@f3da74ea OnNext 2999 is odd.] NEXT: [rx.Notification@86c95f61 OnNext 3001 is odd.] NEXT: [rx.Notification@af523d63 OnNext 3003 is odd.] NEXT: [rx.Notification@d7db1b65 OnNext 3005 is odd.] NEXT: [rx.Notification@63f967 OnNext 3007 is odd.] NEXT: [rx.Notification@28ecd769 OnNext 3009 is odd.] NEXT: [rx.Notification@7b12d080 OnNext 3011 is odd.] NEXT: [rx.Notification@a39bae82 OnNext 3013 is odd.] NEXT: [rx.Notification@cc248c84 OnNext 3015 is odd.] NEXT: [rx.Notification@f4ad6a86 OnNext 3017 is odd.] NEXT: [rx.Notification@1d364888 OnNext 3019 is odd.] NEXT: [rx.Notification@6f5c419f OnNext 3021 is odd.] NEXT: [rx.Notification@97e51fa1 OnNext 3023 is odd.] NEXT: [rx.Notification@c06dfda3 OnNext 3025 is odd.] NEXT: [rx.Notification@e8f6dba5 OnNext 3027 is odd.] NEXT: [rx.Notification@117fb9a7 OnNext 3029 is odd.] NEXT: [rx.Notification@63a5b2be OnNext 3031 is odd.] NEXT: [rx.Notification@8c2e90c0 OnNext 3033 is odd.] NEXT: [rx.Notification@b4b76ec2 OnNext 3035 is odd.] NEXT: [rx.Notification@dd404cc4 OnNext 3037 is odd.] NEXT: [rx.Notification@5c92ac6 OnNext 3039 is odd.] NEXT: [rx.Notification@57ef23dd OnNext 3041 is odd.] NEXT: [rx.Notification@807801df OnNext 3043 is odd.] NEXT: [rx.Notification@a900dfe1 OnNext 3045 is odd.] NEXT: [rx.Notification@ee39c53a OnNext 772 is even.] NEXT: [rx.Notification@d189bde3 OnNext 3047 is odd.] NEXT: [rx.Notification@fa129be5 OnNext 3049 is odd.] NEXT: [rx.Notification@4c3894fc OnNext 3051 is odd.] NEXT: [rx.Notification@74c172fe OnNext 3053 is odd.] NEXT: [rx.Notification@9d4a5100 OnNext 3055 is odd.] NEXT: [rx.Notification@c5d32f02 OnNext 3057 is odd.] NEXT: [rx.Notification@ee5c0d04 OnNext 3059 is odd.] NEXT: [rx.Notification@4082061b OnNext 3061 is odd.] NEXT: [rx.Notification@690ae41d OnNext 3063 is odd.] NEXT: [rx.Notification@9193c21f OnNext 3065 is odd.] NEXT: [rx.Notification@ba1ca021 OnNext 3067 is odd.] NEXT: [rx.Notification@e2a57e23 OnNext 3069 is odd.] NEXT: [rx.Notification@34cb773a OnNext 3071 is odd.] NEXT: [rx.Notification@d6cca778 OnNext 774 is even.] NEXT: [rx.Notification@bf5f89b6 OnNext 776 is even.] NEXT: [rx.Notification@a7f26bf4 OnNext 778 is even.] NEXT: [rx.Notification@9a8b95bd OnNext 780 is even.] NEXT: [rx.Notification@831e77fb OnNext 782 is even.] NEXT: [rx.Notification@6bb15a39 OnNext 784 is even.] NEXT: [rx.Notification@54443c77 OnNext 786 is even.] NEXT: [rx.Notification@3cd71eb5 OnNext 788 is even.] NEXT: [rx.Notification@2f70487e OnNext 790 is even.] NEXT: [rx.Notification@18032abc OnNext 792 is even.] NEXT: [rx.Notification@960cfa OnNext 794 is even.] NEXT: [rx.Notification@e928ef38 OnNext 796 is even.] NEXT: [rx.Notification@d1bbd176 OnNext 798 is even.] NEXT: [rx.Notification@fb17a514 OnNext 800 is even.] NEXT: [rx.Notification@e3aa8752 OnNext 802 is even.] NEXT: [rx.Notification@cc3d6990 OnNext 804 is even.] NEXT: [rx.Notification@b4d04bce OnNext 806 is even.] NEXT: [rx.Notification@9d632e0c OnNext 808 is even.] NEXT: [rx.Notification@8ffc57d5 OnNext 810 is even.] NEXT: [rx.Notification@788f3a13 OnNext 812 is even.] NEXT: [rx.Notification@61221c51 OnNext 814 is even.] NEXT: [rx.Notification@49b4fe8f OnNext 816 is even.] NEXT: [rx.Notification@3247e0cd OnNext 818 is even.] NEXT: [rx.Notification@24e10a96 OnNext 820 is even.] NEXT: [rx.Notification@d73ecd4 OnNext 822 is even.] NEXT: [rx.Notification@f606cf12 OnNext 824 is even.] NEXT: [rx.Notification@de99b150 OnNext 826 is even.] NEXT: [rx.Notification@c72c938e OnNext 828 is even.] NEXT: [rx.Notification@b9c5bd57 OnNext 830 is even.] NEXT: [rx.Notification@a2589f95 OnNext 832 is even.] NEXT: [rx.Notification@8aeb81d3 OnNext 834 is even.] NEXT: [rx.Notification@737e6411 OnNext 836 is even.] NEXT: [rx.Notification@5c11464f OnNext 838 is even.] NEXT: [rx.Notification@4eaa7018 OnNext 840 is even.] NEXT: [rx.Notification@373d5256 OnNext 842 is even.] NEXT: [rx.Notification@1fd03494 OnNext 844 is even.] NEXT: [rx.Notification@86316d2 OnNext 846 is even.] NEXT: [rx.Notification@f0f5f910 OnNext 848 is even.] NEXT: [rx.Notification@e38f22d9 OnNext 850 is even.] NEXT: [rx.Notification@cc220517 OnNext 852 is even.] NEXT: [rx.Notification@b4b4e755 OnNext 854 is even.] NEXT: [rx.Notification@9d47c993 OnNext 856 is even.] NEXT: [rx.Notification@85daabd1 OnNext 858 is even.] NEXT: [rx.Notification@7873d59a OnNext 860 is even.] NEXT: [rx.Notification@6106b7d8 OnNext 862 is even.] NEXT: [rx.Notification@49999a16 OnNext 864 is even.] NEXT: [rx.Notification@322c7c54 OnNext 866 is even.] NEXT: [rx.Notification@1abf5e92 OnNext 868 is even.] NEXT: [rx.Notification@d58885b OnNext 870 is even.] NEXT: [rx.Notification@f5eb6a99 OnNext 872 is even.] NEXT: [rx.Notification@de7e4cd7 OnNext 874 is even.] NEXT: [rx.Notification@c7112f15 OnNext 876 is even.] NEXT: [rx.Notification@afa41153 OnNext 878 is even.] NEXT: [rx.Notification@a23d3b1c OnNext 880 is even.] NEXT: [rx.Notification@8ad01d5a OnNext 882 is even.] NEXT: [rx.Notification@7362ff98 OnNext 884 is even.] NEXT: [rx.Notification@5bf5e1d6 OnNext 886 is even.] NEXT: [rx.Notification@4488c414 OnNext 888 is even.] NEXT: [rx.Notification@3721eddd OnNext 890 is even.] NEXT: [rx.Notification@1fb4d01b OnNext 892 is even.] NEXT: [rx.Notification@847b259 OnNext 894 is even.] NEXT: [rx.Notification@f0da9497 OnNext 896 is even.] NEXT: [rx.Notification@d96d76d5 OnNext 898 is even.] NEXT: [rx.Notification@2c94a73 OnNext 900 is even.] NEXT: [rx.Notification@eb5c2cb1 OnNext 902 is even.] NEXT: [rx.Notification@d3ef0eef OnNext 904 is even.] NEXT: [rx.Notification@bc81f12d OnNext 906 is even.] NEXT: [rx.Notification@a514d36b OnNext 908 is even.] NEXT: [rx.Notification@97adfd34 OnNext 910 is even.] NEXT: [rx.Notification@8040df72 OnNext 912 is even.] NEXT: [rx.Notification@68d3c1b0 OnNext 914 is even.] NEXT: [rx.Notification@5166a3ee OnNext 916 is even.] NEXT: [rx.Notification@39f9862c OnNext 918 is even.] NEXT: [rx.Notification@2c92aff5 OnNext 920 is even.] NEXT: [rx.Notification@15259233 OnNext 922 is even.] NEXT: [rx.Notification@fdb87471 OnNext 924 is even.] NEXT: [rx.Notification@e64b56af OnNext 926 is even.] NEXT: [rx.Notification@cede38ed OnNext 928 is even.] NEXT: [rx.Notification@c17762b6 OnNext 930 is even.] NEXT: [rx.Notification@aa0a44f4 OnNext 932 is even.] NEXT: [rx.Notification@929d2732 OnNext 934 is even.] NEXT: [rx.Notification@7b300970 OnNext 936 is even.] NEXT: [rx.Notification@63c2ebae OnNext 938 is even.] NEXT: [rx.Notification@565c1577 OnNext 940 is even.] NEXT: [rx.Notification@3eeef7b5 OnNext 942 is even.] NEXT: [rx.Notification@2781d9f3 OnNext 944 is even.] NEXT: [rx.Notification@1014bc31 OnNext 946 is even.] NEXT: [rx.Notification@f8a79e6f OnNext 948 is even.] NEXT: [rx.Notification@eb40c838 OnNext 950 is even.] NEXT: [rx.Notification@d3d3aa76 OnNext 952 is even.] NEXT: [rx.Notification@bc668cb4 OnNext 954 is even.] NEXT: [rx.Notification@a4f96ef2 OnNext 956 is even.] NEXT: [rx.Notification@8d8c5130 OnNext 958 is even.] NEXT: [rx.Notification@80257af9 OnNext 960 is even.] NEXT: [rx.Notification@68b85d37 OnNext 962 is even.] NEXT: [rx.Notification@514b3f75 OnNext 964 is even.] NEXT: [rx.Notification@39de21b3 OnNext 966 is even.] NEXT: [rx.Notification@227103f1 OnNext 968 is even.] NEXT: [rx.Notification@150a2dba OnNext 970 is even.] NEXT: [rx.Notification@fd9d0ff8 OnNext 972 is even.] NEXT: [rx.Notification@e62ff236 OnNext 974 is even.] NEXT: [rx.Notification@cec2d474 OnNext 976 is even.] NEXT: [rx.Notification@b755b6b2 OnNext 978 is even.] NEXT: [rx.Notification@a9eee07b OnNext 980 is even.] NEXT: [rx.Notification@9281c2b9 OnNext 982 is even.] NEXT: [rx.Notification@7b14a4f7 OnNext 984 is even.] NEXT: [rx.Notification@63a78735 OnNext 986 is even.] NEXT: [rx.Notification@4c3a6973 OnNext 988 is even.] NEXT: [rx.Notification@3ed3933c OnNext 990 is even.] NEXT: [rx.Notification@2766757a OnNext 992 is even.] NEXT: [rx.Notification@ff957b8 OnNext 994 is even.] NEXT: [rx.Notification@f88c39f6 OnNext 996 is even.] NEXT: [rx.Notification@e11f1c34 OnNext 998 is even.] NEXT: [rx.Notification@649eb8cd OnNext 1000 is even.] NEXT: [rx.Notification@4d319b0b OnNext 1002 is even.] NEXT: [rx.Notification@35c47d49 OnNext 1004 is even.] NEXT: [rx.Notification@1e575f87 OnNext 1006 is even.] NEXT: [rx.Notification@6ea41c5 OnNext 1008 is even.] NEXT: [rx.Notification@f9836b8e OnNext 1010 is even.] NEXT: [rx.Notification@e2164dcc OnNext 1012 is even.] NEXT: [rx.Notification@caa9300a OnNext 1014 is even.] NEXT: [rx.Notification@b33c1248 OnNext 1016 is even.] NEXT: [rx.Notification@9bcef486 OnNext 1018 is even.] NEXT: [rx.Notification@8e681e4f OnNext 1020 is even.] NEXT: [rx.Notification@76fb008d OnNext 1022 is even.] NEXT: [rx.Notification@5f8de2cb OnNext 1024 is even.] NEXT: [rx.Notification@5d54553c OnNext 3073 is odd.] NEXT: [rx.Notification@85dd333e OnNext 3075 is odd.] NEXT: [rx.Notification@ae661140 OnNext 3077 is odd.] NEXT: [rx.Notification@d6eeef42 OnNext 3079 is odd.] NEXT: [rx.Notification@2914e859 OnNext 3081 is odd.] NEXT: [rx.Notification@519dc65b OnNext 3083 is odd.] NEXT: [rx.Notification@7a26a45d OnNext 3085 is odd.] NEXT: [rx.Notification@a2af825f OnNext 3087 is odd.] NEXT: [rx.Notification@cb386061 OnNext 3089 is odd.] NEXT: [rx.Notification@1d5e5978 OnNext 3091 is odd.] NEXT: [rx.Notification@45e7377a OnNext 3093 is odd.] NEXT: [rx.Notification@6e70157c OnNext 3095 is odd.] NEXT: [rx.Notification@96f8f37e OnNext 3097 is odd.] NEXT: [rx.Notification@bf81d180 OnNext 3099 is odd.] NEXT: [rx.Notification@1bae1222 OnNext 3101 is odd.] NEXT: [rx.Notification@4436f024 OnNext 3103 is odd.] NEXT: [rx.Notification@6cbfce26 OnNext 3105 is odd.] NEXT: [rx.Notification@9548ac28 OnNext 3107 is odd.] NEXT: [rx.Notification@bdd18a2a OnNext 3109 is odd.] NEXT: [rx.Notification@ff78341 OnNext 3111 is odd.] NEXT: [rx.Notification@38806143 OnNext 3113 is odd.] NEXT: [rx.Notification@61093f45 OnNext 3115 is odd.] NEXT: [rx.Notification@89921d47 OnNext 3117 is odd.] NEXT: [rx.Notification@b21afb49 OnNext 3119 is odd.] NEXT: [rx.Notification@440f460 OnNext 3121 is odd.] NEXT: [rx.Notification@2cc9d262 OnNext 3123 is odd.] NEXT: [rx.Notification@5552b064 OnNext 3125 is odd.] NEXT: [rx.Notification@7ddb8e66 OnNext 3127 is odd.] NEXT: [rx.Notification@a6646c68 OnNext 3129 is odd.] NEXT: [rx.Notification@f88a657f OnNext 3131 is odd.] NEXT: [rx.Notification@21134381 OnNext 3133 is odd.] NEXT: [rx.Notification@499c2183 OnNext 3135 is odd.] NEXT: [rx.Notification@7224ff85 OnNext 3137 is odd.] NEXT: [rx.Notification@9aaddd87 OnNext 3139 is odd.] NEXT: [rx.Notification@ecd3d69e OnNext 3141 is odd.] NEXT: [rx.Notification@155cb4a0 OnNext 3143 is odd.] NEXT: [rx.Notification@3de592a2 OnNext 3145 is odd.] NEXT: [rx.Notification@4820c509 OnNext 1026 is even.] NEXT: [rx.Notification@30b3a747 OnNext 1028 is even.] NEXT: [rx.Notification@234cd110 OnNext 1030 is even.] NEXT: [rx.Notification@bdfb34e OnNext 1032 is even.] NEXT: [rx.Notification@f472958c OnNext 1034 is even.] NEXT: [rx.Notification@dd0577ca OnNext 1036 is even.] NEXT: [rx.Notification@c5985a08 OnNext 1038 is even.] NEXT: [rx.Notification@b83183d1 OnNext 1040 is even.] NEXT: [rx.Notification@a0c4660f OnNext 1042 is even.] NEXT: [rx.Notification@8957484d OnNext 1044 is even.] NEXT: [rx.Notification@71ea2a8b OnNext 1046 is even.] NEXT: [rx.Notification@5a7d0cc9 OnNext 1048 is even.] NEXT: [rx.Notification@4d163692 OnNext 1050 is even.] NEXT: [rx.Notification@35a918d0 OnNext 1052 is even.] NEXT: [rx.Notification@1e3bfb0e OnNext 1054 is even.] NEXT: [rx.Notification@6cedd4c OnNext 1056 is even.] NEXT: [rx.Notification@ef61bf8a OnNext 1058 is even.] NEXT: [rx.Notification@e1fae953 OnNext 1060 is even.] NEXT: [rx.Notification@ca8dcb91 OnNext 1062 is even.] NEXT: [rx.Notification@b320adcf OnNext 1064 is even.] NEXT: [rx.Notification@9bb3900d OnNext 1066 is even.] NEXT: [rx.Notification@8446724b OnNext 1068 is even.] NEXT: [rx.Notification@76df9c14 OnNext 1070 is even.] NEXT: [rx.Notification@5f727e52 OnNext 1072 is even.] NEXT: [rx.Notification@48056090 OnNext 1074 is even.] NEXT: [rx.Notification@309842ce OnNext 1076 is even.] NEXT: [rx.Notification@192b250c OnNext 1078 is even.] NEXT: [rx.Notification@bc44ed5 OnNext 1080 is even.] NEXT: [rx.Notification@f4573113 OnNext 1082 is even.] NEXT: [rx.Notification@dcea1351 OnNext 1084 is even.] NEXT: [rx.Notification@c57cf58f OnNext 1086 is even.] NEXT: [rx.Notification@ae0fd7cd OnNext 1088 is even.] NEXT: [rx.Notification@a0a90196 OnNext 1090 is even.] NEXT: [rx.Notification@893be3d4 OnNext 1092 is even.] NEXT: [rx.Notification@71cec612 OnNext 1094 is even.] NEXT: [rx.Notification@5a61a850 OnNext 1096 is even.] NEXT: [rx.Notification@42f48a8e OnNext 1098 is even.] NEXT: [rx.Notification@6c505e2c OnNext 1100 is even.] NEXT: [rx.Notification@54e3406a OnNext 1102 is even.] NEXT: [rx.Notification@3d7622a8 OnNext 1104 is even.] NEXT: [rx.Notification@260904e6 OnNext 1106 is even.] NEXT: [rx.Notification@e9be724 OnNext 1108 is even.] NEXT: [rx.Notification@13510ed OnNext 1110 is even.] NEXT: [rx.Notification@e9c7f32b OnNext 1112 is even.] NEXT: [rx.Notification@d25ad569 OnNext 1114 is even.] NEXT: [rx.Notification@baedb7a7 OnNext 1116 is even.] NEXT: [rx.Notification@a38099e5 OnNext 1118 is even.] NEXT: [rx.Notification@9619c3ae OnNext 1120 is even.] NEXT: [rx.Notification@7eaca5ec OnNext 1122 is even.] NEXT: [rx.Notification@673f882a OnNext 1124 is even.] NEXT: [rx.Notification@4fd26a68 OnNext 1126 is even.] NEXT: [rx.Notification@38654ca6 OnNext 1128 is even.] NEXT: [rx.Notification@2afe766f OnNext 1130 is even.] NEXT: [rx.Notification@139158ad OnNext 1132 is even.] NEXT: [rx.Notification@fc243aeb OnNext 1134 is even.] NEXT: [rx.Notification@e4b71d29 OnNext 1136 is even.] NEXT: [rx.Notification@cd49ff67 OnNext 1138 is even.] NEXT: [rx.Notification@bfe32930 OnNext 1140 is even.] NEXT: [rx.Notification@a8760b6e OnNext 1142 is even.] NEXT: [rx.Notification@9108edac OnNext 1144 is even.] NEXT: [rx.Notification@799bcfea OnNext 1146 is even.] NEXT: [rx.Notification@622eb228 OnNext 1148 is even.] NEXT: [rx.Notification@54c7dbf1 OnNext 1150 is even.] NEXT: [rx.Notification@3d5abe2f OnNext 1152 is even.] NEXT: [rx.Notification@25eda06d OnNext 1154 is even.] NEXT: [rx.Notification@e8082ab OnNext 1156 is even.] NEXT: [rx.Notification@f71364e9 OnNext 1158 is even.] NEXT: [rx.Notification@e9ac8eb2 OnNext 1160 is even.] NEXT: [rx.Notification@d23f70f0 OnNext 1162 is even.] NEXT: [rx.Notification@bad2532e OnNext 1164 is even.] NEXT: [rx.Notification@a365356c OnNext 1166 is even.] NEXT: [rx.Notification@8bf817aa OnNext 1168 is even.] NEXT: [rx.Notification@7e914173 OnNext 1170 is even.] NEXT: [rx.Notification@672423b1 OnNext 1172 is even.] NEXT: [rx.Notification@4fb705ef OnNext 1174 is even.] NEXT: [rx.Notification@3849e82d OnNext 1176 is even.] NEXT: [rx.Notification@20dcca6b OnNext 1178 is even.] NEXT: [rx.Notification@1375f434 OnNext 1180 is even.] NEXT: [rx.Notification@fc08d672 OnNext 1182 is even.] NEXT: [rx.Notification@e49bb8b0 OnNext 1184 is even.] NEXT: [rx.Notification@cd2e9aee OnNext 1186 is even.] NEXT: [rx.Notification@b5c17d2c OnNext 1188 is even.] NEXT: [rx.Notification@a85aa6f5 OnNext 1190 is even.] NEXT: [rx.Notification@90ed8933 OnNext 1192 is even.] NEXT: [rx.Notification@79806b71 OnNext 1194 is even.] NEXT: [rx.Notification@62134daf OnNext 1196 is even.] NEXT: [rx.Notification@4aa62fed OnNext 1198 is even.] NEXT: [rx.Notification@7402038b OnNext 1200 is even.] NEXT: [rx.Notification@5c94e5c9 OnNext 1202 is even.] NEXT: [rx.Notification@4527c807 OnNext 1204 is even.] NEXT: [rx.Notification@2dbaaa45 OnNext 1206 is even.] NEXT: [rx.Notification@164d8c83 OnNext 1208 is even.] NEXT: [rx.Notification@8e6b64c OnNext 1210 is even.] NEXT: [rx.Notification@f179988a OnNext 1212 is even.] NEXT: [rx.Notification@da0c7ac8 OnNext 1214 is even.] NEXT: [rx.Notification@c29f5d06 OnNext 1216 is even.] NEXT: [rx.Notification@666e70a4 OnNext 3147 is odd.] NEXT: [rx.Notification@ab323f44 OnNext 1218 is even.] NEXT: [rx.Notification@8ef74ea6 OnNext 3149 is odd.] NEXT: [rx.Notification@e11d47bd OnNext 3151 is odd.] NEXT: [rx.Notification@9a625bf OnNext 3153 is odd.] NEXT: [rx.Notification@322f03c1 OnNext 3155 is odd.] NEXT: [rx.Notification@5ab7e1c3 OnNext 3157 is odd.] NEXT: [rx.Notification@8340bfc5 OnNext 3159 is odd.] NEXT: [rx.Notification@d566b8dc OnNext 3161 is odd.] NEXT: [rx.Notification@fdef96de OnNext 3163 is odd.] NEXT: [rx.Notification@267874e0 OnNext 3165 is odd.] NEXT: [rx.Notification@4f0152e2 OnNext 3167 is odd.] NEXT: [rx.Notification@778a30e4 OnNext 3169 is odd.] NEXT: [rx.Notification@c9b029fb OnNext 3171 is odd.] NEXT: [rx.Notification@f23907fd OnNext 3173 is odd.] NEXT: [rx.Notification@1ac1e5ff OnNext 3175 is odd.] NEXT: [rx.Notification@434ac401 OnNext 3177 is odd.] NEXT: [rx.Notification@6bd3a203 OnNext 3179 is odd.] NEXT: [rx.Notification@bdf99b1a OnNext 3181 is odd.] NEXT: [rx.Notification@e682791c OnNext 3183 is odd.] NEXT: [rx.Notification@f0b571e OnNext 3185 is odd.] NEXT: [rx.Notification@37943520 OnNext 3187 is odd.] NEXT: [rx.Notification@601d1322 OnNext 3189 is odd.] NEXT: [rx.Notification@b2430c39 OnNext 3191 is odd.] NEXT: [rx.Notification@dacbea3b OnNext 3193 is odd.] NEXT: [rx.Notification@354c83d OnNext 3195 is odd.] NEXT: [rx.Notification@2bdda63f OnNext 3197 is odd.] NEXT: [rx.Notification@54668441 OnNext 3199 is odd.] NEXT: [rx.Notification@b092c4e3 OnNext 3201 is odd.] NEXT: [rx.Notification@d91ba2e5 OnNext 3203 is odd.] NEXT: [rx.Notification@1a480e7 OnNext 3205 is odd.] NEXT: [rx.Notification@2a2d5ee9 OnNext 3207 is odd.] NEXT: [rx.Notification@52b63ceb OnNext 3209 is odd.] NEXT: [rx.Notification@a4dc3602 OnNext 3211 is odd.] NEXT: [rx.Notification@cd651404 OnNext 3213 is odd.] NEXT: [rx.Notification@f5edf206 OnNext 3215 is odd.] NEXT: [rx.Notification@1e76d008 OnNext 3217 is odd.] NEXT: [rx.Notification@46ffae0a OnNext 3219 is odd.] NEXT: [rx.Notification@9925a721 OnNext 3221 is odd.] NEXT: [rx.Notification@c1ae8523 OnNext 3223 is odd.] NEXT: [rx.Notification@ea376325 OnNext 3225 is odd.] NEXT: [rx.Notification@12c04127 OnNext 3227 is odd.] NEXT: [rx.Notification@3b491f29 OnNext 3229 is odd.] NEXT: [rx.Notification@8d6f1840 OnNext 3231 is odd.] NEXT: [rx.Notification@b5f7f642 OnNext 3233 is odd.] NEXT: [rx.Notification@de80d444 OnNext 3235 is odd.] NEXT: [rx.Notification@709b246 OnNext 3237 is odd.] NEXT: [rx.Notification@2f929048 OnNext 3239 is odd.] NEXT: [rx.Notification@81b8895f OnNext 3241 is odd.] NEXT: [rx.Notification@aa416761 OnNext 3243 is odd.] NEXT: [rx.Notification@d2ca4563 OnNext 3245 is odd.] NEXT: [rx.Notification@fb532365 OnNext 3247 is odd.] NEXT: [rx.Notification@23dc0167 OnNext 3249 is odd.] NEXT: [rx.Notification@7601fa7e OnNext 3251 is odd.] NEXT: [rx.Notification@9e8ad880 OnNext 3253 is odd.] NEXT: [rx.Notification@c713b682 OnNext 3255 is odd.] NEXT: [rx.Notification@ef9c9484 OnNext 3257 is odd.] NEXT: [rx.Notification@18257286 OnNext 3259 is odd.] NEXT: [rx.Notification@6a4b6b9d OnNext 3261 is odd.] NEXT: [rx.Notification@92d4499f OnNext 3263 is odd.] NEXT: [rx.Notification@bb5d27a1 OnNext 3265 is odd.] NEXT: [rx.Notification@e3e605a3 OnNext 3267 is odd.] NEXT: [rx.Notification@c6ee3a5 OnNext 3269 is odd.] NEXT: [rx.Notification@5e94dcbc OnNext 3271 is odd.] NEXT: [rx.Notification@871dbabe OnNext 3273 is odd.] NEXT: [rx.Notification@afa698c0 OnNext 3275 is odd.] NEXT: [rx.Notification@d82f76c2 OnNext 3277 is odd.] NEXT: [rx.Notification@b854c4 OnNext 3279 is odd.] NEXT: [rx.Notification@52de4ddb OnNext 3281 is odd.] NEXT: [rx.Notification@7b672bdd OnNext 3283 is odd.] NEXT: [rx.Notification@a3f009df OnNext 3285 is odd.] NEXT: [rx.Notification@cc78e7e1 OnNext 3287 is odd.] NEXT: [rx.Notification@f501c5e3 OnNext 3289 is odd.] NEXT: [rx.Notification@4727befa OnNext 3291 is odd.] NEXT: [rx.Notification@6fb09cfc OnNext 3293 is odd.] NEXT: [rx.Notification@98397afe OnNext 3295 is odd.] NEXT: [rx.Notification@c0c25900 OnNext 3297 is odd.] NEXT: [rx.Notification@e94b3702 OnNext 3299 is odd.] NEXT: [rx.Notification@457777a4 OnNext 3301 is odd.] NEXT: [rx.Notification@6e0055a6 OnNext 3303 is odd.] NEXT: [rx.Notification@968933a8 OnNext 3305 is odd.] NEXT: [rx.Notification@bf1211aa OnNext 3307 is odd.] NEXT: [rx.Notification@e79aefac OnNext 3309 is odd.] NEXT: [rx.Notification@39c0e8c3 OnNext 3311 is odd.] NEXT: [rx.Notification@6249c6c5 OnNext 3313 is odd.] NEXT: [rx.Notification@8ad2a4c7 OnNext 3315 is odd.] NEXT: [rx.Notification@b35b82c9 OnNext 3317 is odd.] NEXT: [rx.Notification@dbe460cb OnNext 3319 is odd.] NEXT: [rx.Notification@2e0a59e2 OnNext 3321 is odd.] NEXT: [rx.Notification@569337e4 OnNext 3323 is odd.] NEXT: [rx.Notification@7f1c15e6 OnNext 3325 is odd.] NEXT: [rx.Notification@a7a4f3e8 OnNext 3327 is odd.] NEXT: [rx.Notification@9dcb690d OnNext 1220 is even.] NEXT: [rx.Notification@865e4b4b OnNext 1222 is even.] NEXT: [rx.Notification@6ef12d89 OnNext 1224 is even.] NEXT: [rx.Notification@57840fc7 OnNext 1226 is even.] NEXT: [rx.Notification@4016f205 OnNext 1228 is even.] NEXT: [rx.Notification@32b01bce OnNext 1230 is even.] NEXT: [rx.Notification@1b42fe0c OnNext 1232 is even.] NEXT: [rx.Notification@3d5e04a OnNext 1234 is even.] NEXT: [rx.Notification@ec68c288 OnNext 1236 is even.] NEXT: [rx.Notification@d4fba4c6 OnNext 1238 is even.] NEXT: [rx.Notification@c794ce8f OnNext 1240 is even.] NEXT: [rx.Notification@b027b0cd OnNext 1242 is even.] NEXT: [rx.Notification@98ba930b OnNext 1244 is even.] NEXT: [rx.Notification@814d7549 OnNext 1246 is even.] NEXT: [rx.Notification@69e05787 OnNext 1248 is even.] NEXT: [rx.Notification@5c798150 OnNext 1250 is even.] NEXT: [rx.Notification@450c638e OnNext 1252 is even.] NEXT: [rx.Notification@2d9f45cc OnNext 1254 is even.] NEXT: [rx.Notification@1632280a OnNext 1256 is even.] NEXT: [rx.Notification@fec50a48 OnNext 1258 is even.] NEXT: [rx.Notification@f15e3411 OnNext 1260 is even.] NEXT: [rx.Notification@d9f1164f OnNext 1262 is even.] NEXT: [rx.Notification@c283f88d OnNext 1264 is even.] NEXT: [rx.Notification@ab16dacb OnNext 1266 is even.] NEXT: [rx.Notification@93a9bd09 OnNext 1268 is even.] NEXT: [rx.Notification@8642e6d2 OnNext 1270 is even.] NEXT: [rx.Notification@6ed5c910 OnNext 1272 is even.] NEXT: [rx.Notification@5768ab4e OnNext 1274 is even.] NEXT: [rx.Notification@3ffb8d8c OnNext 1276 is even.] NEXT: [rx.Notification@288e6fca OnNext 1278 is even.] NEXT: [rx.Notification@1b279993 OnNext 1280 is even.] NEXT: [rx.Notification@3ba7bd1 OnNext 1282 is even.] NEXT: [rx.Notification@ec4d5e0f OnNext 1284 is even.] NEXT: [rx.Notification@d4e0404d OnNext 1286 is even.] NEXT: [rx.Notification@bd73228b OnNext 1288 is even.] NEXT: [rx.Notification@b00c4c54 OnNext 1290 is even.] NEXT: [rx.Notification@989f2e92 OnNext 1292 is even.] NEXT: [rx.Notification@813210d0 OnNext 1294 is even.] NEXT: [rx.Notification@69c4f30e OnNext 1296 is even.] NEXT: [rx.Notification@5257d54c OnNext 1298 is even.] NEXT: [rx.Notification@7bb3a8ea OnNext 1300 is even.] NEXT: [rx.Notification@64468b28 OnNext 1302 is even.] NEXT: [rx.Notification@4cd96d66 OnNext 1304 is even.] NEXT: [rx.Notification@356c4fa4 OnNext 1306 is even.] NEXT: [rx.Notification@1dff31e2 OnNext 1308 is even.] NEXT: [rx.Notification@10985bab OnNext 1310 is even.] NEXT: [rx.Notification@f92b3de9 OnNext 1312 is even.] NEXT: [rx.Notification@e1be2027 OnNext 1314 is even.] NEXT: [rx.Notification@ca510265 OnNext 1316 is even.] NEXT: [rx.Notification@b2e3e4a3 OnNext 1318 is even.] NEXT: [rx.Notification@a57d0e6c OnNext 1320 is even.] NEXT: [rx.Notification@8e0ff0aa OnNext 1322 is even.] NEXT: [rx.Notification@76a2d2e8 OnNext 1324 is even.] NEXT: [rx.Notification@5f35b526 OnNext 1326 is even.] NEXT: [rx.Notification@47c89764 OnNext 1328 is even.] NEXT: [rx.Notification@3a61c12d OnNext 1330 is even.] NEXT: [rx.Notification@22f4a36b OnNext 1332 is even.] NEXT: [rx.Notification@b8785a9 OnNext 1334 is even.] NEXT: [rx.Notification@f41a67e7 OnNext 1336 is even.] NEXT: [rx.Notification@dcad4a25 OnNext 1338 is even.] NEXT: [rx.Notification@cf4673ee OnNext 1340 is even.] NEXT: [rx.Notification@b7d9562c OnNext 1342 is even.] NEXT: [rx.Notification@a06c386a OnNext 1344 is even.] NEXT: [rx.Notification@88ff1aa8 OnNext 1346 is even.] NEXT: [rx.Notification@7191fce6 OnNext 1348 is even.] NEXT: [rx.Notification@642b26af OnNext 1350 is even.] NEXT: [rx.Notification@4cbe08ed OnNext 1352 is even.] NEXT: [rx.Notification@3550eb2b OnNext 1354 is even.] NEXT: [rx.Notification@1de3cd69 OnNext 1356 is even.] NEXT: [rx.Notification@676afa7 OnNext 1358 is even.] NEXT: [rx.Notification@f90fd970 OnNext 1360 is even.] NEXT: [rx.Notification@e1a2bbae OnNext 1362 is even.] NEXT: [rx.Notification@ca359dec OnNext 1364 is even.] NEXT: [rx.Notification@b2c8802a OnNext 1366 is even.] NEXT: [rx.Notification@9b5b6268 OnNext 1368 is even.] NEXT: [rx.Notification@8df48c31 OnNext 1370 is even.] NEXT: [rx.Notification@76876e6f OnNext 1372 is even.] NEXT: [rx.Notification@5f1a50ad OnNext 1374 is even.] NEXT: [rx.Notification@47ad32eb OnNext 1376 is even.] NEXT: [rx.Notification@30401529 OnNext 1378 is even.] NEXT: [rx.Notification@22d93ef2 OnNext 1380 is even.] NEXT: [rx.Notification@b6c2130 OnNext 1382 is even.] NEXT: [rx.Notification@f3ff036e OnNext 1384 is even.] NEXT: [rx.Notification@dc91e5ac OnNext 1386 is even.] NEXT: [rx.Notification@c524c7ea OnNext 1388 is even.] NEXT: [rx.Notification@b7bdf1b3 OnNext 1390 is even.] NEXT: [rx.Notification@a050d3f1 OnNext 1392 is even.] NEXT: [rx.Notification@88e3b62f OnNext 1394 is even.] NEXT: [rx.Notification@7176986d OnNext 1396 is even.] NEXT: [rx.Notification@5a097aab OnNext 1398 is even.] NEXT: [rx.Notification@83654e49 OnNext 1400 is even.] NEXT: [rx.Notification@6bf83087 OnNext 1402 is even.] NEXT: [rx.Notification@548b12c5 OnNext 1404 is even.] NEXT: [rx.Notification@3d1df503 OnNext 1406 is even.] NEXT: [rx.Notification@25b0d741 OnNext 1408 is even.] NEXT: [rx.Notification@184a010a OnNext 1410 is even.] NEXT: [rx.Notification@dce348 OnNext 1412 is even.] NEXT: [rx.Notification@e96fc586 OnNext 1414 is even.] NEXT: [rx.Notification@d202a7c4 OnNext 1416 is even.] NEXT: [rx.Notification@ba958a02 OnNext 1418 is even.] NEXT: [rx.Notification@ad2eb3cb OnNext 1420 is even.] NEXT: [rx.Notification@95c19609 OnNext 1422 is even.] NEXT: [rx.Notification@7e547847 OnNext 1424 is even.] NEXT: [rx.Notification@66e75a85 OnNext 1426 is even.] NEXT: [rx.Notification@4f7a3cc3 OnNext 1428 is even.] NEXT: [rx.Notification@4213668c OnNext 1430 is even.] NEXT: [rx.Notification@2aa648ca OnNext 1432 is even.] NEXT: [rx.Notification@13392b08 OnNext 1434 is even.] NEXT: [rx.Notification@fbcc0d46 OnNext 1436 is even.] NEXT: [rx.Notification@e45eef84 OnNext 1438 is even.] NEXT: [rx.Notification@d6f8194d OnNext 1440 is even.] NEXT: [rx.Notification@bf8afb8b OnNext 1442 is even.] NEXT: [rx.Notification@a81dddc9 OnNext 1444 is even.] NEXT: [rx.Notification@90b0c007 OnNext 1446 is even.] NEXT: [rx.Notification@7943a245 OnNext 1448 is even.] NEXT: [rx.Notification@6bdccc0e OnNext 1450 is even.] NEXT: [rx.Notification@d02dd1ea OnNext 3329 is odd.] NEXT: [rx.Notification@546fae4c OnNext 1452 is even.] NEXT: [rx.Notification@3d02908a OnNext 1454 is even.] NEXT: [rx.Notification@259572c8 OnNext 1456 is even.] NEXT: [rx.Notification@e285506 OnNext 1458 is even.] NEXT: [rx.Notification@c17ecf OnNext 1460 is even.] NEXT: [rx.Notification@e954610d OnNext 1462 is even.] NEXT: [rx.Notification@d1e7434b OnNext 1464 is even.] NEXT: [rx.Notification@ba7a2589 OnNext 1466 is even.] NEXT: [rx.Notification@a30d07c7 OnNext 1468 is even.] NEXT: [rx.Notification@95a63190 OnNext 1470 is even.] NEXT: [rx.Notification@7e3913ce OnNext 1472 is even.] NEXT: [rx.Notification@2253cb01 OnNext 3331 is odd.] NEXT: [rx.Notification@4adca903 OnNext 3333 is odd.] NEXT: [rx.Notification@73658705 OnNext 3335 is odd.] NEXT: [rx.Notification@66cbf60c OnNext 1474 is even.] NEXT: [rx.Notification@9bee6507 OnNext 3337 is odd.] NEXT: [rx.Notification@c4774309 OnNext 3339 is odd.] NEXT: [rx.Notification@169d3c20 OnNext 3341 is odd.] NEXT: [rx.Notification@3f261a22 OnNext 3343 is odd.] NEXT: [rx.Notification@67aef824 OnNext 3345 is odd.] NEXT: [rx.Notification@9037d626 OnNext 3347 is odd.] NEXT: [rx.Notification@b8c0b428 OnNext 3349 is odd.] NEXT: [rx.Notification@ae6ad3f OnNext 3351 is odd.] NEXT: [rx.Notification@336f8b41 OnNext 3353 is odd.] NEXT: [rx.Notification@5bf86943 OnNext 3355 is odd.] NEXT: [rx.Notification@84814745 OnNext 3357 is odd.] NEXT: [rx.Notification@ad0a2547 OnNext 3359 is odd.] NEXT: [rx.Notification@ff301e5e OnNext 3361 is odd.] NEXT: [rx.Notification@27b8fc60 OnNext 3363 is odd.] NEXT: [rx.Notification@5041da62 OnNext 3365 is odd.] NEXT: [rx.Notification@78cab864 OnNext 3367 is odd.] NEXT: [rx.Notification@a1539666 OnNext 3369 is odd.] NEXT: [rx.Notification@f3798f7d OnNext 3371 is odd.] NEXT: [rx.Notification@1c026d7f OnNext 3373 is odd.] NEXT: [rx.Notification@448b4b81 OnNext 3375 is odd.] NEXT: [rx.Notification@6d142983 OnNext 3377 is odd.] NEXT: [rx.Notification@959d0785 OnNext 3379 is odd.] NEXT: [rx.Notification@e7c3009c OnNext 3381 is odd.] NEXT: [rx.Notification@104bde9e OnNext 3383 is odd.] NEXT: [rx.Notification@38d4bca0 OnNext 3385 is odd.] NEXT: [rx.Notification@615d9aa2 OnNext 3387 is odd.] NEXT: [rx.Notification@89e678a4 OnNext 3389 is odd.] NEXT: [rx.Notification@dc0c71bb OnNext 3391 is odd.] NEXT: [rx.Notification@4954fbd OnNext 3393 is odd.] NEXT: [rx.Notification@2d1e2dbf OnNext 3395 is odd.] NEXT: [rx.Notification@55a70bc1 OnNext 3397 is odd.] NEXT: [rx.Notification@7e2fe9c3 OnNext 3399 is odd.] NEXT: [rx.Notification@da5c2a65 OnNext 3401 is odd.] NEXT: [rx.Notification@2e50867 OnNext 3403 is odd.] NEXT: [rx.Notification@2b6de669 OnNext 3405 is odd.] NEXT: [rx.Notification@53f6c46b OnNext 3407 is odd.] NEXT: [rx.Notification@7c7fa26d OnNext 3409 is odd.] NEXT: [rx.Notification@cea59b84 OnNext 3411 is odd.] NEXT: [rx.Notification@f72e7986 OnNext 3413 is odd.] NEXT: [rx.Notification@1fb75788 OnNext 3415 is odd.] NEXT: [rx.Notification@4840358a OnNext 3417 is odd.] NEXT: [rx.Notification@70c9138c OnNext 3419 is odd.] NEXT: [rx.Notification@c2ef0ca3 OnNext 3421 is odd.] NEXT: [rx.Notification@eb77eaa5 OnNext 3423 is odd.] NEXT: [rx.Notification@1400c8a7 OnNext 3425 is odd.] NEXT: [rx.Notification@3c89a6a9 OnNext 3427 is odd.] NEXT: [rx.Notification@651284ab OnNext 3429 is odd.] NEXT: [rx.Notification@b7387dc2 OnNext 3431 is odd.] NEXT: [rx.Notification@dfc15bc4 OnNext 3433 is odd.] NEXT: [rx.Notification@84a39c6 OnNext 3435 is odd.] NEXT: [rx.Notification@30d317c8 OnNext 3437 is odd.] NEXT: [rx.Notification@595bf5ca OnNext 3439 is odd.] NEXT: [rx.Notification@ab81eee1 OnNext 3441 is odd.] NEXT: [rx.Notification@d40acce3 OnNext 3443 is odd.] NEXT: [rx.Notification@fc93aae5 OnNext 3445 is odd.] NEXT: [rx.Notification@251c88e7 OnNext 3447 is odd.] NEXT: [rx.Notification@4da566e9 OnNext 3449 is odd.] NEXT: [rx.Notification@9fcb6000 OnNext 3451 is odd.] NEXT: [rx.Notification@c8543e02 OnNext 3453 is odd.] NEXT: [rx.Notification@f0dd1c04 OnNext 3455 is odd.] NEXT: [rx.Notification@1965fa06 OnNext 3457 is odd.] NEXT: [rx.Notification@41eed808 OnNext 3459 is odd.] NEXT: [rx.Notification@9414d11f OnNext 3461 is odd.] NEXT: [rx.Notification@bc9daf21 OnNext 3463 is odd.] NEXT: [rx.Notification@e5268d23 OnNext 3465 is odd.] NEXT: [rx.Notification@daf6b25 OnNext 3467 is odd.] NEXT: [rx.Notification@36384927 OnNext 3469 is odd.] NEXT: [rx.Notification@885e423e OnNext 3471 is odd.] NEXT: [rx.Notification@b0e72040 OnNext 3473 is odd.] NEXT: [rx.Notification@d96ffe42 OnNext 3475 is odd.] NEXT: [rx.Notification@1f8dc44 OnNext 3477 is odd.] NEXT: [rx.Notification@2a81ba46 OnNext 3479 is odd.] NEXT: [rx.Notification@7ca7b35d OnNext 3481 is odd.] NEXT: [rx.Notification@a530915f OnNext 3483 is odd.] NEXT: [rx.Notification@cdb96f61 OnNext 3485 is odd.] NEXT: [rx.Notification@f6424d63 OnNext 3487 is odd.] NEXT: [rx.Notification@1ecb2b65 OnNext 3489 is odd.] NEXT: [rx.Notification@70f1247c OnNext 3491 is odd.] NEXT: [rx.Notification@997a027e OnNext 3493 is odd.] NEXT: [rx.Notification@c202e080 OnNext 3495 is odd.] NEXT: [rx.Notification@ea8bbe82 OnNext 3497 is odd.] NEXT: [rx.Notification@13149c84 OnNext 3499 is odd.] NEXT: [rx.Notification@6f40dd26 OnNext 3501 is odd.] NEXT: [rx.Notification@97c9bb28 OnNext 3503 is odd.] NEXT: [rx.Notification@c052992a OnNext 3505 is odd.] NEXT: [rx.Notification@e8db772c OnNext 3507 is odd.] NEXT: [rx.Notification@1164552e OnNext 3509 is odd.] NEXT: [rx.Notification@638a4e45 OnNext 3511 is odd.] NEXT: [rx.Notification@8c132c47 OnNext 3513 is odd.] NEXT: [rx.Notification@b49c0a49 OnNext 3515 is odd.] NEXT: [rx.Notification@dd24e84b OnNext 3517 is odd.] NEXT: [rx.Notification@5adc64d OnNext 3519 is odd.] NEXT: [rx.Notification@57d3bf64 OnNext 3521 is odd.] NEXT: [rx.Notification@805c9d66 OnNext 3523 is odd.] NEXT: [rx.Notification@a8e57b68 OnNext 3525 is odd.] NEXT: [rx.Notification@d16e596a OnNext 3527 is odd.] NEXT: [rx.Notification@f9f7376c OnNext 3529 is odd.] NEXT: [rx.Notification@4c1d3083 OnNext 3531 is odd.] NEXT: [rx.Notification@74a60e85 OnNext 3533 is odd.] NEXT: [rx.Notification@9d2eec87 OnNext 3535 is odd.] NEXT: [rx.Notification@c5b7ca89 OnNext 3537 is odd.] NEXT: [rx.Notification@ee40a88b OnNext 3539 is odd.] NEXT: [rx.Notification@4066a1a2 OnNext 3541 is odd.] NEXT: [rx.Notification@68ef7fa4 OnNext 3543 is odd.] NEXT: [rx.Notification@91785da6 OnNext 3545 is odd.] NEXT: [rx.Notification@ba013ba8 OnNext 3547 is odd.] NEXT: [rx.Notification@e28a19aa OnNext 3549 is odd.] NEXT: [rx.Notification@34b012c1 OnNext 3551 is odd.] NEXT: [rx.Notification@5d38f0c3 OnNext 3553 is odd.] NEXT: [rx.Notification@85c1cec5 OnNext 3555 is odd.] NEXT: [rx.Notification@ae4aacc7 OnNext 3557 is odd.] NEXT: [rx.Notification@d6d38ac9 OnNext 3559 is odd.] NEXT: [rx.Notification@28f983e0 OnNext 3561 is odd.] NEXT: [rx.Notification@518261e2 OnNext 3563 is odd.] NEXT: [rx.Notification@7a0b3fe4 OnNext 3565 is odd.] NEXT: [rx.Notification@a2941de6 OnNext 3567 is odd.] NEXT: [rx.Notification@cb1cfbe8 OnNext 3569 is odd.] NEXT: [rx.Notification@1d42f4ff OnNext 3571 is odd.] NEXT: [rx.Notification@45cbd301 OnNext 3573 is odd.] NEXT: [rx.Notification@6e54b103 OnNext 3575 is odd.] NEXT: [rx.Notification@96dd8f05 OnNext 3577 is odd.] NEXT: [rx.Notification@bf666d07 OnNext 3579 is odd.] NEXT: [rx.Notification@118c661e OnNext 3581 is odd.] NEXT: [rx.Notification@3a154420 OnNext 3583 is odd.] NEXT: [rx.Notification@4f5ed84a OnNext 1476 is even.] NEXT: [rx.Notification@37f1ba88 OnNext 1478 is even.] NEXT: [rx.Notification@2a8ae451 OnNext 1480 is even.] NEXT: [rx.Notification@131dc68f OnNext 1482 is even.] NEXT: [rx.Notification@fbb0a8cd OnNext 1484 is even.] NEXT: [rx.Notification@e4438b0b OnNext 1486 is even.] NEXT: [rx.Notification@ccd66d49 OnNext 1488 is even.] NEXT: [rx.Notification@629e2222 OnNext 3585 is odd.] NEXT: [rx.Notification@8b270024 OnNext 3587 is odd.] NEXT: [rx.Notification@b3afde26 OnNext 3589 is odd.] NEXT: [rx.Notification@5d5d73d OnNext 3591 is odd.] NEXT: [rx.Notification@2e5eb53f OnNext 3593 is odd.] NEXT: [rx.Notification@56e79341 OnNext 3595 is odd.] NEXT: [rx.Notification@7f707143 OnNext 3597 is odd.] NEXT: [rx.Notification@a7f94f45 OnNext 3599 is odd.] NEXT: [rx.Notification@4258fe7 OnNext 3601 is odd.] NEXT: [rx.Notification@2cae6de9 OnNext 3603 is odd.] NEXT: [rx.Notification@55374beb OnNext 3605 is odd.] NEXT: [rx.Notification@7dc029ed OnNext 3607 is odd.] NEXT: [rx.Notification@a64907ef OnNext 3609 is odd.] NEXT: [rx.Notification@f86f0106 OnNext 3611 is odd.] NEXT: [rx.Notification@20f7df08 OnNext 3613 is odd.] NEXT: [rx.Notification@4980bd0a OnNext 3615 is odd.] NEXT: [rx.Notification@72099b0c OnNext 3617 is odd.] NEXT: [rx.Notification@9a92790e OnNext 3619 is odd.] NEXT: [rx.Notification@ecb87225 OnNext 3621 is odd.] NEXT: [rx.Notification@15415027 OnNext 3623 is odd.] NEXT: [rx.Notification@3dca2e29 OnNext 3625 is odd.] NEXT: [rx.Notification@66530c2b OnNext 3627 is odd.] NEXT: [rx.Notification@8edbea2d OnNext 3629 is odd.] NEXT: [rx.Notification@e101e344 OnNext 3631 is odd.] NEXT: [rx.Notification@98ac146 OnNext 3633 is odd.] NEXT: [rx.Notification@32139f48 OnNext 3635 is odd.] NEXT: [rx.Notification@5a9c7d4a OnNext 3637 is odd.] NEXT: [rx.Notification@83255b4c OnNext 3639 is odd.] NEXT: [rx.Notification@d54b5463 OnNext 3641 is odd.] NEXT: [rx.Notification@fdd43265 OnNext 3643 is odd.] NEXT: [rx.Notification@265d1067 OnNext 3645 is odd.] NEXT: [rx.Notification@4ee5ee69 OnNext 3647 is odd.] NEXT: [rx.Notification@776ecc6b OnNext 3649 is odd.] NEXT: [rx.Notification@c994c582 OnNext 3651 is odd.] NEXT: [rx.Notification@f21da384 OnNext 3653 is odd.] NEXT: [rx.Notification@1aa68186 OnNext 3655 is odd.] NEXT: [rx.Notification@432f5f88 OnNext 3657 is odd.] NEXT: [rx.Notification@6bb83d8a OnNext 3659 is odd.] NEXT: [rx.Notification@bdde36a1 OnNext 3661 is odd.] NEXT: [rx.Notification@e66714a3 OnNext 3663 is odd.] NEXT: [rx.Notification@eeff2a5 OnNext 3665 is odd.] NEXT: [rx.Notification@3778d0a7 OnNext 3667 is odd.] NEXT: [rx.Notification@6001aea9 OnNext 3669 is odd.] NEXT: [rx.Notification@b227a7c0 OnNext 3671 is odd.] NEXT: [rx.Notification@dab085c2 OnNext 3673 is odd.] NEXT: [rx.Notification@33963c4 OnNext 3675 is odd.] NEXT: [rx.Notification@2bc241c6 OnNext 3677 is odd.] NEXT: [rx.Notification@544b1fc8 OnNext 3679 is odd.] NEXT: [rx.Notification@a67118df OnNext 3681 is odd.] NEXT: [rx.Notification@cef9f6e1 OnNext 3683 is odd.] NEXT: [rx.Notification@f782d4e3 OnNext 3685 is odd.] NEXT: [rx.Notification@200bb2e5 OnNext 3687 is odd.] NEXT: [rx.Notification@489490e7 OnNext 3689 is odd.] NEXT: [rx.Notification@9aba89fe OnNext 3691 is odd.] NEXT: [rx.Notification@c3436800 OnNext 3693 is odd.] NEXT: [rx.Notification@ebcc4602 OnNext 3695 is odd.] NEXT: [rx.Notification@14552404 OnNext 3697 is odd.] NEXT: [rx.Notification@3cde0206 OnNext 3699 is odd.] NEXT: [rx.Notification@990a42a8 OnNext 3701 is odd.] NEXT: [rx.Notification@c19320aa OnNext 3703 is odd.] NEXT: [rx.Notification@ea1bfeac OnNext 3705 is odd.] NEXT: [rx.Notification@12a4dcae OnNext 3707 is odd.] NEXT: [rx.Notification@3b2dbab0 OnNext 3709 is odd.] NEXT: [rx.Notification@8d53b3c7 OnNext 3711 is odd.] NEXT: [rx.Notification@b5dc91c9 OnNext 3713 is odd.] NEXT: [rx.Notification@de656fcb OnNext 3715 is odd.] NEXT: [rx.Notification@6ee4dcd OnNext 3717 is odd.] NEXT: [rx.Notification@2f772bcf OnNext 3719 is odd.] NEXT: [rx.Notification@819d24e6 OnNext 3721 is odd.] NEXT: [rx.Notification@aa2602e8 OnNext 3723 is odd.] NEXT: [rx.Notification@d2aee0ea OnNext 3725 is odd.] NEXT: [rx.Notification@fb37beec OnNext 3727 is odd.] NEXT: [rx.Notification@23c09cee OnNext 3729 is odd.] NEXT: [rx.Notification@75e69605 OnNext 3731 is odd.] NEXT: [rx.Notification@9e6f7407 OnNext 3733 is odd.] NEXT: [rx.Notification@c6f85209 OnNext 3735 is odd.] NEXT: [rx.Notification@ef81300b OnNext 3737 is odd.] NEXT: [rx.Notification@180a0e0d OnNext 3739 is odd.] NEXT: [rx.Notification@6a300724 OnNext 3741 is odd.] NEXT: [rx.Notification@92b8e526 OnNext 3743 is odd.] NEXT: [rx.Notification@bb41c328 OnNext 3745 is odd.] NEXT: [rx.Notification@e3caa12a OnNext 3747 is odd.] NEXT: [rx.Notification@c537f2c OnNext 3749 is odd.] NEXT: [rx.Notification@5e797843 OnNext 3751 is odd.] NEXT: [rx.Notification@87025645 OnNext 3753 is odd.] NEXT: [rx.Notification@af8b3447 OnNext 3755 is odd.] NEXT: [rx.Notification@d8141249 OnNext 3757 is odd.] NEXT: [rx.Notification@9cf04b OnNext 3759 is odd.] NEXT: [rx.Notification@52c2e962 OnNext 3761 is odd.] NEXT: [rx.Notification@7b4bc764 OnNext 3763 is odd.] NEXT: [rx.Notification@a3d4a566 OnNext 3765 is odd.] NEXT: [rx.Notification@cc5d8368 OnNext 3767 is odd.] NEXT: [rx.Notification@f4e6616a OnNext 3769 is odd.] NEXT: [rx.Notification@470c5a81 OnNext 3771 is odd.] NEXT: [rx.Notification@6f953883 OnNext 3773 is odd.] NEXT: [rx.Notification@981e1685 OnNext 3775 is odd.] NEXT: [rx.Notification@bf6f9712 OnNext 1490 is even.] NEXT: [rx.Notification@a8027950 OnNext 1492 is even.] NEXT: [rx.Notification@90955b8e OnNext 1494 is even.] NEXT: [rx.Notification@79283dcc OnNext 1496 is even.] NEXT: [rx.Notification@61bb200a OnNext 1498 is even.] NEXT: [rx.Notification@8b16f3a8 OnNext 1500 is even.] NEXT: [rx.Notification@73a9d5e6 OnNext 1502 is even.] NEXT: [rx.Notification@5c3cb824 OnNext 1504 is even.] NEXT: [rx.Notification@44cf9a62 OnNext 1506 is even.] NEXT: [rx.Notification@2d627ca0 OnNext 1508 is even.] NEXT: [rx.Notification@1ffba669 OnNext 1510 is even.] NEXT: [rx.Notification@88e88a7 OnNext 1512 is even.] NEXT: [rx.Notification@f1216ae5 OnNext 1514 is even.] NEXT: [rx.Notification@d9b44d23 OnNext 1516 is even.] NEXT: [rx.Notification@c2472f61 OnNext 1518 is even.] NEXT: [rx.Notification@b4e0592a OnNext 1520 is even.] NEXT: [rx.Notification@9d733b68 OnNext 1522 is even.] NEXT: [rx.Notification@86061da6 OnNext 1524 is even.] NEXT: [rx.Notification@6e98ffe4 OnNext 1526 is even.] NEXT: [rx.Notification@572be222 OnNext 1528 is even.] NEXT: [rx.Notification@49c50beb OnNext 1530 is even.] NEXT: [rx.Notification@3257ee29 OnNext 1532 is even.] NEXT: [rx.Notification@1aead067 OnNext 1534 is even.] NEXT: [rx.Notification@37db2a5 OnNext 1536 is even.] NEXT: [rx.Notification@ec1094e3 OnNext 1538 is even.] NEXT: [rx.Notification@dea9beac OnNext 1540 is even.] NEXT: [rx.Notification@c73ca0ea OnNext 1542 is even.] NEXT: [rx.Notification@afcf8328 OnNext 1544 is even.] NEXT: [rx.Notification@98626566 OnNext 1546 is even.] NEXT: [rx.Notification@80f547a4 OnNext 1548 is even.] NEXT: [rx.Notification@738e716d OnNext 1550 is even.] NEXT: [rx.Notification@5c2153ab OnNext 1552 is even.] NEXT: [rx.Notification@44b435e9 OnNext 1554 is even.] NEXT: [rx.Notification@2d471827 OnNext 1556 is even.] NEXT: [rx.Notification@15d9fa65 OnNext 1558 is even.] NEXT: [rx.Notification@873242e OnNext 1560 is even.] NEXT: [rx.Notification@f106066c OnNext 1562 is even.] NEXT: [rx.Notification@d998e8aa OnNext 1564 is even.] NEXT: [rx.Notification@c22bcae8 OnNext 1566 is even.] NEXT: [rx.Notification@aabead26 OnNext 1568 is even.] NEXT: [rx.Notification@9d57d6ef OnNext 1570 is even.] NEXT: [rx.Notification@85eab92d OnNext 1572 is even.] NEXT: [rx.Notification@6e7d9b6b OnNext 1574 is even.] NEXT: [rx.Notification@57107da9 OnNext 1576 is even.] NEXT: [rx.Notification@3fa35fe7 OnNext 1578 is even.] NEXT: [rx.Notification@323c89b0 OnNext 1580 is even.] NEXT: [rx.Notification@1acf6bee OnNext 1582 is even.] NEXT: [rx.Notification@3624e2c OnNext 1584 is even.] NEXT: [rx.Notification@ebf5306a OnNext 1586 is even.] NEXT: [rx.Notification@d48812a8 OnNext 1588 is even.] NEXT: [rx.Notification@c7213c71 OnNext 1590 is even.] NEXT: [rx.Notification@afb41eaf OnNext 1592 is even.] NEXT: [rx.Notification@984700ed OnNext 1594 is even.] NEXT: [rx.Notification@80d9e32b OnNext 1596 is even.] NEXT: [rx.Notification@696cc569 OnNext 1598 is even.] NEXT: [rx.Notification@92c89907 OnNext 1600 is even.] NEXT: [rx.Notification@7b5b7b45 OnNext 1602 is even.] NEXT: [rx.Notification@63ee5d83 OnNext 1604 is even.] NEXT: [rx.Notification@4c813fc1 OnNext 1606 is even.] NEXT: [rx.Notification@351421ff OnNext 1608 is even.] NEXT: [rx.Notification@27ad4bc8 OnNext 1610 is even.] NEXT: [rx.Notification@10402e06 OnNext 1612 is even.] NEXT: [rx.Notification@f8d31044 OnNext 1614 is even.] NEXT: [rx.Notification@e165f282 OnNext 1616 is even.] NEXT: [rx.Notification@c9f8d4c0 OnNext 1618 is even.] NEXT: [rx.Notification@bc91fe89 OnNext 1620 is even.] NEXT: [rx.Notification@a524e0c7 OnNext 1622 is even.] NEXT: [rx.Notification@8db7c305 OnNext 1624 is even.] NEXT: [rx.Notification@764aa543 OnNext 1626 is even.] NEXT: [rx.Notification@5edd8781 OnNext 1628 is even.] NEXT: [rx.Notification@5176b14a OnNext 1630 is even.] NEXT: [rx.Notification@3a099388 OnNext 1632 is even.] NEXT: [rx.Notification@229c75c6 OnNext 1634 is even.] NEXT: [rx.Notification@b2f5804 OnNext 1636 is even.] NEXT: [rx.Notification@f3c23a42 OnNext 1638 is even.] NEXT: [rx.Notification@e65b640b OnNext 1640 is even.] NEXT: [rx.Notification@ceee4649 OnNext 1642 is even.] NEXT: [rx.Notification@b7812887 OnNext 1644 is even.] NEXT: [rx.Notification@a0140ac5 OnNext 1646 is even.] NEXT: [rx.Notification@88a6ed03 OnNext 1648 is even.] NEXT: [rx.Notification@7b4016cc OnNext 1650 is even.] NEXT: [rx.Notification@63d2f90a OnNext 1652 is even.] NEXT: [rx.Notification@4c65db48 OnNext 1654 is even.] NEXT: [rx.Notification@34f8bd86 OnNext 1656 is even.] NEXT: [rx.Notification@1d8b9fc4 OnNext 1658 is even.] NEXT: [rx.Notification@1024c98d OnNext 1660 is even.] NEXT: [rx.Notification@f8b7abcb OnNext 1662 is even.] NEXT: [rx.Notification@e14a8e09 OnNext 1664 is even.] NEXT: [rx.Notification@c9dd7047 OnNext 1666 is even.] NEXT: [rx.Notification@b2705285 OnNext 1668 is even.] NEXT: [rx.Notification@a5097c4e OnNext 1670 is even.] NEXT: [rx.Notification@8d9c5e8c OnNext 1672 is even.] NEXT: [rx.Notification@762f40ca OnNext 1674 is even.] NEXT: [rx.Notification@5ec22308 OnNext 1676 is even.] NEXT: [rx.Notification@47550546 OnNext 1678 is even.] NEXT: [rx.Notification@39ee2f0f OnNext 1680 is even.] NEXT: [rx.Notification@2281114d OnNext 1682 is even.] NEXT: [rx.Notification@b13f38b OnNext 1684 is even.] NEXT: [rx.Notification@f3a6d5c9 OnNext 1686 is even.] NEXT: [rx.Notification@dc39b807 OnNext 1688 is even.] NEXT: [rx.Notification@ced2e1d0 OnNext 1690 is even.] NEXT: [rx.Notification@b765c40e OnNext 1692 is even.] NEXT: [rx.Notification@9ff8a64c OnNext 1694 is even.] NEXT: [rx.Notification@888b888a OnNext 1696 is even.] NEXT: [rx.Notification@711e6ac8 OnNext 1698 is even.] NEXT: [rx.Notification@9a7a3e66 OnNext 1700 is even.] NEXT: [rx.Notification@830d20a4 OnNext 1702 is even.] NEXT: [rx.Notification@6ba002e2 OnNext 1704 is even.] NEXT: [rx.Notification@5432e520 OnNext 1706 is even.] NEXT: [rx.Notification@3cc5c75e OnNext 1708 is even.] NEXT: [rx.Notification@2f5ef127 OnNext 1710 is even.] NEXT: [rx.Notification@17f1d365 OnNext 1712 is even.] NEXT: [rx.Notification@84b5a3 OnNext 1714 is even.] NEXT: [rx.Notification@e91797e1 OnNext 1716 is even.] NEXT: [rx.Notification@d1aa7a1f OnNext 1718 is even.] NEXT: [rx.Notification@c443a3e8 OnNext 1720 is even.] NEXT: [rx.Notification@acd68626 OnNext 1722 is even.] NEXT: [rx.Notification@95696864 OnNext 1724 is even.] NEXT: [rx.Notification@7dfc4aa2 OnNext 1726 is even.] NEXT: [rx.Notification@668f2ce0 OnNext 1728 is even.] NEXT: [rx.Notification@c0a6f487 OnNext 3777 is odd.] NEXT: [rx.Notification@e92fd289 OnNext 3779 is odd.] NEXT: [rx.Notification@3b55cba0 OnNext 3781 is odd.] NEXT: [rx.Notification@63dea9a2 OnNext 3783 is odd.] NEXT: [rx.Notification@8c6787a4 OnNext 3785 is odd.] NEXT: [rx.Notification@b4f065a6 OnNext 3787 is odd.] NEXT: [rx.Notification@dd7943a8 OnNext 3789 is odd.] NEXT: [rx.Notification@2f9f3cbf OnNext 3791 is odd.] NEXT: [rx.Notification@58281ac1 OnNext 3793 is odd.] NEXT: [rx.Notification@80b0f8c3 OnNext 3795 is odd.] NEXT: [rx.Notification@a939d6c5 OnNext 3797 is odd.] NEXT: [rx.Notification@d1c2b4c7 OnNext 3799 is odd.] //////////////////// COMPLETED-A NEXT: [rx.Notification@2deef569 OnNext 3801 is odd.] NEXT: [rx.Notification@5677d36b OnNext 3803 is odd.] NEXT: [rx.Notification@7f00b16d OnNext 3805 is odd.] NEXT: [rx.Notification@a7898f6f OnNext 3807 is odd.] NEXT: [rx.Notification@d0126d71 OnNext 3809 is odd.] NEXT: [rx.Notification@592856a9 OnNext 1730 is even.] NEXT: [rx.Notification@41bb38e7 OnNext 1732 is even.] NEXT: [rx.Notification@2a4e1b25 OnNext 1734 is even.] NEXT: [rx.Notification@12e0fd63 OnNext 1736 is even.] NEXT: [rx.Notification@fb73dfa1 OnNext 1738 is even.] NEXT: [rx.Notification@ee0d096a OnNext 1740 is even.] NEXT: [rx.Notification@d69feba8 OnNext 1742 is even.] NEXT: [rx.Notification@bf32cde6 OnNext 1744 is even.] NEXT: [rx.Notification@a7c5b024 OnNext 1746 is even.] NEXT: [rx.Notification@90589262 OnNext 1748 is even.] NEXT: [rx.Notification@82f1bc2b OnNext 1750 is even.] NEXT: [rx.Notification@6b849e69 OnNext 1752 is even.] NEXT: [rx.Notification@541780a7 OnNext 1754 is even.] NEXT: [rx.Notification@3caa62e5 OnNext 1756 is even.] NEXT: [rx.Notification@253d4523 OnNext 1758 is even.] NEXT: [rx.Notification@17d66eec OnNext 1760 is even.] NEXT: [rx.Notification@69512a OnNext 1762 is even.] NEXT: [rx.Notification@e8fc3368 OnNext 1764 is even.] NEXT: [rx.Notification@d18f15a6 OnNext 1766 is even.] NEXT: [rx.Notification@ba21f7e4 OnNext 1768 is even.] NEXT: [rx.Notification@acbb21ad OnNext 1770 is even.] NEXT: [rx.Notification@954e03eb OnNext 1772 is even.] NEXT: [rx.Notification@7de0e629 OnNext 1774 is even.] NEXT: [rx.Notification@6673c867 OnNext 1776 is even.] NEXT: [rx.Notification@4f06aaa5 OnNext 1778 is even.] NEXT: [rx.Notification@419fd46e OnNext 1780 is even.] NEXT: [rx.Notification@2a32b6ac OnNext 1782 is even.] NEXT: [rx.Notification@12c598ea OnNext 1784 is even.] NEXT: [rx.Notification@fb587b28 OnNext 1786 is even.] NEXT: [rx.Notification@e3eb5d66 OnNext 1788 is even.] NEXT: [rx.Notification@d684872f OnNext 1790 is even.] NEXT: [rx.Notification@bf17696d OnNext 1792 is even.] NEXT: [rx.Notification@a7aa4bab OnNext 1794 is even.] NEXT: [rx.Notification@903d2de9 OnNext 1796 is even.] NEXT: [rx.Notification@78d01027 OnNext 1798 is even.] NEXT: [rx.Notification@a22be3c5 OnNext 1800 is even.] NEXT: [rx.Notification@8abec603 OnNext 1802 is even.] NEXT: [rx.Notification@7351a841 OnNext 1804 is even.] NEXT: [rx.Notification@5be48a7f OnNext 1806 is even.] NEXT: [rx.Notification@44776cbd OnNext 1808 is even.] NEXT: [rx.Notification@37109686 OnNext 1810 is even.] NEXT: [rx.Notification@1fa378c4 OnNext 1812 is even.] NEXT: [rx.Notification@8365b02 OnNext 1814 is even.] NEXT: [rx.Notification@f0c93d40 OnNext 1816 is even.] NEXT: [rx.Notification@d95c1f7e OnNext 1818 is even.] NEXT: [rx.Notification@cbf54947 OnNext 1820 is even.] NEXT: [rx.Notification@b4882b85 OnNext 1822 is even.] NEXT: [rx.Notification@9d1b0dc3 OnNext 1824 is even.] NEXT: [rx.Notification@85adf001 OnNext 1826 is even.] NEXT: [rx.Notification@6e40d23f OnNext 1828 is even.] NEXT: [rx.Notification@60d9fc08 OnNext 1830 is even.] NEXT: [rx.Notification@496cde46 OnNext 1832 is even.] NEXT: [rx.Notification@31ffc084 OnNext 1834 is even.] NEXT: [rx.Notification@1a92a2c2 OnNext 1836 is even.] NEXT: [rx.Notification@3258500 OnNext 1838 is even.] NEXT: [rx.Notification@f5beaec9 OnNext 1840 is even.] NEXT: [rx.Notification@de519107 OnNext 1842 is even.] NEXT: [rx.Notification@c6e47345 OnNext 1844 is even.] NEXT: [rx.Notification@af775583 OnNext 1846 is even.] NEXT: [rx.Notification@980a37c1 OnNext 1848 is even.] NEXT: [rx.Notification@8aa3618a OnNext 1850 is even.] NEXT: [rx.Notification@733643c8 OnNext 1852 is even.] NEXT: [rx.Notification@5bc92606 OnNext 1854 is even.] NEXT: [rx.Notification@445c0844 OnNext 1856 is even.] NEXT: [rx.Notification@22386688 OnNext 3811 is odd.] NEXT: [rx.Notification@2ceeea82 OnNext 1858 is even.] NEXT: [rx.Notification@4ac1448a OnNext 3813 is odd.] NEXT: [rx.Notification@734a228c OnNext 3815 is odd.] NEXT: [rx.Notification@9bd3008e OnNext 3817 is odd.] NEXT: [rx.Notification@c45bde90 OnNext 3819 is odd.] NEXT: [rx.Notification@1681d7a7 OnNext 3821 is odd.] NEXT: [rx.Notification@3f0ab5a9 OnNext 3823 is odd.] NEXT: [rx.Notification@679393ab OnNext 3825 is odd.] NEXT: [rx.Notification@901c71ad OnNext 3827 is odd.] NEXT: [rx.Notification@b8a54faf OnNext 3829 is odd.] NEXT: [rx.Notification@acb48c6 OnNext 3831 is odd.] NEXT: [rx.Notification@335426c8 OnNext 3833 is odd.] NEXT: [rx.Notification@5bdd04ca OnNext 3835 is odd.] //////////////////// COMPLETED-B NEXT: [rx.Notification@8465e2cc OnNext 3837 is odd.] NEXT: [rx.Notification@aceec0ce OnNext 3839 is odd.] NEXT: [rx.Notification@ff14b9e5 OnNext 3841 is odd.] NEXT: [rx.Notification@279d97e7 OnNext 3843 is odd.] NEXT: [rx.Notification@502675e9 OnNext 3845 is odd.] NEXT: [rx.Notification@78af53eb OnNext 3847 is odd.] NEXT: [rx.Notification@a13831ed OnNext 3849 is odd.] NEXT: [rx.Notification@f35e2b04 OnNext 3851 is odd.] NEXT: [rx.Notification@1be70906 OnNext 3853 is odd.] NEXT: [rx.Notification@446fe708 OnNext 3855 is odd.] NEXT: [rx.Notification@6cf8c50a OnNext 3857 is odd.] NEXT: [rx.Notification@9581a30c OnNext 3859 is odd.] NEXT: [rx.Notification@e7a79c23 OnNext 3861 is odd.] NEXT: [rx.Notification@10307a25 OnNext 3863 is odd.] NEXT: [rx.Notification@38b95827 OnNext 3865 is odd.] NEXT: [rx.Notification@61423629 OnNext 3867 is odd.] NEXT: [rx.Notification@89cb142b OnNext 3869 is odd.] NEXT: [rx.Notification@dbf10d42 OnNext 3871 is odd.] NEXT: [rx.Notification@479eb44 OnNext 3873 is odd.] NEXT: [rx.Notification@2d02c946 OnNext 3875 is odd.] NEXT: [rx.Notification@558ba748 OnNext 3877 is odd.] NEXT: [rx.Notification@7e14854a OnNext 3879 is odd.] NEXT: [rx.Notification@d03a7e61 OnNext 3881 is odd.] NEXT: [rx.Notification@f8c35c63 OnNext 3883 is odd.] NEXT: [rx.Notification@214c3a65 OnNext 3885 is odd.] NEXT: [rx.Notification@49d51867 OnNext 3887 is odd.] NEXT: [rx.Notification@725df669 OnNext 3889 is odd.] NEXT: [rx.Notification@c483ef80 OnNext 3891 is odd.] NEXT: [rx.Notification@ed0ccd82 OnNext 3893 is odd.] NEXT: [rx.Notification@1595ab84 OnNext 3895 is odd.] NEXT: [rx.Notification@3e1e8986 OnNext 3897 is odd.] NEXT: [rx.Notification@66a76788 OnNext 3899 is odd.] NEXT: [rx.Notification@c2d3a82a OnNext 3901 is odd.] NEXT: [rx.Notification@eb5c862c OnNext 3903 is odd.] NEXT: [rx.Notification@13e5642e OnNext 3905 is odd.] NEXT: [rx.Notification@3c6e4230 OnNext 3907 is odd.] NEXT: [rx.Notification@64f72032 OnNext 3909 is odd.] NEXT: [rx.Notification@b71d1949 OnNext 3911 is odd.] NEXT: [rx.Notification@dfa5f74b OnNext 3913 is odd.] NEXT: [rx.Notification@82ed54d OnNext 3915 is odd.] NEXT: [rx.Notification@30b7b34f OnNext 3917 is odd.] NEXT: [rx.Notification@59409151 OnNext 3919 is odd.] NEXT: [rx.Notification@ab668a68 OnNext 3921 is odd.] NEXT: [rx.Notification@d3ef686a OnNext 3923 is odd.] NEXT: [rx.Notification@fc78466c OnNext 3925 is odd.] NEXT: [rx.Notification@2501246e OnNext 3927 is odd.] NEXT: [rx.Notification@4d8a0270 OnNext 3929 is odd.] NEXT: [rx.Notification@9faffb87 OnNext 3931 is odd.] NEXT: [rx.Notification@c838d989 OnNext 3933 is odd.] NEXT: [rx.Notification@f0c1b78b OnNext 3935 is odd.] NEXT: [rx.Notification@194a958d OnNext 3937 is odd.] NEXT: [rx.Notification@41d3738f OnNext 3939 is odd.] NEXT: [rx.Notification@93f96ca6 OnNext 3941 is odd.] NEXT: [rx.Notification@bc824aa8 OnNext 3943 is odd.] NEXT: [rx.Notification@e50b28aa OnNext 3945 is odd.] NEXT: [rx.Notification@d9406ac OnNext 3947 is odd.] NEXT: [rx.Notification@361ce4ae OnNext 3949 is odd.] NEXT: [rx.Notification@8842ddc5 OnNext 3951 is odd.] NEXT: [rx.Notification@b0cbbbc7 OnNext 3953 is odd.] NEXT: [rx.Notification@d95499c9 OnNext 3955 is odd.] NEXT: [rx.Notification@1dd77cb OnNext 3957 is odd.] NEXT: [rx.Notification@2a6655cd OnNext 3959 is odd.] NEXT: [rx.Notification@7c8c4ee4 OnNext 3961 is odd.] NEXT: [rx.Notification@a5152ce6 OnNext 3963 is odd.] NEXT: [rx.Notification@cd9e0ae8 OnNext 3965 is odd.] NEXT: [rx.Notification@f626e8ea OnNext 3967 is odd.] NEXT: [rx.Notification@1eafc6ec OnNext 3969 is odd.] NEXT: [rx.Notification@70d5c003 OnNext 3971 is odd.] NEXT: [rx.Notification@995e9e05 OnNext 3973 is odd.] NEXT: [rx.Notification@c1e77c07 OnNext 3975 is odd.] NEXT: [rx.Notification@ea705a09 OnNext 3977 is odd.] NEXT: [rx.Notification@12f9380b OnNext 3979 is odd.] NEXT: [rx.Notification@651f3122 OnNext 3981 is odd.] NEXT: [rx.Notification@8da80f24 OnNext 3983 is odd.] NEXT: [rx.Notification@b630ed26 OnNext 3985 is odd.] NEXT: [rx.Notification@deb9cb28 OnNext 3987 is odd.] NEXT: [rx.Notification@742a92a OnNext 3989 is odd.] NEXT: [rx.Notification@5968a241 OnNext 3991 is odd.] NEXT: [rx.Notification@81f18043 OnNext 3993 is odd.] NEXT: [rx.Notification@aa7a5e45 OnNext 3995 is odd.] NEXT: [rx.Notification@d3033c47 OnNext 3997 is odd.] NEXT: [rx.Notification@fb8c1a49 OnNext 3999 is odd.] NEXT: [rx.Notification@1f88144b OnNext 1860 is even.] NEXT: [rx.Notification@81af689 OnNext 1862 is even.] NEXT: [rx.Notification@f0add8c7 OnNext 1864 is even.] NEXT: [rx.Notification@d940bb05 OnNext 1866 is even.] NEXT: [rx.Notification@c1d39d43 OnNext 1868 is even.] NEXT: [rx.Notification@b46cc70c OnNext 1870 is even.] NEXT: [rx.Notification@9cffa94a OnNext 1872 is even.] NEXT: [rx.Notification@85928b88 OnNext 1874 is even.] NEXT: [rx.Notification@6e256dc6 OnNext 1876 is even.] NEXT: [rx.Notification@56b85004 OnNext 1878 is even.] NEXT: [rx.Notification@495179cd OnNext 1880 is even.] NEXT: [rx.Notification@31e45c0b OnNext 1882 is even.] NEXT: [rx.Notification@1a773e49 OnNext 1884 is even.] NEXT: [rx.Notification@30a2087 OnNext 1886 is even.] NEXT: [rx.Notification@eb9d02c5 OnNext 1888 is even.] NEXT: [rx.Notification@de362c8e OnNext 1890 is even.] NEXT: [rx.Notification@c6c90ecc OnNext 1892 is even.] NEXT: [rx.Notification@af5bf10a OnNext 1894 is even.] NEXT: [rx.Notification@97eed348 OnNext 1896 is even.] NEXT: [rx.Notification@8081b586 OnNext 1898 is even.] NEXT: [rx.Notification@a9dd8924 OnNext 1900 is even.] NEXT: [rx.Notification@92706b62 OnNext 1902 is even.] NEXT: [rx.Notification@7b034da0 OnNext 1904 is even.] NEXT: [rx.Notification@63962fde OnNext 1906 is even.] NEXT: [rx.Notification@4c29121c OnNext 1908 is even.] NEXT: [rx.Notification@3ec23be5 OnNext 1910 is even.] NEXT: [rx.Notification@27551e23 OnNext 1912 is even.] NEXT: [rx.Notification@fe80061 OnNext 1914 is even.] NEXT: [rx.Notification@f87ae29f OnNext 1916 is even.] NEXT: [rx.Notification@e10dc4dd OnNext 1918 is even.] NEXT: [rx.Notification@d3a6eea6 OnNext 1920 is even.] NEXT: [rx.Notification@bc39d0e4 OnNext 1922 is even.] NEXT: [rx.Notification@a4ccb322 OnNext 1924 is even.] NEXT: [rx.Notification@8d5f9560 OnNext 1926 is even.] NEXT: [rx.Notification@75f2779e OnNext 1928 is even.] NEXT: [rx.Notification@688ba167 OnNext 1930 is even.] NEXT: [rx.Notification@511e83a5 OnNext 1932 is even.] NEXT: [rx.Notification@39b165e3 OnNext 1934 is even.] NEXT: [rx.Notification@22444821 OnNext 1936 is even.] NEXT: [rx.Notification@ad72a5f OnNext 1938 is even.] NEXT: [rx.Notification@fd705428 OnNext 1940 is even.] NEXT: [rx.Notification@e6033666 OnNext 1942 is even.] NEXT: [rx.Notification@ce9618a4 OnNext 1944 is even.] NEXT: [rx.Notification@b728fae2 OnNext 1946 is even.] NEXT: [rx.Notification@9fbbdd20 OnNext 1948 is even.] NEXT: [rx.Notification@925506e9 OnNext 1950 is even.] NEXT: [rx.Notification@7ae7e927 OnNext 1952 is even.] NEXT: [rx.Notification@637acb65 OnNext 1954 is even.] NEXT: [rx.Notification@4c0dada3 OnNext 1956 is even.] NEXT: [rx.Notification@34a08fe1 OnNext 1958 is even.] NEXT: [rx.Notification@2739b9aa OnNext 1960 is even.] NEXT: [rx.Notification@fcc9be8 OnNext 1962 is even.] NEXT: [rx.Notification@f85f7e26 OnNext 1964 is even.] NEXT: [rx.Notification@e0f26064 OnNext 1966 is even.] NEXT: [rx.Notification@c98542a2 OnNext 1968 is even.] NEXT: [rx.Notification@bc1e6c6b OnNext 1970 is even.] NEXT: [rx.Notification@a4b14ea9 OnNext 1972 is even.] NEXT: [rx.Notification@8d4430e7 OnNext 1974 is even.] NEXT: [rx.Notification@75d71325 OnNext 1976 is even.] NEXT: [rx.Notification@5e69f563 OnNext 1978 is even.] NEXT: [rx.Notification@51031f2c OnNext 1980 is even.] NEXT: [rx.Notification@3996016a OnNext 1982 is even.] NEXT: [rx.Notification@2228e3a8 OnNext 1984 is even.] NEXT: [rx.Notification@abbc5e6 OnNext 1986 is even.] NEXT: [rx.Notification@f34ea824 OnNext 1988 is even.] NEXT: [rx.Notification@e5e7d1ed OnNext 1990 is even.] NEXT: [rx.Notification@ce7ab42b OnNext 1992 is even.] NEXT: [rx.Notification@b70d9669 OnNext 1994 is even.] NEXT: [rx.Notification@9fa078a7 OnNext 1996 is even.] NEXT: [rx.Notification@88335ae5 OnNext 1998 is even.] NEXT: [rx.Notification@5321bf4e OnNext 2000 is even.] NEXT: [rx.Notification@3bb4a18c OnNext 2002 is even.] NEXT: [rx.Notification@244783ca OnNext 2004 is even.] NEXT: [rx.Notification@cda6608 OnNext 2006 is even.] NEXT: [rx.Notification@f56d4846 OnNext 2008 is even.] NEXT: [rx.Notification@e806720f OnNext 2010 is even.] NEXT: [rx.Notification@d099544d OnNext 2012 is even.] NEXT: [rx.Notification@b92c368b OnNext 2014 is even.] NEXT: [rx.Notification@a1bf18c9 OnNext 2016 is even.] NEXT: [rx.Notification@8a51fb07 OnNext 2018 is even.] NEXT: [rx.Notification@7ceb24d0 OnNext 2020 is even.] NEXT: [rx.Notification@657e070e OnNext 2022 is even.] NEXT: [rx.Notification@4e10e94c OnNext 2024 is even.] NEXT: [rx.Notification@36a3cb8a OnNext 2026 is even.] NEXT: [rx.Notification@1f36adc8 OnNext 2028 is even.] NEXT: [rx.Notification@11cfd791 OnNext 2030 is even.] NEXT: [rx.Notification@fa62b9cf OnNext 2032 is even.] NEXT: [rx.Notification@e2f59c0d OnNext 2034 is even.] NEXT: [rx.Notification@cb887e4b OnNext 2036 is even.] NEXT: [rx.Notification@b41b6089 OnNext 2038 is even.] NEXT: [rx.Notification@a6b48a52 OnNext 2040 is even.] NEXT: [rx.Notification@8f476c90 OnNext 2042 is even.] NEXT: [rx.Notification@77da4ece OnNext 2044 is even.] NEXT: [rx.Notification@606d310c OnNext 2046 is even.] NEXT: [rx.Notification@4900134a OnNext 2048 is even.] NEXT: [rx.Notification@3b993d13 OnNext 2050 is even.] NEXT: [rx.Notification@242c1f51 OnNext 2052 is even.] NEXT: [rx.Notification@cbf018f OnNext 2054 is even.] NEXT: [rx.Notification@f551e3cd OnNext 2056 is even.] NEXT: [rx.Notification@dde4c60b OnNext 2058 is even.] NEXT: [rx.Notification@d07defd4 OnNext 2060 is even.] NEXT: [rx.Notification@b910d212 OnNext 2062 is even.] NEXT: [rx.Notification@a1a3b450 OnNext 2064 is even.] NEXT: [rx.Notification@8a36968e OnNext 2066 is even.] NEXT: [rx.Notification@72c978cc OnNext 2068 is even.] NEXT: [rx.Notification@6562a295 OnNext 2070 is even.] NEXT: [rx.Notification@4df584d3 OnNext 2072 is even.] NEXT: [rx.Notification@36886711 OnNext 2074 is even.] NEXT: [rx.Notification@1f1b494f OnNext 2076 is even.] NEXT: [rx.Notification@7ae2b8d OnNext 2078 is even.] NEXT: [rx.Notification@fa475556 OnNext 2080 is even.] NEXT: [rx.Notification@e2da3794 OnNext 2082 is even.] NEXT: [rx.Notification@cb6d19d2 OnNext 2084 is even.] NEXT: [rx.Notification@b3fffc10 OnNext 2086 is even.] NEXT: [rx.Notification@9c92de4e OnNext 2088 is even.] NEXT: [rx.Notification@8f2c0817 OnNext 2090 is even.] NEXT: [rx.Notification@77beea55 OnNext 2092 is even.] NEXT: [rx.Notification@6051cc93 OnNext 2094 is even.] NEXT: [rx.Notification@48e4aed1 OnNext 2096 is even.] NEXT: [rx.Notification@3177910f OnNext 2098 is even.] NEXT: [rx.Notification@5ad364ad OnNext 2100 is even.] NEXT: [rx.Notification@436646eb OnNext 2102 is even.] NEXT: [rx.Notification@2bf92929 OnNext 2104 is even.] NEXT: [rx.Notification@148c0b67 OnNext 2106 is even.] NEXT: [rx.Notification@fd1eeda5 OnNext 2108 is even.] NEXT: [rx.Notification@efb8176e OnNext 2110 is even.] NEXT: [rx.Notification@d84af9ac OnNext 2112 is even.] NEXT: [rx.Notification@c0dddbea OnNext 2114 is even.] NEXT: [rx.Notification@a970be28 OnNext 2116 is even.] NEXT: [rx.Notification@9203a066 OnNext 2118 is even.] NEXT: [rx.Notification@849cca2f OnNext 2120 is even.] NEXT: [rx.Notification@6d2fac6d OnNext 2122 is even.] NEXT: [rx.Notification@55c28eab OnNext 2124 is even.] NEXT: [rx.Notification@3e5570e9 OnNext 2126 is even.] NEXT: [rx.Notification@26e85327 OnNext 2128 is even.] NEXT: [rx.Notification@19817cf0 OnNext 2130 is even.] NEXT: [rx.Notification@2145f2e OnNext 2132 is even.] NEXT: [rx.Notification@eaa7416c OnNext 2134 is even.] NEXT: [rx.Notification@d33a23aa OnNext 2136 is even.] NEXT: [rx.Notification@bbcd05e8 OnNext 2138 is even.] NEXT: [rx.Notification@ae662fb1 OnNext 2140 is even.] NEXT: [rx.Notification@96f911ef OnNext 2142 is even.] NEXT: [rx.Notification@7f8bf42d OnNext 2144 is even.] NEXT: [rx.Notification@681ed66b OnNext 2146 is even.] NEXT: [rx.Notification@50b1b8a9 OnNext 2148 is even.] NEXT: [rx.Notification@434ae272 OnNext 2150 is even.] NEXT: [rx.Notification@2bddc4b0 OnNext 2152 is even.] NEXT: [rx.Notification@1470a6ee OnNext 2154 is even.] NEXT: [rx.Notification@fd03892c OnNext 2156 is even.] NEXT: [rx.Notification@e5966b6a OnNext 2158 is even.] NEXT: [rx.Notification@d82f9533 OnNext 2160 is even.] NEXT: [rx.Notification@c0c27771 OnNext 2162 is even.] NEXT: [rx.Notification@a95559af OnNext 2164 is even.] NEXT: [rx.Notification@91e83bed OnNext 2166 is even.] NEXT: [rx.Notification@7a7b1e2b OnNext 2168 is even.] NEXT: [rx.Notification@6d1447f4 OnNext 2170 is even.] NEXT: [rx.Notification@55a72a32 OnNext 2172 is even.] NEXT: [rx.Notification@3e3a0c70 OnNext 2174 is even.] NEXT: [rx.Notification@26cceeae OnNext 2176 is even.] NEXT: [rx.Notification@f5fd0ec OnNext 2178 is even.] NEXT: [rx.Notification@1f8fab5 OnNext 2180 is even.] NEXT: [rx.Notification@ea8bdcf3 OnNext 2182 is even.] NEXT: [rx.Notification@d31ebf31 OnNext 2184 is even.] NEXT: [rx.Notification@bbb1a16f OnNext 2186 is even.] NEXT: [rx.Notification@a44483ad OnNext 2188 is even.] NEXT: [rx.Notification@96ddad76 OnNext 2190 is even.] NEXT: [rx.Notification@7f708fb4 OnNext 2192 is even.] NEXT: [rx.Notification@680371f2 OnNext 2194 is even.] NEXT: [rx.Notification@50965430 OnNext 2196 is even.] NEXT: [rx.Notification@3929366e OnNext 2198 is even.] NEXT: [rx.Notification@62850a0c OnNext 2200 is even.] NEXT: [rx.Notification@4b17ec4a OnNext 2202 is even.] NEXT: [rx.Notification@33aace88 OnNext 2204 is even.] NEXT: [rx.Notification@1c3db0c6 OnNext 2206 is even.] NEXT: [rx.Notification@4d09304 OnNext 2208 is even.] NEXT: [rx.Notification@f769bccd OnNext 2210 is even.] NEXT: [rx.Notification@dffc9f0b OnNext 2212 is even.] NEXT: [rx.Notification@c88f8149 OnNext 2214 is even.] NEXT: [rx.Notification@b1226387 OnNext 2216 is even.] NEXT: [rx.Notification@99b545c5 OnNext 2218 is even.] NEXT: [rx.Notification@8c4e6f8e OnNext 2220 is even.] NEXT: [rx.Notification@74e151cc OnNext 2222 is even.] NEXT: [rx.Notification@5d74340a OnNext 2224 is even.] NEXT: [rx.Notification@46071648 OnNext 2226 is even.] NEXT: [rx.Notification@2e99f886 OnNext 2228 is even.] NEXT: [rx.Notification@2133224f OnNext 2230 is even.] NEXT: [rx.Notification@9c6048d OnNext 2232 is even.] NEXT: [rx.Notification@f258e6cb OnNext 2234 is even.] NEXT: [rx.Notification@daebc909 OnNext 2236 is even.] NEXT: [rx.Notification@c37eab47 OnNext 2238 is even.] NEXT: [rx.Notification@b617d510 OnNext 2240 is even.] NEXT: [rx.Notification@9eaab74e OnNext 2242 is even.] NEXT: [rx.Notification@873d998c OnNext 2244 is even.] NEXT: [rx.Notification@6fd07bca OnNext 2246 is even.] NEXT: [rx.Notification@58635e08 OnNext 2248 is even.] NEXT: [rx.Notification@4afc87d1 OnNext 2250 is even.] NEXT: [rx.Notification@338f6a0f OnNext 2252 is even.] NEXT: [rx.Notification@1c224c4d OnNext 2254 is even.] NEXT: [rx.Notification@4b52e8b OnNext 2256 is even.] NEXT: [rx.Notification@ed4810c9 OnNext 2258 is even.] NEXT: [rx.Notification@dfe13a92 OnNext 2260 is even.] NEXT: [rx.Notification@c8741cd0 OnNext 2262 is even.] NEXT: [rx.Notification@b106ff0e OnNext 2264 is even.] NEXT: [rx.Notification@9999e14c OnNext 2266 is even.] NEXT: [rx.Notification@822cc38a OnNext 2268 is even.] NEXT: [rx.Notification@74c5ed53 OnNext 2270 is even.] NEXT: [rx.Notification@5d58cf91 OnNext 2272 is even.] NEXT: [rx.Notification@45ebb1cf OnNext 2274 is even.] NEXT: [rx.Notification@2e7e940d OnNext 2276 is even.] NEXT: [rx.Notification@1711764b OnNext 2278 is even.] NEXT: [rx.Notification@9aaa014 OnNext 2280 is even.] NEXT: [rx.Notification@f23d8252 OnNext 2282 is even.] NEXT: [rx.Notification@dad06490 OnNext 2284 is even.] NEXT: [rx.Notification@c36346ce OnNext 2286 is even.] NEXT: [rx.Notification@abf6290c OnNext 2288 is even.] NEXT: [rx.Notification@9e8f52d5 OnNext 2290 is even.] NEXT: [rx.Notification@87223513 OnNext 2292 is even.] NEXT: [rx.Notification@6fb51751 OnNext 2294 is even.] NEXT: [rx.Notification@5847f98f OnNext 2296 is even.] NEXT: [rx.Notification@40dadbcd OnNext 2298 is even.] NEXT: [rx.Notification@6a36af6b OnNext 2300 is even.] NEXT: [rx.Notification@52c991a9 OnNext 2302 is even.] NEXT: [rx.Notification@3b5c73e7 OnNext 2304 is even.] NEXT: [rx.Notification@23ef5625 OnNext 2306 is even.] NEXT: [rx.Notification@c823863 OnNext 2308 is even.] NEXT: [rx.Notification@ff1b622c OnNext 2310 is even.] NEXT: [rx.Notification@e7ae446a OnNext 2312 is even.] NEXT: [rx.Notification@d04126a8 OnNext 2314 is even.] NEXT: [rx.Notification@b8d408e6 OnNext 2316 is even.] NEXT: [rx.Notification@a166eb24 OnNext 2318 is even.] NEXT: [rx.Notification@940014ed OnNext 2320 is even.] NEXT: [rx.Notification@7c92f72b OnNext 2322 is even.] NEXT: [rx.Notification@6525d969 OnNext 2324 is even.] NEXT: [rx.Notification@4db8bba7 OnNext 2326 is even.] NEXT: [rx.Notification@364b9de5 OnNext 2328 is even.] NEXT: [rx.Notification@28e4c7ae OnNext 2330 is even.] NEXT: [rx.Notification@1177a9ec OnNext 2332 is even.] NEXT: [rx.Notification@fa0a8c2a OnNext 2334 is even.] NEXT: [rx.Notification@e29d6e68 OnNext 2336 is even.] NEXT: [rx.Notification@cb3050a6 OnNext 2338 is even.] NEXT: [rx.Notification@bdc97a6f OnNext 2340 is even.] NEXT: [rx.Notification@a65c5cad OnNext 2342 is even.] NEXT: [rx.Notification@8eef3eeb OnNext 2344 is even.] NEXT: [rx.Notification@77822129 OnNext 2346 is even.] NEXT: [rx.Notification@60150367 OnNext 2348 is even.] NEXT: [rx.Notification@52ae2d30 OnNext 2350 is even.] NEXT: [rx.Notification@3b410f6e OnNext 2352 is even.] NEXT: [rx.Notification@23d3f1ac OnNext 2354 is even.] NEXT: [rx.Notification@c66d3ea OnNext 2356 is even.] NEXT: [rx.Notification@f4f9b628 OnNext 2358 is even.] NEXT: [rx.Notification@e792dff1 OnNext 2360 is even.] NEXT: [rx.Notification@d025c22f OnNext 2362 is even.] NEXT: [rx.Notification@b8b8a46d OnNext 2364 is even.] NEXT: [rx.Notification@a14b86ab OnNext 2366 is even.] NEXT: [rx.Notification@89de68e9 OnNext 2368 is even.] NEXT: [rx.Notification@7c7792b2 OnNext 2370 is even.] NEXT: [rx.Notification@650a74f0 OnNext 2372 is even.] NEXT: [rx.Notification@4d9d572e OnNext 2374 is even.] NEXT: [rx.Notification@3630396c OnNext 2376 is even.] NEXT: [rx.Notification@1ec31baa OnNext 2378 is even.] NEXT: [rx.Notification@115c4573 OnNext 2380 is even.] NEXT: [rx.Notification@f9ef27b1 OnNext 2382 is even.] NEXT: [rx.Notification@e28209ef OnNext 2384 is even.] NEXT: [rx.Notification@cb14ec2d OnNext 2386 is even.] NEXT: [rx.Notification@b3a7ce6b OnNext 2388 is even.] NEXT: [rx.Notification@a640f834 OnNext 2390 is even.] NEXT: [rx.Notification@8ed3da72 OnNext 2392 is even.] NEXT: [rx.Notification@7766bcb0 OnNext 2394 is even.] NEXT: [rx.Notification@5ff99eee OnNext 2396 is even.] NEXT: [rx.Notification@488c812c OnNext 2398 is even.] NEXT: [rx.Notification@71e854ca OnNext 2400 is even.] NEXT: [rx.Notification@5a7b3708 OnNext 2402 is even.] NEXT: [rx.Notification@430e1946 OnNext 2404 is even.] NEXT: [rx.Notification@2ba0fb84 OnNext 2406 is even.] NEXT: [rx.Notification@1433ddc2 OnNext 2408 is even.] NEXT: [rx.Notification@6cd078b OnNext 2410 is even.] NEXT: [rx.Notification@ef5fe9c9 OnNext 2412 is even.] NEXT: [rx.Notification@d7f2cc07 OnNext 2414 is even.] NEXT: [rx.Notification@c085ae45 OnNext 2416 is even.] NEXT: [rx.Notification@a9189083 OnNext 2418 is even.] NEXT: [rx.Notification@9bb1ba4c OnNext 2420 is even.] NEXT: [rx.Notification@84449c8a OnNext 2422 is even.] NEXT: [rx.Notification@6cd77ec8 OnNext 2424 is even.] NEXT: [rx.Notification@556a6106 OnNext 2426 is even.] NEXT: [rx.Notification@3dfd4344 OnNext 2428 is even.] NEXT: [rx.Notification@30966d0d OnNext 2430 is even.] NEXT: [rx.Notification@19294f4b OnNext 2432 is even.] NEXT: [rx.Notification@1bc3189 OnNext 2434 is even.] NEXT: [rx.Notification@ea4f13c7 OnNext 2436 is even.] NEXT: [rx.Notification@d2e1f605 OnNext 2438 is even.] NEXT: [rx.Notification@c57b1fce OnNext 2440 is even.] NEXT: [rx.Notification@ae0e020c OnNext 2442 is even.] NEXT: [rx.Notification@96a0e44a OnNext 2444 is even.] NEXT: [rx.Notification@7f33c688 OnNext 2446 is even.] NEXT: [rx.Notification@67c6a8c6 OnNext 2448 is even.] NEXT: [rx.Notification@5a5fd28f OnNext 2450 is even.] NEXT: [rx.Notification@42f2b4cd OnNext 2452 is even.] NEXT: [rx.Notification@2b85970b OnNext 2454 is even.] NEXT: [rx.Notification@14187949 OnNext 2456 is even.] NEXT: [rx.Notification@fcab5b87 OnNext 2458 is even.] NEXT: [rx.Notification@ef448550 OnNext 2460 is even.] NEXT: [rx.Notification@d7d7678e OnNext 2462 is even.] NEXT: [rx.Notification@c06a49cc OnNext 2464 is even.] NEXT: [rx.Notification@a8fd2c0a OnNext 2466 is even.] NEXT: [rx.Notification@91900e48 OnNext 2468 is even.] NEXT: [rx.Notification@84293811 OnNext 2470 is even.] NEXT: [rx.Notification@6cbc1a4f OnNext 2472 is even.] NEXT: [rx.Notification@554efc8d OnNext 2474 is even.] NEXT: [rx.Notification@3de1decb OnNext 2476 is even.] NEXT: [rx.Notification@2674c109 OnNext 2478 is even.] NEXT: [rx.Notification@190dead2 OnNext 2480 is even.] NEXT: [rx.Notification@1a0cd10 OnNext 2482 is even.] NEXT: [rx.Notification@ea33af4e OnNext 2484 is even.] NEXT: [rx.Notification@d2c6918c OnNext 2486 is even.] NEXT: [rx.Notification@bb5973ca OnNext 2488 is even.] NEXT: [rx.Notification@adf29d93 OnNext 2490 is even.] NEXT: [rx.Notification@96857fd1 OnNext 2492 is even.] NEXT: [rx.Notification@7f18620f OnNext 2494 is even.] NEXT: [rx.Notification@67ab444d OnNext 2496 is even.] NEXT: [rx.Notification@503e268b OnNext 2498 is even.] NEXT: [rx.Notification@7999fa29 OnNext 2500 is even.] NEXT: [rx.Notification@622cdc67 OnNext 2502 is even.] NEXT: [rx.Notification@4abfbea5 OnNext 2504 is even.] NEXT: [rx.Notification@3352a0e3 OnNext 2506 is even.] NEXT: [rx.Notification@1be58321 OnNext 2508 is even.] NEXT: [rx.Notification@e7eacea OnNext 2510 is even.] NEXT: [rx.Notification@f7118f28 OnNext 2512 is even.] NEXT: [rx.Notification@dfa47166 OnNext 2514 is even.] NEXT: [rx.Notification@c83753a4 OnNext 2516 is even.] NEXT: [rx.Notification@b0ca35e2 OnNext 2518 is even.] NEXT: [rx.Notification@a3635fab OnNext 2520 is even.] NEXT: [rx.Notification@8bf641e9 OnNext 2522 is even.] NEXT: [rx.Notification@74892427 OnNext 2524 is even.] NEXT: [rx.Notification@5d1c0665 OnNext 2526 is even.] NEXT: [rx.Notification@45aee8a3 OnNext 2528 is even.] NEXT: [rx.Notification@3848126c OnNext 2530 is even.] NEXT: [rx.Notification@20daf4aa OnNext 2532 is even.] NEXT: [rx.Notification@96dd6e8 OnNext 2534 is even.] NEXT: [rx.Notification@f200b926 OnNext 2536 is even.] NEXT: [rx.Notification@da939b64 OnNext 2538 is even.] NEXT: [rx.Notification@cd2cc52d OnNext 2540 is even.] NEXT: [rx.Notification@b5bfa76b OnNext 2542 is even.] NEXT: [rx.Notification@9e5289a9 OnNext 2544 is even.] NEXT: [rx.Notification@86e56be7 OnNext 2546 is even.] NEXT: [rx.Notification@6f784e25 OnNext 2548 is even.] NEXT: [rx.Notification@621177ee OnNext 2550 is even.] NEXT: [rx.Notification@4aa45a2c OnNext 2552 is even.] NEXT: [rx.Notification@33373c6a OnNext 2554 is even.] NEXT: [rx.Notification@1bca1ea8 OnNext 2556 is even.] NEXT: [rx.Notification@45d00e6 OnNext 2558 is even.] NEXT: [rx.Notification@f6f62aaf OnNext 2560 is even.] NEXT: [rx.Notification@df890ced OnNext 2562 is even.] NEXT: [rx.Notification@c81bef2b OnNext 2564 is even.] NEXT: [rx.Notification@b0aed169 OnNext 2566 is even.] NEXT: [rx.Notification@9941b3a7 OnNext 2568 is even.] NEXT: [rx.Notification@8bdadd70 OnNext 2570 is even.] NEXT: [rx.Notification@746dbfae OnNext 2572 is even.] NEXT: [rx.Notification@5d00a1ec OnNext 2574 is even.] NEXT: [rx.Notification@4593842a OnNext 2576 is even.] NEXT: [rx.Notification@2e266668 OnNext 2578 is even.] NEXT: [rx.Notification@20bf9031 OnNext 2580 is even.] NEXT: [rx.Notification@952726f OnNext 2582 is even.] NEXT: [rx.Notification@f1e554ad OnNext 2584 is even.] NEXT: [rx.Notification@da7836eb OnNext 2586 is even.] NEXT: [rx.Notification@c30b1929 OnNext 2588 is even.] NEXT: [rx.Notification@b5a442f2 OnNext 2590 is even.] NEXT: [rx.Notification@9e372530 OnNext 2592 is even.] NEXT: [rx.Notification@86ca076e OnNext 2594 is even.] NEXT: [rx.Notification@6f5ce9ac OnNext 2596 is even.] NEXT: [rx.Notification@57efcbea OnNext 2598 is even.] NEXT: [rx.Notification@814b9f88 OnNext 2600 is even.] NEXT: [rx.Notification@69de81c6 OnNext 2602 is even.] NEXT: [rx.Notification@52716404 OnNext 2604 is even.] NEXT: [rx.Notification@3b044642 OnNext 2606 is even.] NEXT: [rx.Notification@23972880 OnNext 2608 is even.] NEXT: [rx.Notification@16305249 OnNext 2610 is even.] NEXT: [rx.Notification@fec33487 OnNext 2612 is even.] NEXT: [rx.Notification@e75616c5 OnNext 2614 is even.] NEXT: [rx.Notification@cfe8f903 OnNext 2616 is even.] NEXT: [rx.Notification@b87bdb41 OnNext 2618 is even.] NEXT: [rx.Notification@ab15050a OnNext 2620 is even.] NEXT: [rx.Notification@93a7e748 OnNext 2622 is even.] NEXT: [rx.Notification@7c3ac986 OnNext 2624 is even.] NEXT: [rx.Notification@64cdabc4 OnNext 2626 is even.] NEXT: [rx.Notification@4d608e02 OnNext 2628 is even.] NEXT: [rx.Notification@3ff9b7cb OnNext 2630 is even.] NEXT: [rx.Notification@288c9a09 OnNext 2632 is even.] NEXT: [rx.Notification@111f7c47 OnNext 2634 is even.] NEXT: [rx.Notification@f9b25e85 OnNext 2636 is even.] NEXT: [rx.Notification@e24540c3 OnNext 2638 is even.] NEXT: [rx.Notification@d4de6a8c OnNext 2640 is even.] NEXT: [rx.Notification@bd714cca OnNext 2642 is even.] NEXT: [rx.Notification@a6042f08 OnNext 2644 is even.] NEXT: [rx.Notification@8e971146 OnNext 2646 is even.] NEXT: [rx.Notification@7729f384 OnNext 2648 is even.] NEXT: [rx.Notification@69c31d4d OnNext 2650 is even.] NEXT: [rx.Notification@5255ff8b OnNext 2652 is even.] NEXT: [rx.Notification@3ae8e1c9 OnNext 2654 is even.] NEXT: [rx.Notification@237bc407 OnNext 2656 is even.] NEXT: [rx.Notification@c0ea645 OnNext 2658 is even.] NEXT: [rx.Notification@fea7d00e OnNext 2660 is even.] NEXT: [rx.Notification@e73ab24c OnNext 2662 is even.] NEXT: [rx.Notification@cfcd948a OnNext 2664 is even.] NEXT: [rx.Notification@b86076c8 OnNext 2666 is even.] NEXT: [rx.Notification@a0f35906 OnNext 2668 is even.] NEXT: [rx.Notification@938c82cf OnNext 2670 is even.] NEXT: [rx.Notification@7c1f650d OnNext 2672 is even.] NEXT: [rx.Notification@64b2474b OnNext 2674 is even.] NEXT: [rx.Notification@4d452989 OnNext 2676 is even.] NEXT: [rx.Notification@35d80bc7 OnNext 2678 is even.] NEXT: [rx.Notification@28713590 OnNext 2680 is even.] NEXT: [rx.Notification@110417ce OnNext 2682 is even.] NEXT: [rx.Notification@f996fa0c OnNext 2684 is even.] NEXT: [rx.Notification@e229dc4a OnNext 2686 is even.] NEXT: [rx.Notification@cabcbe88 OnNext 2688 is even.] NEXT: [rx.Notification@bd55e851 OnNext 2690 is even.] NEXT: [rx.Notification@a5e8ca8f OnNext 2692 is even.] NEXT: [rx.Notification@8e7baccd OnNext 2694 is even.] NEXT: [rx.Notification@770e8f0b OnNext 2696 is even.] NEXT: [rx.Notification@5fa17149 OnNext 2698 is even.] NEXT: [rx.Notification@88fd44e7 OnNext 2700 is even.] NEXT: [rx.Notification@71902725 OnNext 2702 is even.] NEXT: [rx.Notification@5a230963 OnNext 2704 is even.] NEXT: [rx.Notification@42b5eba1 OnNext 2706 is even.] NEXT: [rx.Notification@2b48cddf OnNext 2708 is even.] NEXT: [rx.Notification@1de1f7a8 OnNext 2710 is even.] NEXT: [rx.Notification@674d9e6 OnNext 2712 is even.] NEXT: [rx.Notification@ef07bc24 OnNext 2714 is even.] NEXT: [rx.Notification@d79a9e62 OnNext 2716 is even.] NEXT: [rx.Notification@c02d80a0 OnNext 2718 is even.] NEXT: [rx.Notification@b2c6aa69 OnNext 2720 is even.] NEXT: [rx.Notification@9b598ca7 OnNext 2722 is even.] NEXT: [rx.Notification@83ec6ee5 OnNext 2724 is even.] NEXT: [rx.Notification@6c7f5123 OnNext 2726 is even.] NEXT: [rx.Notification@55123361 OnNext 2728 is even.] NEXT: [rx.Notification@47ab5d2a OnNext 2730 is even.] NEXT: [rx.Notification@303e3f68 OnNext 2732 is even.] NEXT: [rx.Notification@18d121a6 OnNext 2734 is even.] NEXT: [rx.Notification@16403e4 OnNext 2736 is even.] NEXT: [rx.Notification@e9f6e622 OnNext 2738 is even.] NEXT: [rx.Notification@dc900feb OnNext 2740 is even.] NEXT: [rx.Notification@c522f229 OnNext 2742 is even.] NEXT: [rx.Notification@adb5d467 OnNext 2744 is even.] NEXT: [rx.Notification@9648b6a5 OnNext 2746 is even.] NEXT: [rx.Notification@7edb98e3 OnNext 2748 is even.] NEXT: [rx.Notification@7174c2ac OnNext 2750 is even.] NEXT: [rx.Notification@5a07a4ea OnNext 2752 is even.] NEXT: [rx.Notification@429a8728 OnNext 2754 is even.] NEXT: [rx.Notification@2b2d6966 OnNext 2756 is even.] NEXT: [rx.Notification@13c04ba4 OnNext 2758 is even.] NEXT: [rx.Notification@659756d OnNext 2760 is even.] NEXT: [rx.Notification@eeec57ab OnNext 2762 is even.] NEXT: [rx.Notification@d77f39e9 OnNext 2764 is even.] NEXT: [rx.Notification@c0121c27 OnNext 2766 is even.] NEXT: [rx.Notification@a8a4fe65 OnNext 2768 is even.] NEXT: [rx.Notification@9b3e282e OnNext 2770 is even.] NEXT: [rx.Notification@83d10a6c OnNext 2772 is even.] NEXT: [rx.Notification@6c63ecaa OnNext 2774 is even.] NEXT: [rx.Notification@54f6cee8 OnNext 2776 is even.] NEXT: [rx.Notification@3d89b126 OnNext 2778 is even.] NEXT: [rx.Notification@3022daef OnNext 2780 is even.] NEXT: [rx.Notification@18b5bd2d OnNext 2782 is even.] NEXT: [rx.Notification@1489f6b OnNext 2784 is even.] NEXT: [rx.Notification@e9db81a9 OnNext 2786 is even.] NEXT: [rx.Notification@d26e63e7 OnNext 2788 is even.] NEXT: [rx.Notification@c5078db0 OnNext 2790 is even.] NEXT: [rx.Notification@ad9a6fee OnNext 2792 is even.] NEXT: [rx.Notification@962d522c OnNext 2794 is even.] NEXT: [rx.Notification@7ec0346a OnNext 2796 is even.] NEXT: [rx.Notification@675316a8 OnNext 2798 is even.] NEXT: [rx.Notification@90aeea46 OnNext 2800 is even.] NEXT: [rx.Notification@7941cc84 OnNext 2802 is even.] NEXT: [rx.Notification@61d4aec2 OnNext 2804 is even.] NEXT: [rx.Notification@4a679100 OnNext 2806 is even.] NEXT: [rx.Notification@32fa733e OnNext 2808 is even.] NEXT: [rx.Notification@25939d07 OnNext 2810 is even.] NEXT: [rx.Notification@e267f45 OnNext 2812 is even.] NEXT: [rx.Notification@f6b96183 OnNext 2814 is even.] NEXT: [rx.Notification@df4c43c1 OnNext 2816 is even.] NEXT: [rx.Notification@c7df25ff OnNext 2818 is even.] NEXT: [rx.Notification@ba784fc8 OnNext 2820 is even.] NEXT: [rx.Notification@a30b3206 OnNext 2822 is even.] NEXT: [rx.Notification@8b9e1444 OnNext 2824 is even.] NEXT: [rx.Notification@7430f682 OnNext 2826 is even.] NEXT: [rx.Notification@5cc3d8c0 OnNext 2828 is even.] NEXT: [rx.Notification@4f5d0289 OnNext 2830 is even.] NEXT: [rx.Notification@37efe4c7 OnNext 2832 is even.] NEXT: [rx.Notification@2082c705 OnNext 2834 is even.] NEXT: [rx.Notification@915a943 OnNext 2836 is even.] NEXT: [rx.Notification@f1a88b81 OnNext 2838 is even.] NEXT: [rx.Notification@e441b54a OnNext 2840 is even.] NEXT: [rx.Notification@ccd49788 OnNext 2842 is even.] NEXT: [rx.Notification@b56779c6 OnNext 2844 is even.] NEXT: [rx.Notification@9dfa5c04 OnNext 2846 is even.] NEXT: [rx.Notification@868d3e42 OnNext 2848 is even.] NEXT: [rx.Notification@7926680b OnNext 2850 is even.] NEXT: [rx.Notification@61b94a49 OnNext 2852 is even.] NEXT: [rx.Notification@4a4c2c87 OnNext 2854 is even.] NEXT: [rx.Notification@32df0ec5 OnNext 2856 is even.] NEXT: [rx.Notification@1b71f103 OnNext 2858 is even.] NEXT: [rx.Notification@e0b1acc OnNext 2860 is even.] NEXT: [rx.Notification@f69dfd0a OnNext 2862 is even.] NEXT: [rx.Notification@df30df48 OnNext 2864 is even.] NEXT: [rx.Notification@c7c3c186 OnNext 2866 is even.] NEXT: [rx.Notification@b056a3c4 OnNext 2868 is even.] NEXT: [rx.Notification@a2efcd8d OnNext 2870 is even.] NEXT: [rx.Notification@8b82afcb OnNext 2872 is even.] NEXT: [rx.Notification@74159209 OnNext 2874 is even.] NEXT: [rx.Notification@5ca87447 OnNext 2876 is even.] NEXT: [rx.Notification@453b5685 OnNext 2878 is even.] NEXT: [rx.Notification@37d4804e OnNext 2880 is even.] NEXT: [rx.Notification@2067628c OnNext 2882 is even.] NEXT: [rx.Notification@8fa44ca OnNext 2884 is even.] NEXT: [rx.Notification@f18d2708 OnNext 2886 is even.] NEXT: [rx.Notification@da200946 OnNext 2888 is even.] NEXT: [rx.Notification@ccb9330f OnNext 2890 is even.] NEXT: [rx.Notification@b54c154d OnNext 2892 is even.] NEXT: [rx.Notification@9ddef78b OnNext 2894 is even.] NEXT: [rx.Notification@8671d9c9 OnNext 2896 is even.] NEXT: [rx.Notification@6f04bc07 OnNext 2898 is even.] NEXT: [rx.Notification@98608fa5 OnNext 2900 is even.] NEXT: [rx.Notification@80f371e3 OnNext 2902 is even.] NEXT: [rx.Notification@69865421 OnNext 2904 is even.] NEXT: [rx.Notification@5219365f OnNext 2906 is even.] NEXT: [rx.Notification@3aac189d OnNext 2908 is even.] NEXT: [rx.Notification@2d454266 OnNext 2910 is even.] NEXT: [rx.Notification@15d824a4 OnNext 2912 is even.] NEXT: [rx.Notification@fe6b06e2 OnNext 2914 is even.] NEXT: [rx.Notification@e6fde920 OnNext 2916 is even.] NEXT: [rx.Notification@cf90cb5e OnNext 2918 is even.] NEXT: [rx.Notification@c229f527 OnNext 2920 is even.] NEXT: [rx.Notification@aabcd765 OnNext 2922 is even.] NEXT: [rx.Notification@934fb9a3 OnNext 2924 is even.] NEXT: [rx.Notification@7be29be1 OnNext 2926 is even.] NEXT: [rx.Notification@64757e1f OnNext 2928 is even.] NEXT: [rx.Notification@570ea7e8 OnNext 2930 is even.] NEXT: [rx.Notification@3fa18a26 OnNext 2932 is even.] NEXT: [rx.Notification@28346c64 OnNext 2934 is even.] NEXT: [rx.Notification@10c74ea2 OnNext 2936 is even.] NEXT: [rx.Notification@f95a30e0 OnNext 2938 is even.] NEXT: [rx.Notification@ebf35aa9 OnNext 2940 is even.] NEXT: [rx.Notification@d4863ce7 OnNext 2942 is even.] NEXT: [rx.Notification@bd191f25 OnNext 2944 is even.] NEXT: [rx.Notification@a5ac0163 OnNext 2946 is even.] NEXT: [rx.Notification@8e3ee3a1 OnNext 2948 is even.] NEXT: [rx.Notification@80d80d6a OnNext 2950 is even.] NEXT: [rx.Notification@696aefa8 OnNext 2952 is even.] NEXT: [rx.Notification@51fdd1e6 OnNext 2954 is even.] NEXT: [rx.Notification@3a90b424 OnNext 2956 is even.] NEXT: [rx.Notification@23239662 OnNext 2958 is even.] NEXT: [rx.Notification@15bcc02b OnNext 2960 is even.] NEXT: [rx.Notification@fe4fa269 OnNext 2962 is even.] NEXT: [rx.Notification@e6e284a7 OnNext 2964 is even.] NEXT: [rx.Notification@cf7566e5 OnNext 2966 is even.] NEXT: [rx.Notification@b8084923 OnNext 2968 is even.] NEXT: [rx.Notification@aaa172ec OnNext 2970 is even.] NEXT: [rx.Notification@9334552a OnNext 2972 is even.] NEXT: [rx.Notification@7bc73768 OnNext 2974 is even.] NEXT: [rx.Notification@645a19a6 OnNext 2976 is even.] NEXT: [rx.Notification@4cecfbe4 OnNext 2978 is even.] NEXT: [rx.Notification@3f8625ad OnNext 2980 is even.] NEXT: [rx.Notification@281907eb OnNext 2982 is even.] NEXT: [rx.Notification@10abea29 OnNext 2984 is even.] NEXT: [rx.Notification@f93ecc67 OnNext 2986 is even.] NEXT: [rx.Notification@e1d1aea5 OnNext 2988 is even.] NEXT: [rx.Notification@d46ad86e OnNext 2990 is even.] NEXT: [rx.Notification@bcfdbaac OnNext 2992 is even.] NEXT: [rx.Notification@a5909cea OnNext 2994 is even.] NEXT: [rx.Notification@8e237f28 OnNext 2996 is even.] NEXT: [rx.Notification@76b66166 OnNext 2998 is even.] NEXT: [rx.Notification@41a4c5cf OnNext 3000 is even.] NEXT: [rx.Notification@2a37a80d OnNext 3002 is even.] NEXT: [rx.Notification@12ca8a4b OnNext 3004 is even.] NEXT: [rx.Notification@fb5d6c89 OnNext 3006 is even.] NEXT: [rx.Notification@e3f04ec7 OnNext 3008 is even.] NEXT: [rx.Notification@d6897890 OnNext 3010 is even.] NEXT: [rx.Notification@bf1c5ace OnNext 3012 is even.] NEXT: [rx.Notification@a7af3d0c OnNext 3014 is even.] NEXT: [rx.Notification@90421f4a OnNext 3016 is even.] NEXT: [rx.Notification@78d50188 OnNext 3018 is even.] NEXT: [rx.Notification@6b6e2b51 OnNext 3020 is even.] NEXT: [rx.Notification@54010d8f OnNext 3022 is even.] NEXT: [rx.Notification@3c93efcd OnNext 3024 is even.] NEXT: [rx.Notification@2526d20b OnNext 3026 is even.] NEXT: [rx.Notification@db9b449 OnNext 3028 is even.] NEXT: [rx.Notification@52de12 OnNext 3030 is even.] NEXT: [rx.Notification@e8e5c050 OnNext 3032 is even.] NEXT: [rx.Notification@d178a28e OnNext 3034 is even.] NEXT: [rx.Notification@ba0b84cc OnNext 3036 is even.] NEXT: [rx.Notification@a29e670a OnNext 3038 is even.] NEXT: [rx.Notification@953790d3 OnNext 3040 is even.] NEXT: [rx.Notification@7dca7311 OnNext 3042 is even.] NEXT: [rx.Notification@665d554f OnNext 3044 is even.] NEXT: [rx.Notification@4ef0378d OnNext 3046 is even.] NEXT: [rx.Notification@378319cb OnNext 3048 is even.] NEXT: [rx.Notification@2a1c4394 OnNext 3050 is even.] NEXT: [rx.Notification@12af25d2 OnNext 3052 is even.] NEXT: [rx.Notification@fb420810 OnNext 3054 is even.] NEXT: [rx.Notification@e3d4ea4e OnNext 3056 is even.] NEXT: [rx.Notification@cc67cc8c OnNext 3058 is even.] NEXT: [rx.Notification@bf00f655 OnNext 3060 is even.] NEXT: [rx.Notification@a793d893 OnNext 3062 is even.] NEXT: [rx.Notification@9026bad1 OnNext 3064 is even.] NEXT: [rx.Notification@78b99d0f OnNext 3066 is even.] NEXT: [rx.Notification@614c7f4d OnNext 3068 is even.] NEXT: [rx.Notification@53e5a916 OnNext 3070 is even.] NEXT: [rx.Notification@3c788b54 OnNext 3072 is even.] NEXT: [rx.Notification@250b6d92 OnNext 3074 is even.] NEXT: [rx.Notification@d9e4fd0 OnNext 3076 is even.] NEXT: [rx.Notification@f631320e OnNext 3078 is even.] NEXT: [rx.Notification@e8ca5bd7 OnNext 3080 is even.] NEXT: [rx.Notification@d15d3e15 OnNext 3082 is even.] NEXT: [rx.Notification@b9f02053 OnNext 3084 is even.] NEXT: [rx.Notification@a2830291 OnNext 3086 is even.] NEXT: [rx.Notification@8b15e4cf OnNext 3088 is even.] NEXT: [rx.Notification@7daf0e98 OnNext 3090 is even.] NEXT: [rx.Notification@6641f0d6 OnNext 3092 is even.] NEXT: [rx.Notification@4ed4d314 OnNext 3094 is even.] NEXT: [rx.Notification@3767b552 OnNext 3096 is even.] NEXT: [rx.Notification@1ffa9790 OnNext 3098 is even.] NEXT: [rx.Notification@49566b2e OnNext 3100 is even.] NEXT: [rx.Notification@31e94d6c OnNext 3102 is even.] NEXT: [rx.Notification@1a7c2faa OnNext 3104 is even.] NEXT: [rx.Notification@30f11e8 OnNext 3106 is even.] NEXT: [rx.Notification@eba1f426 OnNext 3108 is even.] NEXT: [rx.Notification@de3b1def OnNext 3110 is even.] NEXT: [rx.Notification@c6ce002d OnNext 3112 is even.] NEXT: [rx.Notification@af60e26b OnNext 3114 is even.] NEXT: [rx.Notification@97f3c4a9 OnNext 3116 is even.] NEXT: [rx.Notification@8086a6e7 OnNext 3118 is even.] NEXT: [rx.Notification@731fd0b0 OnNext 3120 is even.] NEXT: [rx.Notification@5bb2b2ee OnNext 3122 is even.] NEXT: [rx.Notification@4445952c OnNext 3124 is even.] NEXT: [rx.Notification@2cd8776a OnNext 3126 is even.] NEXT: [rx.Notification@156b59a8 OnNext 3128 is even.] NEXT: [rx.Notification@8048371 OnNext 3130 is even.] NEXT: [rx.Notification@f09765af OnNext 3132 is even.] NEXT: [rx.Notification@d92a47ed OnNext 3134 is even.] NEXT: [rx.Notification@c1bd2a2b OnNext 3136 is even.] NEXT: [rx.Notification@aa500c69 OnNext 3138 is even.] NEXT: [rx.Notification@9ce93632 OnNext 3140 is even.] NEXT: [rx.Notification@857c1870 OnNext 3142 is even.] NEXT: [rx.Notification@6e0efaae OnNext 3144 is even.] NEXT: [rx.Notification@56a1dcec OnNext 3146 is even.] NEXT: [rx.Notification@3f34bf2a OnNext 3148 is even.] NEXT: [rx.Notification@31cde8f3 OnNext 3150 is even.] NEXT: [rx.Notification@1a60cb31 OnNext 3152 is even.] NEXT: [rx.Notification@2f3ad6f OnNext 3154 is even.] NEXT: [rx.Notification@eb868fad OnNext 3156 is even.] NEXT: [rx.Notification@d41971eb OnNext 3158 is even.] NEXT: [rx.Notification@c6b29bb4 OnNext 3160 is even.] NEXT: [rx.Notification@af457df2 OnNext 3162 is even.] NEXT: [rx.Notification@97d86030 OnNext 3164 is even.] NEXT: [rx.Notification@806b426e OnNext 3166 is even.] NEXT: [rx.Notification@68fe24ac OnNext 3168 is even.] NEXT: [rx.Notification@5b974e75 OnNext 3170 is even.] NEXT: [rx.Notification@442a30b3 OnNext 3172 is even.] NEXT: [rx.Notification@2cbd12f1 OnNext 3174 is even.] NEXT: [rx.Notification@154ff52f OnNext 3176 is even.] NEXT: [rx.Notification@fde2d76d OnNext 3178 is even.] NEXT: [rx.Notification@f07c0136 OnNext 3180 is even.] NEXT: [rx.Notification@d90ee374 OnNext 3182 is even.] NEXT: [rx.Notification@c1a1c5b2 OnNext 3184 is even.] NEXT: [rx.Notification@aa34a7f0 OnNext 3186 is even.] NEXT: [rx.Notification@92c78a2e OnNext 3188 is even.] NEXT: [rx.Notification@8560b3f7 OnNext 3190 is even.] NEXT: [rx.Notification@6df39635 OnNext 3192 is even.] NEXT: [rx.Notification@56867873 OnNext 3194 is even.] NEXT: [rx.Notification@3f195ab1 OnNext 3196 is even.] NEXT: [rx.Notification@27ac3cef OnNext 3198 is even.] NEXT: [rx.Notification@5108108d OnNext 3200 is even.] NEXT: [rx.Notification@399af2cb OnNext 3202 is even.] NEXT: [rx.Notification@222dd509 OnNext 3204 is even.] NEXT: [rx.Notification@ac0b747 OnNext 3206 is even.] NEXT: [rx.Notification@f3539985 OnNext 3208 is even.] NEXT: [rx.Notification@e5ecc34e OnNext 3210 is even.] NEXT: [rx.Notification@ce7fa58c OnNext 3212 is even.] NEXT: [rx.Notification@b71287ca OnNext 3214 is even.] NEXT: [rx.Notification@9fa56a08 OnNext 3216 is even.] NEXT: [rx.Notification@88384c46 OnNext 3218 is even.] NEXT: [rx.Notification@7ad1760f OnNext 3220 is even.] NEXT: [rx.Notification@6364584d OnNext 3222 is even.] NEXT: [rx.Notification@4bf73a8b OnNext 3224 is even.] NEXT: [rx.Notification@348a1cc9 OnNext 3226 is even.] NEXT: [rx.Notification@1d1cff07 OnNext 3228 is even.] NEXT: [rx.Notification@fb628d0 OnNext 3230 is even.] NEXT: [rx.Notification@f8490b0e OnNext 3232 is even.] NEXT: [rx.Notification@e0dbed4c OnNext 3234 is even.] NEXT: [rx.Notification@c96ecf8a OnNext 3236 is even.] NEXT: [rx.Notification@b201b1c8 OnNext 3238 is even.] NEXT: [rx.Notification@a49adb91 OnNext 3240 is even.] NEXT: [rx.Notification@8d2dbdcf OnNext 3242 is even.] NEXT: [rx.Notification@75c0a00d OnNext 3244 is even.] NEXT: [rx.Notification@5e53824b OnNext 3246 is even.] NEXT: [rx.Notification@46e66489 OnNext 3248 is even.] NEXT: [rx.Notification@397f8e52 OnNext 3250 is even.] NEXT: [rx.Notification@22127090 OnNext 3252 is even.] NEXT: [rx.Notification@aa552ce OnNext 3254 is even.] NEXT: [rx.Notification@f338350c OnNext 3256 is even.] NEXT: [rx.Notification@dbcb174a OnNext 3258 is even.] NEXT: [rx.Notification@ce644113 OnNext 3260 is even.] NEXT: [rx.Notification@b6f72351 OnNext 3262 is even.] NEXT: [rx.Notification@9f8a058f OnNext 3264 is even.] NEXT: [rx.Notification@881ce7cd OnNext 3266 is even.] NEXT: [rx.Notification@70afca0b OnNext 3268 is even.] NEXT: [rx.Notification@6348f3d4 OnNext 3270 is even.] NEXT: [rx.Notification@4bdbd612 OnNext 3272 is even.] NEXT: [rx.Notification@346eb850 OnNext 3274 is even.] NEXT: [rx.Notification@1d019a8e OnNext 3276 is even.] NEXT: [rx.Notification@5947ccc OnNext 3278 is even.] NEXT: [rx.Notification@f82da695 OnNext 3280 is even.] NEXT: [rx.Notification@e0c088d3 OnNext 3282 is even.] NEXT: [rx.Notification@c9536b11 OnNext 3284 is even.] NEXT: [rx.Notification@b1e64d4f OnNext 3286 is even.] NEXT: [rx.Notification@9a792f8d OnNext 3288 is even.] NEXT: [rx.Notification@8d125956 OnNext 3290 is even.] NEXT: [rx.Notification@75a53b94 OnNext 3292 is even.] NEXT: [rx.Notification@5e381dd2 OnNext 3294 is even.] NEXT: [rx.Notification@46cb0010 OnNext 3296 is even.] NEXT: [rx.Notification@2f5de24e OnNext 3298 is even.] NEXT: [rx.Notification@58b9b5ec OnNext 3300 is even.] NEXT: [rx.Notification@414c982a OnNext 3302 is even.] NEXT: [rx.Notification@29df7a68 OnNext 3304 is even.] NEXT: [rx.Notification@12725ca6 OnNext 3306 is even.] NEXT: [rx.Notification@fb053ee4 OnNext 3308 is even.] NEXT: [rx.Notification@ed9e68ad OnNext 3310 is even.] NEXT: [rx.Notification@d6314aeb OnNext 3312 is even.] NEXT: [rx.Notification@bec42d29 OnNext 3314 is even.] NEXT: [rx.Notification@a7570f67 OnNext 3316 is even.] NEXT: [rx.Notification@8fe9f1a5 OnNext 3318 is even.] NEXT: [rx.Notification@82831b6e OnNext 3320 is even.] NEXT: [rx.Notification@6b15fdac OnNext 3322 is even.] NEXT: [rx.Notification@53a8dfea OnNext 3324 is even.] NEXT: [rx.Notification@3c3bc228 OnNext 3326 is even.] NEXT: [rx.Notification@24cea466 OnNext 3328 is even.] NEXT: [rx.Notification@1767ce2f OnNext 3330 is even.] NEXT: [rx.Notification@fffab06d OnNext 3332 is even.] NEXT: [rx.Notification@e88d92ab OnNext 3334 is even.] NEXT: [rx.Notification@d12074e9 OnNext 3336 is even.] NEXT: [rx.Notification@b9b35727 OnNext 3338 is even.] NEXT: [rx.Notification@ac4c80f0 OnNext 3340 is even.] NEXT: [rx.Notification@94df632e OnNext 3342 is even.] NEXT: [rx.Notification@7d72456c OnNext 3344 is even.] NEXT: [rx.Notification@660527aa OnNext 3346 is even.] NEXT: [rx.Notification@4e9809e8 OnNext 3348 is even.] NEXT: [rx.Notification@413133b1 OnNext 3350 is even.] NEXT: [rx.Notification@29c415ef OnNext 3352 is even.] NEXT: [rx.Notification@1256f82d OnNext 3354 is even.] NEXT: [rx.Notification@fae9da6b OnNext 3356 is even.] NEXT: [rx.Notification@e37cbca9 OnNext 3358 is even.] NEXT: [rx.Notification@d615e672 OnNext 3360 is even.] NEXT: [rx.Notification@bea8c8b0 OnNext 3362 is even.] NEXT: [rx.Notification@a73baaee OnNext 3364 is even.] NEXT: [rx.Notification@8fce8d2c OnNext 3366 is even.] NEXT: [rx.Notification@78616f6a OnNext 3368 is even.] NEXT: [rx.Notification@6afa9933 OnNext 3370 is even.] NEXT: [rx.Notification@538d7b71 OnNext 3372 is even.] NEXT: [rx.Notification@3c205daf OnNext 3374 is even.] NEXT: [rx.Notification@24b33fed OnNext 3376 is even.] NEXT: [rx.Notification@d46222b OnNext 3378 is even.] NEXT: [rx.Notification@ffdf4bf4 OnNext 3380 is even.] NEXT: [rx.Notification@e8722e32 OnNext 3382 is even.] NEXT: [rx.Notification@d1051070 OnNext 3384 is even.] NEXT: [rx.Notification@b997f2ae OnNext 3386 is even.] NEXT: [rx.Notification@a22ad4ec OnNext 3388 is even.] NEXT: [rx.Notification@94c3feb5 OnNext 3390 is even.] NEXT: [rx.Notification@7d56e0f3 OnNext 3392 is even.] NEXT: [rx.Notification@65e9c331 OnNext 3394 is even.] NEXT: [rx.Notification@4e7ca56f OnNext 3396 is even.] NEXT: [rx.Notification@370f87ad OnNext 3398 is even.] NEXT: [rx.Notification@606b5b4b OnNext 3400 is even.] NEXT: [rx.Notification@48fe3d89 OnNext 3402 is even.] NEXT: [rx.Notification@31911fc7 OnNext 3404 is even.] NEXT: [rx.Notification@1a240205 OnNext 3406 is even.] NEXT: [rx.Notification@2b6e443 OnNext 3408 is even.] NEXT: [rx.Notification@f5500e0c OnNext 3410 is even.] NEXT: [rx.Notification@dde2f04a OnNext 3412 is even.] NEXT: [rx.Notification@c675d288 OnNext 3414 is even.] NEXT: [rx.Notification@af08b4c6 OnNext 3416 is even.] NEXT: [rx.Notification@979b9704 OnNext 3418 is even.] NEXT: [rx.Notification@8a34c0cd OnNext 3420 is even.] NEXT: [rx.Notification@72c7a30b OnNext 3422 is even.] NEXT: [rx.Notification@5b5a8549 OnNext 3424 is even.] NEXT: [rx.Notification@43ed6787 OnNext 3426 is even.] NEXT: [rx.Notification@2c8049c5 OnNext 3428 is even.] NEXT: [rx.Notification@1f19738e OnNext 3430 is even.] NEXT: [rx.Notification@7ac55cc OnNext 3432 is even.] NEXT: [rx.Notification@f03f380a OnNext 3434 is even.] NEXT: [rx.Notification@d8d21a48 OnNext 3436 is even.] NEXT: [rx.Notification@c164fc86 OnNext 3438 is even.] NEXT: [rx.Notification@b3fe264f OnNext 3440 is even.] NEXT: [rx.Notification@9c91088d OnNext 3442 is even.] NEXT: [rx.Notification@8523eacb OnNext 3444 is even.] NEXT: [rx.Notification@6db6cd09 OnNext 3446 is even.] NEXT: [rx.Notification@5649af47 OnNext 3448 is even.] NEXT: [rx.Notification@48e2d910 OnNext 3450 is even.] NEXT: [rx.Notification@3175bb4e OnNext 3452 is even.] NEXT: [rx.Notification@1a089d8c OnNext 3454 is even.] NEXT: [rx.Notification@29b7fca OnNext 3456 is even.] NEXT: [rx.Notification@eb2e6208 OnNext 3458 is even.] NEXT: [rx.Notification@ddc78bd1 OnNext 3460 is even.] NEXT: [rx.Notification@c65a6e0f OnNext 3462 is even.] NEXT: [rx.Notification@aeed504d OnNext 3464 is even.] NEXT: [rx.Notification@9780328b OnNext 3466 is even.] NEXT: [rx.Notification@801314c9 OnNext 3468 is even.] NEXT: [rx.Notification@72ac3e92 OnNext 3470 is even.] NEXT: [rx.Notification@5b3f20d0 OnNext 3472 is even.] NEXT: [rx.Notification@43d2030e OnNext 3474 is even.] NEXT: [rx.Notification@2c64e54c OnNext 3476 is even.] NEXT: [rx.Notification@14f7c78a OnNext 3478 is even.] NEXT: [rx.Notification@790f153 OnNext 3480 is even.] NEXT: [rx.Notification@f023d391 OnNext 3482 is even.] NEXT: [rx.Notification@d8b6b5cf OnNext 3484 is even.] NEXT: [rx.Notification@c149980d OnNext 3486 is even.] NEXT: [rx.Notification@a9dc7a4b OnNext 3488 is even.] NEXT: [rx.Notification@9c75a414 OnNext 3490 is even.] NEXT: [rx.Notification@85088652 OnNext 3492 is even.] NEXT: [rx.Notification@6d9b6890 OnNext 3494 is even.] NEXT: [rx.Notification@562e4ace OnNext 3496 is even.] NEXT: [rx.Notification@3ec12d0c OnNext 3498 is even.] NEXT: [rx.Notification@681d00aa OnNext 3500 is even.] NEXT: [rx.Notification@50afe2e8 OnNext 3502 is even.] NEXT: [rx.Notification@3942c526 OnNext 3504 is even.] NEXT: [rx.Notification@21d5a764 OnNext 3506 is even.] NEXT: [rx.Notification@a6889a2 OnNext 3508 is even.] NEXT: [rx.Notification@fd01b36b OnNext 3510 is even.] NEXT: [rx.Notification@e59495a9 OnNext 3512 is even.] NEXT: [rx.Notification@ce2777e7 OnNext 3514 is even.] NEXT: [rx.Notification@b6ba5a25 OnNext 3516 is even.] NEXT: [rx.Notification@9f4d3c63 OnNext 3518 is even.] NEXT: [rx.Notification@91e6662c OnNext 3520 is even.] NEXT: [rx.Notification@7a79486a OnNext 3522 is even.] NEXT: [rx.Notification@630c2aa8 OnNext 3524 is even.] NEXT: [rx.Notification@4b9f0ce6 OnNext 3526 is even.] NEXT: [rx.Notification@3431ef24 OnNext 3528 is even.] NEXT: [rx.Notification@26cb18ed OnNext 3530 is even.] NEXT: [rx.Notification@f5dfb2b OnNext 3532 is even.] NEXT: [rx.Notification@f7f0dd69 OnNext 3534 is even.] NEXT: [rx.Notification@e083bfa7 OnNext 3536 is even.] NEXT: [rx.Notification@c916a1e5 OnNext 3538 is even.] NEXT: [rx.Notification@bbafcbae OnNext 3540 is even.] NEXT: [rx.Notification@a442adec OnNext 3542 is even.] NEXT: [rx.Notification@8cd5902a OnNext 3544 is even.] NEXT: [rx.Notification@75687268 OnNext 3546 is even.] NEXT: [rx.Notification@5dfb54a6 OnNext 3548 is even.] NEXT: [rx.Notification@50947e6f OnNext 3550 is even.] NEXT: [rx.Notification@392760ad OnNext 3552 is even.] NEXT: [rx.Notification@21ba42eb OnNext 3554 is even.] NEXT: [rx.Notification@a4d2529 OnNext 3556 is even.] NEXT: [rx.Notification@f2e00767 OnNext 3558 is even.] NEXT: [rx.Notification@e5793130 OnNext 3560 is even.] NEXT: [rx.Notification@ce0c136e OnNext 3562 is even.] NEXT: [rx.Notification@b69ef5ac OnNext 3564 is even.] NEXT: [rx.Notification@9f31d7ea OnNext 3566 is even.] NEXT: [rx.Notification@87c4ba28 OnNext 3568 is even.] NEXT: [rx.Notification@7a5de3f1 OnNext 3570 is even.] NEXT: [rx.Notification@62f0c62f OnNext 3572 is even.] NEXT: [rx.Notification@4b83a86d OnNext 3574 is even.] NEXT: [rx.Notification@34168aab OnNext 3576 is even.] NEXT: [rx.Notification@1ca96ce9 OnNext 3578 is even.] NEXT: [rx.Notification@f4296b2 OnNext 3580 is even.] NEXT: [rx.Notification@f7d578f0 OnNext 3582 is even.] NEXT: [rx.Notification@e0685b2e OnNext 3584 is even.] NEXT: [rx.Notification@c8fb3d6c OnNext 3586 is even.] NEXT: [rx.Notification@b18e1faa OnNext 3588 is even.] NEXT: [rx.Notification@a4274973 OnNext 3590 is even.] NEXT: [rx.Notification@8cba2bb1 OnNext 3592 is even.] NEXT: [rx.Notification@754d0def OnNext 3594 is even.] NEXT: [rx.Notification@5ddff02d OnNext 3596 is even.] NEXT: [rx.Notification@4672d26b OnNext 3598 is even.] NEXT: [rx.Notification@6fcea609 OnNext 3600 is even.] NEXT: [rx.Notification@58618847 OnNext 3602 is even.] NEXT: [rx.Notification@40f46a85 OnNext 3604 is even.] NEXT: [rx.Notification@29874cc3 OnNext 3606 is even.] NEXT: [rx.Notification@121a2f01 OnNext 3608 is even.] NEXT: [rx.Notification@4b358ca OnNext 3610 is even.] NEXT: [rx.Notification@ed463b08 OnNext 3612 is even.] NEXT: [rx.Notification@d5d91d46 OnNext 3614 is even.] NEXT: [rx.Notification@be6bff84 OnNext 3616 is even.] NEXT: [rx.Notification@a6fee1c2 OnNext 3618 is even.] NEXT: [rx.Notification@99980b8b OnNext 3620 is even.] NEXT: [rx.Notification@822aedc9 OnNext 3622 is even.] NEXT: [rx.Notification@6abdd007 OnNext 3624 is even.] NEXT: [rx.Notification@5350b245 OnNext 3626 is even.] NEXT: [rx.Notification@3be39483 OnNext 3628 is even.] NEXT: [rx.Notification@2e7cbe4c OnNext 3630 is even.] NEXT: [rx.Notification@170fa08a OnNext 3632 is even.] NEXT: [rx.Notification@ffa282c8 OnNext 3634 is even.] NEXT: [rx.Notification@e8356506 OnNext 3636 is even.] NEXT: [rx.Notification@d0c84744 OnNext 3638 is even.] NEXT: [rx.Notification@c361710d OnNext 3640 is even.] NEXT: [rx.Notification@abf4534b OnNext 3642 is even.] NEXT: [rx.Notification@94873589 OnNext 3644 is even.] NEXT: [rx.Notification@7d1a17c7 OnNext 3646 is even.] NEXT: [rx.Notification@65acfa05 OnNext 3648 is even.] NEXT: [rx.Notification@584623ce OnNext 3650 is even.] NEXT: [rx.Notification@40d9060c OnNext 3652 is even.] NEXT: [rx.Notification@296be84a OnNext 3654 is even.] NEXT: [rx.Notification@11feca88 OnNext 3656 is even.] NEXT: [rx.Notification@fa91acc6 OnNext 3658 is even.] NEXT: [rx.Notification@ed2ad68f OnNext 3660 is even.] NEXT: [rx.Notification@d5bdb8cd OnNext 3662 is even.] NEXT: [rx.Notification@be509b0b OnNext 3664 is even.] NEXT: [rx.Notification@a6e37d49 OnNext 3666 is even.] NEXT: [rx.Notification@8f765f87 OnNext 3668 is even.] NEXT: [rx.Notification@820f8950 OnNext 3670 is even.] NEXT: [rx.Notification@6aa26b8e OnNext 3672 is even.] NEXT: [rx.Notification@53354dcc OnNext 3674 is even.] NEXT: [rx.Notification@3bc8300a OnNext 3676 is even.] NEXT: [rx.Notification@245b1248 OnNext 3678 is even.] NEXT: [rx.Notification@16f43c11 OnNext 3680 is even.] NEXT: [rx.Notification@ff871e4f OnNext 3682 is even.] NEXT: [rx.Notification@e81a008d OnNext 3684 is even.] NEXT: [rx.Notification@d0ace2cb OnNext 3686 is even.] NEXT: [rx.Notification@b93fc509 OnNext 3688 is even.] NEXT: [rx.Notification@abd8eed2 OnNext 3690 is even.] NEXT: [rx.Notification@946bd110 OnNext 3692 is even.] NEXT: [rx.Notification@7cfeb34e OnNext 3694 is even.] NEXT: [rx.Notification@6591958c OnNext 3696 is even.] NEXT: [rx.Notification@4e2477ca OnNext 3698 is even.] NEXT: [rx.Notification@77804b68 OnNext 3700 is even.] NEXT: [rx.Notification@60132da6 OnNext 3702 is even.] NEXT: [rx.Notification@48a60fe4 OnNext 3704 is even.] NEXT: [rx.Notification@3138f222 OnNext 3706 is even.] NEXT: [rx.Notification@19cbd460 OnNext 3708 is even.] NEXT: [rx.Notification@c64fe29 OnNext 3710 is even.] NEXT: [rx.Notification@f4f7e067 OnNext 3712 is even.] NEXT: [rx.Notification@dd8ac2a5 OnNext 3714 is even.] NEXT: [rx.Notification@c61da4e3 OnNext 3716 is even.] NEXT: [rx.Notification@aeb08721 OnNext 3718 is even.] NEXT: [rx.Notification@a149b0ea OnNext 3720 is even.] NEXT: [rx.Notification@89dc9328 OnNext 3722 is even.] NEXT: [rx.Notification@726f7566 OnNext 3724 is even.] NEXT: [rx.Notification@5b0257a4 OnNext 3726 is even.] NEXT: [rx.Notification@439539e2 OnNext 3728 is even.] NEXT: [rx.Notification@362e63ab OnNext 3730 is even.] NEXT: [rx.Notification@1ec145e9 OnNext 3732 is even.] NEXT: [rx.Notification@7542827 OnNext 3734 is even.] NEXT: [rx.Notification@efe70a65 OnNext 3736 is even.] NEXT: [rx.Notification@d879eca3 OnNext 3738 is even.] NEXT: [rx.Notification@cb13166c OnNext 3740 is even.] NEXT: [rx.Notification@b3a5f8aa OnNext 3742 is even.] NEXT: [rx.Notification@9c38dae8 OnNext 3744 is even.] NEXT: [rx.Notification@84cbbd26 OnNext 3746 is even.] NEXT: [rx.Notification@6d5e9f64 OnNext 3748 is even.] NEXT: [rx.Notification@5ff7c92d OnNext 3750 is even.] NEXT: [rx.Notification@488aab6b OnNext 3752 is even.] NEXT: [rx.Notification@311d8da9 OnNext 3754 is even.] NEXT: [rx.Notification@19b06fe7 OnNext 3756 is even.] NEXT: [rx.Notification@2435225 OnNext 3758 is even.] NEXT: [rx.Notification@f4dc7bee OnNext 3760 is even.] NEXT: [rx.Notification@dd6f5e2c OnNext 3762 is even.] NEXT: [rx.Notification@c602406a OnNext 3764 is even.] NEXT: [rx.Notification@ae9522a8 OnNext 3766 is even.] NEXT: [rx.Notification@972804e6 OnNext 3768 is even.] NEXT: [rx.Notification@89c12eaf OnNext 3770 is even.] NEXT: [rx.Notification@725410ed OnNext 3772 is even.] NEXT: [rx.Notification@5ae6f32b OnNext 3774 is even.] NEXT: [rx.Notification@4379d569 OnNext 3776 is even.] NEXT: [rx.Notification@2c0cb7a7 OnNext 3778 is even.] NEXT: [rx.Notification@1ea5e170 OnNext 3780 is even.] NEXT: [rx.Notification@738c3ae OnNext 3782 is even.] NEXT: [rx.Notification@efcba5ec OnNext 3784 is even.] NEXT: [rx.Notification@d85e882a OnNext 3786 is even.] NEXT: [rx.Notification@c0f16a68 OnNext 3788 is even.] NEXT: [rx.Notification@b38a9431 OnNext 3790 is even.] NEXT: [rx.Notification@9c1d766f OnNext 3792 is even.] NEXT: [rx.Notification@84b058ad OnNext 3794 is even.] NEXT: [rx.Notification@6d433aeb OnNext 3796 is even.] NEXT: [rx.Notification@55d61d29 OnNext 3798 is even.] NEXT: [rx.Notification@7f31f0c7 OnNext 3800 is even.] NEXT: [rx.Notification@67c4d305 OnNext 3802 is even.] NEXT: [rx.Notification@5057b543 OnNext 3804 is even.] NEXT: [rx.Notification@38ea9781 OnNext 3806 is even.] NEXT: [rx.Notification@217d79bf OnNext 3808 is even.] NEXT: [rx.Notification@1416a388 OnNext 3810 is even.] NEXT: [rx.Notification@fca985c6 OnNext 3812 is even.] NEXT: [rx.Notification@e53c6804 OnNext 3814 is even.] NEXT: [rx.Notification@cdcf4a42 OnNext 3816 is even.] NEXT: [rx.Notification@b6622c80 OnNext 3818 is even.] NEXT: [rx.Notification@a8fb5649 OnNext 3820 is even.] NEXT: [rx.Notification@918e3887 OnNext 3822 is even.] NEXT: [rx.Notification@7a211ac5 OnNext 3824 is even.] NEXT: [rx.Notification@62b3fd03 OnNext 3826 is even.] NEXT: [rx.Notification@4b46df41 OnNext 3828 is even.] NEXT: [rx.Notification@3de0090a OnNext 3830 is even.] NEXT: [rx.Notification@2672eb48 OnNext 3832 is even.] NEXT: [rx.Notification@f05cd86 OnNext 3834 is even.] NEXT: [rx.Notification@f798afc4 OnNext 3836 is even.] NEXT: [rx.Notification@e02b9202 OnNext 3838 is even.] NEXT: [rx.Notification@d2c4bbcb OnNext 3840 is even.] NEXT: [rx.Notification@bb579e09 OnNext 3842 is even.] NEXT: [rx.Notification@a3ea8047 OnNext 3844 is even.] NEXT: [rx.Notification@8c7d6285 OnNext 3846 is even.] NEXT: [rx.Notification@751044c3 OnNext 3848 is even.] NEXT: [rx.Notification@67a96e8c OnNext 3850 is even.] NEXT: [rx.Notification@503c50ca OnNext 3852 is even.] NEXT: [rx.Notification@38cf3308 OnNext 3854 is even.] NEXT: [rx.Notification@21621546 OnNext 3856 is even.] NEXT: [rx.Notification@9f4f784 OnNext 3858 is even.] NEXT: [rx.Notification@fc8e214d OnNext 3860 is even.] NEXT: [rx.Notification@e521038b OnNext 3862 is even.] NEXT: [rx.Notification@cdb3e5c9 OnNext 3864 is even.] NEXT: [rx.Notification@b646c807 OnNext 3866 is even.] NEXT: [rx.Notification@9ed9aa45 OnNext 3868 is even.] NEXT: [rx.Notification@9172d40e OnNext 3870 is even.] NEXT: [rx.Notification@7a05b64c OnNext 3872 is even.] NEXT: [rx.Notification@6298988a OnNext 3874 is even.] NEXT: [rx.Notification@4b2b7ac8 OnNext 3876 is even.] NEXT: [rx.Notification@33be5d06 OnNext 3878 is even.] NEXT: [rx.Notification@265786cf OnNext 3880 is even.] NEXT: [rx.Notification@eea690d OnNext 3882 is even.] NEXT: [rx.Notification@f77d4b4b OnNext 3884 is even.] NEXT: [rx.Notification@e0102d89 OnNext 3886 is even.] NEXT: [rx.Notification@c8a30fc7 OnNext 3888 is even.] NEXT: [rx.Notification@bb3c3990 OnNext 3890 is even.] NEXT: [rx.Notification@a3cf1bce OnNext 3892 is even.] NEXT: [rx.Notification@8c61fe0c OnNext 3894 is even.] NEXT: [rx.Notification@74f4e04a OnNext 3896 is even.] NEXT: [rx.Notification@5d87c288 OnNext 3898 is even.] NEXT: [rx.Notification@86e39626 OnNext 3900 is even.] NEXT: [rx.Notification@6f767864 OnNext 3902 is even.] NEXT: [rx.Notification@58095aa2 OnNext 3904 is even.] //////////////////// COMPLETED-A NEXT: [rx.Notification@409c3ce0 OnNext 3906 is even.] NEXT: [rx.Notification@292f1f1e OnNext 3908 is even.] NEXT: [rx.Notification@1bc848e7 OnNext 3910 is even.] NEXT: [rx.Notification@45b2b25 OnNext 3912 is even.] NEXT: [rx.Notification@ecee0d63 OnNext 3914 is even.] NEXT: [rx.Notification@d580efa1 OnNext 3916 is even.] NEXT: [rx.Notification@be13d1df OnNext 3918 is even.] NEXT: [rx.Notification@b0acfba8 OnNext 3920 is even.] NEXT: [rx.Notification@993fdde6 OnNext 3922 is even.] NEXT: [rx.Notification@81d2c024 OnNext 3924 is even.] NEXT: [rx.Notification@6a65a262 OnNext 3926 is even.] NEXT: [rx.Notification@52f884a0 OnNext 3928 is even.] NEXT: [rx.Notification@4591ae69 OnNext 3930 is even.] NEXT: [rx.Notification@2e2490a7 OnNext 3932 is even.] NEXT: [rx.Notification@16b772e5 OnNext 3934 is even.] NEXT: [rx.Notification@ff4a5523 OnNext 3936 is even.] NEXT: [rx.Notification@e7dd3761 OnNext 3938 is even.] NEXT: [rx.Notification@da76612a OnNext 3940 is even.] NEXT: [rx.Notification@c3094368 OnNext 3942 is even.] NEXT: [rx.Notification@ab9c25a6 OnNext 3944 is even.] NEXT: [rx.Notification@942f07e4 OnNext 3946 is even.] NEXT: [rx.Notification@7cc1ea22 OnNext 3948 is even.] NEXT: [rx.Notification@6f5b13eb OnNext 3950 is even.] NEXT: [rx.Notification@57edf629 OnNext 3952 is even.] NEXT: [rx.Notification@4080d867 OnNext 3954 is even.] NEXT: [rx.Notification@2913baa5 OnNext 3956 is even.] NEXT: [rx.Notification@11a69ce3 OnNext 3958 is even.] NEXT: [rx.Notification@43fc6ac OnNext 3960 is even.] NEXT: [rx.Notification@ecd2a8ea OnNext 3962 is even.] NEXT: [rx.Notification@d5658b28 OnNext 3964 is even.] NEXT: [rx.Notification@bdf86d66 OnNext 3966 is even.] NEXT: [rx.Notification@a68b4fa4 OnNext 3968 is even.] NEXT: [rx.Notification@9924796d OnNext 3970 is even.] NEXT: [rx.Notification@81b75bab OnNext 3972 is even.] NEXT: [rx.Notification@6a4a3de9 OnNext 3974 is even.] NEXT: [rx.Notification@52dd2027 OnNext 3976 is even.] NEXT: [rx.Notification@3b700265 OnNext 3978 is even.] NEXT: [rx.Notification@2e092c2e OnNext 3980 is even.] NEXT: [rx.Notification@169c0e6c OnNext 3982 is even.] NEXT: [rx.Notification@ff2ef0aa OnNext 3984 is even.] NEXT: [rx.Notification@e7c1d2e8 OnNext 3986 is even.] NEXT: [rx.Notification@d054b526 OnNext 3988 is even.] NEXT: [rx.Notification@c2eddeef OnNext 3990 is even.] NEXT: [rx.Notification@ab80c12d OnNext 3992 is even.] NEXT: [rx.Notification@9413a36b OnNext 3994 is even.] NEXT: [rx.Notification@7ca685a9 OnNext 3996 is even.] NEXT: [rx.Notification@653967e7 OnNext 3998 is even.] NEXT: [rx.Notification@3027cc50 OnNext 4000 is even.] //////////////////// COMPLETED-B NEXT: [rx.Notification@1921f179 OnCompleted] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.216 sec - in rx.internal.operators.OperatorGroupByTest Running rx.internal.operators.OperatorFirstTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in rx.internal.operators.OperatorFirstTest Running rx.internal.operators.OperatorSkipLastTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in rx.internal.operators.OperatorSkipLastTest Running rx.internal.operators.OperatorSkipLastTimedTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in rx.internal.operators.OperatorSkipLastTimedTest Running rx.internal.operators.OperatorDoOnEachTest Received exception: rx.exceptions.OnErrorNotImplementedException: Test NPE Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in rx.internal.operators.OperatorDoOnEachTest Running rx.internal.operators.OperatorWindowWithObservableTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in rx.internal.operators.OperatorWindowWithObservableTest Running rx.internal.operators.OperatorDistinctUntilChangedTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in rx.internal.operators.OperatorDistinctUntilChangedTest Running rx.internal.operators.OnSubscribeCombineLatestTest test1ToNSourcesScheduled: 1 sources test1ToNSourcesScheduled: 2 sources test1ToNSourcesScheduled: 3 sources test1ToNSourcesScheduled: 4 sources test1ToNSourcesScheduled: 5 sources test1ToNSourcesScheduled: 6 sources test1ToNSourcesScheduled: 7 sources test1ToNSourcesScheduled: 8 sources test1ToNSourcesScheduled: 9 sources test1ToNSourcesScheduled: 10 sources test1ToNSources: 1 sources test1ToNSources: 2 sources test1ToNSources: 3 sources test1ToNSources: 4 sources test1ToNSources: 5 sources test1ToNSources: 6 sources test1ToNSources: 7 sources test1ToNSources: 8 sources test1ToNSources: 9 sources test1ToNSources: 10 sources test1ToNSources: 11 sources test1ToNSources: 12 sources test1ToNSources: 13 sources test1ToNSources: 14 sources test1ToNSources: 15 sources test1ToNSources: 16 sources test1ToNSources: 17 sources test1ToNSources: 18 sources test1ToNSources: 19 sources test1ToNSources: 20 sources test1ToNSources: 21 sources test1ToNSources: 22 sources test1ToNSources: 23 sources test1ToNSources: 24 sources test1ToNSources: 25 sources test1ToNSources: 26 sources test1ToNSources: 27 sources test1ToNSources: 28 sources test1ToNSources: 29 sources test1ToNSources: 30 sources Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.052 sec - in rx.internal.operators.OnSubscribeCombineLatestTest Running rx.internal.operators.OperatorMulticastTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in rx.internal.operators.OperatorMulticastTest Running rx.internal.operators.OperatorToMapTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in rx.internal.operators.OperatorToMapTest Running rx.internal.operators.OperatorOnErrorReturnTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one BadMapper:one Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 sec - in rx.internal.operators.OperatorOnErrorReturnTest Running rx.internal.operators.OnSubscribeTimerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in rx.internal.operators.OnSubscribeTimerTest Running rx.internal.operators.OperatorZipCompletionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in rx.internal.operators.OperatorZipCompletionTest Running rx.internal.operators.OnSubscribeSingleTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in rx.internal.operators.OnSubscribeSingleTest Running rx.internal.operators.OperatorOnBackpressureLatestTest testAsynchronousDrop -> 9570 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in rx.internal.operators.OperatorOnBackpressureLatestTest Running rx.internal.operators.OperatorOnErrorResumeNextViaFunctionTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one [success] [success] TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one BadMapper:one Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec - in rx.internal.operators.OperatorOnErrorResumeNextViaFunctionTest Running rx.internal.operators.OnSubscribeCacheTest published observable being executed v: one v: one [1, 2, 3] [1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3] [0, 1, 2, 3] [3, 3, 3, 3] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec - in rx.internal.operators.OnSubscribeCacheTest Running rx.internal.operators.OperatorMapTest a b rx.exceptions.OnErrorNotImplementedException at rx.Observable$30.onError(Observable.java:7540) at rx.observers.SafeSubscriber._onError(SafeSubscriber.java:154) at rx.observers.SafeSubscriber.onError(SafeSubscriber.java:111) at rx.internal.operators.OperatorMap$1.onError(OperatorMap.java:49) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:58) at rx.internal.operators.OperatorMerge$MergeSubscriber.emitScalar(OperatorMerge.java:470) at rx.internal.operators.OperatorMerge$MergeSubscriber.tryEmit(OperatorMerge.java:432) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:227) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:140) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:55) at rx.internal.operators.OperatorMapTest$12.call(OperatorMapTest.java:274) at rx.internal.operators.OperatorMapTest$12.call(OperatorMapTest.java:268) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7531) at rx.internal.operators.OperatorMapTest.verifyExceptionIsThrownIfThereIsNoExceptionHandler(OperatorMapTest.java:309) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: java.lang.RuntimeException at rx.internal.operators.OperatorMapTest$14.call(OperatorMapTest.java:294) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:55) ... 41 more Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: c at rx.exceptions.OnErrorThrowable.addValueAsLastCause(OnErrorThrowable.java:104) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:58) ... 41 more java.lang.RuntimeException: Forced Failure at rx.internal.operators.OperatorMapTest$6.call(OperatorMapTest.java:169) at rx.internal.operators.OperatorMapTest$6.call(OperatorMapTest.java:165) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:55) at rx.internal.operators.OnSubscribeFromIterable$IterableProducer.request(OnSubscribeFromIterable.java:79) at rx.Subscriber.setProducer(Subscriber.java:209) at rx.Subscriber.setProducer(Subscriber.java:205) at rx.Subscriber.setProducer(Subscriber.java:205) at rx.Subscriber.setProducer(Subscriber.java:205) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:50) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:33) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.internal.operators.OperatorMapTest.testMapWithError(OperatorMapTest.java:182) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: rx.exceptions.OnErrorThrowable$OnNextValue: OnError while emitting onNext value: fail at rx.exceptions.OnErrorThrowable.addValueAsLastCause(OnErrorThrowable.java:104) at rx.internal.operators.OperatorMap$1.onNext(OperatorMap.java:58) ... 38 more Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in rx.internal.operators.OperatorMapTest Running rx.internal.operators.OperatorToMultimapTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in rx.internal.operators.OperatorToMultimapTest Running rx.internal.operators.OperatorZipIterableTest Omg I'm calculating so hard: 1*1=1 1-a Omg I'm calculating so hard: 2*2=4 4-b Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in rx.internal.operators.OperatorZipIterableTest Running rx.internal.operators.OperatorToObservableListTest testAsyncRequested -> 0 testAsyncRequested -> 50 testAsyncRequested -> 100 testAsyncRequested -> 150 testAsyncRequested -> 200 testAsyncRequested -> 250 testAsyncRequested -> 300 testAsyncRequested -> 350 testAsyncRequested -> 400 testAsyncRequested -> 450 testAsyncRequested -> 500 testAsyncRequested -> 550 testAsyncRequested -> 600 testAsyncRequested -> 650 testAsyncRequested -> 700 testAsyncRequested -> 750 testAsyncRequested -> 800 testAsyncRequested -> 850 testAsyncRequested -> 900 testAsyncRequested -> 950 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in rx.internal.operators.OperatorToObservableListTest Running rx.internal.operators.OnSubscribeUsingTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in rx.internal.operators.OnSubscribeUsingTest Running rx.internal.operators.OperatorTakeLastOneTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in rx.internal.operators.OperatorTakeLastOneTest Running rx.internal.operators.BlockingOperatorMostRecentTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in rx.internal.operators.BlockingOperatorMostRecentTest Running rx.internal.operators.OnSubscribeDeferTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in rx.internal.operators.OnSubscribeDeferTest Running rx.internal.operators.OperatorElementAtTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in rx.internal.operators.OperatorElementAtTest Running rx.internal.operators.OperatorAllTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in rx.internal.operators.OperatorAllTest Running rx.internal.operators.OperatorTakeLastTimedTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in rx.internal.operators.OperatorTakeLastTimedTest Running rx.internal.operators.OperatorBufferTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 sec - in rx.internal.operators.OperatorBufferTest Running rx.internal.operators.OperatorDefaultIfEmptyTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in rx.internal.operators.OperatorDefaultIfEmptyTest Running rx.internal.operators.OperatorSkipTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in rx.internal.operators.OperatorSkipTest Running rx.internal.operators.OperatorLastTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in rx.internal.operators.OperatorLastTest Running rx.internal.operators.OnSubscribeGroupJoinTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in rx.internal.operators.OnSubscribeGroupJoinTest Running rx.internal.operators.OperatorThrottleFirstTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in rx.internal.operators.OperatorThrottleFirstTest Running rx.internal.operators.OperatorDoOnRequestTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in rx.internal.operators.OperatorDoOnRequestTest Running rx.internal.operators.OperatorSkipUntilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in rx.internal.operators.OperatorSkipUntilTest Running rx.internal.operators.OperatorSkipTimedTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in rx.internal.operators.OperatorSkipTimedTest Running rx.internal.operators.OperatorDelayTest [rx.Notification@6fdd524f OnNext 1] [rx.Notification@6fdd5250 OnNext 2] [rx.Notification@6fdd5251 OnNext 3] [rx.Notification@6fdd5252 OnNext 4] [rx.Notification@6fdd5253 OnNext 5] [rx.Notification@1921f179 OnCompleted] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.549 sec - in rx.internal.operators.OperatorDelayTest Running rx.internal.operators.OperatorFilterTest Received: 101 Received: 102 Received: 103 Received: 104 Received: 105 Received: 106 Received: 107 Received: 108 Received: 109 Received: 110 Received: 111 Received: 112 Received: 113 Received: 114 Received: 115 Received: 116 Received: 117 Received: 118 Received: 119 Received: 120 Received: 121 Received: 122 Received: 123 Received: 124 Received: 125 Received: 126 Received: 127 Received: 128 Received: 129 Received: 130 Received: 131 Received: 132 Received: 133 Received: 134 Received: 135 Received: 136 Received: 137 Received: 138 Received: 139 Received: 140 Received: 141 Received: 142 Received: 143 Received: 144 Received: 145 Received: 146 Received: 147 Received: 148 Received: 149 Received: 150 Received: 151 Received: 152 Received: 153 Received: 154 Received: 155 Received: 156 Received: 157 Received: 158 Received: 159 Received: 160 Received: 161 Received: 162 Received: 163 Received: 164 Received: 165 Received: 166 Received: 167 Received: 168 Received: 169 Received: 170 Received: 171 Received: 172 Received: 173 Received: 174 Received: 175 Received: 176 Received: 177 Received: 178 Received: 179 Received: 180 Received: 181 Received: 182 Received: 183 Received: 184 Received: 185 Received: 186 Received: 187 Received: 188 Received: 189 Received: 190 Received: 191 Received: 192 Received: 193 Received: 194 Received: 195 Received: 196 Received: 197 Received: 198 Received: 199 Received: 200 Received: 201 Received: 202 Received: 203 Received: 204 Received: 205 Received: 206 Received: 207 Received: 208 Received: 209 Received: 210 Received: 211 Received: 212 Received: 213 Received: 214 Received: 215 Received: 216 Received: 217 Received: 218 Received: 219 Received: 220 Received: 221 Received: 222 Received: 223 Received: 224 Received: 225 Received: 226 Received: 227 Received: 228 Received: 229 Received: 230 Received: 231 Received: 232 Received: 233 Received: 234 Received: 235 Received: 236 Received: 237 Received: 238 Received: 239 Received: 240 Received: 241 Received: 242 Received: 243 Received: 244 Received: 245 Received: 246 Received: 247 Received: 248 Received: 249 Received: 250 Received: 251 Received: 252 Received: 253 Received: 254 Received: 255 Received: 256 onCompleted Received: three onCompleted Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in rx.internal.operators.OperatorFilterTest Running rx.internal.operators.BufferUntilSubscriberTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in rx.internal.operators.BufferUntilSubscriberTest Running rx.internal.operators.OperatorSingleTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in rx.internal.operators.OperatorSingleTest Running rx.internal.operators.BlockingOperatorNextTest a: 1 b: 2 c: 31 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.121 sec - in rx.internal.operators.BlockingOperatorNextTest Running rx.internal.operators.OperatorReplayTest - 1 - Sideeffect #1 1 Sideeffect #2 2 Done - 2 - Sideeffect #1 1 Sideeffect #2 2 Done Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in rx.internal.operators.OperatorReplayTest Running rx.internal.operators.OnSubscribeRefCountTest Subscribing to interval 1 Subscriber 1 onError: java.lang.Exception: Some exception Subscribing to interval 2 Subscriber 2 onError: java.lang.Exception: Some exception Subscriber 1 onError: java.lang.Exception: Some exception Subscribing to interval 3 Subscriber 2 onError: java.lang.Exception: Some exception Subscriber 1 onError: java.lang.Exception: Some exception Subscribing to interval 4 Subscriber 2 onError: java.lang.Exception: Some exception Subscriber 1 onError: java.lang.Exception: Some exception Subscribing to interval 5 Subscriber 2 onError: java.lang.Exception: Some exception Subscriber 1 onError: java.lang.Exception: Some exception Subscribing to interval 6 Subscriber 2 onError: java.lang.Exception: Some exception Subscriber 1 onError: java.lang.Exception: Some exception 6 onNext --------> 1 onNext --------> 2 onNext --------> 3 onNext --------> 4 onNext: 4 onNext Count: 18 onNext: 11 ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received ******************************* Subscribe received ******************************* Unsubscribe received send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* SUBSCRIBE received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe DONE sending unsubscribe ... now waiting Errors: [] send unsubscribe ******************************* Subscribe received ******************************* Unsubscribe received DONE sending unsubscribe ... now waiting Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.301 sec - in rx.internal.operators.OnSubscribeRefCountTest Running rx.internal.operators.SafeSubscriberTest ==> SynchronizeTest unsubscribe that does nothing! ==> SynchronizeTest unsubscribe that does nothing! ==> SynchronizeTest unsubscribe that does nothing! ==> SynchronizeTest unsubscribe that does nothing! Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in rx.internal.operators.SafeSubscriberTest Running rx.internal.operators.OperatorWindowWithStartEndObservableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in rx.internal.operators.OperatorWindowWithStartEndObservableTest Running rx.internal.operators.OperatorOnBackpressureDropTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in rx.internal.operators.OperatorOnBackpressureDropTest Running rx.internal.operators.OnSubscribeToObservableFutureTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in rx.internal.operators.OnSubscribeToObservableFutureTest Running rx.internal.operators.OperatorTakeTimedTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in rx.internal.operators.OperatorTakeTimedTest Running rx.internal.operators.OperatorOnErrorResumeNextViaObservableTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onError: java.lang.RuntimeException: Forced Failure BadMapper:one TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: twoResume TestObservable onNext: threeResume TestObservable onCompleted Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 sec - in rx.internal.operators.OperatorOnErrorResumeNextViaObservableTest Running rx.internal.operators.OperatorCastTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in rx.internal.operators.OperatorCastTest Running rx.internal.operators.OperatorDematerializeTest [] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in rx.internal.operators.OperatorDematerializeTest Running rx.internal.operators.OperatorWithLatestFromTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in rx.internal.operators.OperatorWithLatestFromTest Running rx.internal.operators.OperatorScanTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in rx.internal.operators.OperatorScanTest Running rx.internal.operators.OperatorIgnoreElementsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in rx.internal.operators.OperatorIgnoreElementsTest Running rx.internal.operators.OperatorZipTest OnNext_1-OnNext_a OnNext_2-OnNext_b OnNext_3-OnNext_c OnCompleted_null-OnCompleted_null 1-1 2-2 3-3 4-4 5-5 Generated => A: 308 B: 256 -------> subscribe to infinite sequence Starting thread: Thread[Thread-127,5,main] 1-1 2-2 3-3 4-4 5-5 Ending thread: Thread[Thread-127,5,main] Generated => A: 256 B: 256 Generated => A: 308 B: 398 1-a null-b 3-null -------> subscribe to infinite sequence Starting thread: Thread[Thread-129,5,main] -------> subscribe to infinite sequence Starting thread: Thread[Thread-130,5,main] Ending thread: Thread[Thread-129,5,main] Ending thread: Thread[Thread-130,5,main] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.896 sec - in rx.internal.operators.OperatorZipTest Running rx.internal.operators.OperatorObserveOnTest Main Thread: main Source ThreadName: main Expected => main Source ThreadName: main Expected => main Source ThreadName: main Expected => main Source ThreadName: main Expected => main Source ThreadName: main Expected => main ObserveOn ThreadName: RxNewThreadScheduler-54 Correct => true ObserveOn ThreadName: RxNewThreadScheduler-54 Correct => true ObserveOn ThreadName: RxNewThreadScheduler-54 Correct => true ObserveOn ThreadName: RxNewThreadScheduler-54 Correct => true ObserveOn ThreadName: RxNewThreadScheduler-54 Correct => true After subscribe: 1 onCompleted onComplete nanos after subscribe: 573101 Errors: [rx.exceptions.MissingBackpressureException] 0 Errors: [rx.exceptions.MissingBackpressureException] c t = 0 thread Thread[RxNewThreadScheduler-60,5,main] c t = 1 thread Thread[RxNewThreadScheduler-60,5,main] c t = 2 thread Thread[RxNewThreadScheduler-60,5,main] Generated: 128 [0, 1, 2] Generated: 512 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 sec - in rx.internal.operators.OperatorObserveOnTest Running rx.internal.operators.OperatorTimeIntervalTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in rx.internal.operators.OperatorTimeIntervalTest Running rx.internal.operators.OperatorSwitchTest > testIssue2654: 250 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.82 sec - in rx.internal.operators.OperatorSwitchTest Running rx.internal.operators.OperatorSequenceEqualTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in rx.internal.operators.OperatorSequenceEqualTest Running rx.internal.operators.OperatorSubscribeOnTest First schedule: Thread[RxNewThreadScheduler-64,5,main] After reschedule: Thread[RxNewThreadScheduler-64,5,main] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in rx.internal.operators.OperatorSubscribeOnTest Running rx.internal.operators.OperatorMergeDelayErrorTest subscription complete subscription complete subscription complete throwing exception testErrorInParentObservableDelayed | 0 testErrorInParentObservableDelayed | 1 testErrorInParentObservableDelayed | 2 testErrorInParentObservableDelayed | 3 testErrorInParentObservableDelayed | 4 testErrorInParentObservableDelayed | 5 testErrorInParentObservableDelayed | 6 testErrorInParentObservableDelayed | 7 testErrorInParentObservableDelayed | 8 testErrorInParentObservableDelayed | 9 testErrorInParentObservableDelayed | 10 testErrorInParentObservableDelayed | 11 testErrorInParentObservableDelayed | 12 testErrorInParentObservableDelayed | 13 testErrorInParentObservableDelayed | 14 testErrorInParentObservableDelayed | 15 testErrorInParentObservableDelayed | 16 testErrorInParentObservableDelayed | 17 testErrorInParentObservableDelayed | 18 testErrorInParentObservableDelayed | 19 testErrorInParentObservableDelayed | 20 testErrorInParentObservableDelayed | 21 testErrorInParentObservableDelayed | 22 testErrorInParentObservableDelayed | 23 testErrorInParentObservableDelayed | 24 testErrorInParentObservableDelayed | 25 testErrorInParentObservableDelayed | 26 testErrorInParentObservableDelayed | 27 testErrorInParentObservableDelayed | 28 testErrorInParentObservableDelayed | 29 testErrorInParentObservableDelayed | 30 testErrorInParentObservableDelayed | 31 testErrorInParentObservableDelayed | 32 testErrorInParentObservableDelayed | 33 testErrorInParentObservableDelayed | 34 testErrorInParentObservableDelayed | 35 testErrorInParentObservableDelayed | 36 testErrorInParentObservableDelayed | 37 testErrorInParentObservableDelayed | 38 testErrorInParentObservableDelayed | 39 testErrorInParentObservableDelayed | 40 testErrorInParentObservableDelayed | 41 testErrorInParentObservableDelayed | 42 testErrorInParentObservableDelayed | 43 testErrorInParentObservableDelayed | 44 testErrorInParentObservableDelayed | 45 testErrorInParentObservableDelayed | 46 testErrorInParentObservableDelayed | 47 testErrorInParentObservableDelayed | 48 testErrorInParentObservableDelayed | 49 throwing exception throwing exception throwing exception throwing exception rx.exceptions.CompositeException: 2 exceptions occurred. at rx.internal.operators.OperatorMerge$MergeSubscriber.reportError(OperatorMerge.java:241) at rx.internal.operators.OperatorMerge$MergeSubscriber.emitLoop(OperatorMerge.java:609) at rx.internal.operators.OperatorMerge$MergeSubscriber.emit(OperatorMerge.java:519) at rx.internal.operators.OperatorMerge$MergeSubscriber.onCompleted(OperatorMerge.java:254) at rx.internal.operators.OnSubscribeFromIterable$IterableProducer.request(OnSubscribeFromIterable.java:110) at rx.Subscriber.setProducer(Subscriber.java:211) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:50) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:33) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.internal.operators.OperatorMergeDelayErrorTest.testCompositeErrorDelayed2(OperatorMergeDelayErrorTest.java:206) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 1 : java.lang.NullPointerException at rx.internal.operators.OperatorMergeDelayErrorTest$TestErrorObservable.call(OperatorMergeDelayErrorTest.java:365) at rx.internal.operators.OperatorMergeDelayErrorTest$TestErrorObservable.call(OperatorMergeDelayErrorTest.java:351) at rx.Observable.unsafeSubscribe(Observable.java:7713) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:231) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:140) at rx.internal.operators.OnSubscribeFromIterable$IterableProducer.request(OnSubscribeFromIterable.java:106) at rx.Subscriber.setProducer(Subscriber.java:211) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:50) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:33) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.internal.operators.OperatorMergeDelayErrorTest.testCompositeErrorDelayed2(OperatorMergeDelayErrorTest.java:206) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) ComposedException 2 : java.lang.NullPointerException at rx.internal.operators.OperatorMergeDelayErrorTest$TestErrorObservable.call(OperatorMergeDelayErrorTest.java:365) at rx.internal.operators.OperatorMergeDelayErrorTest$TestErrorObservable.call(OperatorMergeDelayErrorTest.java:351) at rx.Observable.unsafeSubscribe(Observable.java:7713) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:231) at rx.internal.operators.OperatorMerge$MergeSubscriber.onNext(OperatorMerge.java:140) at rx.internal.operators.OnSubscribeFromIterable$IterableProducer.request(OnSubscribeFromIterable.java:106) at rx.Subscriber.setProducer(Subscriber.java:211) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:50) at rx.internal.operators.OnSubscribeFromIterable.call(OnSubscribeFromIterable.java:33) at rx.Observable$1.call(Observable.java:145) at rx.Observable$1.call(Observable.java:137) at rx.Observable.subscribe(Observable.java:7803) at rx.Observable.subscribe(Observable.java:7672) at rx.internal.operators.OperatorMergeDelayErrorTest.testCompositeErrorDelayed2(OperatorMergeDelayErrorTest.java:206) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) throwing exception throwing exception throwing exception throwing exception throwing exception Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.124 sec - in rx.internal.operators.OperatorMergeDelayErrorTest Running rx.internal.operators.OperatorSwitchIfEmptyTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in rx.internal.operators.OperatorSwitchIfEmptyTest Running rx.internal.operators.OnSubscribeAmbTest 1-requested: 0 2-requested: 0 1-requested: 3 2-requested: 3 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec - in rx.internal.operators.OnSubscribeAmbTest Running rx.internal.operators.OperatorReduceTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in rx.internal.operators.OperatorReduceTest Running rx.internal.operators.OnBackpressureBlockTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 sec - in rx.internal.operators.OnBackpressureBlockTest Running rx.internal.operators.BlockingOperatorToIteratorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in rx.internal.operators.BlockingOperatorToIteratorTest Running rx.internal.operators.OperatorSkipWhileTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in rx.internal.operators.OperatorSkipWhileTest Running rx.internal.operators.OperatorAnyTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec - in rx.internal.operators.OperatorAnyTest Running rx.internal.operators.OperatorUnsubscribeOnTest unsubscribe invoked: Thread[RxNewThreadScheduler-75,5,main] unsubscribeThread: Thread[RxNewThreadScheduler-75,5,main] subscribeThread.get(): Thread[RxNewThreadScheduler-75,5,main] unsubscribe invoked: Thread[RxNewThreadScheduler-76,5,main] unsubscribeThread: Thread[RxNewThreadScheduler-76,5,main] subscribeThread.get(): Thread[RxNewThreadScheduler-77,5,] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in rx.internal.operators.OperatorUnsubscribeOnTest Running rx.internal.operators.OperatorDebounceTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in rx.internal.operators.OperatorDebounceTest Running rx.internal.operators.OperatorSerializeTest TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one >>> Busyobserver received onNext: one TestMultiThreadedObservable onNext: two TestMultiThreadedObservable onNext: three >>> Busyobserver received onNext: two >>> Busyobserver received onNext: three >>> Busyobserver received onCompleted TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one >>> Busyobserver received onNext: one TestMultiThreadedObservable onNext: two TestMultiThreadedObservable onNext: three TestMultiThreadedObservable onNext: four TestMultiThreadedObservable onNext: null TestMultiThreadedObservable onNext: five TestMultiThreadedObservable onNext: eight TestMultiThreadedObservable onNext: seven TestMultiThreadedObservable onNext: nine TestMultiThreadedObservable onNext: six >>> Busyobserver received onNext: two >>> Busyobserver received onNext: three >>> Busyobserver received onNext: four >>> Busyobserver received onNext: five >>> Busyobserver received onError: null maxConcurrentThreads: 4 onNext count: 5 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one >>> Busyobserver received onNext: one TestMultiThreadedObservable onNext: two TestMultiThreadedObservable onNext: three TestMultiThreadedObservable onNext: five TestMultiThreadedObservable onNext: four TestMultiThreadedObservable onNext: null TestMultiThreadedObservable onNext: nine TestMultiThreadedObservable onNext: eight TestMultiThreadedObservable onNext: six TestMultiThreadedObservable onNext: seven >>> Busyobserver received onNext: two >>> Busyobserver received onNext: three >>> Busyobserver received onNext: five >>> Busyobserver received onNext: four >>> Busyobserver received onError: null maxConcurrentThreads: 4 onNext count: 5 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one >>> Busyobserver received onNext: one TestMultiThreadedObservable onNext: two TestMultiThreadedObservable onNext: three TestMultiThreadedObservable onNext: four TestMultiThreadedObservable onNext: five TestMultiThreadedObservable onNext: null TestMultiThreadedObservable onNext: eight TestMultiThreadedObservable onNext: nine TestMultiThreadedObservable onNext: seven TestMultiThreadedObservable onNext: six >>> Busyobserver received onNext: three >>> Busyobserver received onNext: two >>> Busyobserver received onNext: four >>> Busyobserver received onNext: five >>> Busyobserver received onError: null maxConcurrentThreads: 4 onNext count: 5 TestMultiThreadedObservable subscribed to ... starting TestMultiThreadedObservable thread done starting TestMultiThreadedObservable thread running TestMultiThreadedObservable thread TestMultiThreadedObservable onNext: one >>> Busyobserver received onNext: one TestMultiThreadedObservable onNext: two TestMultiThreadedObservable onNext: three TestMultiThreadedObservable onNext: null >>> Busyobserver received onNext: two >>> Busyobserver received onError: null maxConcurrentThreads: 3 TestSingleThreadedObservable subscribed to ... starting TestSingleThreadedObservable thread done starting TestSingleThreadedObservable thread running TestSingleThreadedObservable thread TestSingleThreadedObservable onNext: one TestSingleThreadedObservable onNext: two TestSingleThreadedObservable onNext: three Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.165 sec - in rx.internal.operators.OperatorSerializeTest Running rx.internal.operators.OperatorConcatTest testIssue2890NoStackoverflow -> 1 testIssue2890NoStackoverflow -> 101 testIssue2890NoStackoverflow -> 201 testIssue2890NoStackoverflow -> 301 testIssue2890NoStackoverflow -> 401 testIssue2890NoStackoverflow -> 501 testIssue2890NoStackoverflow -> 601 testIssue2890NoStackoverflow -> 701 testIssue2890NoStackoverflow -> 801 testIssue2890NoStackoverflow -> 901 testIssue2890NoStackoverflow -> 1001 testIssue2890NoStackoverflow -> 1101 testIssue2890NoStackoverflow -> 1201 testIssue2890NoStackoverflow -> 1301 testIssue2890NoStackoverflow -> 1401 testIssue2890NoStackoverflow -> 1501 testIssue2890NoStackoverflow -> 1601 testIssue2890NoStackoverflow -> 1701 testIssue2890NoStackoverflow -> 1801 testIssue2890NoStackoverflow -> 1901 testIssue2890NoStackoverflow -> 2001 testIssue2890NoStackoverflow -> 2101 testIssue2890NoStackoverflow -> 2201 testIssue2890NoStackoverflow -> 2301 testIssue2890NoStackoverflow -> 2401 testIssue2890NoStackoverflow -> 2501 testIssue2890NoStackoverflow -> 2601 testIssue2890NoStackoverflow -> 2701 testIssue2890NoStackoverflow -> 2801 testIssue2890NoStackoverflow -> 2901 testIssue2890NoStackoverflow -> 3001 testIssue2890NoStackoverflow -> 3101 testIssue2890NoStackoverflow -> 3201 testIssue2890NoStackoverflow -> 3301 testIssue2890NoStackoverflow -> 3401 testIssue2890NoStackoverflow -> 3501 testIssue2890NoStackoverflow -> 3601 testIssue2890NoStackoverflow -> 3701 testIssue2890NoStackoverflow -> 3801 testIssue2890NoStackoverflow -> 3901 testIssue2890NoStackoverflow -> 4001 testIssue2890NoStackoverflow -> 4101 testIssue2890NoStackoverflow -> 4201 testIssue2890NoStackoverflow -> 4301 testIssue2890NoStackoverflow -> 4401 testIssue2890NoStackoverflow -> 4501 testIssue2890NoStackoverflow -> 4601 testIssue2890NoStackoverflow -> 4701 testIssue2890NoStackoverflow -> 4801 testIssue2890NoStackoverflow -> 4901 Thread1 is starting ... waiting for it to complete ... Emit o1 Emit o2 Thread2 is starting ... waiting for it to complete ... Emit o3 Done parent Observable concatMapRangeAsyncLoop > 0 concatMapRangeAsyncLoop > 1000 concatMapRangeAsyncLoop > 2000 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.045 sec - in rx.internal.operators.OperatorConcatTest Running rx.internal.operators.OperatorMaterializeTest throwing exception subscription complete throwing exception throwing exception Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in rx.internal.operators.OperatorMaterializeTest Running rx.internal.operators.OnSubscribeJoinTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in rx.internal.operators.OnSubscribeJoinTest Running rx.internal.operators.BlockingOperatorToFutureTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in rx.internal.operators.BlockingOperatorToFutureTest Running rx.internal.operators.OperatorFinallyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in rx.internal.operators.OperatorFinallyTest Running rx.internal.operators.OperatorTimestampTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in rx.internal.operators.OperatorTimestampTest Running rx.internal.operators.OperatorTimeoutWithSelectorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in rx.internal.operators.OperatorTimeoutWithSelectorTest Running rx.internal.operators.BlockingOperatorLatestTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in rx.internal.operators.BlockingOperatorLatestTest Running rx.internal.operators.OperatorTakeTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onNext: two TestObservable onNext: three TestObservable thread finished Emit: 0 Receive: 0 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in rx.internal.operators.OperatorTakeTest Running rx.internal.operators.OperatorAsObservableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in rx.internal.operators.OperatorAsObservableTest Running rx.internal.operators.OperatorDoOnSubscribeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in rx.internal.operators.OperatorDoOnSubscribeTest Running rx.internal.operators.OperatorWindowWithTimeTest Hot done. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.009 sec - in rx.internal.operators.OperatorWindowWithTimeTest Running rx.internal.operators.OperatorOnExceptionResumeNextViaObservableTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onError: java.lang.Exception: Forced Exception TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onError: java.lang.Throwable: Forced Throwable TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onError: java.lang.RuntimeException: Forced RuntimeException BadMapper:one TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: twoResume TestObservable onNext: threeResume TestObservable onCompleted TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onError: java.lang.Error: Forced Error Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec - in rx.internal.operators.OperatorOnExceptionResumeNextViaObservableTest Running rx.internal.operators.OperatorDistinctTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in rx.internal.operators.OperatorDistinctTest Running rx.internal.operators.OperatorTakeWhileTest TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one TestObservable onNext: two TestObservable onNext: three TestObservable thread finished TestObservable subscribed to ... starting TestObservable thread done starting TestObservable thread running TestObservable thread TestObservable onNext: one Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in rx.internal.operators.OperatorTakeWhileTest Running rx.internal.operators.OperatorOnBackpressureBufferTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in rx.internal.operators.OperatorOnBackpressureBufferTest Running rx.internal.operators.NotificationLiteTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in rx.internal.operators.NotificationLiteTest Running rx.internal.operators.OperatorTakeUntilPredicateTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in rx.internal.operators.OperatorTakeUntilPredicateTest Running rx.internal.operators.OperatorDoOnUnsubscribeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec - in rx.internal.operators.OperatorDoOnUnsubscribeTest Running rx.internal.operators.OperatorTakeLastTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 sec - in rx.internal.operators.OperatorTakeLastTest Running rx.internal.operators.OperatorTakeUntilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in rx.internal.operators.OperatorTakeUntilTest Running rx.internal.operators.OnSubscribeFromIterableTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in rx.internal.operators.OnSubscribeFromIterableTest Running rx.internal.operators.OperatorFlatMapTest --> testFlatMapSelectorMaxConcurrent: [1010, 1011, 2020, 2021, 3030, 3031, 5050, 5051, 4040, 4041, 6060, 6061, 9090, 9091, 10100, 10101, 8080, 8081, 7070, 7071] flatMapRangeAsyncLoop > 0 flatMapRangeAsyncLoop > 10 flatMapRangeAsyncLoop > 20 flatMapRangeAsyncLoop > 30 flatMapRangeAsyncLoop > 40 flatMapRangeAsyncLoop > 50 flatMapRangeAsyncLoop > 60 flatMapRangeAsyncLoop > 70 flatMapRangeAsyncLoop > 80 flatMapRangeAsyncLoop > 90 flatMapRangeAsyncLoop > 100 flatMapRangeAsyncLoop > 110 flatMapRangeAsyncLoop > 120 flatMapRangeAsyncLoop > 130 flatMapRangeAsyncLoop > 140 flatMapRangeAsyncLoop > 150 flatMapRangeAsyncLoop > 160 flatMapRangeAsyncLoop > 170 flatMapRangeAsyncLoop > 180 flatMapRangeAsyncLoop > 190 flatMapRangeAsyncLoop > 200 flatMapRangeAsyncLoop > 210 flatMapRangeAsyncLoop > 220 flatMapRangeAsyncLoop > 230 flatMapRangeAsyncLoop > 240 flatMapRangeAsyncLoop > 250 flatMapRangeAsyncLoop > 260 flatMapRangeAsyncLoop > 270 flatMapRangeAsyncLoop > 280 flatMapRangeAsyncLoop > 290 flatMapRangeAsyncLoop > 300 flatMapRangeAsyncLoop > 310 flatMapRangeAsyncLoop > 320 flatMapRangeAsyncLoop > 330 flatMapRangeAsyncLoop > 340 flatMapRangeAsyncLoop > 350 flatMapRangeAsyncLoop > 360 flatMapRangeAsyncLoop > 370 flatMapRangeAsyncLoop > 380 flatMapRangeAsyncLoop > 390 flatMapRangeAsyncLoop > 400 flatMapRangeAsyncLoop > 410 flatMapRangeAsyncLoop > 420 flatMapRangeAsyncLoop > 430 flatMapRangeAsyncLoop > 440 flatMapRangeAsyncLoop > 450 flatMapRangeAsyncLoop > 460 flatMapRangeAsyncLoop > 470 flatMapRangeAsyncLoop > 480 flatMapRangeAsyncLoop > 490 flatMapRangeAsyncLoop > 500 flatMapRangeAsyncLoop > 510 flatMapRangeAsyncLoop > 520 flatMapRangeAsyncLoop > 530 flatMapRangeAsyncLoop > 540 flatMapRangeAsyncLoop > 550 flatMapRangeAsyncLoop > 560 flatMapRangeAsyncLoop > 570 flatMapRangeAsyncLoop > 580 flatMapRangeAsyncLoop > 590 flatMapRangeAsyncLoop > 600 flatMapRangeAsyncLoop > 610 flatMapRangeAsyncLoop > 620 flatMapRangeAsyncLoop > 630 flatMapRangeAsyncLoop > 640 flatMapRangeAsyncLoop > 650 flatMapRangeAsyncLoop > 660 flatMapRangeAsyncLoop > 670 flatMapRangeAsyncLoop > 680 flatMapRangeAsyncLoop > 690 flatMapRangeAsyncLoop > 700 flatMapRangeAsyncLoop > 710 flatMapRangeAsyncLoop > 720 flatMapRangeAsyncLoop > 730 flatMapRangeAsyncLoop > 740 flatMapRangeAsyncLoop > 750 flatMapRangeAsyncLoop > 760 flatMapRangeAsyncLoop > 770 flatMapRangeAsyncLoop > 780 flatMapRangeAsyncLoop > 790 flatMapRangeAsyncLoop > 800 flatMapRangeAsyncLoop > 810 flatMapRangeAsyncLoop > 820 flatMapRangeAsyncLoop > 830 flatMapRangeAsyncLoop > 840 flatMapRangeAsyncLoop > 850 flatMapRangeAsyncLoop > 860 flatMapRangeAsyncLoop > 870 flatMapRangeAsyncLoop > 880 flatMapRangeAsyncLoop > 890 flatMapRangeAsyncLoop > 900 flatMapRangeAsyncLoop > 910 flatMapRangeAsyncLoop > 920 flatMapRangeAsyncLoop > 930 flatMapRangeAsyncLoop > 940 flatMapRangeAsyncLoop > 950 flatMapRangeAsyncLoop > 960 flatMapRangeAsyncLoop > 970 flatMapRangeAsyncLoop > 980 flatMapRangeAsyncLoop > 990 flatMapRangeAsyncLoop > 1000 flatMapRangeAsyncLoop > 1010 flatMapRangeAsyncLoop > 1020 flatMapRangeAsyncLoop > 1030 flatMapRangeAsyncLoop > 1040 flatMapRangeAsyncLoop > 1050 flatMapRangeAsyncLoop > 1060 flatMapRangeAsyncLoop > 1070 flatMapRangeAsyncLoop > 1080 flatMapRangeAsyncLoop > 1090 flatMapRangeAsyncLoop > 1100 flatMapRangeAsyncLoop > 1110 flatMapRangeAsyncLoop > 1120 flatMapRangeAsyncLoop > 1130 flatMapRangeAsyncLoop > 1140 flatMapRangeAsyncLoop > 1150 flatMapRangeAsyncLoop > 1160 flatMapRangeAsyncLoop > 1170 flatMapRangeAsyncLoop > 1180 flatMapRangeAsyncLoop > 1190 flatMapRangeAsyncLoop > 1200 flatMapRangeAsyncLoop > 1210 flatMapRangeAsyncLoop > 1220 flatMapRangeAsyncLoop > 1230 flatMapRangeAsyncLoop > 1240 flatMapRangeAsyncLoop > 1250 flatMapRangeAsyncLoop > 1260 flatMapRangeAsyncLoop > 1270 flatMapRangeAsyncLoop > 1280 flatMapRangeAsyncLoop > 1290 flatMapRangeAsyncLoop > 1300 flatMapRangeAsyncLoop > 1310 flatMapRangeAsyncLoop > 1320 flatMapRangeAsyncLoop > 1330 flatMapRangeAsyncLoop > 1340 flatMapRangeAsyncLoop > 1350 flatMapRangeAsyncLoop > 1360 flatMapRangeAsyncLoop > 1370 flatMapRangeAsyncLoop > 1380 flatMapRangeAsyncLoop > 1390 flatMapRangeAsyncLoop > 1400 flatMapRangeAsyncLoop > 1410 flatMapRangeAsyncLoop > 1420 flatMapRangeAsyncLoop > 1430 flatMapRangeAsyncLoop > 1440 flatMapRangeAsyncLoop > 1450 flatMapRangeAsyncLoop > 1460 flatMapRangeAsyncLoop > 1470 flatMapRangeAsyncLoop > 1480 flatMapRangeAsyncLoop > 1490 flatMapRangeAsyncLoop > 1500 flatMapRangeAsyncLoop > 1510 flatMapRangeAsyncLoop > 1520 flatMapRangeAsyncLoop > 1530 flatMapRangeAsyncLoop > 1540 flatMapRangeAsyncLoop > 1550 flatMapRangeAsyncLoop > 1560 flatMapRangeAsyncLoop > 1570 flatMapRangeAsyncLoop > 1580 flatMapRangeAsyncLoop > 1590 flatMapRangeAsyncLoop > 1600 flatMapRangeAsyncLoop > 1610 flatMapRangeAsyncLoop > 1620 flatMapRangeAsyncLoop > 1630 flatMapRangeAsyncLoop > 1640 flatMapRangeAsyncLoop > 1650 flatMapRangeAsyncLoop > 1660 flatMapRangeAsyncLoop > 1670 flatMapRangeAsyncLoop > 1680 flatMapRangeAsyncLoop > 1690 flatMapRangeAsyncLoop > 1700 flatMapRangeAsyncLoop > 1710 flatMapRangeAsyncLoop > 1720 flatMapRangeAsyncLoop > 1730 flatMapRangeAsyncLoop > 1740 flatMapRangeAsyncLoop > 1750 flatMapRangeAsyncLoop > 1760 flatMapRangeAsyncLoop > 1770 flatMapRangeAsyncLoop > 1780 flatMapRangeAsyncLoop > 1790 flatMapRangeAsyncLoop > 1800 flatMapRangeAsyncLoop > 1810 flatMapRangeAsyncLoop > 1820 flatMapRangeAsyncLoop > 1830 flatMapRangeAsyncLoop > 1840 flatMapRangeAsyncLoop > 1850 flatMapRangeAsyncLoop > 1860 flatMapRangeAsyncLoop > 1870 flatMapRangeAsyncLoop > 1880 flatMapRangeAsyncLoop > 1890 flatMapRangeAsyncLoop > 1900 flatMapRangeAsyncLoop > 1910 flatMapRangeAsyncLoop > 1920 flatMapRangeAsyncLoop > 1930 flatMapRangeAsyncLoop > 1940 flatMapRangeAsyncLoop > 1950 flatMapRangeAsyncLoop > 1960 flatMapRangeAsyncLoop > 1970 flatMapRangeAsyncLoop > 1980 flatMapRangeAsyncLoop > 1990 testFlatMapTransformsMaxConcurrentNormalLoop => 0 testFlatMapTransformsMaxConcurrentNormalLoop => 100 testFlatMapTransformsMaxConcurrentNormalLoop => 200 testFlatMapTransformsMaxConcurrentNormalLoop => 300 testFlatMapTransformsMaxConcurrentNormalLoop => 400 testFlatMapTransformsMaxConcurrentNormalLoop => 500 testFlatMapTransformsMaxConcurrentNormalLoop => 600 testFlatMapTransformsMaxConcurrentNormalLoop => 700 testFlatMapTransformsMaxConcurrentNormalLoop => 800 testFlatMapTransformsMaxConcurrentNormalLoop => 900 flatMapTwoNestedSync >> @ 1 flatMapTwoNestedSync >> @ 1000 flatMapTwoNestedSync >> @ 1000000 Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.434 sec - in rx.internal.operators.OperatorFlatMapTest Running rx.internal.operators.OnSubscribeRangeTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in rx.internal.operators.OnSubscribeRangeTest Running rx.internal.util.IndexedRingBufferTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in rx.internal.util.IndexedRingBufferTest Running rx.internal.util.SubscriptionListTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in rx.internal.util.SubscriptionListTest Running rx.internal.util.RxRingBufferSpscTest emit: 2013 poll: 2013 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in rx.internal.util.RxRingBufferSpscTest Running rx.internal.util.RxRingBufferWithoutUnsafeTest emit: 11636 poll: 11636 emit: 15838 poll: 15838 emit: 10949 poll: 10949 emit: 16128 poll: 16128 emit: 16256 poll: 16256 emit: 15674 poll: 15674 emit: 15609 poll: 15609 emit: 16256 poll: 16256 emit: 15112 poll: 15112 emit: 12814 poll: 12814 emit: 16128 poll: 16128 emit: 16046 poll: 16046 emit: 16013 poll: 16013 emit: 15657 poll: 15657 emit: 15488 poll: 15488 emit: 16128 poll: 16128 emit: 14336 poll: 14336 emit: 14965 poll: 14965 emit: 15235 poll: 15235 emit: 14848 poll: 14848 emit: 16256 poll: 16256 emit: 16256 poll: 16256 emit: 15429 poll: 15429 emit: 16128 poll: 16128 emit: 12127 poll: 12127 emit: 16000 poll: 16000 emit: 15104 poll: 15104 emit: 15794 poll: 15794 emit: 16128 poll: 16128 emit: 14083 poll: 14083 emit: 16043 poll: 16043 emit: 15334 poll: 15334 emit: 16256 poll: 16256 emit: 12115 poll: 12115 emit: 14005 poll: 14005 emit: 14687 poll: 14687 emit: 15326 poll: 15326 emit: 13537 poll: 13537 emit: 15104 poll: 15104 emit: 16007 poll: 16007 emit: 14289 poll: 14289 emit: 16128 poll: 16128 emit: 16256 poll: 16256 emit: 15387 poll: 15387 emit: 16256 poll: 16256 emit: 15015 poll: 15015 emit: 15221 poll: 15221 emit: 16256 poll: 16256 emit: 16256 poll: 16256 emit: 16171 poll: 16171 emit: 16256 poll: 16256 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.967 sec - in rx.internal.util.RxRingBufferWithoutUnsafeTest Running rx.internal.util.RxRingBufferSpmcTest emit: 10152 poll: 10152 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in rx.internal.util.RxRingBufferSpmcTest Running rx.test.TestObstructionDetectionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 sec - in rx.test.TestObstructionDetectionTest Running rx.util.AssertObservableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in rx.util.AssertObservableTest Running rx.subjects.TestSubjectTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in rx.subjects.TestSubjectTest Running rx.subjects.BehaviorSubjectTest 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 33000 34000 35000 36000 37000 38000 39000 40000 41000 42000 43000 44000 45000 46000 47000 48000 49000 Turn: 0 Turn: 1 Turn: 2 Turn: 3 Turn: 4 Turn: 5 Turn: 6 Turn: 7 Turn: 8 Turn: 9 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.991 sec - in rx.subjects.BehaviorSubjectTest Running rx.subjects.ReplaySubjectTest observer1: one observer1: two before waiting for one observer2: one observer2: two after waiting for one observer1: three sent three about to send onCompleted completed subject makeSlow released observer2: three Turn: 0 0, 0 Turn: 1 0, 0 Turn: 2 0, 0 Turn: 3 0, 0 Turn: 4 0, 0 Turn: 5 0, 0 Turn: 6 0, 0 Turn: 7 0, 0 Turn: 8 0, 0 Turn: 9 0, 0 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in rx.subjects.ReplaySubjectTest Running rx.subjects.SerializedSubjectTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in rx.subjects.SerializedSubjectTest Running rx.subjects.PublishSubjectTest Turn: 0 Turn: 1 Turn: 2 Turn: 3 Turn: 4 Turn: 5 Turn: 6 Turn: 7 Turn: 8 Turn: 9 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in rx.subjects.PublishSubjectTest Running rx.subjects.AsyncSubjectTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.821 sec - in rx.subjects.AsyncSubjectTest Running rx.plugins.RxJavaPluginsTest java.lang.RuntimeException: test onError at rx.plugins.RxJavaPluginsTest.testOnErrorWhenNotImplemented(RxJavaPluginsTest.java:161) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) java.lang.RuntimeException: test onError at rx.plugins.RxJavaPluginsTest.testOnErrorWhenImplementedViaSubscribe(RxJavaPluginsTest.java:137) 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:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in rx.plugins.RxJavaPluginsTest Results : Tests run: 1259, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ rxjava --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building rxjava 1.0.13 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:1.3.0:install (default-cli) @ rxjava --- [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ rxjava >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ rxjava <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ rxjava --- [INFO] Loading source files for package rx.schedulers... Loading source files for package rx... Loading source files for package rx.subscriptions... Loading source files for package rx.functions... Loading source files for package rx.observers... Loading source files for package rx.observables... Loading source files for package rx.exceptions... Loading source files for package rx.subjects... Loading source files for package rx.annotations... Loading source files for package rx.plugins... Constructing Javadoc information... Standard Doclet version 1.7.0_91 Building tree for all the packages and classes... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/ImmediateScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/NewThreadScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/Schedulers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/TestScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/TimeInterval.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/Timestamped.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/TrampolineScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Notification.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Notification.Kind.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Observable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Observable.OnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Observable.Operator.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Observable.Transformer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Observer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Producer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Scheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Scheduler.Worker.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Single.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Single.OnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Single.Transformer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/SingleSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Subscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/Subscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/BooleanSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/CompositeSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/MultipleAssignmentSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/RefCountSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/SerialSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/Subscriptions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action0.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action1.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action2.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action3.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action4.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action5.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action6.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action7.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action8.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Action9.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/ActionN.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Actions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func0.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func1.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func2.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func3.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func4.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func5.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func6.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func7.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func8.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Func9.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/FuncN.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Function.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/Functions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/Observers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/SafeSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/SerializedObserver.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/SerializedSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/Subscribers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/TestObserver.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/TestSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/AbstractOnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/AbstractOnSubscribe.SubscriptionState.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/BlockingObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/ConnectableObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/GroupedObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/CompositeException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/Exceptions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/MissingBackpressureException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/OnErrorFailedException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/OnErrorNotImplementedException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/OnErrorThrowable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/OnErrorThrowable.OnNextValue.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/AsyncSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/BehaviorSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/PublishSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/ReplaySubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/SerializedSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/Subject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/TestSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/Beta.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/Experimental.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/RxJavaErrorHandler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/RxJavaObservableExecutionHook.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/RxJavaPlugins.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/RxJavaSchedulersHook.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/package-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/package-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/package-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/serialized-form.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/TestScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/TrampolineScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/TimeInterval.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/Schedulers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/NewThreadScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/ImmediateScheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/class-use/Timestamped.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Producer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Observable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Observable.OnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Observable.Operator.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Observable.Transformer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Notification.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Notification.Kind.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Scheduler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Scheduler.Worker.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Single.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Single.OnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Single.Transformer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/SingleSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Subscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Subscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/class-use/Observer.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/CompositeSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/BooleanSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/SerialSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/RefCountSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/MultipleAssignmentSubscription.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/class-use/Subscriptions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func6.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func7.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func2.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action2.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Function.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func4.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action1.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action0.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func5.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action6.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func9.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func1.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action3.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func3.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action4.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Functions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Actions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func8.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action8.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action9.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Func0.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/ActionN.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action7.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/FuncN.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/class-use/Action5.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/SerializedSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/TestSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/Subscribers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/SafeSubscriber.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/SerializedObserver.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/Observers.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/class-use/TestObserver.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/class-use/GroupedObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/class-use/BlockingObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/class-use/AbstractOnSubscribe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/class-use/AbstractOnSubscribe.SubscriptionState.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/class-use/ConnectableObservable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/OnErrorFailedException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/CompositeException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/OnErrorNotImplementedException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/OnErrorThrowable.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/OnErrorThrowable.OnNextValue.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/MissingBackpressureException.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/class-use/Exceptions.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/TestSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/AsyncSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/Subject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/ReplaySubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/SerializedSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/PublishSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/class-use/BehaviorSubject.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/class-use/Beta.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/class-use/Experimental.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/class-use/RxJavaPlugins.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/class-use/RxJavaErrorHandler.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/class-use/RxJavaSchedulersHook.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/class-use/RxJavaObservableExecutionHook.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/annotations/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/exceptions/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/functions/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observables/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/observers/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/plugins/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/schedulers/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subjects/package-use.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/rx/subscriptions/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/index.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/RxJava-1.0.13/target/site/apidocs/help-doc.html... 19 warnings [WARNING] Javadoc Warnings [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/internal/util/unsafe/UnsafeAccess.java:20: warning: Unsafe is internal proprietary API and may be removed in a future release [WARNING] import sun.misc.Unsafe; [WARNING] ^ [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Notification.java:69: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:2755: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:2755: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:5462: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:5516: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:5547: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:5571: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:8274: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:9140: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:9140: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:9140: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Observable.java:195: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Producer.java:21: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/Single.java:238: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/observables/AbstractOnSubscribe.java:154: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/observables/AbstractOnSubscribe.java:396: warning - @Experimental is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/observables/AbstractOnSubscribe.java:584: warning - @warn is an unknown tag. [WARNING] /builddir/build/BUILD/RxJava-1.0.13/src/main/java/rx/exceptions/Exceptions.java:27: warning - @warn is an unknown tag. [INFO] [INFO] --- xmvn-mojo:1.3.0:builddep (default-cli) @ rxjava --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:47.558s [INFO] Finished at: Wed Dec 09 15:02:30 GMT 2015 [INFO] Final Memory: 23M/385M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA6WRsW7CMBCGd57imt1J2UNQ2ylDJ4TU1diHe9TcRY4dwds3FiDSoRlgvP8+/Z/O rteno4cBQ0/Cq2JZvhaAbMQSu1Wx3ai3zUfbFutmUb8oBe+JvAWLHbIdMcIeHDIGHdHC7gxfnwOD UiM9ZZoFwD0453EMXJDUtbaR4MqjmB+KUle38ILoEGmvTRyDK6GMBKyrySJ3V3/L/3cdElOcsVz3 j9bnUw4mivh+TnIhnjwlu3SnzTeWe/R0mns7PSCrXWLrUXU+OeJ572TK3/cL49gtVSUCAAA= -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xN8t6O + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch + cd RxJava-1.0.13 + xmvn-install -R .xmvn-reactor -n rxjava -d /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: io.reactivex [INFO] artifactId: rxjava [INFO] extension: jar [INFO] classifier: [INFO] version: 1.0.13 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/RxJava-1.0.13/target/rxjava-1.0.13.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP [INFO] artifactId: rxjava [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/rxjava.jar [INFO] =============================================== + jdir=target/site/apidocs + '[' -d target/site/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/javadoc/rxjava + cp -pr target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/rx target/site/apidocs/serialized-form.html target/site/apidocs/stylesheet.css /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/javadoc/rxjava + echo /usr/share/javadoc/rxjava + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/RxJava-1.0.13 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: rxjava-1.0.13-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oX2OXw + umask 022 + cd /builddir/build/BUILD + cd RxJava-1.0.13 + DOCDIR=/builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/doc/rxjava-1.0.13 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/doc/rxjava-1.0.13 + cp -pr CHANGES.md /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/doc/rxjava-1.0.13 + cp -pr README.md /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/doc/rxjava-1.0.13 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NcStVe + umask 022 + cd /builddir/build/BUILD + cd RxJava-1.0.13 + LICENSEDIR=/builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-1.0.13 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-1.0.13 + cp -pr LICENSE /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-1.0.13 + exit 0 Provides: mvn(io.reactivex:rxjava) = 1.0.13 osgi(io.reactivex.rxjava) = 1.0.13 rxjava = 1.0.13-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils mvn(org.jctools:jctools-core) Processing files: rxjava-javadoc-1.0.13-2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.l1sZ2X + umask 022 + cd /builddir/build/BUILD + cd RxJava-1.0.13 + LICENSEDIR=/builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-javadoc-1.0.13 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-javadoc-1.0.13 + cp -pr LICENSE /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch/usr/share/licenses/rxjava-javadoc-1.0.13 + exit 0 Provides: rxjava-javadoc = 1.0.13-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch Wrote: /builddir/build/RPMS/rxjava-1.0.13-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/rxjava-javadoc-1.0.13-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pUHHxS + umask 022 + cd /builddir/build/BUILD + cd RxJava-1.0.13 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rxjava-1.0.13-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->