File size: 53,048 Bytes
1ee64fa |
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 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 |
travis_fold:start:worker_info Worker information hostname: 080f9e67-4a3e-4762-a4e0-9ae9bed6f0e2@1.production-2-worker-org-gce-tj5q version: v6.2.0 https://github.com/travis-ci/worker/tree/5e5476e01646095f48eec13196fdb3faf8f5cbf7 instance: travis-job-6785d2d7-b749-4cf7-96e5-4b76836b0daa travis-ci-sardonyx-xenial-1553530528-f909ac5 (via amqp) startup: 6.614665323s travis_fold:end:worker_info travis_fold:start:system_info Build system information Build language: java Build group: stable Build dist: xenial Build id: 562514757 Job id: 562514758 Runtime kernel version: 4.15.0-1028-gcp travis-build version: 24c88d12b Build image provisioning date and time Mon Mar 25 16:43:24 UTC 2019 Operating System Details Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial Systemd Version systemd 229 Cookbooks Version 42e42e4 https://github.com/travis-ci/travis-cookbooks/tree/42e42e4 git version git version 2.21.0 bash version GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu) gcc version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 docker version Client: Version: 18.06.0-ce API version: 1.38 Go version: go1.10.3 Git commit: 0ffa825 Built: Wed Jul 18 19:11:02 2018 OS/Arch: linux/amd64 Experimental: false Server: Engine: Version: 18.06.0-ce API version: 1.38 (minimum version 1.12) Go version: go1.10.3 Git commit: 0ffa825 Built: Wed Jul 18 19:09:05 2018 OS/Arch: linux/amd64 Experimental: false clang version clang version 7.0.0 (tags/RELEASE_700/final) jq version jq-1.5 bats version Bats 0.4.0 shellcheck version 0.6.0 shfmt version v2.6.3 ccache version 3.2.4 cmake version cmake version 3.12.4 heroku version heroku/7.22.7 linux-x64 node-v11.10.1 imagemagick version Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org md5deep version 4.4 mercurial version version 4.8 mysql version mysql Ver 14.14 Distrib 5.7.25, for Linux (x86_64) using EditLine wrapper openssl version OpenSSL 1.0.2g 1 Mar 2016 packer version 1.3.3 postgresql client version psql (PostgreSQL) 10.7 (Ubuntu 10.7-1.pgdg16.04+1) ragel version Ragel State Machine Compiler version 6.8 Feb 2013 sudo version 1.8.16 gzip version gzip 1.6 zip version Zip 3.0 vim version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48) iptables version iptables v1.6.0 curl version curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 wget version GNU Wget 1.17.1 built on linux-gnu. rsync version rsync version 3.1.1 protocol version 31 gimme version v1.5.3 nvm version 0.34.0 perlbrew version /home/travis/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.86 phpenv version rbenv 1.1.2 rvm version rvm 1.29.7 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] default ruby version ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux] CouchDB version couchdb 1.6.1 ElasticSearch version 5.5.0 Installed Firefox version firefox 63.0.1 MongoDB version MongoDB 4.0.7 PhantomJS version 2.1.1 Pre-installed PostgreSQL versions 9.4.21 9.5.16 9.6.12 Redis version redis-server 5.0.4 Pre-installed Go versions 1.11.1 mvn version Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) gradle version Gradle 4.10.2! lein version Leiningen 2.9.1 on Java 11.0.2 OpenJDK 64-Bit Server VM Pre-installed Node.js versions v10.15.3 v11.0.0 v4.9.1 v6.17.0 v8.12.0 v8.15.1 v8.9 phpenv versions system 5.6 5.6.40 7.1 7.1.27 7.2 * 7.2.15 (set by /home/travis/.phpenv/version) hhvm hhvm-stable composer --version Composer version 1.8.4 2019-02-11 10:52:10 Pre-installed Ruby versions ruby-2.3.8 ruby-2.4.5 ruby-2.5.3 travis_fold:end:system_info travis_fold:start:docker_mtu travis_fold:end:docker_mtu travis_fold:start:resolvconf travis_fold:end:resolvconf travis_fold:start:install_jdk Installing openjdk8 travis_fold:end:install_jdk travis_fold:start:git.checkout travis_time:start:3081741c $ git clone --depth=50 https://github.com/ReactiveX/RxJava.git ReactiveX/RxJava Cloning into 'ReactiveX/RxJava'... remote: Enumerating objects: 4232, done. remote: Counting objects: 0% (1/4232) remote: Counting objects: 1% (43/4232) remote: Counting objects: 2% (85/4232) remote: Counting objects: 3% (127/4232) remote: Counting objects: 4% (170/4232) remote: Counting objects: 5% (212/4232) remote: Counting objects: 6% (254/4232) remote: Counting objects: 7% (297/4232) remote: Counting objects: 8% (339/4232) remote: Counting objects: 9% (381/4232) remote: Counting objects: 10% (424/4232) remote: Counting objects: 11% (466/4232) remote: Counting objects: 12% (508/4232) remote: Counting objects: 13% (551/4232) remote: Counting objects: 14% (593/4232) remote: Counting objects: 15% (635/4232) remote: Counting objects: 16% (678/4232) remote: Counting objects: 17% (720/4232) remote: Counting objects: 18% (762/4232) remote: Counting objects: 19% (805/4232) remote: Counting objects: 20% (847/4232) remote: Counting objects: 21% (889/4232) remote: Counting objects: 22% (932/4232) remote: Counting objects: 23% (974/4232) remote: Counting objects: 24% (1016/4232) remote: Counting objects: 25% (1058/4232) remote: Counting objects: 26% (1101/4232) remote: Counting objects: 27% (1143/4232) remote: Counting objects: 28% (1185/4232) remote: Counting objects: 29% (1228/4232) remote: Counting objects: 30% (1270/4232) remote: Counting objects: 31% (1312/4232) remote: Counting objects: 32% (1355/4232) remote: Counting objects: 33% (1397/4232) remote: Counting objects: 34% (1439/4232) remote: Counting objects: 35% (1482/4232) remote: Counting objects: 36% (1524/4232) remote: Counting objects: 37% (1566/4232) remote: Counting objects: 38% (1609/4232) remote: Counting objects: 39% (1651/4232) remote: Counting objects: 40% (1693/4232) remote: Counting objects: 41% (1736/4232) remote: Counting objects: 42% (1778/4232) remote: Counting objects: 43% (1820/4232) remote: Counting objects: 44% (1863/4232) remote: Counting objects: 45% (1905/4232) remote: Counting objects: 46% (1947/4232) remote: Counting objects: 47% (1990/4232) remote: Counting objects: 48% (2032/4232) remote: Counting objects: 49% (2074/4232) remote: Counting objects: 50% (2116/4232) remote: Counting objects: 51% (2159/4232) remote: Counting objects: 52% (2201/4232) remote: Counting objects: 53% (2243/4232) remote: Counting objects: 54% (2286/4232) remote: Counting objects: 55% (2328/4232) remote: Counting objects: 56% (2370/4232) remote: Counting objects: 57% (2413/4232) remote: Counting objects: 58% (2455/4232) remote: Counting objects: 59% (2497/4232) remote: Counting objects: 60% (2540/4232) remote: Counting objects: 61% (2582/4232) remote: Counting objects: 62% (2624/4232) remote: Counting objects: 63% (2667/4232) remote: Counting objects: 64% (2709/4232) remote: Counting objects: 65% (2751/4232) remote: Counting objects: 66% (2794/4232) remote: Counting objects: 67% (2836/4232) remote: Counting objects: 68% (2878/4232) remote: Counting objects: 69% (2921/4232) remote: Counting objects: 70% (2963/4232) remote: Counting objects: 71% (3005/4232) remote: Counting objects: 72% (3048/4232) remote: Counting objects: 73% (3090/4232) remote: Counting objects: 74% (3132/4232) remote: Counting objects: 75% (3174/4232) remote: Counting objects: 76% (3217/4232) remote: Counting objects: 77% (3259/4232) remote: Counting objects: 78% (3301/4232) remote: Counting objects: 79% (3344/4232) remote: Counting objects: 80% (3386/4232) remote: Counting objects: 81% (3428/4232) remote: Counting objects: 82% (3471/4232) remote: Counting objects: 83% (3513/4232) remote: Counting objects: 84% (3555/4232) remote: Counting objects: 85% (3598/4232) remote: Counting objects: 86% (3640/4232) remote: Counting objects: 87% (3682/4232) remote: Counting objects: 88% (3725/4232) remote: Counting objects: 89% (3767/4232) remote: Counting objects: 90% (3809/4232) remote: Counting objects: 91% (3852/4232) remote: Counting objects: 92% (3894/4232) remote: Counting objects: 93% (3936/4232) remote: Counting objects: 94% (3979/4232) remote: Counting objects: 95% (4021/4232) remote: Counting objects: 96% (4063/4232) remote: Counting objects: 97% (4106/4232) remote: Counting objects: 98% (4148/4232) remote: Counting objects: 99% (4190/4232) remote: Counting objects: 100% (4232/4232) remote: Counting objects: 100% (4232/4232), done. remote: Compressing objects: 0% (1/1837) remote: Compressing objects: 1% (19/1837) remote: Compressing objects: 2% (37/1837) remote: Compressing objects: 3% (56/1837) remote: Compressing objects: 4% (74/1837) remote: Compressing objects: 5% (92/1837) remote: Compressing objects: 6% (111/1837) remote: Compressing objects: 7% (129/1837) remote: Compressing objects: 8% (147/1837) remote: Compressing objects: 9% (166/1837) remote: Compressing objects: 10% (184/1837) remote: Compressing objects: 11% (203/1837) remote: Compressing objects: 12% (221/1837) remote: Compressing objects: 13% (239/1837) remote: Compressing objects: 14% (258/1837) remote: Compressing objects: 15% (276/1837) remote: Compressing objects: 16% (294/1837) remote: Compressing objects: 17% (313/1837) remote: Compressing objects: 18% (331/1837) remote: Compressing objects: 19% (350/1837) remote: Compressing objects: 20% (368/1837) remote: Compressing objects: 21% (386/1837) remote: Compressing objects: 22% (405/1837) remote: Compressing objects: 23% (423/1837) remote: Compressing objects: 24% (441/1837) remote: Compressing objects: 25% (460/1837) remote: Compressing objects: 26% (478/1837) remote: Compressing objects: 27% (496/1837) remote: Compressing objects: 28% (515/1837) remote: Compressing objects: 29% (533/1837) remote: Compressing objects: 30% (552/1837) remote: Compressing objects: 31% (570/1837) remote: Compressing objects: 32% (588/1837) remote: Compressing objects: 33% (607/1837) remote: Compressing objects: 34% (625/1837) remote: Compressing objects: 35% (643/1837) remote: Compressing objects: 36% (662/1837) remote: Compressing objects: 37% (680/1837) remote: Compressing objects: 38% (699/1837) remote: Compressing objects: 39% (717/1837) remote: Compressing objects: 40% (735/1837) remote: Compressing objects: 41% (754/1837) remote: Compressing objects: 42% (772/1837) remote: Compressing objects: 43% (790/1837) remote: Compressing objects: 44% (809/1837) remote: Compressing objects: 45% (827/1837) remote: Compressing objects: 46% (846/1837) remote: Compressing objects: 47% (864/1837) remote: Compressing objects: 48% (882/1837) remote: Compressing objects: 49% (901/1837) remote: Compressing objects: 50% (919/1837) remote: Compressing objects: 51% (937/1837) remote: Compressing objects: 52% (956/1837) remote: Compressing objects: 53% (974/1837) remote: Compressing objects: 54% (992/1837) remote: Compressing objects: 55% (1011/1837) remote: Compressing objects: 56% (1029/1837) remote: Compressing objects: 57% (1048/1837) remote: Compressing objects: 58% (1066/1837) remote: Compressing objects: 59% (1084/1837) remote: Compressing objects: 60% (1103/1837) remote: Compressing objects: 61% (1121/1837) remote: Compressing objects: 62% (1139/1837) remote: Compressing objects: 63% (1158/1837) remote: Compressing objects: 64% (1176/1837) remote: Compressing objects: 65% (1195/1837) remote: Compressing objects: 66% (1213/1837) remote: Compressing objects: 67% (1231/1837) remote: Compressing objects: 68% (1250/1837) remote: Compressing objects: 69% (1268/1837) remote: Compressing objects: 70% (1286/1837) remote: Compressing objects: 71% (1305/1837) remote: Compressing objects: 72% (1323/1837) remote: Compressing objects: 73% (1342/1837) remote: Compressing objects: 74% (1360/1837) remote: Compressing objects: 75% (1378/1837) remote: Compressing objects: 76% (1397/1837) remote: Compressing objects: 77% (1415/1837) remote: Compressing objects: 78% (1433/1837) remote: Compressing objects: 79% (1452/1837) remote: Compressing objects: 80% (1470/1837) remote: Compressing objects: 81% (1488/1837) remote: Compressing objects: 82% (1507/1837) remote: Compressing objects: 83% (1525/1837) remote: Compressing objects: 84% (1544/1837) remote: Compressing objects: 85% (1562/1837) remote: Compressing objects: 86% (1580/1837) remote: Compressing objects: 87% (1599/1837) remote: Compressing objects: 88% (1617/1837) remote: Compressing objects: 89% (1635/1837) remote: Compressing objects: 90% (1654/1837) remote: Compressing objects: 91% (1672/1837) remote: Compressing objects: 92% (1691/1837) remote: Compressing objects: 93% (1709/1837) remote: Compressing objects: 94% (1727/1837) remote: Compressing objects: 95% (1746/1837) remote: Compressing objects: 96% (1764/1837) remote: Compressing objects: 97% (1782/1837) remote: Compressing objects: 98% (1801/1837) remote: Compressing objects: 99% (1819/1837) remote: Compressing objects: 100% (1837/1837) remote: Compressing objects: 100% (1837/1837), done. Receiving objects: 0% (1/4232) Receiving objects: 1% (43/4232) Receiving objects: 2% (85/4232) Receiving objects: 3% (127/4232) Receiving objects: 4% (170/4232) Receiving objects: 5% (212/4232) Receiving objects: 6% (254/4232) Receiving objects: 7% (297/4232) Receiving objects: 8% (339/4232) Receiving objects: 9% (381/4232) Receiving objects: 10% (424/4232) Receiving objects: 11% (466/4232) Receiving objects: 12% (508/4232) Receiving objects: 13% (551/4232) Receiving objects: 14% (593/4232) Receiving objects: 15% (635/4232) Receiving objects: 16% (678/4232) Receiving objects: 17% (720/4232) Receiving objects: 18% (762/4232) Receiving objects: 19% (805/4232) Receiving objects: 20% (847/4232) Receiving objects: 21% (889/4232) Receiving objects: 22% (932/4232) Receiving objects: 23% (974/4232) Receiving objects: 24% (1016/4232) Receiving objects: 25% (1058/4232) Receiving objects: 26% (1101/4232) Receiving objects: 27% (1143/4232) Receiving objects: 28% (1185/4232) Receiving objects: 29% (1228/4232) Receiving objects: 30% (1270/4232) Receiving objects: 31% (1312/4232) Receiving objects: 32% (1355/4232) Receiving objects: 33% (1397/4232) Receiving objects: 34% (1439/4232) Receiving objects: 35% (1482/4232) Receiving objects: 36% (1524/4232) Receiving objects: 37% (1566/4232) Receiving objects: 38% (1609/4232) Receiving objects: 39% (1651/4232) Receiving objects: 40% (1693/4232) Receiving objects: 41% (1736/4232) Receiving objects: 42% (1778/4232) Receiving objects: 43% (1820/4232) Receiving objects: 44% (1863/4232) Receiving objects: 45% (1905/4232) Receiving objects: 46% (1947/4232) Receiving objects: 47% (1990/4232) Receiving objects: 48% (2032/4232) Receiving objects: 49% (2074/4232) Receiving objects: 50% (2116/4232) Receiving objects: 51% (2159/4232) Receiving objects: 52% (2201/4232) Receiving objects: 53% (2243/4232) Receiving objects: 54% (2286/4232) Receiving objects: 55% (2328/4232) Receiving objects: 56% (2370/4232) Receiving objects: 57% (2413/4232) Receiving objects: 58% (2455/4232) Receiving objects: 59% (2497/4232) Receiving objects: 60% (2540/4232) Receiving objects: 61% (2582/4232) Receiving objects: 62% (2624/4232) Receiving objects: 63% (2667/4232) Receiving objects: 64% (2709/4232) Receiving objects: 65% (2751/4232) Receiving objects: 66% (2794/4232) Receiving objects: 67% (2836/4232) Receiving objects: 68% (2878/4232) Receiving objects: 69% (2921/4232) Receiving objects: 70% (2963/4232) Receiving objects: 71% (3005/4232) Receiving objects: 72% (3048/4232) Receiving objects: 73% (3090/4232) Receiving objects: 74% (3132/4232) Receiving objects: 75% (3174/4232) Receiving objects: 76% (3217/4232) Receiving objects: 77% (3259/4232) Receiving objects: 78% (3301/4232) Receiving objects: 79% (3344/4232) Receiving objects: 80% (3386/4232) Receiving objects: 81% (3428/4232) Receiving objects: 82% (3471/4232) Receiving objects: 83% (3513/4232) Receiving objects: 84% (3555/4232) Receiving objects: 85% (3598/4232) Receiving objects: 86% (3640/4232) Receiving objects: 87% (3682/4232) Receiving objects: 88% (3725/4232) Receiving objects: 89% (3767/4232) Receiving objects: 90% (3809/4232) Receiving objects: 91% (3852/4232) Receiving objects: 92% (3894/4232) Receiving objects: 93% (3936/4232) Receiving objects: 94% (3979/4232) Receiving objects: 95% (4021/4232) Receiving objects: 96% (4063/4232) Receiving objects: 97% (4106/4232) Receiving objects: 98% (4148/4232) Receiving objects: 99% (4190/4232) remote: Total 4232 (delta 3343), reused 2669 (delta 2161), pack-reused 0 Receiving objects: 100% (4232/4232) Receiving objects: 100% (4232/4232), 3.80 MiB | 10.03 MiB/s, done. Resolving deltas: 0% (0/3343) Resolving deltas: 1% (34/3343) Resolving deltas: 3% (109/3343) Resolving deltas: 4% (138/3343) Resolving deltas: 5% (168/3343) Resolving deltas: 6% (201/3343) Resolving deltas: 7% (239/3343) Resolving deltas: 8% (272/3343) Resolving deltas: 9% (306/3343) Resolving deltas: 10% (337/3343) Resolving deltas: 11% (369/3343) Resolving deltas: 12% (412/3343) Resolving deltas: 13% (435/3343) Resolving deltas: 14% (469/3343) Resolving deltas: 15% (520/3343) Resolving deltas: 16% (553/3343) Resolving deltas: 17% (597/3343) Resolving deltas: 18% (611/3343) Resolving deltas: 19% (637/3343) Resolving deltas: 20% (669/3343) Resolving deltas: 21% (705/3343) Resolving deltas: 23% (786/3343) Resolving deltas: 24% (828/3343) Resolving deltas: 26% (874/3343) Resolving deltas: 28% (945/3343) Resolving deltas: 29% (990/3343) Resolving deltas: 30% (1018/3343) Resolving deltas: 31% (1055/3343) Resolving deltas: 33% (1127/3343) Resolving deltas: 34% (1138/3343) Resolving deltas: 35% (1186/3343) Resolving deltas: 36% (1236/3343) Resolving deltas: 37% (1242/3343) Resolving deltas: 38% (1285/3343) Resolving deltas: 39% (1306/3343) Resolving deltas: 40% (1341/3343) Resolving deltas: 41% (1377/3343) Resolving deltas: 42% (1407/3343) Resolving deltas: 46% (1548/3343) Resolving deltas: 47% (1574/3343) Resolving deltas: 52% (1761/3343) Resolving deltas: 54% (1811/3343) Resolving deltas: 55% (1840/3343) Resolving deltas: 66% (2224/3343) Resolving deltas: 67% (2241/3343) Resolving deltas: 68% (2297/3343) Resolving deltas: 69% (2310/3343) Resolving deltas: 70% (2349/3343) Resolving deltas: 71% (2377/3343) Resolving deltas: 73% (2449/3343) Resolving deltas: 74% (2474/3343) Resolving deltas: 75% (2527/3343) Resolving deltas: 76% (2542/3343) Resolving deltas: 77% (2583/3343) Resolving deltas: 78% (2618/3343) Resolving deltas: 80% (2684/3343) Resolving deltas: 81% (2723/3343) Resolving deltas: 82% (2751/3343) Resolving deltas: 83% (2790/3343) Resolving deltas: 84% (2809/3343) Resolving deltas: 85% (2865/3343) Resolving deltas: 86% (2908/3343) Resolving deltas: 88% (2962/3343) Resolving deltas: 89% (2977/3343) Resolving deltas: 90% (3013/3343) Resolving deltas: 91% (3051/3343) Resolving deltas: 92% (3081/3343) Resolving deltas: 93% (3115/3343) Resolving deltas: 94% (3144/3343) Resolving deltas: 95% (3183/3343) Resolving deltas: 96% (3215/3343) Resolving deltas: 97% (3243/3343) Resolving deltas: 98% (3281/3343) Resolving deltas: 99% (3310/3343) Resolving deltas: 100% (3343/3343) Resolving deltas: 100% (3343/3343), done. travis_time:end:3081741c:start=1563876712036816120,finish=1563876714512899678,duration=2476083558 $ cd ReactiveX/RxJava travis_time:start:20afcca0 $ git fetch origin +refs/pull/6586/merge: remote: Enumerating objects: 27, done. remote: Counting objects: 5% (1/17) remote: Counting objects: 11% (2/17) remote: Counting objects: 17% (3/17) remote: Counting objects: 23% (4/17) remote: Counting objects: 29% (5/17) remote: Counting objects: 35% (6/17) remote: Counting objects: 41% (7/17) remote: Counting objects: 47% (8/17) remote: Counting objects: 52% (9/17) remote: Counting objects: 58% (10/17) remote: Counting objects: 64% (11/17) remote: Counting objects: 70% (12/17) remote: Counting objects: 76% (13/17) remote: Counting objects: 82% (14/17) remote: Counting objects: 88% (15/17) remote: Counting objects: 94% (16/17) remote: Counting objects: 100% (17/17) remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. remote: Total 7 (delta 5), reused 6 (delta 5), pack-reused 0 Unpacking objects: 14% (1/7) Unpacking objects: 28% (2/7) Unpacking objects: 42% (3/7) Unpacking objects: 57% (4/7) Unpacking objects: 71% (5/7) Unpacking objects: 85% (6/7) Unpacking objects: 100% (7/7) Unpacking objects: 100% (7/7), done. From https://github.com/ReactiveX/RxJava * branch refs/pull/6586/merge -> FETCH_HEAD travis_time:end:20afcca0:start=1563876714517554270,finish=1563876715161204107,duration=643649837 $ git checkout -qf FETCH_HEAD travis_fold:end:git.checkout Encrypted environment variables have been removed for security reasons. See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions $ export TERM=dumb travis_fold:start:cache.1 Setting up build cache $ export CASHER_DIR=${TRAVIS_HOME}/.casher travis_time:start:074c409c $ Installing caching utilities travis_time:end:074c409c:start=1563876716382285452,finish=1563876716662889394,duration=280603942 travis_time:start:07988cda travis_time:end:07988cda:start=1563876716669417442,finish=1563876716673032340,duration=3614898 travis_time:start:0bc60688 attempting to download cache archive fetching PR.6586/cache-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--jdk-openjdk8.tgz fetching PR.6586/cache--jdk-openjdk8.tgz fetching 3.x/cache-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--jdk-openjdk8.tgz found cache travis_time:end:0bc60688:start=1563876716677543105,finish=1563876719570327825,duration=2892784720 travis_time:start:08c7b5c8 travis_time:end:08c7b5c8:start=1563876719575282720,finish=1563876719578780817,duration=3498097 travis_time:start:23226f00 adding /home/travis/.m2 to cache adding /home/travis/.gradle to cache creating directory /home/travis/.gradle travis_time:end:23226f00:start=1563876719583568422,finish=1563876722960821972,duration=3377253550 travis_fold:end:cache.1 $ java -Xmx32m -version openjdk version "1.8.0_191" OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12) OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode) $ javac -J-Xmx32m -version javac 1.8.0_191 travis_fold:start:install travis_time:start:04c7fd70 $ true travis_time:end:04c7fd70:start=1563876723637559858,finish=1563876723640982279,duration=3422421 travis_fold:end:install travis_time:start:0aad84d0 $ gradle/buildViaTravis.sh Build Pull Request #6586 => Branch [3.x] Downloading https://services.gradle.org/distributions/gradle-5.5.1-bin.zip ..................................................................................... Unzipping /home/travis/.gradle/wrapper/dists/gradle-5.5.1-bin/cfsov38hb3r1zj4ic9bbjcc7n/gradle-5.5.1-bin.zip to /home/travis/.gradle/wrapper/dists/gradle-5.5.1-bin/cfsov38hb3r1zj4ic9bbjcc7n Set executable permissions for: /home/travis/.gradle/wrapper/dists/gradle-5.5.1-bin/cfsov38hb3r1zj4ic9bbjcc7n/gradle-5.5.1/bin/gradle Welcome to Gradle 5.5.1! Here are the highlights of this release: - Kickstart Gradle plugin development with gradle init - Distribute organization-wide Gradle properties in custom Gradle distributions - Transform dependency artifacts on resolution For more details see https://docs.gradle.org/5.5.1/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Configure project : JMH: [.*me.champeau.gradle.JMHPluginExtension_Decorated@196f43d6.*] > Task :compileJava > Task :processResources NO-SOURCE > Task :classes > Task :osgiClasses > Task :jar > Task :javadoc /home/travis/build/ReactiveX/RxJava/src/main/java/io/reactivex/Maybe.java:778: warning - Tag @link: reference not found: io.reactivex base reactive classes /home/travis/build/ReactiveX/RxJava/src/main/java/io/reactivex/Maybe.java:918: warning - Tag @link: reference not found: io.reactivex base reactive classes /home/travis/build/ReactiveX/RxJava/src/main/java/io/reactivex/processors/package-info.java:39: warning - Tag @see: reference not found: io.reactivex.subjects /home/travis/build/ReactiveX/RxJava/src/main/java/io/reactivex/subjects/package-info.java:58: warning - Tag @see: reference not found: io.reactivex.processors 4 warnings > Task :javadocCleanup Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/Flowable.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/Observable.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/Single.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/Maybe.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/Completable.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/flowables/ConnectableFlowable.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/observables/ConnectableObservable.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/subjects/ReplaySubject.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/processors/ReplayProcessor.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/plugins/RxJavaPlugins.html Cleaning up: /home/travis/build/ReactiveX/RxJava/build/docs/javadoc/io/reactivex/parallel/ParallelFlowable.html > Task :javadocJar > Task :sourcesJar > Task :assemble > Task :compileJmhJava > Task :processJmhResources NO-SOURCE > Task :jmhClasses > Task :animalsnifferJmh > Task :animalsnifferMain > Task :compileTestJava > Task :processTestResources NO-SOURCE > Task :testClasses > Task :animalsnifferTest > Task :checkstyleJmh > Task :checkstyleMain > Task :checkstyleTest > Task :licenseJmh UP-TO-DATE > Task :licenseMain UP-TO-DATE > Task :licenseTest UP-TO-DATE > Task :license UP-TO-DATE > Task :test io.reactivex.subscribers.SafeSubscriberTest > onErrorFailureWithUnsubscribeFailure SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onErrorSuccessWithUnsubscribeFailure SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onCompletedThrows SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onErrorFailureSafe SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onNextOnErrorFailureSafe SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onCompleteSuccessWithUnsubscribeFailure SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onErrorNotImplementedFailureSafe SKIPPED io.reactivex.subscribers.SafeSubscriberTest > onErrorNotImplementedFailureWithUnsubscribeFailure SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > threadStarvation SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > serializeReentrantNullAndError SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > notificationDelay SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > serializeReentrantNullAndComplete SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > serializeAllowsOnError SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > serializeDrainPhaseThrows SKIPPED io.reactivex.subscribers.SerializedSubscriberTest > serializeNull SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginException SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginExceptionWhenUnsubscribing2 SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginErrorHandlerReceivesExceptionFromFailingUnsubscribeAfterCompletionThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginExceptionWhileOnErrorThrowsAndUnsubscribeThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > onCompletedThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginExceptionWhileOnErrorThrowsNotImplAndUnsubscribeThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginExceptionWhileOnErrorThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginExceptionWhileOnErrorUnsubscribeThrows SKIPPED io.reactivex.subscribers.SafeSubscriberWithPluginTest > pluginErrorHandlerReceivesExceptionWhenUnsubscribeAfterCompletionThrows SKIPPED io.reactivex.observers.SerializedObserverTest > threadStarvation SKIPPED io.reactivex.observers.SerializedObserverTest > serializeReentrantNullAndError SKIPPED io.reactivex.observers.SerializedObserverTest > notificationDelay SKIPPED io.reactivex.observers.SerializedObserverTest > serializeReentrantNullAndComplete SKIPPED io.reactivex.observers.SerializedObserverTest > serializeAllowsOnError SKIPPED io.reactivex.observers.SerializedObserverTest > serializeDrainPhaseThrows SKIPPED io.reactivex.observers.SerializedObserverTest > serializeNull SKIPPED io.reactivex.observers.SafeObserverTest > onErrorFailureWithUnsubscribeFailure SKIPPED io.reactivex.observers.SafeObserverTest > onErrorSuccessWithUnsubscribeFailure SKIPPED io.reactivex.observers.SafeObserverTest > onCompletedThrows SKIPPED io.reactivex.observers.SafeObserverTest > onErrorFailureSafe SKIPPED io.reactivex.observers.SafeObserverTest > onNextOnErrorFailureSafe SKIPPED io.reactivex.observers.SafeObserverTest > onCompleteSuccessWithUnsubscribeFailure SKIPPED io.reactivex.observers.SafeObserverTest > onErrorNotImplementedFailureSafe SKIPPED io.reactivex.observers.SafeObserverTest > onErrorNotImplementedFailureWithUnsubscribeFailure SKIPPED io.reactivex.observable.ObservableCombineLatestTests > nullEmitting SKIPPED io.reactivex.observable.ObservableNullTests > flatMapNotificationOnErrorReturnsNull SKIPPED io.reactivex.observable.ObservableTest > onSubscribeFails SKIPPED io.reactivex.observable.ObservableTest > errorThrownWithoutErrorHandlerAsynchronous SKIPPED io.reactivex.observable.ObservableTest > containsWithNull SKIPPED io.reactivex.observable.ObservableTest > errorThrownWithoutErrorHandlerSynchronous SKIPPED io.reactivex.observable.ObservableTest > containsWithNullObservable SKIPPED io.reactivex.plugins.RxJavaPluginsTest > onXLift SKIPPED io.reactivex.plugins.RxJavaPluginsTest > onPluginsXError SKIPPED io.reactivex.plugins.RxJavaPluginsTest > clear SKIPPED io.reactivex.plugins.RxJavaPluginsTest > onPluginsXLift SKIPPED io.reactivex.plugins.RxJavaPluginsTest > assemblyTrackingObservable SKIPPED io.reactivex.plugins.RxJavaPluginsTest > assemblyTrackingSingle SKIPPED io.reactivex.plugins.RxJavaPluginsTest > assemblyTrackingCompletable SKIPPED io.reactivex.plugins.RxJavaPluginsTest > onXError SKIPPED io.reactivex.plugins.RxJavaPluginsTest > observableReturn SKIPPED io.reactivex.plugins.RxJavaPluginsTest > singleReturn SKIPPED io.reactivex.schedulers.ComputationSchedulerTests > unhandledErrorIsDeliveredToThreadHandler SKIPPED io.reactivex.schedulers.ExecutorSchedulerInterruptibleTest > unhandledErrorIsDeliveredToThreadHandler SKIPPED io.reactivex.schedulers.NewThreadSchedulerTest > unhandledErrorIsDeliveredToThreadHandler SKIPPED io.reactivex.schedulers.CachedThreadSchedulerTest > unhandledErrorIsDeliveredToThreadHandler SKIPPED io.reactivex.schedulers.ExecutorSchedulerTest > unhandledErrorIsDeliveredToThreadHandler SKIPPED io.reactivex.internal.util.BackpressureHelperTest > constructorShouldBePrivate SKIPPED io.reactivex.internal.operators.observable.ObservableOnErrorResumeWithTest > resumeNextWithFailureOnSubscribeAsync SKIPPED io.reactivex.internal.operators.observable.ObservableOnErrorResumeWithTest > resumeNextWithFailureOnSubscribe SKIPPED io.reactivex.internal.operators.observable.ObservableMergeTest > thrownErrorHandling SKIPPED io.reactivex.internal.operators.observable.ObservableMergeTest > mergeWithNullValues SKIPPED io.reactivex.internal.operators.observable.ObservableMergeTest > mergeWithTerminalEventAfterUnsubscribe SKIPPED io.reactivex.internal.operators.observable.ObservableMergeTest > mergingNullObservable SKIPPED io.reactivex.internal.operators.observable.ObservableCacheTest > unsafeChildThrows SKIPPED io.reactivex.internal.operators.observable.ObservableSequenceEqualTest > withNull1Observable SKIPPED io.reactivex.internal.operators.observable.ObservableSequenceEqualTest > withNull1 SKIPPED io.reactivex.internal.operators.observable.ObservableSequenceEqualTest > withNull2 SKIPPED io.reactivex.internal.operators.observable.ObservableSequenceEqualTest > withNull2Observable SKIPPED io.reactivex.internal.operators.observable.ObservableWithLatestFromTest > backpressureWithSignal SKIPPED io.reactivex.internal.operators.observable.ObservableWithLatestFromTest > backpressureNoSignal SKIPPED io.reactivex.internal.operators.observable.ObservableTakeLastTest > takeLastWithNull SKIPPED io.reactivex.internal.operators.observable.ObservableSkipLastTest > skipLastWithNull SKIPPED io.reactivex.internal.operators.observable.ObservableDefaultIfEmptyTest > emptyButClientThrows SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > backpressure SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > normalBackpressured SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > innerNull SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > maxConcurrent5 SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > prefetchIsBounded SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > many SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > normalDelayEndBackpressured SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapEagerTest > normalDelayBoundaryBackpressured SKIPPED io.reactivex.internal.operators.observable.ObservableDetachTest > backpressured SKIPPED io.reactivex.internal.operators.observable.ObservableDetachTest > deferredUpstreamProducer SKIPPED io.reactivex.internal.operators.observable.ObservableTimeoutTests > shouldUnsubscribeFromUnderlyingSubscriptionOnImmediatelyComplete SKIPPED io.reactivex.internal.operators.observable.ObservableTimeoutTests > shouldUnsubscribeFromUnderlyingSubscriptionOnImmediatelyErrored SKIPPED io.reactivex.internal.operators.observable.BlockingObservableToIteratorTest > exceptionThrownFromOnSubscribe SKIPPED io.reactivex.internal.operators.observable.ObservableDistinctUntilChangedTest > distinctUntilChangedOfSourceWithExceptionsFromKeySelector SKIPPED io.reactivex.internal.operators.observable.ObservableDistinctUntilChangedTest > distinctUntilChangedOfSourceWithNulls SKIPPED io.reactivex.internal.operators.observable.ObservableReplayTest > unsafeChildThrows SKIPPED io.reactivex.internal.operators.observable.ObservableTakeTest > takeZeroDoesntLeakError SKIPPED io.reactivex.internal.operators.observable.BlockingObservableToFutureTest > constructorShouldBePrivate SKIPPED io.reactivex.internal.operators.observable.BlockingObservableToFutureTest > getWithASingleNullItem SKIPPED io.reactivex.internal.operators.observable.ObservableDistinctTest > distinctOfSourceWithExceptionsFromKeySelector SKIPPED io.reactivex.internal.operators.observable.ObservableDistinctTest > distinctOfSourceWithNulls SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapSchedulerTest > startWith SKIPPED io.reactivex.internal.operators.observable.ObservableConcatMapSchedulerTest > concatMany SKIPPED io.reactivex.internal.operators.observable.ObservableZipTest > emitNull SKIPPED io.reactivex.internal.operators.observable.ObservableToListTest > listWithNullValueObservable SKIPPED io.reactivex.internal.operators.observable.ObservableToListTest > listWithNullValue SKIPPED io.reactivex.internal.operators.observable.ObservableMergeDelayErrorTest > mergeSourceWhichDoesntPropagateExceptionBack SKIPPED io.reactivex.internal.operators.observable.ObservableSubscribeOnTest > thrownErrorHandling SKIPPED io.reactivex.internal.operators.observable.ObservableUsingTest > usingWithObservableFactoryErrorInOnSubscribe SKIPPED io.reactivex.internal.operators.observable.ObservableUsingTest > usingWithObservableFactoryErrorInOnSubscribeDisposeEagerly SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedAsyncConditional2 SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedAsyncConditional SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fused SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedOnErrorCrash SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedOnErrorCrashConditional SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedConditional SKIPPED io.reactivex.internal.operators.observable.ObservableDoOnEachTest > fusedAsync SKIPPED io.reactivex.internal.operators.observable.ObservableReplayEagerTruncateTest > unsafeChildThrows SKIPPED io.reactivex.internal.operators.observable.ObservableOnErrorResumeNextTest > onErrorResumeReceivesErrorFromPreviousNonProtectedOperatorOnNext SKIPPED io.reactivex.internal.operators.observable.ObservableOnErrorResumeNextTest > onErrorResumeReceivesErrorFromPreviousNonProtectedOperator SKIPPED io.reactivex.internal.operators.observable.ObservableFlatMapTest > flatMapRangeAsyncLoop SKIPPED io.reactivex.internal.operators.flowable.FlowablePublishTest > subscriberSwap SKIPPED io.reactivex.internal.operators.flowable.FlowableAmbTest > ambMany SKIPPED io.reactivex.internal.operators.flowable.FlowableAmbTest > ambManyComplete SKIPPED io.reactivex.internal.operators.flowable.FlowableAmbTest > ambManyError SKIPPED io.reactivex.internal.operators.flowable.FlowableTakeTest > takeZeroDoesntLeakError SKIPPED io.reactivex.internal.operators.flowable.FlowableToListTest > listWithNullValue SKIPPED io.reactivex.internal.operators.flowable.FlowableToListTest > asyncRequestedFlowable SKIPPED io.reactivex.internal.operators.flowable.FlowableToListTest > listWithNullValueFlowable SKIPPED io.reactivex.internal.operators.flowable.FlowableToListTest > backpressureHonored SKIPPED io.reactivex.internal.operators.flowable.FlowableToListTest > asyncRequested SKIPPED io.reactivex.internal.operators.flowable.FlowableDistinctUntilChangedTest > distinctUntilChangedOfSourceWithExceptionsFromKeySelector SKIPPED io.reactivex.internal.operators.flowable.FlowableDistinctUntilChangedTest > distinctUntilChangedOfSourceWithNulls SKIPPED io.reactivex.internal.operators.flowable.FlowableScanTest > initialValueEmittedNoProducer SKIPPED io.reactivex.internal.operators.flowable.FlowableScanTest > initialValueEmittedWithProducer SKIPPED io.reactivex.internal.operators.flowable.FlowableMapTest > shouldNotSwallowOnErrorNotImplementedException SKIPPED io.reactivex.internal.operators.flowable.FlowableMapTest > verifyExceptionIsThrownIfThereIsNoExceptionHandler SKIPPED io.reactivex.internal.operators.flowable.FlowableSubscribeOnTest > thrownErrorHandling SKIPPED io.reactivex.internal.operators.flowable.FlowableDistinctTest > distinctOfSourceWithExceptionsFromKeySelector SKIPPED io.reactivex.internal.operators.flowable.FlowableDistinctTest > distinctOfSourceWithNulls SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableMostRecentTest > constructorshouldbeprivate SKIPPED io.reactivex.internal.operators.flowable.FlowableAnyTest > backpressureIfNoneRequestedNoneShouldBeDelivered SKIPPED io.reactivex.internal.operators.flowable.FlowableAllTest > backpressureIfNoneRequestedNoneShouldBeDelivered SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatMapEagerTest > innerNull SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatMapEagerTest > many SKIPPED io.reactivex.internal.operators.flowable.FlowableDefaultIfEmptyTest > emptyButClientThrows SKIPPED io.reactivex.internal.operators.flowable.FlowableTimeoutTests > shouldUnsubscribeFromUnderlyingSubscriptionOnImmediatelyComplete SKIPPED io.reactivex.internal.operators.flowable.FlowableTimeoutTests > shouldUnsubscribeFromUnderlyingSubscriptionOnImmediatelyErrored SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableLatestTest > constructorshouldbeprivate SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableNextTest > constructorshouldbeprivate SKIPPED io.reactivex.internal.operators.flowable.FlowableRefCountTest > publishNoLeak FAILED java.lang.AssertionError: 20,471,656 -> 116,032,736 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at io.reactivex.internal.operators.flowable.FlowableRefCountTest.publishNoLeak(FlowableRefCountTest.java:761) io.reactivex.internal.operators.flowable.BlockingFlowableToIteratorTest > constructorShouldBePrivate SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableToIteratorTest > exceptionThrownFromOnSubscribe SKIPPED io.reactivex.internal.operators.flowable.FlowableTakeLastTest > takeLastWithNull SKIPPED io.reactivex.internal.operators.flowable.FlowableSequenceEqualTest > withNull2Flowable SKIPPED io.reactivex.internal.operators.flowable.FlowableSequenceEqualTest > withNull1 SKIPPED io.reactivex.internal.operators.flowable.FlowableSequenceEqualTest > withNull2 SKIPPED io.reactivex.internal.operators.flowable.FlowableSequenceEqualTest > withNull1Flowable SKIPPED io.reactivex.internal.operators.flowable.FlowableOnErrorResumeNextViaFlowableTest > resumeNextWithFailureOnSubscribeAsync SKIPPED io.reactivex.internal.operators.flowable.FlowableOnErrorResumeNextViaFlowableTest > resumeNextWithFailureOnSubscribe SKIPPED io.reactivex.internal.operators.flowable.FlowableToSortedListTest > asyncRequestedFlowable SKIPPED io.reactivex.internal.operators.flowable.FlowableToSortedListTest > backpressureHonored SKIPPED io.reactivex.internal.operators.flowable.FlowableToSortedListTest > asyncRequested SKIPPED io.reactivex.internal.operators.flowable.FlowableFilterTest > fatalError SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatTest > startWith SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatTest > concatMany SKIPPED io.reactivex.internal.operators.flowable.FlowableDoOnEachTest > fatalError SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableToFutureTest > constructorShouldBePrivate SKIPPED io.reactivex.internal.operators.flowable.BlockingFlowableToFutureTest > getWithASingleNullItem SKIPPED io.reactivex.internal.operators.flowable.FlowableUsingTest > usingWithFlowableFactoryErrorInOnSubscribeDisposeEagerly SKIPPED io.reactivex.internal.operators.flowable.FlowableUsingTest > usingWithFlowableFactoryErrorInOnSubscribe SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > thrownErrorHandling SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > mergeJustNull SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > mergeWithNullValues SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > mergeWithTerminalEventAfterUnsubscribe SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > mergingNullFlowable SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeTest > mergeMany SKIPPED io.reactivex.internal.operators.flowable.FlowableSwitchTest > secondaryRequestsAdditivelyAreMoreThanLongMaxValueInducesMaxValueRequestFromUpstream SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatMapSchedulerTest > startWith SKIPPED io.reactivex.internal.operators.flowable.FlowableConcatMapSchedulerTest > concatMany SKIPPED io.reactivex.internal.operators.flowable.FlowableSkipLastTest > skipLastWithNull SKIPPED io.reactivex.internal.operators.flowable.FlowableOnErrorResumeNextViaFunctionTest > onErrorResumeReceivesErrorFromPreviousNonProtectedOperatorOnNext SKIPPED io.reactivex.internal.operators.flowable.FlowableOnErrorResumeNextViaFunctionTest > onErrorResumeReceivesErrorFromPreviousNonProtectedOperator SKIPPED io.reactivex.internal.operators.flowable.FlowableCacheTest > unsafeChildThrows SKIPPED io.reactivex.internal.operators.flowable.FlowableFlatMapTest > flatMapRangeAsyncLoop SKIPPED io.reactivex.internal.operators.flowable.FlowableCombineLatestTest > combineManyNulls SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeDelayErrorTest > mergeSourceWhichDoesntPropagateExceptionBack SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeDelayErrorTest > mergeMany SKIPPED io.reactivex.internal.operators.flowable.FlowableMergeDelayErrorTest > mergeManyError SKIPPED io.reactivex.internal.operators.flowable.FlowableZipTest > emitNull SKIPPED io.reactivex.internal.operators.flowable.FlowableDoOnRequestTest > dontRequestIfDownstreamRequestsLate SKIPPED io.reactivex.flowable.FlowableBackpressureTests > flatMapAsync SKIPPED io.reactivex.flowable.FlowableNullTests > flatMapNotificationOnErrorReturnsNull SKIPPED io.reactivex.flowable.FlowableCombineLatestTests > nullEmitting SKIPPED io.reactivex.flowable.FlowableNotificationTest > onErrorNullNotificationDoesNotEqualIntegerNotification SKIPPED io.reactivex.flowable.FlowableNotificationTest > onErrorIntegerNotificationDoesNotEqualNullNotification SKIPPED io.reactivex.flowable.FlowableSubscriberTest > negativeRequestThrowsIllegalArgumentException SKIPPED io.reactivex.flowable.FlowableTests > onSubscribeFails SKIPPED io.reactivex.flowable.FlowableTests > errorThrownWithoutErrorHandlerAsynchronous SKIPPED io.reactivex.flowable.FlowableTests > containsWithNull SKIPPED io.reactivex.flowable.FlowableTests > errorThrownWithoutErrorHandlerSynchronous SKIPPED io.reactivex.flowable.FlowableTests > containsWithNullFlowable SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorThrowableFrom SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onCompleteFailedExceptionMessageAndNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorNotImplementedExceptionMessageAndNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorFailedExceptionNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onCompleteFailedExceptionNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorNotImplementedExceptionNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorFailedExceptionMessageAndNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > unsubscribeFailedExceptionNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > unsubscribeFailedExceptionMessageAndNull SKIPPED io.reactivex.exceptions.ExceptionsNullTest > onErrorThrowableAddValueAsLastCause SKIPPED io.reactivex.exceptions.OnNextValueTest > renderFloat SKIPPED io.reactivex.exceptions.OnNextValueTest > renderShort SKIPPED io.reactivex.exceptions.OnNextValueTest > addOnNextValueExceptionNotAddedWithBadString SKIPPED io.reactivex.exceptions.OnNextValueTest > renderBoolean SKIPPED io.reactivex.exceptions.OnNextValueTest > addOnNextValueExceptionAdded SKIPPED io.reactivex.exceptions.OnNextValueTest > renderCharacter SKIPPED io.reactivex.exceptions.OnNextValueTest > renderDouble SKIPPED io.reactivex.exceptions.OnNextValueTest > renderInteger SKIPPED io.reactivex.exceptions.OnNextValueTest > renderByte SKIPPED io.reactivex.exceptions.OnNextValueTest > renderLong SKIPPED io.reactivex.exceptions.OnNextValueTest > renderVoid SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromOnNext SKIPPED io.reactivex.exceptions.ExceptionsTest > constructorShouldBePrivate SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrown SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromGroupBy SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromSingleDoOnSuccess SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromSingleSubscribe SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromUnsafeSubscribe SKIPPED io.reactivex.exceptions.ExceptionsTest > onCompletedExceptionIsThrown SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromSingleUnsafeSubscribe SKIPPED io.reactivex.exceptions.ExceptionsTest > onErrorExceptionIsThrownFromSubscribe SKIPPED io.reactivex.completable.CompletableTest > safeOnErrorThrowsRegularSubscriber SKIPPED io.reactivex.completable.CompletableTest > safeOnErrorThrows SKIPPED io.reactivex.completable.CompletableTest > hookUnsafeSubscribeStart SKIPPED io.reactivex.completable.CompletableTest > safeOnCompleteThrows SKIPPED io.reactivex.completable.CompletableTest > safeOnCompleteThrowsRegularSubscriber SKIPPED io.reactivex.completable.CompletableTest > onStartCalledUnsafeSafe SKIPPED io.reactivex.processors.AsyncProcessorTest > nullValues SKIPPED io.reactivex.subjects.PublishSubjectTest > backpressureOverflow SKIPPED io.reactivex.subjects.PublishSubjectTest > requestValidation SKIPPED io.reactivex.subjects.AsyncSubjectTest > nullValues SKIPPED 11181 tests completed, 1 failed, 240 skipped > Task :test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > There were failing tests. See the report at: file:///home/travis/build/ReactiveX/RxJava/build/reports/tests/test/index.html * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.5.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 12m 6s 19 actionable tasks: 16 executed, 3 up-to-date travis_time:end:0aad84d0:start=1563876723645615918,finish=1563877450364857543,duration=726719241625 The command "gradle/buildViaTravis.sh" exited with 1. travis_fold:start:cache.2 store build cache travis_time:start:0b148318 travis_time:end:0b148318:start=1563877450370673143,finish=1563877450374360785,duration=3687642 travis_time:start:1ac30b83 changes detected (content changed, file is created, or file is deleted):\n/home/travis/.gradle/caches/5.5.1/executionHistory/executionHistory.lock /home/travis/.gradle/caches/5.5.1/file-changes/last-build.bin /home/travis/.gradle/caches/5.5.1/fileContent/fileContent.lock /home/travis/.gradle/caches/5.5.1/fileHashes/fileHashes.bin /home/travis/.gradle/caches/5.5.1/fileHashes/fileHashes.lock /home/travis/.gradle/caches/5.5.1/fileHashes/resourceHashesCache.bin /home/travis/.gradle/caches/5.5.1/javaCompile/jarAnalysis.bin /home/travis/.gradle/caches/5.5.1/javaCompile/javaCompile.lock /home/travis/.gradle/caches/5.5.1/md-rule/md-rule.lock /home/travis/.gradle/caches/5.5.1/md-supplier/md-supplier.lock /home/travis/.gradle/caches/5.5.1/scripts/2luhbsxzsxngh7qf8dt8kieuk/cp_dsl/cp_dsl607e3b0704a468e3ccebfac8f1ad43c0/cache.properties /home/travis/.gradle/caches/5.5.1/scripts/2luhbsxzsxngh7qf8dt8kieuk/cp_dsl/cp_dsl607e3b0704a468e3ccebfac8f1ad43c0/classes/_BuildScript_.class /home/travis/.gradle/caches/5.5.1/scripts/2luhbsxzsxngh7qf8dt8kieuk/cp_dsl/cp_dsl607e3b0704a468e\n... changes detected, packing new archive uploading PR.6586/cache-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--jdk-openjdk8.tgz cache uploaded travis_time:end:1ac30b83:start=1563877450379070936,finish=1563877472402088164,duration=22023017228 travis_fold:end:cache.2 Done. Your build exited with 1. |