=================================== 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 0xebfcf220... UvFsCheckDir/exists [ OK ] [ 0.00001515 / 0.00001479 CPU ] UvFsCheckDir/doesNotExist [ OK ] [ 0.00001726 / 0.00001694 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.00001643 / 0.00001634 CPU ] UvFsCheckDir/notDir [ OK ] [ 0.00001611 / 0.00001596 CPU ] UvFsCheckDir/notWritable [ OK ] [ 0.00001913 / 0.00001898 CPU ] UvFsSyncDir/noExists [ OK ] [ 0.00001835 / 0.00001829 CPU ] UvFsOpenFileForReading/noExists [ OK ] [ 0.00001722 / 0.00001704 CPU ] UvFsAllocateFile/success fallocate=1 [ OK ] [ 0.00295890 / 0.00004252 CPU ] fallocate=0 [ OK ] [ 0.00069628 / 0.00005081 CPU ] UvFsAllocateFile/dirNoExists fallocate=1 [ OK ] [ 0.00002531 / 0.00002530 CPU ] fallocate=0 [ OK ] [ 0.00001583 / 0.00001569 CPU ] UvFsAllocateFile/fileAlreadyExists fallocate=1 [ OK ] [ 0.00003688 / 0.00003681 CPU ] fallocate=0 [ OK ] [ 0.00003774 / 0.00003767 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.00001889 / 0.00001883 CPU ] UvFsProbeCapabilities/noSpace [ SKIP ] UvFsProbeCapabilities/noResources [ SKIP ] UvFsMakeFile/notExists [ OK ] [ 0.00106151 / 0.00008640 CPU ] UvFsMakeFile/exists [ OK ] [ 0.00165868 / 0.00013814 CPU ] UvFsRenameFile/rename [ OK ] [ 0.00108798 / 0.00010916 CPU ] UvFsRenameFile/same [ OK ] [ 0.00107416 / 0.00009892 CPU ] UvOsJoin/basic [ OK ] [ 0.00000262 / 0.00000239 CPU ] UvOsJoin/dirTooLong [ OK ] [ 0.00000107 / 0.00000082 CPU ] UvOsJoin/filenameTooLong [ OK ] [ 0.00000224 / 0.00000200 CPU ] UvOsJoin/dirAndFilenameTooLong [ OK ] [ 0.00000101 / 0.00000087 CPU ] UvOsJoin/dirAndFilenameMax [ OK ] [ 0.00000787 / 0.00000774 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 0xe75fb6f1... init/dirTooLong [ OK ] [ 0.00000215 / 0.00000180 CPU ] init/probeDirectIoOom [ OK ] [ 0.00513209 / 0.00013988 CPU ] init/probeAsyncIoOom [ OK ] [ 0.00160372 / 0.00020292 CPU ] init/dirDoesNotExist [ OK ] [ 0.00002322 / 0.00002307 CPU ] init/dirNotAccessible [ OK ] [ 0.00002351 / 0.00002335 CPU ] init/noSpace dir-fs=tmpfs [ SKIP ] init/metadataOneTooShort [ OK ] [ 0.02169035 / 0.00030106 CPU ] init/metadataOneBadFormat [ OK ] [ 0.02267171 / 0.00026831 CPU ] init/metadataOneBadVersion [ OK ] [ 0.03959369 / 0.00028364 CPU ] init/metadataOneAndTwoSameVersion [ OK ] [ 0.03256414 / 0.00030057 CPU ] append/unaligned [ OK ] [ 0.00001683 / 0.00001656 CPU ] append/first [ OK ] [ 0.05005437 / 0.00096114 CPU ] append/prepareSegments [ OK ] [ 0.00238475 / 0.00048665 CPU ] append/finalizeSegment [ OK ] [ 0.03160110 / 0.00079179 CPU ] append/firstBig [ OK ] [ 0.04322133 / 0.00110376 CPU ] append/secondBig [ OK ] [ 0.03098137 / 0.00053573 CPU ] append/severalBig [ OK ] [ 0.10556854 / 0.00197080 CPU ] append/fitBlock [ OK ] [ 0.04803174 / 0.00067374 CPU ] append/matchBlock [ OK ] [ 0.06906948 / 0.00083509 CPU ] append/exceedBlock [ OK ] [ 0.05719003 / 0.00111827 CPU ] append/batch [ OK ] [ 0.00128116 / 0.00033707 CPU ] append/wait [ OK ] [ 0.00209460 / 0.00046111 CPU ] append/resizeArena [ OK ] [ 0.04420624 / 0.00110313 CPU ] append/truncate [ SKIP ] append/truncateClosing [ OK ] [ 0.04199409 / 0.00076316 CPU ] append/prepareClosing [ OK ] [ 0.02000186 / 0.00055216 CPU ] append/counter [ OK ] [ 0.07796327 / 0.00126136 CPU ] append/cancel [ OK ] [ 0.00085229 / 0.00025498 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.00001681 / 0.00001650 CPU ] append/closeDuringWrite [ SKIP ] append/removeSegmentUponClose [ OK ] [ 0.03099143 / 0.00047686 CPU ] append/cancelPrepareRequest [ SKIP ] append/currentSegment [ OK ] [ 0.03207342 / 0.00071368 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.09099050 / 0.00120243 CPU ] bool=1 [ OK ] [ 0.08398327 / 0.00135358 CPU ] append/barrierOpenSegmentsExitEarly bool=0 [ OK ] [ 0.00073774 / 0.00035004 CPU ] bool=1 [ OK ] [ 0.00075443 / 0.00035195 CPU ] append/twoBarriersOpenSegments bool=0 [ OK ] [ 0.06999485 / 0.00135740 CPU ] bool=1 [ OK ] [ 0.04898770 / 0.00131867 CPU ] append/twoBarriersExitEarly bool=0 [ OK ] [ 0.00076001 / 0.00037856 CPU ] bool=1 [ OK ] [ 0.00080601 / 0.00043165 CPU ] append/blockingBarrierNoOpenSegments [ OK ] [ 0.03798004 / 0.00111784 CPU ] append/blockingBarrierSingleOpenSegment [ OK ] [ 0.06096474 / 0.00123988 CPU ] append/nonBlockingBarrierLongBlockingTask [ OK ] [ 1.00032787 / 0.00046269 CPU ] append/blockingBarrierLongBlockingTask [ OK ] [ 1.00847006 / 0.00048285 CPU ] bootstrap/pristine [ OK ] [ 0.00552387 / 0.00017088 CPU ] bootstrap/termIsNonZero [ OK ] [ 0.00409859 / 0.00011762 CPU ] load/emptyDir [ OK ] [ 0.02347982 / 0.00025434 CPU ] load/ignoreUnknownFiles filename=garbage [ OK ] [ 0.03067951 / 0.00027213 CPU ] filename=0000000000000000000000000001-00000000001garbage [ OK ] [ 0.02546382 / 0.00032606 CPU ] filename=open-1garbage [ OK ] [ 0.02349445 / 0.00025125 CPU ] load/removeUnusableFiles filename=tmp-0000000001221212-0000000001221217 [ OK ] [ 0.02553122 / 0.00029794 CPU ] filename=tmp-snapshot-15-8260687-512469866 [ OK ] [ 0.03050444 / 0.00032224 CPU ] filename=snapshot-525-43326736-880259052 [ OK ] [ 0.02152291 / 0.00032826 CPU ] filename=snapshot-999-13371337-880259052.meta [ OK ] [ 0.03252110 / 0.00031177 CPU ] filename=snapshot-20-8260687-512469866 [ OK ] [ 0.01851219 / 0.00029405 CPU ] filename=snapshot-88-8260687-512469866.meta [ OK ] [ 0.02150089 / 0.00030470 CPU ] filename=snapshot-88-8260999-512469866.meta [ OK ] [ 0.02256334 / 0.00028014 CPU ] filename=tmp-snapshot-88-8260999-512469866.meta [ OK ] [ 0.02251432 / 0.00031389 CPU ] filename=tmp-snapshot-33-8260687-512469866 [ OK ] [ 0.01851809 / 0.00030062 CPU ] filename=snapshot-33-8260687-512469866.meta [ OK ] [ 0.02152385 / 0.00028745 CPU ] filename=tmp-metadata1 [ OK ] [ 0.01947306 / 0.00031989 CPU ] filename=tmp-metadata2 [ OK ] [ 0.03050513 / 0.00028809 CPU ] filename=tmp-open1 [ OK ] [ 0.02554113 / 0.00030507 CPU ] filename=tmp-open13 [ OK ] [ 0.03048266 / 0.00028805 CPU ] load/emptyOpenSegment [ OK ] [ 0.03453745 / 0.00029481 CPU ] load/openSegmentWithTrailingZeros [ OK ] [ 0.03357490 / 0.00030652 CPU ] load/bothOpenAndClosedSegments [ OK ] [ 0.15601665 / 0.00211142 CPU ] load/openSegmentWithNonZeroData [ OK ] [ 0.06743818 / 0.00100523 CPU ] load/openSegmentWithIncompleteBatch [ OK ] [ 0.07757902 / 0.00138174 CPU ] load/openSegmentWithIncompleteFirstBatch [ OK ] [ 0.06471156 / 0.00091463 CPU ] load/twoOpenSegments [ OK ] [ 0.11629562 / 0.00148570 CPU ] load/secondOpenSegmentIsAllZeros [ OK ] [ 0.05900504 / 0.00126892 CPU ] load/twoOpenSegmentsFirstCorruptAutoRecovery [ OK ] [ 0.05671626 / 0.00091547 CPU ] load/twoOpenSegmentsFirstCorrupt [ OK ] [ 0.06749418 / 0.00133671 CPU ] load/openSegment [ OK ] [ 0.06769917 / 0.00100318 CPU ] load/onlyOneSnapshot [ OK ] [ 0.05198689 / 0.00108273 CPU ] load/manySnapshots [ OK ] [ 0.12337427 / 0.00234645 CPU ] load/emptySnapshot [ OK ] [ 0.08433905 / 0.00137929 CPU ] load/orphanedSnapshotFiles [ OK ] [ 0.12217738 / 0.00214790 CPU ] load/closedSegmentWithEntriesBehindSnapshot [ OK ] [ 0.10940226 / 0.00160154 CPU ] load/openSegmentWithEntriesPastSnapshot [ OK ] [ 0.16694876 / 0.00240034 CPU ] load/closedSegmentWithInconsistentFilename [ OK ] [ 0.06438205 / 0.00104503 CPU ] load/closedSegmentWithInconsistentFilenameAutoRecovery [ OK ] [ 0.07352835 / 0.00111449 CPU ] load/openSegmentWithEntriesBehindSnapshot [ OK ] [ 0.15605657 / 0.00234458 CPU ] load/openSegmentWithEntriesBehindSnapshotAutoRecovery [ OK ] [ 0.14718999 / 0.00250544 CPU ] load/openSegmentNoClosedSegmentsSnapshotPresent [ OK ] [ 0.09509265 / 0.00173495 CPU ] load/corruptOpenSegmentNoClosedSegmentsSnapshotPresent [ OK ] [ 0.08579187 / 0.00160509 CPU ] load/corruptOpenSegmentNoClosedSegmentsSnapshotPresentWithAutoRecovery[ OK ] [ 0.09727416 / 0.00167038 CPU ] load/corruptOpenSegmentClosedSegmentSnapshotPresent [ OK ] [ 0.13725205 / 0.00251152 CPU ] load/corruptOpenSegmentClosedSegmentSnapshotPresentWithAutoRecovery[ OK ] [ 0.15317981 / 0.00201287 CPU ] load/corruptOpenSegmentClosedSegmentsSnapshotPresentWithAutoRecovery[ OK ] [ 0.19648666 / 0.00245009 CPU ] load/corruptOpenSegmentClosedSegmentsSnapshotPresent [ OK ] [ 0.19141153 / 0.00245407 CPU ] load/corruptOpenSegmentClosedSegments [ OK ] [ 0.11846069 / 0.00137475 CPU ] load/corruptOpenSegmentClosedSegmentsWithAutoRecovery [ OK ] [ 0.11751150 / 0.00204218 CPU ] load/corruptOpenSegmentsClosedSegments [ OK ] [ 0.16828560 / 0.00232066 CPU ] load/corruptOpenSegmentsClosedSegmentsWithAutoRecovery [ OK ] [ 0.17538586 / 0.00212590 CPU ] load/corruptLastOpenSegmentClosedSegments [ OK ] [ 0.16582511 / 0.00226388 CPU ] load/corruptLastOpenSegmentClosedSegmentsWithAutoRecovery [ OK ] [ 0.16571429 / 0.00276857 CPU ] load/closedSegmentsOverlappingWithSnapshot [ OK ] [ 0.16255253 / 0.00203617 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorrupt [ OK ] [ 0.20963688 / 0.00341340 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptAutoRecovery[ OK ] [ 0.22632236 / 0.00273474 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptOpenSegmentWithAutoRecovery[ OK ] [ 0.23816427 / 0.00322925 CPU ] load/closedSegmentsWithSnapshotLastSegmentCorruptOpenSegment[ OK ] [ 0.25832044 / 0.00294545 CPU ] load/closedSegmentsWithSnapshotSecondLastSegmentCorrupt [ OK ] [ 0.19246521 / 0.00230398 CPU ] load/nonContiguousClosedSegments [ OK ] [ 0.18030704 / 0.00203586 CPU ] load/closedSegmentWithEntriesPastSnapshot [ OK ] [ 0.14239138 / 0.00204399 CPU ] load/openSegmentWithIncompleteFormat [ OK ] [ 0.02248294 / 0.00034020 CPU ] load/openSegmentWithIncompletePreamble [ OK ] [ 0.07746507 / 0.00106756 CPU ] load/openSegmentWithIncompleteBatchHeader [ OK ] [ 0.08630454 / 0.00103359 CPU ] load/openSegmentWithIncompleteBatchData [ OK ] [ 0.07734280 / 0.00082894 CPU ] load/closedSegmentWithCorruptedBatchHeader [ OK ] [ 0.08153048 / 0.00096637 CPU ] load/closedSegmentWithCorruptedBatchData [ OK ] [ 0.11325099 / 0.00131013 CPU ] load/closedSegmentWithBadIndex [ OK ] [ 0.12716013 / 0.00154287 CPU ] load/emptyClosedSegment [ OK ] [ 0.02924953 / 0.00031955 CPU ] load/closedSegmentWithBadFormat [ OK ] [ 0.02553574 / 0.00027059 CPU ] load/openSegmentWithNoAccessPermission [ OK ] [ 0.07948234 / 0.00083073 CPU ] load/openSegmentWithZeroFormatAndThenData [ OK ] [ 0.07634576 / 0.00093758 CPU ] load/openSegmentWithBadFormat [ OK ] [ 0.10064276 / 0.00115362 CPU ] recover/newConfiguration [ OK ] [ 0.00260209 / 0.00030828 CPU ] recv/first [ OK ] [ 0.00022004 / 0.00025207 CPU ] recv/second [ OK ] [ 0.00033745 / 0.00050510 CPU ] recv/requestVoteResult [ OK ] [ 0.00021600 / 0.00025015 CPU ] recv/appendEntries [ OK ] [ 0.00030844 / 0.00042031 CPU ] recv/heartbeat [ OK ] [ 0.00022173 / 0.00034183 CPU ] recv/appendEntriesResult [ OK ] [ 0.00031149 / 0.00043300 CPU ] recv/installSnapshot [ OK ] [ 0.00022085 / 0.00025452 CPU ] recv/timeoutNow [ OK ] [ 0.00029319 / 0.00047096 CPU ] recv/badProtocol [ OK ] [ 0.00006821 / 0.00006796 CPU ] recv/badSize [ OK ] [ 0.00007436 / 0.00007415 CPU ] recv/badType [ OK ] [ 0.00007438 / 0.00007409 CPU ] recv/closeBeforeAccept [ OK ] [ 0.00009417 / 0.00009400 CPU ] recv/closeAfterAppendEntriesHeader [ SKIP ] send/first [ OK ] [ 0.00022250 / 0.00033227 CPU ] send/second [ OK ] [ 0.00021058 / 0.00025691 CPU ] send/parallel [ OK ] [ 0.00021347 / 0.00026459 CPU ] send/voteResult [ OK ] [ 0.00027508 / 0.00027437 CPU ] send/appendEntries [ OK ] [ 0.00020443 / 0.00025163 CPU ] send/heartbeat [ OK ] [ 0.00021390 / 0.00026286 CPU ] send/appendEntriesResult [ OK ] [ 0.00021186 / 0.00025933 CPU ] send/installSnapshot [ OK ] [ 0.00021920 / 0.00034946 CPU ] send/noConnection [ OK ] [ 0.00014686 / 0.00019715 CPU ] send/badAddress [ OK ] [ 0.00015263 / 0.00020859 CPU ] send/changeToUnconnectedAddress [ OK ] [ 0.00038640 / 0.00049585 CPU ] send/badMessage [ OK ] [ 0.00000236 / 0.00000193 CPU ] send/evictOldPending [ OK ] [ 0.00021301 / 0.00026767 CPU ] send/reconnectAfterWriteError [ OK ] [ 0.00030448 / 0.00035658 CPU ] send/reconnectAfterMultipleWriteErrors [ OK ] [ 0.00028728 / 0.00033454 CPU ] send/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00000147 / 0.00000100 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00000455 / 0.00000353 CPU ] heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00001285 / 0.00001239 CPU ] heap-fault-delay=3, heap-fault-repeat=1 [ OK ] [ 0.00001242 / 0.00001199 CPU ] heap-fault-delay=4, heap-fault-repeat=1 [ OK ] [ 0.00001332 / 0.00001286 CPU ] send/oomAsync heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00024037 / 0.00029055 CPU ] send/closeDuringWrite [ OK ] [ 0.00018306 / 0.00028385 CPU ] send/closeDuringConnection [ OK ] [ 0.00015892 / 0.00021464 CPU ] set_term/first [ OK ] [ 0.00054860 / 0.00007055 CPU ] set_term/second [ OK ] [ 0.00108217 / 0.00011587 CPU ] set_term/third [ OK ] [ 0.00133554 / 0.00015649 CPU ] set_term/fourth [ OK ] [ 0.00153273 / 0.00016519 CPU ] set_term/metadataOneExists [ OK ] [ 0.01761572 / 0.00028818 CPU ] set_term/metadataOneIsGreater [ OK ] [ 0.01952032 / 0.00031271 CPU ] set_term/metadataTwoIsGreater [ OK ] [ 0.02153418 / 0.00028238 CPU ] tcp_connect/first [ OK ] [ 0.00022318 / 0.00033775 CPU ] tcp_connect/connectByName [ OK ] [ 0.00023930 / 0.00027698 CPU ] tcp_connect/firstIP [ OK ] [ 0.00019227 / 0.00022242 CPU ] tcp_connect/secondIP [ OK ] [ 0.00020555 / 0.00023556 CPU ] tcp_connect/refused [ OK ] [ 0.00018541 / 0.00022061 CPU ] tcp_connect/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00000189 / 0.00000151 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00001264 / 0.00001238 CPU ] heap-fault-delay=2, heap-fault-repeat=1 [ OK ] [ 0.00001832 / 0.00001799 CPU ] tcp_connect/closeImmediately [ OK ] [ 0.00012191 / 0.00014811 CPU ] tcp_connect/closeDuringDnsLookup [ OK ] [ 0.00021582 / 0.00024540 CPU ] tcp_connect/closeDuringHandshake [ SKIP ] tcp_connect/closeDuringDnsLookupAbort [ OK ] [ 0.00088397 / 0.00024626 CPU ] tcp_connect/closeDuringConnectAbort [ OK ] [ 0.00018162 / 0.00021527 CPU ] tcp_connect/closeDuringSecondConnect [ OK ] [ 0.00015201 / 0.00018111 CPU ] tcp_listen/success address=127.0.0.1:9000, bind-address= [ OK ] [ 0.00010033 / 0.00010025 CPU ] address=127.0.0.1:9000, bind-address=127.0.0.1:9000 [ OK ] [ 0.00009920 / 0.00009916 CPU ] address=127.0.0.1:9000, bind-address=localhost:9000 [ OK ] [ 0.00010637 / 0.00010633 CPU ] address=127.0.0.1:9000, bind-address=:9000 [ OK ] [ 0.00009925 / 0.00009916 CPU ] address=127.0.0.1:9000, bind-address=0.0.0.0:9000 [ OK ] [ 0.00009392 / 0.00009386 CPU ] address=localhost:9000, bind-address= [ OK ] [ 0.00010561 / 0.00010559 CPU ] address=localhost:9000, bind-address=127.0.0.1:9000 [ OK ] [ 0.00009390 / 0.00009382 CPU ] address=localhost:9000, bind-address=localhost:9000 [ OK ] [ 0.00010362 / 0.00010359 CPU ] address=localhost:9000, bind-address=:9000 [ OK ] [ 0.00009581 / 0.00009577 CPU ] address=localhost:9000, bind-address=0.0.0.0:9000 [ OK ] [ 0.00009122 / 0.00009118 CPU ] tcp_listen/invalidAddress address=500.1.2.3:9000, bind-address= [ OK ] [ 0.00066379 / 0.00007703 CPU ] address=500.1.2.3:9000, bind-address=500.1.2.3:9000 [ OK ] [ 0.00067894 / 0.00007736 CPU ] address=500.1.2.3:9000, bind-address=not-existing:9000 [ OK ] [ 0.00304061 / 0.00007875 CPU ] address=not-existing:9000, bind-address= [ OK ] [ 0.00054783 / 0.00007619 CPU ] address=not-existing:9000, bind-address=500.1.2.3:9000 [ OK ] [ 0.00056058 / 0.00007641 CPU ] address=not-existing:9000, bind-address=not-existing:9000 [ OK ] [ 0.00096043 / 0.00007703 CPU ] tcp_listen/firstOfTwo [ OK ] [ 0.00008772 / 0.00008759 CPU ] tcp_listen/secondOfTwo [ OK ] [ 0.00008824 / 0.00008818 CPU ] tcp_listen/resolveFailure [ OK ] [ 0.00000154 / 0.00000126 CPU ] tcp_listen/badProtocol [ OK ] [ 0.00006227 / 0.00006200 CPU ] tcp_listen/peerAbort n=8 [ OK ] [ 0.00008937 / 0.00008931 CPU ] n=16 [ OK ] [ 0.00009332 / 0.00009323 CPU ] n=24 [ OK ] [ 0.00008704 / 0.00008703 CPU ] n=32 [ OK ] [ 0.00009068 / 0.00009065 CPU ] tcp_listen/oom heap-fault-delay=0, heap-fault-repeat=1 [ OK ] [ 0.00007835 / 0.00007828 CPU ] heap-fault-delay=1, heap-fault-repeat=1 [ OK ] [ 0.00007803 / 0.00007791 CPU ] heap-fault-delay=3, heap-fault-repeat=1 [ OK ] [ 0.00008756 / 0.00008746 CPU ] tcp_listen/pending [ OK ] [ 0.00003904 / 0.00003895 CPU ] tcp_listen/closeBeforeHandshake [ OK ] [ 0.00006834 / 0.00006819 CPU ] tcp_listen/handshake n=8 [ OK ] [ 0.00007973 / 0.00007957 CPU ] n=16 [ OK ] [ 0.00005944 / 0.00005929 CPU ] n=24 [ OK ] [ 0.00008811 / 0.00008804 CPU ] n=32 [ OK ] [ 0.00008185 / 0.00008174 CPU ] snapshot_put/first [ OK ] [ 0.00315623 / 0.00049867 CPU ] snapshot_put/entriesLessThanTrailing [ OK ] [ 0.08971187 / 0.00207540 CPU ] snapshot_put/entriesMoreThanTrailing [ OK ] [ 0.07824554 / 0.00202481 CPU ] snapshot_put/install [ OK ] [ 0.04358567 / 0.00095245 CPU ] snapshot_put/installNoCompression [ OK ] [ 0.03969345 / 0.00104778 CPU ] snapshot_put/installWithoutPreviousEntries [ OK ] [ 0.00338918 / 0.00043432 CPU ] snapshot_put/installMultipleWithoutPreviousEntries [ OK ] [ 0.00973507 / 0.00115905 CPU ] snapshot_put/installMultipleAppendEntriesInBetween [ OK ] [ 0.06601474 / 0.00185274 CPU ] truncate/wholeSegment [ OK ] [ 0.08206122 / 0.00133190 CPU ] truncate/sameAsLastIndex [ OK ] [ 0.08606688 / 0.00152956 CPU ] truncate/partialSegment [ OK ] [ 0.08308841 / 0.00164091 CPU ] truncate/pendingAppend [ OK ] [ 0.06706457 / 0.00137608 CPU ] truncate/multiplePending [ OK ] [ 0.09709131 / 0.00208381 CPU ] truncate/closing [ OK ] [ 0.00070223 / 0.00027944 CPU ] truncate/closingMultiple [ OK ] [ 0.00069117 / 0.00028122 CPU ] snapshot_truncate/snapshotThenTruncate [ OK ] [ 0.08329483 / 0.00248981 CPU ] UvAsyncWork/work rv=-1 [ OK ] [ 1.00031012 / 0.00017875 CPU ] rv=0 [ OK ] [ 1.00036773 / 0.00037657 CPU ] rv=1 [ OK ] [ 1.00025091 / 0.00034932 CPU ] rv=37 [ OK ] [ 1.00024518 / 0.00036813 CPU ] 224 of 225 (100%) tests successful, 11 (5%) test skipped. FAIL test/integration/uv (exit status: 1)