=================================== raft 0.18.1: ./test-suite.log =================================== # TOTAL: 5 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 System information (uname -a): Linux 6.8.12-11-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-11 (2025-05-22T09:39Z) x86_64 Distribution information (/etc/os-release): NAME="Alpine Linux" ID=alpine VERSION_ID=3.22.2 PRETTY_NAME="Alpine Linux v3.22" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" .. contents:: :depth: 2 FAIL: test/unit/uv ================== Running test suite with seed 0x3937bdf9... UvFsCheckDir/exists [ OK ] [ 0.00000895 / 0.00000861 CPU ] UvFsCheckDir/doesNotExist [ OK ] [ 0.00001201 / 0.00001168 CPU ] UvFsCheckDir/permissionDenied [ ERROR ] Error: test/unit/test_uv_fs.c:65: assertion failed: _rv == RAFT_UNAUTHORIZED (19 == 21) Error: child killed by signal 6 (Aborted) UvFsCheckDir/notDirPrefix [ OK ] [ 0.00001642 / 0.00001627 CPU ] UvFsCheckDir/notDir [ OK ] [ 0.00001943 / 0.00001924 CPU ] UvFsCheckDir/notWritable [ OK ] [ 0.00003019 / 0.00002555 CPU ] UvFsSyncDir/noExists [ OK ] [ 0.00002682 / 0.00002670 CPU ] UvFsOpenFileForReading/noExists [ OK ] [ 0.00001726 / 0.00001713 CPU ] UvFsAllocateFile/success fallocate=1 [ OK ] [ 0.00291685 / 0.00005418 CPU ] fallocate=0 [ OK ] [ 0.00083941 / 0.00006178 CPU ] UvFsAllocateFile/dirNoExists fallocate=1 [ OK ] [ 0.00002649 / 0.00002640 CPU ] fallocate=0 [ OK ] [ 0.00001699 / 0.00001693 CPU ] UvFsAllocateFile/fileAlreadyExists fallocate=1 [ OK ] [ 0.00003904 / 0.00003898 CPU ] fallocate=0 [ OK ] [ 0.00003887 / 0.00003879 CPU ] UvFsAllocateFile/noSpace dir-fs=tmpfs, fallocate=1 [ SKIP ] dir-fs=tmpfs, fallocate=0 [ SKIP ] UvFsProbeCapabilities/tmpfs [ SKIP ] UvFsProbeCapabilities/zfsDirectIO [ SKIP ] UvFsProbeCapabilities/aio dir-fs=btrfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=xfs [ SKIP ] UvFsProbeCapabilities/noAccess [ OK ] [ 0.00002622 / 0.00002612 CPU ] UvFsProbeCapabilities/noSpace [ SKIP ] UvFsProbeCapabilities/noResources [ SKIP ] UvFsMakeFile/notExists [ OK ] [ 0.00127498 / 0.00008191 CPU ] UvFsMakeFile/exists [ OK ] [ 0.00217647 / 0.00014309 CPU ] UvFsRenameFile/rename [ OK ] [ 0.00108255 / 0.00011974 CPU ] UvFsRenameFile/same [ OK ] [ 0.00102222 / 0.00009251 CPU ] UvOsJoin/basic [ OK ] [ 0.00000272 / 0.00000242 CPU ] UvOsJoin/dirTooLong [ OK ] [ 0.00000279 / 0.00000259 CPU ] UvOsJoin/filenameTooLong [ OK ] [ 0.00000209 / 0.00000194 CPU ] UvOsJoin/dirAndFilenameTooLong [ OK ] [ 0.00000262 / 0.00000247 CPU ] UvOsJoin/dirAndFilenameMax [ OK ] [ 0.00000817 / 0.00000803 CPU ] UvWriterInit/noResources [ ERROR ] Error: test/lib/aio.c:20: assertion failed: fd != -1 (-1 != -1) Error: child killed by signal 6 (Aborted) UvWriterSubmit/one dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/two dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/twice dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/vec dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/vecTwice dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/beyondEOF dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/concurrent dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/concurrentSame dir-fs=tmpfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=btrfs [ SKIP ] dir-fs=xfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterSubmit/noResources dir-fs=tmpfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterClose/threadpool dir-fs=tmpfs [ SKIP ] dir-fs=zfs [ SKIP ] UvWriterClose/aio dir-fs=btrfs [ SKIP ] dir-fs=ext4 [ SKIP ] dir-fs=xfs [ SKIP ] 23 of 25 (92%) tests successful, 56 (69%) test skipped. FAIL test/unit/uv (exit status: 1) FAIL: test/integration/uv ========================= Running test suite with seed 0xd9a73175... init/dirTooLong [ OK ] [ 0.00000243 / 0.00000183 CPU ] init/probeDirectIoOom [ OK ] [ 0.00505219 / 0.00014161 CPU ] init/probeAsyncIoOom [ OK ] [ 0.00203954 / 0.00021018 CPU ] init/dirDoesNotExist [ OK ] [ 0.00002491 / 0.00002464 CPU ] init/dirNotAccessible [ OK ] [ 0.00002137 / 0.00002114 CPU ] init/noSpace dir-fs=tmpfs [ SKIP ] init/metadataOneTooShort [ OK ] [ 0.02585049 / 0.00029985 CPU ] init/metadataOneBadFormat [ OK ] [ 0.02458642 / 0.00026430 CPU ] init/metadataOneBadVersion [ OK ] [ 0.02358865 / 0.00027188 CPU ] init/metadataOneAndTwoSameVersion [ OK ] [ 0.02158899 / 0.00029233 CPU ] append/unaligned [ OK ] [ 0.00001725 / 0.00001687 CPU ] append/first [ OK ] [ 0.05006095 / 0.00094987 CPU ] append/prepareSegments [ OK ] [ 0.00221206 / 0.00048446 CPU ] append/finalizeSegment [ OK ] [ 0.02551901 / 0.00084839 CPU ] append/firstBig [ OK ] [ 0.04121579 / 0.00106607 CPU ] append/secondBig [ OK ] [ 0.01656299 / 0.00064644 CPU ] append/severalBig [ OK ] [ 0.07073326 / 0.00221400 CPU ] append/fitBlock [ OK ] [ 0.04705894 / 0.00085799 CPU ] append/matchBlock [ OK ] [ 0.06113058 / 0.00118054 CPU ] append/exceedBlock [ OK ] [ 0.05511638 / 0.00087682 CPU ] append/batch [ OK ] [ 0.00121650 / 0.00036284 CPU ] append/wait [ OK ] [ 0.00162525 / 0.00036246 CPU ] append/resizeArena [ OK ] [ 0.05112125 / 0.00076311 CPU ] append/truncate [ SKIP ] append/truncateClosing [ OK ] [ 0.01797194 / 0.00053906 CPU ] append/prepareClosing [ OK ] [ 0.02097151 / 0.00046762 CPU ] append/counter [ OK ] [ 0.06796921 / 0.00159965 CPU ] append/cancel [ OK ] [ 0.00069481 / 0.00026997 CPU ] append/noSpaceUponPrepareCurrent dir-fs=tmpfs [ SKIP ] append/noSpaceUponPrepareSpare dir-fs=tmpfs [ SKIP ] append/noSpaceUponWrite dir-fs=tmpfs [ SKIP ] append/noSpaceResolved dir-fs=tmpfs [ SKIP ] append/writeError [ SKIP ] append/oom heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00001718 / 0.00001683 CPU ] append/closeDuringWrite [ SKIP ] append/removeSegmentUponClose [ OK ] [ 0.02299874 / 0.00061770 CPU ] append/cancelPrepareRequest [ SKIP ] append/currentSegment [ OK ] [ 0.02399606 / 0.00057927 CPU ] append/ioSetupError [ ERROR ] Error: test/lib/aio.c:20: assertion failed: fd != -1 (-1 != -1) Error: child killed by signal 6 (Aborted) append/barrierOpenSegments bool=0 [ OK ] [ 0.06398931 / 0.00111906 CPU ] bool=1 [ OK ] [ 0.06390431 / 0.00125248 CPU ] append/barrierOpenSegmentsExitEarly bool=0 [ OK ] [ 0.00075683 / 0.00037291 CPU ] bool=1 [ OK ] [ 0.00077563 / 0.00036672 CPU ] append/twoBarriersOpenSegments bool=0 [ OK ] [ 0.05798729 / 0.00136961 CPU ] bool=1 [ OK ] [ 0.05995856 / 0.00123197 CPU ] append/twoBarriersExitEarly bool=0 [ OK ] [ 0.00075791 / 0.00036656 CPU ] bool=1 [ OK ] [ 0.00082331 / 0.00050913 CPU ] append/blockingBarrierNoOpenSegments [ OK ] [ 0.03997459 / 0.00106263 CPU ] append/blockingBarrierSingleOpenSegment [ OK ] [ 0.05897388 / 0.00144380 CPU ] append/nonBlockingBarrierLongBlockingTask [ OK ] [ 1.00028294 / 0.00048505 CPU ] append/blockingBarrierLongBlockingTask [ OK ] [ 1.00161146 / 0.00047838 CPU ] bootstrap/pristine [ OK ] [ 0.00154535 / 0.00016335 CPU ] bootstrap/termIsNonZero [ OK ] [ 0.00156100 / 0.00015781 CPU ] load/emptyDir [ OK ] [ 0.02094363 / 0.00022376 CPU ] load/ignoreUnknownFiles filename=garbage [ OK ] [ 0.02153486 / 0.00025096 CPU ] filename=0000000000000000000000000001-00000000001garbage [ OK ] [ 0.02053179 / 0.00025281 CPU ] filename=open-1garbage [ OK ] [ 0.01953375 / 0.00025126 CPU ] load/removeUnusableFiles filename=tmp-0000000001221212-0000000001221217 [ OK ] [ 0.02551199 / 0.00031716 CPU ] filename=tmp-snapshot-15-8260687-512469866 [ OK ] [ 0.02248929 / 0.00034183 CPU ] filename=snapshot-525-43326736-880259052 [ OK ] [ 0.01651061 / 0.00028420 CPU ] filename=snapshot-999-13371337-880259052.meta [ OK ] [ 0.02253339 / 0.00029288 CPU ] filename=snapshot-20-8260687-512469866 [ OK ] [ 0.01952124 / 0.00031486 CPU ] filename=snapshot-88-8260687-512469866.meta [ OK ] [ 0.02148548 / 0.00030410 CPU ] filename=snapshot-88-8260999-512469866.meta [ OK ] [ 0.02148910 / 0.00031896 CPU ] filename=tmp-snapshot-88-8260999-512469866.meta [ OK ] [ 0.01849055 / 0.00031436 CPU ] filename=tmp-snapshot-33-8260687-512469866 [ OK ] [ 0.02152490 / 0.00029523 CPU ] filename=snapshot-33-8260687-512469866.meta [ OK ] [ 0.02550096 / 0.00032379 CPU ] filename=tmp-metadata1 [ OK ] [ 0.02052303 / 0.00031095 CPU ] filename=tmp-metadata2 [ OK ] [ 0.02055676 / 0.00029711 CPU ] filename=tmp-open1 [ OK ] [ 0.02252904 / 0.00028335 CPU ] filename=tmp-open13 [ OK ] [ 0.01450958 / 0.00031161 CPU ] load/emptyOpenSegment [ OK ] [ 0.01655947 / 0.00026114 CPU ] load/openSegmentWithTrailingZeros [ OK ] [ 0.01660249 / 0.00031599 CPU ] load/bothOpenAndClosedSegments [ OK ] [ 0.14201364 / 0.00167497 CPU ] load/openSegmentWithNonZeroData [ OK ] [ 0.06356507 / 0.00091077 CPU ] load/openSegmentWithIncompleteBatch [ OK ] [ 0.05655460 / 0.00126559 CPU ] load/openSegmentWithIncompleteFirstBatch [ OK ] [ 0.05877906 / 0.00085241 CPU ] load/twoOpenSegments [ OK ] [ 0.09862375 / 0.00144037 CPU ] load/secondOpenSegmentIsAllZeros [ OK ] [ 0.06516434 / 0.00155244 CPU ] load/twoOpenSegmentsFirstCorruptAutoRecovery [ OK ] [ 0.08165150 / 0.00118344 CPU ] load/twoOpenSegmentsFirstCorrupt [ OK ] [ 0.08122012 / 0.00094137 CPU ] load/openSegment [ OK ] [ 0.08291364 / 0.00095882 CPU ] load/onlyOneSnapshot [ OK ] [ 0.05804086 / 0.00094497 CPU ] load/manySnapshots [ OK ] [ 0.16926799 / 0.00263283 CPU ] load/emptySnapshot [ OK ] [ 0.09517088 / 0.00165956 CPU ] load/orphanedSnapshotFiles [ OK ] [ 0.12115841 / 0.00205569 CPU ] load/closedSegmentWithEntriesBehindSnapshot [ OK ] [ 0.10927181 / 0.00187056 CPU ] load/openSegmentWithEntriesPastSnapshot [ OK ] [ 0.15068289 / 0.00191106 CPU ] load/closedSegmentWithInconsistentFilename [ OK ] [ 0.07194285 / 0.00086219 CPU ] load/closedSegmentWithInconsistentFilenameAutoRecovery [ OK ] [ 0.06658965 / 0.00116144 CPU ] load/openSegmentWithEntriesBehindSnapshot [ OK ] [ 0.13480262 / 0.00212090 CPU ] load/openSegmentWithEntriesBehindSnapshotAutoRecovery [ OK ] [ 0.12366467 / 0.00181806 CPU ] load/openSegmentNoClosedSegmentsSnapshotPresent [ OK ] [ 0.07862554 / 0.00204435 CPU ] load/corruptOpenSegmentNoClosedSegmentsSnapshotPresent [ OK ] [ 0.08753885 / 0.00142650 CPU ] load/corruptOpenSegmentNoClosedSegmentsSnapshotPresentWithAutoRecovery[ OK ] [ 0.08048152 / 0.00147969 CPU ] load/corruptOpenSegmentClosedSegmentSnapshotPresent [ OK ] [ 0.13941734 / 0.00189331 CPU ] load/corruptOpenSegmentClosedSegmentSnapshotPresentWithAutoRecovery[ OK ] [ 0.13355201 / 0.00226591 CPU ] load/corruptOpenSegmentClosedSegmentsSnapshotPresentWithAutoRecovery[ OK ] [ 0.18212902 / 0.00257243 CPU ] load/corruptOpenSegmentClosedSegmentsSnapshotPresent [ OK ] [ 0.15216492 / 0.00209523 CPU ] load/corruptOpenSegmentClosedSegments [ OK ] [ 0.11247068 / 0.00135350 CPU ] load/corruptOpenSegmentClosedSegmentsWithAutoRecovery [ OK ] [ 0.09551023 / 0.00185224 CPU ] load/corruptOpenSegmentsClosedSegments [ OK ] [ 0.16352864 / 0.00236538 CPU ] load/corruptOpenSegmentsClosedSegmentsWithAutoRecovery [ OK ] [ 0.16432745 / 0.00233313 CPU ] load/corruptLastOpenSegmentClosedSegments [ OK ] [ 0.14505499 / 0.00286467 CPU ] load/corruptLastOpenSegmentClosedSegmentsWithAutoRecovery [ OK ] [ 0.20527451 / 0.00252427 CPU ] load/closedSegmentsOverlappingWithSnapshot [ OK ] [ 0.21756575 / 0.00327804 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorrupt [ OK ] [ 0.18619302 / 0.00329545 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptAutoRecovery[ OK ] [ 0.19440535 / 0.00289910 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptOpenSegmentWithAutoRecovery[ OK ] [ 0.23731937 / 0.00404929 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptOpenSegment[ OK ] [ 0.23209450 / 0.00380325 CPU ] load/closedSegmentsWithSnapshotSecondLastSegmentCorrupt [ OK ] [ 0.19223796 / 0.00293469 CPU ] load/nonContiguousClosedSegments [ OK ] [ 0.17225995 / 0.00289325 CPU ] load/closedSegmentWithEntriesPastSnapshot [ OK ] [ 0.14127488 / 0.00223650 CPU ] load/openSegmentWithIncompleteFormat [ OK ] [ 0.01729724 / 0.00028314 CPU ] load/openSegmentWithIncompletePreamble [ OK ] [ 0.06150140 / 0.00089777 CPU ] load/openSegmentWithIncompleteBatchHeader [ OK ] [ 0.06539548 / 0.00107982 CPU ] load/openSegmentWithIncompleteBatchData [ OK ] [ 0.06238400 / 0.00133479 CPU ] load/closedSegmentWithCorruptedBatchHeader [ OK ] [ 0.07019874 / 0.00128077 CPU ] load/closedSegmentWithCorruptedBatchData [ OK ] [ 0.06228391 / 0.00118712 CPU ] load/closedSegmentWithBadIndex [ OK ] [ 0.10717450 / 0.00139095 CPU ] load/emptyClosedSegment [ OK ] [ 0.01862210 / 0.00030595 CPU ] load/closedSegmentWithBadFormat [ OK ] [ 0.01750002 / 0.00026710 CPU ] load/openSegmentWithNoAccessPermission [ OK ] [ 0.05348798 / 0.00081725 CPU ] load/openSegmentWithZeroFormatAndThenData [ OK ] [ 0.05957022 / 0.00087033 CPU ] load/openSegmentWithBadFormat [ OK ] [ 0.06257132 / 0.00089731 CPU ] recover/newConfiguration [ OK ] [ 0.00263604 / 0.00031034 CPU ] recv/first [ OK ] [ 0.00030531 / 0.00051791 CPU ] recv/second [ OK ] [ 0.00031897 / 0.00049483 CPU ] recv/requestVoteResult [ OK ] [ 0.00018333 / 0.00024320 CPU ] recv/appendEntries [ OK ] [ 0.00026116 / 0.00039185 CPU ] recv/heartbeat [ OK ] [ 0.00021733 / 0.00025636 CPU ] recv/appendEntriesResult [ OK ] [ 0.00026714 / 0.00050090 CPU ] recv/installSnapshot [ OK ] [ 0.00030453 / 0.00047560 CPU ] recv/timeoutNow [ OK ] [ 0.00030000 / 0.00046464 CPU ] recv/badProtocol [ OK ] [ 0.00006852 / 0.00006820 CPU ] recv/badSize [ OK ] [ 0.00007876 / 0.00007848 CPU ] recv/badType [ OK ] [ 0.00007504 / 0.00007476 CPU ] recv/closeBeforeAccept [ OK ] [ 0.00010023 / 0.00009999 CPU ] recv/closeAfterAppendEntriesHeader [ SKIP ] send/first [ OK ] [ 0.00020308 / 0.00025519 CPU ] send/second [ OK ] [ 0.00026684 / 0.00039956 CPU ] send/parallel [ OK ] [ 0.00017656 / 0.00029691 CPU ] send/voteResult [ OK ] [ 0.00028394 / 0.00047991 CPU ] send/appendEntries [ OK ] [ 0.00026193 / 0.00042982 CPU ] send/heartbeat [ OK ] [ 0.00017641 / 0.00023481 CPU ] send/appendEntriesResult [ OK ] [ 0.00025586 / 0.00038527 CPU ] send/installSnapshot [ OK ] [ 0.00014850 / 0.00019609 CPU ] send/noConnection [ OK ] [ 0.00015558 / 0.00021009 CPU ] send/badAddress [ OK ] [ 0.00023027 / 0.00042198 CPU ] send/changeToUnconnectedAddress [ OK ] [ 0.00028418 / 0.00045100 CPU ] send/badMessage [ OK ] [ 0.00000500 / 0.00000466 CPU ] send/evictOldPending [ OK ] [ 0.00025319 / 0.00034670 CPU ] send/reconnectAfterWriteError [ OK ] [ 0.00028205 / 0.00039261 CPU ] send/reconnectAfterMultipleWriteErrors [ OK ] [ 0.00028955 / 0.00033858 CPU ] send/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00000149 / 0.00000105 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00000236 / 0.00000190 CPU ] heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00001161 / 0.00001133 CPU ] heap-fault-delay=3, heap-fault-repeat=1 [ OK ] [ 0.00001190 / 0.00001158 CPU ] heap-fault-delay=4, heap-fault-repeat=1 [ OK ] [ 0.00001337 / 0.00001300 CPU ] send/oomAsync heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00021210 / 0.00026354 CPU ] send/closeDuringWrite [ OK ] [ 0.00016962 / 0.00022330 CPU ] send/closeDuringConnection [ OK ] [ 0.00021180 / 0.00038683 CPU ] set_term/first [ OK ] [ 0.00056011 / 0.00004766 CPU ] set_term/second [ OK ] [ 0.00109603 / 0.00012899 CPU ] set_term/third [ OK ] [ 0.00130481 / 0.00015358 CPU ] set_term/fourth [ OK ] [ 0.00160684 / 0.00015486 CPU ] set_term/metadataOneExists [ OK ] [ 0.02454780 / 0.00036719 CPU ] set_term/metadataOneIsGreater [ OK ] [ 0.02551169 / 0.00034115 CPU ] set_term/metadataTwoIsGreater [ OK ] [ 0.02546690 / 0.00029124 CPU ] tcp_connect/first [ OK ] [ 0.00024604 / 0.00024302 CPU ] tcp_connect/connectByName [ OK ] [ 0.00021919 / 0.00025506 CPU ] tcp_connect/firstIP [ OK ] [ 0.00017826 / 0.00020848 CPU ] tcp_connect/secondIP [ OK ] [ 0.00018518 / 0.00021716 CPU ] tcp_connect/refused [ OK ] [ 0.00018814 / 0.00023136 CPU ] tcp_connect/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00000193 / 0.00000153 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00001198 / 0.00001168 CPU ] heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00001223 / 0.00001203 CPU ] tcp_connect/closeImmediately [ OK ] [ 0.00012406 / 0.00015164 CPU ] tcp_connect/closeDuringDnsLookup [ OK ] [ 0.00018298 / 0.00021982 CPU ] tcp_connect/closeDuringHandshake [ SKIP ] tcp_connect/closeDuringDnsLookupAbort [ OK ] [ 0.00124614 / 0.00023810 CPU ] tcp_connect/closeDuringConnectAbort [ OK ] [ 0.00016375 / 0.00019667 CPU ] tcp_connect/closeDuringSecondConnect [ OK ] [ 0.00015566 / 0.00018325 CPU ] tcp_listen/success address=127.0.0.1:9000, bind-address= [ OK ] [ 0.00009592 / 0.00009582 CPU ] address=127.0.0.1:9000, bind-address=127.0.0.1:9000 [ OK ] [ 0.00009843 / 0.00009842 CPU ] address=127.0.0.1:9000, bind-address=localhost:9000 [ OK ] [ 0.00011215 / 0.00011216 CPU ] address=127.0.0.1:9000, bind-address=:9000 [ OK ] [ 0.00009248 / 0.00009241 CPU ] address=127.0.0.1:9000, bind-address=0.0.0.0:9000 [ OK ] [ 0.00009775 / 0.00009768 CPU ] address=localhost:9000, bind-address= [ OK ] [ 0.00007101 / 0.00007078 CPU ] address=localhost:9000, bind-address=127.0.0.1:9000 [ OK ] [ 0.00009833 / 0.00009827 CPU ] address=localhost:9000, bind-address=localhost:9000 [ OK ] [ 0.00010163 / 0.00010150 CPU ] address=localhost:9000, bind-address=:9000 [ OK ] [ 0.00010082 / 0.00010075 CPU ] address=localhost:9000, bind-address=0.0.0.0:9000 [ OK ] [ 0.00009049 / 0.00009038 CPU ] tcp_listen/invalidAddress address=500.1.2.3:9000, bind-address= [ OK ] [ 0.00063823 / 0.00007579 CPU ] address=500.1.2.3:9000, bind-address=500.1.2.3:9000 [ OK ] [ 0.00055478 / 0.00007576 CPU ] address=500.1.2.3:9000, bind-address=not-existing:9000 [ OK ] [ 0.00044204 / 0.00007360 CPU ] address=not-existing:9000, bind-address= [ OK ] [ 0.00036295 / 0.00007114 CPU ] address=not-existing:9000, bind-address=500.1.2.3:9000 [ OK ] [ 0.00040230 / 0.00007013 CPU ] address=not-existing:9000, bind-address=not-existing:9000 [ OK ] [ 0.00036900 / 0.00007124 CPU ] tcp_listen/firstOfTwo [ OK ] [ 0.00008945 / 0.00008945 CPU ] tcp_listen/secondOfTwo [ OK ] [ 0.00008873 / 0.00008868 CPU ] tcp_listen/resolveFailure [ OK ] [ 0.00000137 / 0.00000111 CPU ] tcp_listen/badProtocol [ OK ] [ 0.00009200 / 0.00009199 CPU ] tcp_listen/peerAbort n=8 [ OK ] [ 0.00009250 / 0.00009248 CPU ] n=16 [ OK ] [ 0.00008867 / 0.00008862 CPU ] n=24 [ OK ] [ 0.00009017 / 0.00009016 CPU ] n=32 [ OK ] [ 0.00009445 / 0.00009438 CPU ] tcp_listen/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00007963 / 0.00007956 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00007800 / 0.00007787 CPU ] heap-fault-delay=3, heap-fault-repeat=1 [ OK ] [ 0.00009124 / 0.00009120 CPU ] tcp_listen/pending [ OK ] [ 0.00005451 / 0.00005445 CPU ] tcp_listen/closeBeforeHandshake [ OK ] [ 0.00006752 / 0.00006738 CPU ] tcp_listen/handshake n=8 [ OK ] [ 0.00004489 / 0.00004475 CPU ] n=16 [ OK ] [ 0.00007945 / 0.00007936 CPU ] n=24 [ OK ] [ 0.00008345 / 0.00008335 CPU ] n=32 [ OK ] [ 0.00006147 / 0.00006123 CPU ] snapshot_put/first [ OK ] [ 0.00328357 / 0.00055097 CPU ] snapshot_put/entriesLessThanTrailing [ OK ] [ 0.07092823 / 0.00217441 CPU ] snapshot_put/entriesMoreThanTrailing [ OK ] [ 0.07348453 / 0.00198100 CPU ] snapshot_put/install [ OK ] [ 0.02735397 / 0.00082848 CPU ] snapshot_put/installNoCompression [ OK ] [ 0.02599931 / 0.00085637 CPU ] snapshot_put/installWithoutPreviousEntries [ OK ] [ 0.00336928 / 0.00063405 CPU ] snapshot_put/installMultipleWithoutPreviousEntries [ OK ] [ 0.00906362 / 0.00093889 CPU ] snapshot_put/installMultipleAppendEntriesInBetween [ OK ] [ 0.06373128 / 0.00186722 CPU ] truncate/wholeSegment [ OK ] [ 0.07299568 / 0.00127892 CPU ] truncate/sameAsLastIndex [ OK ] [ 0.06801423 / 0.00153789 CPU ] truncate/partialSegment [ OK ] [ 0.08106792 / 0.00146447 CPU ] truncate/pendingAppend [ OK ] [ 0.07200727 / 0.00116473 CPU ] truncate/multiplePending [ OK ] [ 0.10608324 / 0.00206934 CPU ] truncate/closing [ OK ] [ 0.00064211 / 0.00037584 CPU ] truncate/closingMultiple [ OK ] [ 0.00081586 / 0.00044096 CPU ] snapshot_truncate/snapshotThenTruncate [ OK ] [ 0.09128839 / 0.00255066 CPU ] UvAsyncWork/work rv=-1 [ OK ] [ 1.00036094 / 0.00026560 CPU ] rv=0 [ OK ] [ 1.00030383 / 0.00039545 CPU ] rv=1 [ OK ] [ 1.00035893 / 0.00041543 CPU ] rv=37 [ OK ] [ 1.00033431 / 0.00020122 CPU ] 224 of 225 (100%) tests successful, 11 (5%) test skipped. FAIL test/integration/uv (exit status: 1)