nixbot

builds

succeeded nix-util-tests-run-without-new-syscalls checks.aarch64-linux.nix-util-tests-run-without-new-syscalls · build #34 · raw

1tribuchet: building on eliza2[==========] Running 818 tests from 156 test suites.3[----------] Global test environment set-up.4[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest5[ RUN ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow6[ OK ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow (550 ms)7[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest (550 ms total)89[----------] 2 tests from alignUp10[ RUN ] alignUp.value11[ OK ] alignUp.value (0 ms)12[ RUN ] alignUp.notAPowerOf213[ OK ] alignUp.notAPowerOf2 (117 ms)14[----------] 2 tests from alignUp (117 ms total)1516[----------] 3 tests from alignUpOverflowTest/0, where TypeParam = unsigned char17[ RUN ] alignUpOverflowTest/0.lastSafeValue18[ OK ] alignUpOverflowTest/0.lastSafeValue (0 ms)19[ RUN ] alignUpOverflowTest/0.overflowThrows20[ OK ] alignUpOverflowTest/0.overflowThrows (0 ms)21[ RUN ] alignUpOverflowTest/0.alignmentOneNeverOverflows22[ OK ] alignUpOverflowTest/0.alignmentOneNeverOverflows (0 ms)23[----------] 3 tests from alignUpOverflowTest/0 (0 ms total)2425[----------] 3 tests from alignUpOverflowTest/1, where TypeParam = unsigned short26[ RUN ] alignUpOverflowTest/1.lastSafeValue27[ OK ] alignUpOverflowTest/1.lastSafeValue (0 ms)28[ RUN ] alignUpOverflowTest/1.overflowThrows29[ OK ] alignUpOverflowTest/1.overflowThrows (0 ms)30[ RUN ] alignUpOverflowTest/1.alignmentOneNeverOverflows31[ OK ] alignUpOverflowTest/1.alignmentOneNeverOverflows (0 ms)32[----------] 3 tests from alignUpOverflowTest/1 (0 ms total)3334[----------] 3 tests from alignUpOverflowTest/2, where TypeParam = unsigned int35[ RUN ] alignUpOverflowTest/2.lastSafeValue36[ OK ] alignUpOverflowTest/2.lastSafeValue (0 ms)37[ RUN ] alignUpOverflowTest/2.overflowThrows38[ OK ] alignUpOverflowTest/2.overflowThrows (0 ms)39[ RUN ] alignUpOverflowTest/2.alignmentOneNeverOverflows40[ OK ] alignUpOverflowTest/2.alignmentOneNeverOverflows (0 ms)41[----------] 3 tests from alignUpOverflowTest/2 (0 ms total)4243[----------] 3 tests from alignUpOverflowTest/3, where TypeParam = unsigned long44[ RUN ] alignUpOverflowTest/3.lastSafeValue45[ OK ] alignUpOverflowTest/3.lastSafeValue (0 ms)46[ RUN ] alignUpOverflowTest/3.overflowThrows47[ OK ] alignUpOverflowTest/3.overflowThrows (0 ms)48[ RUN ] alignUpOverflowTest/3.alignmentOneNeverOverflows49[ OK ] alignUpOverflowTest/3.alignmentOneNeverOverflows (0 ms)50[----------] 3 tests from alignUpOverflowTest/3 (0 ms total)5152[----------] 5 tests from NarTest53[ RUN ] NarTest.oneByteRegularFileParsesWithBothContentModes54[ OK ] NarTest.oneByteRegularFileParsesWithBothContentModes (0 ms)55[ RUN ] NarTest.nonZeroContentPaddingFailsWithBothContentModes56[ OK ] NarTest.nonZeroContentPaddingFailsWithBothContentModes (0 ms)57[ RUN ] NarTest.truncatedLargeContentsFailsWithBothContentModes58[ OK ] NarTest.truncatedLargeContentsFailsWithBothContentModes (0 ms)59[ RUN ] NarTest.truncatedContentPaddingFailsWithBothContentModes60[ OK ] NarTest.truncatedContentPaddingFailsWithBothContentModes (0 ms)61[ RUN ] NarTest.trailingBytesRemainUnreadWithBothContentModes62[ OK ] NarTest.trailingBytesRemainUnreadWithBothContentModes (0 ms)63[----------] 5 tests from NarTest (1 ms total)6465[----------] 14 tests from parseShebangContent66[ RUN ] parseShebangContent.basic67[ OK ] parseShebangContent.basic (0 ms)68[ RUN ] parseShebangContent.empty69[ OK ] parseShebangContent.empty (0 ms)70[ RUN ] parseShebangContent.doubleBacktick71[ OK ] parseShebangContent.doubleBacktick (0 ms)72[ RUN ] parseShebangContent.doubleBacktickEmpty73[ OK ] parseShebangContent.doubleBacktickEmpty (0 ms)74[ RUN ] parseShebangContent.doubleBacktickMarkdownInlineCode75[ OK ] parseShebangContent.doubleBacktickMarkdownInlineCode (0 ms)76[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive77[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive (0 ms)78[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect79[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect (0 ms)80[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlock281[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlock2 (0 ms)82[ RUN ] parseShebangContent.singleBacktickInDoubleBacktickQuotes83[ OK ] parseShebangContent.singleBacktickInDoubleBacktickQuotes (0 ms)84[ RUN ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes85[ OK ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes (0 ms)86[ RUN ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes87[ OK ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes (0 ms)88[ RUN ] parseShebangContent.increasingQuotes89[ OK ] parseShebangContent.increasingQuotes (0 ms)90[ RUN ] parseShebangContent.prop_round_trip_single91Using configuration: seed=1305039470460011899692[ OK ] parseShebangContent.prop_round_trip_single (0 ms)93[ RUN ] parseShebangContent.prop_round_trip_two94[ OK ] parseShebangContent.prop_round_trip_two (1 ms)95[----------] 14 tests from parseShebangContent (2 ms total)9697[----------] 4 tests from base64Encode98[ RUN ] base64Encode.emptyString99[ OK ] base64Encode.emptyString (0 ms)100[ RUN ] base64Encode.encodesAString101[ OK ] base64Encode.encodesAString (0 ms)102[ RUN ] base64Encode.encodeAndDecode103[ OK ] base64Encode.encodeAndDecode (0 ms)104[ RUN ] base64Encode.encodeAndDecodeNonPrintable105[ OK ] base64Encode.encodeAndDecodeNonPrintable (0 ms)106[----------] 4 tests from base64Encode (0 ms total)107108[----------] 3 tests from base64Decode109[ RUN ] base64Decode.emptyString110[ OK ] base64Decode.emptyString (0 ms)111[ RUN ] base64Decode.decodeAString112[ OK ] base64Decode.decodeAString (0 ms)113[ RUN ] base64Decode.decodeThrowsOnInvalidChar114[ OK ] base64Decode.decodeThrowsOnInvalidChar (0 ms)115[----------] 3 tests from base64Decode (0 ms total)116117[----------] 1 test from BumpMemoryResource118[ RUN ] BumpMemoryResource.ConcurrentAllocation119[ OK ] BumpMemoryResource.ConcurrentAllocation (8 ms)120[----------] 1 test from BumpMemoryResource (8 ms total)121122[----------] 12 tests from CanonPath123[ RUN ] CanonPath.basic124[ OK ] CanonPath.basic (0 ms)125[ RUN ] CanonPath.nullBytes126[ OK ] CanonPath.nullBytes (0 ms)127[ RUN ] CanonPath.fromFilename128[ OK ] CanonPath.fromFilename (0 ms)129[ RUN ] CanonPath.from_existing130[ OK ] CanonPath.from_existing (0 ms)131[ RUN ] CanonPath.pop132[ OK ] CanonPath.pop (0 ms)133[ RUN ] CanonPath.removePrefix134[ OK ] CanonPath.removePrefix (0 ms)135[ RUN ] CanonPath.iter136[ OK ] CanonPath.iter (0 ms)137[ RUN ] CanonPath.concat138[ OK ] CanonPath.concat (0 ms)139[ RUN ] CanonPath.within140[ OK ] CanonPath.within (0 ms)141[ RUN ] CanonPath.sort142[ OK ] CanonPath.sort (0 ms)143[ RUN ] CanonPath.allowed144[ OK ] CanonPath.allowed (0 ms)145[ RUN ] CanonPath.makeRelative146[ OK ] CanonPath.makeRelative (0 ms)147[----------] 12 tests from CanonPath (1 ms total)148149[----------] 9 tests from Checked150[ RUN ] Checked.add_unsigned151[ OK ] Checked.add_unsigned (38 ms)152[ RUN ] Checked.add_signed153[ OK ] Checked.add_signed (27 ms)154[ RUN ] Checked.sub_unsigned155[ OK ] Checked.sub_unsigned (18 ms)156[ RUN ] Checked.sub_signed157[ OK ] Checked.sub_signed (16 ms)158[ RUN ] Checked.mul_unsigned159[ OK ] Checked.mul_unsigned (13 ms)160[ RUN ] Checked.mul_signed161[ OK ] Checked.mul_signed (13 ms)162[ RUN ] Checked.div_unsigned163[ OK ] Checked.div_unsigned (14 ms)164[ RUN ] Checked.div_signed165[ OK ] Checked.div_signed (14 ms)166[ RUN ] Checked.div_signed_special_cases167[ OK ] Checked.div_signed_special_cases (0 ms)168[----------] 9 tests from Checked (157 ms total)169170[----------] 6 tests from ChunkedVector171[ RUN ] ChunkedVector.InitEmpty172[ OK ] ChunkedVector.InitEmpty (0 ms)173[ RUN ] ChunkedVector.GrowsCorrectly174[ OK ] ChunkedVector.GrowsCorrectly (0 ms)175[ RUN ] ChunkedVector.AddAndGet176[ OK ] ChunkedVector.AddAndGet (0 ms)177[ RUN ] ChunkedVector.ForEach178[ OK ] ChunkedVector.ForEach (0 ms)179[ RUN ] ChunkedVector.NonTrivialType180[ OK ] ChunkedVector.NonTrivialType (0 ms)181[ RUN ] ChunkedVector.ConcurrentAdd182[ OK ] ChunkedVector.ConcurrentAdd (20 ms)183[----------] 6 tests from ChunkedVector (21 ms total)184185[----------] 2 tests from closure186[ RUN ] closure.correctClosure187[ OK ] closure.correctClosure (0 ms)188[ RUN ] closure.properlyHandlesDirectExceptions189[ OK ] closure.properlyHandlesDirectExceptions (0 ms)190[----------] 2 tests from closure (0 ms total)191192[----------] 2 tests from compress193[ RUN ] compress.noneMethodDoesNothingToTheInput194[ OK ] compress.noneMethodDoesNothingToTheInput (0 ms)195[ RUN ] compress.zstdExactFrameBoundary196[ OK ] compress.zstdExactFrameBoundary (57 ms)197[----------] 2 tests from compress (58 ms total)198199[----------] 3 tests from decompress200[ RUN ] decompress.decompressNoneCompressed201[ OK ] decompress.decompressNoneCompressed (0 ms)202[ RUN ] decompress.decompressZstdCompressedParallel203[ OK ] decompress.decompressZstdCompressedParallel (0 ms)204[ RUN ] decompress.decompressZstdMultiFrameLargeInput205[ OK ] decompress.decompressZstdMultiFrameLargeInput (64 ms)206[----------] 3 tests from decompress (65 ms total)207208[----------] 1 test from makeCompressionSink209[ RUN ] makeCompressionSink.noneSinkDoesNothingToInput210[ OK ] makeCompressionSink.noneSinkDoesNothingToInput (0 ms)211[----------] 1 test from makeCompressionSink (0 ms total)212213[----------] 22 tests from Config214[ RUN ] Config.setUndefinedSetting215[ OK ] Config.setUndefinedSetting (0 ms)216[ RUN ] Config.setDefinedSetting217[ OK ] Config.setDefinedSetting (0 ms)218[ RUN ] Config.getDefinedSetting219[ OK ] Config.getDefinedSetting (0 ms)220[ RUN ] Config.getDefinedOverriddenSettingNotSet221[ OK ] Config.getDefinedOverriddenSettingNotSet (0 ms)222[ RUN ] Config.getDefinedSettingSet1223[ OK ] Config.getDefinedSettingSet1 (0 ms)224[ RUN ] Config.getDefinedSettingSet2225[ OK ] Config.getDefinedSettingSet2 (0 ms)226[ RUN ] Config.addSetting227[ OK ] Config.addSetting (0 ms)228[ RUN ] Config.withInitialValue229[ OK ] Config.withInitialValue (0 ms)230[ RUN ] Config.resetOverridden231[ OK ] Config.resetOverridden (0 ms)232[ RUN ] Config.resetOverriddenWithSetting233[ OK ] Config.resetOverriddenWithSetting (0 ms)234[ RUN ] Config.toJSONOnEmptyConfig235[ OK ] Config.toJSONOnEmptyConfig (0 ms)236[ RUN ] Config.toJSONOnNonEmptyConfig237[ OK ] Config.toJSONOnNonEmptyConfig (0 ms)238[ RUN ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting239[ OK ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting (0 ms)240[ RUN ] Config.setSettingAlias241[ OK ] Config.setSettingAlias (0 ms)242[ DISABLED ] Config.DISABLED_reapplyUnknownSettings243[ RUN ] Config.applyConfigEmpty244[ OK ] Config.applyConfigEmpty (0 ms)245[ RUN ] Config.applyConfigEmptyWithComment246[ OK ] Config.applyConfigEmptyWithComment (0 ms)247[ RUN ] Config.applyConfigAssignment248[ OK ] Config.applyConfigAssignment (0 ms)249[ RUN ] Config.applyConfigWithReassignedSetting250[ OK ] Config.applyConfigWithReassignedSetting (0 ms)251[ RUN ] Config.applyConfigFailsOnMissingIncludes252[ OK ] Config.applyConfigFailsOnMissingIncludes (0 ms)253[ RUN ] Config.applyConfigInvalidThrows254[ OK ] Config.applyConfigInvalidThrows (0 ms)255[ RUN ] Config.toKeyValue256[ OK ] Config.toKeyValue (0 ms)257[ RUN ] Config.toKeyValueOmitsDeprecatedSettings258[ OK ] Config.toKeyValueOmitsDeprecatedSettings (0 ms)259[----------] 22 tests from Config (0 ms total)260261[----------] 1 test from getSelfExe262[ RUN ] getSelfExe.works263[ OK ] getSelfExe.works (0 ms)264[----------] 1 test from getSelfExe (0 ms total)265266[----------] 1 test from setEnv267[ RUN ] setEnv.returnsZeroOnSuccess268[ OK ] setEnv.returnsZeroOnSuccess (0 ms)269[----------] 1 test from setEnv (0 ms total)270271[----------] 1 test from setEnvOs272[ RUN ] setEnvOs.returnsZeroOnSuccess273[ OK ] setEnvOs.returnsZeroOnSuccess (0 ms)274[----------] 1 test from setEnvOs (0 ms total)275276[----------] 2 tests from getEnvOs277[ RUN ] getEnvOs.emptyValueIsPresent278[ OK ] getEnvOs.emptyValueIsPresent (0 ms)279[ RUN ] getEnvOs.absentIsNullopt280[ OK ] getEnvOs.absentIsNullopt (0 ms)281[----------] 2 tests from getEnvOs (0 ms total)282283[----------] 1 test from getEnvOsNonEmpty284[ RUN ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt285[ OK ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt (0 ms)286[----------] 1 test from getEnvOsNonEmpty (0 ms total)287288[----------] 1 test from getEnv289[ RUN ] getEnv.agreesWithGetEnvOs290[ OK ] getEnv.agreesWithGetEnvOs (0 ms)291[----------] 1 test from getEnv (0 ms total)292293[----------] 5 tests from ExecutablePath294[ RUN ] ExecutablePath.emptyRoundTrip295[ OK ] ExecutablePath.emptyRoundTrip (0 ms)296[ RUN ] ExecutablePath.oneElemRoundTrip297[ OK ] ExecutablePath.oneElemRoundTrip (0 ms)298[ RUN ] ExecutablePath.twoElemsRoundTrip299[ OK ] ExecutablePath.twoElemsRoundTrip (0 ms)300[ RUN ] ExecutablePath.threeElemsRoundTrip301[ OK ] ExecutablePath.threeElemsRoundTrip (0 ms)302[ RUN ] ExecutablePath.elementyElemNormalize303[ OK ] ExecutablePath.elementyElemNormalize (0 ms)304[----------] 5 tests from ExecutablePath (0 ms total)305306[----------] 3 tests from FileSerialisationMethod307[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_1308[ OK ] FileSerialisationMethod.testRoundTripPrintParse_1 (0 ms)309[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_2310[ OK ] FileSerialisationMethod.testRoundTripPrintParse_2 (0 ms)311[ RUN ] FileSerialisationMethod.testParseFileSerialisationMethodOptException312[ OK ] FileSerialisationMethod.testParseFileSerialisationMethodOptException (0 ms)313[----------] 3 tests from FileSerialisationMethod (0 ms total)314315[----------] 3 tests from FileIngestionMethod316[ RUN ] FileIngestionMethod.testRoundTripPrintParse_1317[ OK ] FileIngestionMethod.testRoundTripPrintParse_1 (0 ms)318[ RUN ] FileIngestionMethod.testRoundTripPrintParse_2319[ OK ] FileIngestionMethod.testRoundTripPrintParse_2 (0 ms)320[ RUN ] FileIngestionMethod.testParseFileIngestionMethodOptException321[ OK ] FileIngestionMethod.testParseFileIngestionMethodOptException (0 ms)322[----------] 3 tests from FileIngestionMethod (0 ms total)323324[----------] 8 tests from ReadLine325[ RUN ] ReadLine.ReadsLinesFromPipe326[ OK ] ReadLine.ReadsLinesFromPipe (0 ms)327[ RUN ] ReadLine.ReturnsPartialLineOnEofWhenAllowed328[ OK ] ReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)329[ RUN ] ReadLine.ThrowsOnEofWhenNotAllowed330[ OK ] ReadLine.ThrowsOnEofWhenNotAllowed (0 ms)331[ RUN ] ReadLine.EmptyLine332[ OK ] ReadLine.EmptyLine (0 ms)333[ RUN ] ReadLine.ConsecutiveEmptyLines334[ OK ] ReadLine.ConsecutiveEmptyLines (0 ms)335[ RUN ] ReadLine.LineWithNullBytes336[ OK ] ReadLine.LineWithNullBytes (0 ms)337[ RUN ] ReadLine.TreatsEioAsEof338[ OK ] ReadLine.TreatsEioAsEof (0 ms)339[ RUN ] ReadLine.PartialLineBeforeEio340[ OK ] ReadLine.PartialLineBeforeEio (0 ms)341[----------] 8 tests from ReadLine (0 ms total)342343[----------] 10 tests from BufferedSourceReadLine344[ RUN ] BufferedSourceReadLine.ReadsLinesFromPipe345[ OK ] BufferedSourceReadLine.ReadsLinesFromPipe (0 ms)346[ RUN ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed347[ OK ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)348[ RUN ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed349[ OK ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed (0 ms)350[ RUN ] BufferedSourceReadLine.EmptyLine351[ OK ] BufferedSourceReadLine.EmptyLine (0 ms)352[ RUN ] BufferedSourceReadLine.ConsecutiveEmptyLines353[ OK ] BufferedSourceReadLine.ConsecutiveEmptyLines (0 ms)354[ RUN ] BufferedSourceReadLine.LineWithNullBytes355[ OK ] BufferedSourceReadLine.LineWithNullBytes (0 ms)356[ RUN ] BufferedSourceReadLine.NewlineAtBufferBoundary357[ OK ] BufferedSourceReadLine.NewlineAtBufferBoundary (0 ms)358[ RUN ] BufferedSourceReadLine.DataRemainsAfterReadLine359[ OK ] BufferedSourceReadLine.DataRemainsAfterReadLine (0 ms)360[ RUN ] BufferedSourceReadLine.LineSpansMultipleRefills361[ OK ] BufferedSourceReadLine.LineSpansMultipleRefills (0 ms)362[ RUN ] BufferedSourceReadLine.BufferExhaustedThenEof363[ OK ] BufferedSourceReadLine.BufferExhaustedThenEof (0 ms)364[----------] 10 tests from BufferedSourceReadLine (0 ms total)365366[----------] 1 test from WriteFull367[ RUN ] WriteFull.RespectsAllowInterrupts368[ OK ] WriteFull.RespectsAllowInterrupts (0 ms)369[----------] 1 test from WriteFull (0 ms total)370371[----------] 1 test from readLinkAt372[ RUN ] readLinkAt.works373[ OK ] readLinkAt.works (1 ms)374[----------] 1 test from readLinkAt (1 ms total)375376[----------] 1 test from openFileEnsureBeneathNoSymlinks377[ RUN ] openFileEnsureBeneathNoSymlinks.works378[ OK ] openFileEnsureBeneathNoSymlinks.works (1 ms)379[----------] 1 test from openFileEnsureBeneathNoSymlinks (1 ms total)380381[----------] 5 tests from absPath382[ RUN ] absPath.doesntChangeRoot383[ OK ] absPath.doesntChangeRoot (0 ms)384[ RUN ] absPath.turnsEmptyPathIntoCWD385[ OK ] absPath.turnsEmptyPathIntoCWD (0 ms)386[ RUN ] absPath.usesOptionalBasePathWhenGiven387[ OK ] absPath.usesOptionalBasePathWhenGiven (0 ms)388[ RUN ] absPath.isIdempotent389[ OK ] absPath.isIdempotent (0 ms)390[ RUN ] absPath.pathIsCanonicalised391[ OK ] absPath.pathIsCanonicalised (0 ms)392[----------] 5 tests from absPath (0 ms total)393394[----------] 4 tests from canonPath395[ RUN ] canonPath.removesTrailingSlashes396[ OK ] canonPath.removesTrailingSlashes (0 ms)397[ RUN ] canonPath.removesDots398[ OK ] canonPath.removesDots (0 ms)399[ RUN ] canonPath.removesDots2400[ OK ] canonPath.removesDots2 (0 ms)401[ RUN ] canonPath.requiresAbsolutePath402[ OK ] canonPath.requiresAbsolutePath (0 ms)403[----------] 4 tests from canonPath (0 ms total)404405[----------] 7 tests from baseNameOf406[ RUN ] baseNameOf.emptyPath407[ OK ] baseNameOf.emptyPath (0 ms)408[ RUN ] baseNameOf.pathOnRoot409[ OK ] baseNameOf.pathOnRoot (0 ms)410[ RUN ] baseNameOf.relativePath411[ OK ] baseNameOf.relativePath (0 ms)412[ RUN ] baseNameOf.pathWithTrailingSlashRoot413[ OK ] baseNameOf.pathWithTrailingSlashRoot (0 ms)414[ RUN ] baseNameOf.trailingSlash415[ OK ] baseNameOf.trailingSlash (0 ms)416[ RUN ] baseNameOf.trailingSlashes417[ OK ] baseNameOf.trailingSlashes (0 ms)418[ RUN ] baseNameOf.absoluteNothingSlashNothing419[ OK ] baseNameOf.absoluteNothingSlashNothing (0 ms)420[----------] 7 tests from baseNameOf (0 ms total)421422[----------] 8 tests from isInDir423[ RUN ] isInDir.trivialCase424[ OK ] isInDir.trivialCase (0 ms)425[ RUN ] isInDir.notInDir426[ OK ] isInDir.notInDir (0 ms)427[ RUN ] isInDir.emptyDir428[ OK ] isInDir.emptyDir (0 ms)429[ RUN ] isInDir.hiddenSubdirectory430[ OK ] isInDir.hiddenSubdirectory (0 ms)431[ RUN ] isInDir.ellipsisEntry432[ OK ] isInDir.ellipsisEntry (0 ms)433[ RUN ] isInDir.sameDir434[ OK ] isInDir.sameDir (0 ms)435[ RUN ] isInDir.sameDirDot436[ OK ] isInDir.sameDirDot (0 ms)437[ RUN ] isInDir.dotDotPrefix438[ OK ] isInDir.dotDotPrefix (0 ms)439[----------] 8 tests from isInDir (0 ms total)440441[----------] 5 tests from isDirOrInDir442[ RUN ] isDirOrInDir.trueForSameDirectory443[ OK ] isDirOrInDir.trueForSameDirectory (0 ms)444[ RUN ] isDirOrInDir.trueForEmptyPaths445[ OK ] isDirOrInDir.trueForEmptyPaths (0 ms)446[ RUN ] isDirOrInDir.falseForDisjunctPaths447[ OK ] isDirOrInDir.falseForDisjunctPaths (0 ms)448[ RUN ] isDirOrInDir.relativePaths449[ OK ] isDirOrInDir.relativePaths (0 ms)450[ RUN ] isDirOrInDir.relativePathsTwice451[ OK ] isDirOrInDir.relativePathsTwice (0 ms)452[----------] 5 tests from isDirOrInDir (0 ms total)453454[----------] 3 tests from pathExists455[ RUN ] pathExists.rootExists456[ OK ] pathExists.rootExists (0 ms)457[ RUN ] pathExists.cwdExists458[ OK ] pathExists.cwdExists (0 ms)459[ RUN ] pathExists.bogusPathDoesNotExist460[ OK ] pathExists.bogusPathDoesNotExist (0 ms)461[----------] 3 tests from pathExists (0 ms total)462463[----------] 2 tests from chmodIfNeeded464[ RUN ] chmodIfNeeded.works465[ OK ] chmodIfNeeded.works (0 ms)466[ RUN ] chmodIfNeeded.nonexistent467[ OK ] chmodIfNeeded.nonexistent (0 ms)468[----------] 2 tests from chmodIfNeeded (0 ms total)469470[----------] 2 tests from DirectoryIterator471[ RUN ] DirectoryIterator.works472[ OK ] DirectoryIterator.works (0 ms)473[ RUN ] DirectoryIterator.nonexistent474[ OK ] DirectoryIterator.nonexistent (0 ms)475[----------] 2 tests from DirectoryIterator (0 ms total)476477[----------] 1 test from createAnonymousTempFile478[ RUN ] createAnonymousTempFile.works479[ OK ] createAnonymousTempFile.works (0 ms)480[----------] 1 test from createAnonymousTempFile (0 ms total)481482[----------] 1 test from FdSource483[ RUN ] FdSource.restartWorks484[ OK ] FdSource.restartWorks (0 ms)485[----------] 1 test from FdSource (0 ms total)486487[----------] 1 test from createTempDir488[ RUN ] createTempDir.works489[ OK ] createTempDir.works (0 ms)490[----------] 1 test from createTempDir (0 ms total)491492[----------] 4 tests from MovePathTest493[ RUN ] MovePathTest.works494[ OK ] MovePathTest.works (0 ms)495[ RUN ] MovePathTest.nonWritableDirectories496[ OK ] MovePathTest.nonWritableDirectories (0 ms)497[ RUN ] MovePathTest.symlinkReplacesSymlink498[ OK ] MovePathTest.symlinkReplacesSymlink (0 ms)499[ RUN ] MovePathTest.symlinkReplacesRegular500[ OK ] MovePathTest.symlinkReplacesRegular (0 ms)501[----------] 4 tests from MovePathTest (1 ms total)502503[----------] 19 tests from fun504[ RUN ] fun.constructFromLambda505[ OK ] fun.constructFromLambda (0 ms)506[ RUN ] fun.constructFromFunctionPointer507[ OK ] fun.constructFromFunctionPointer (0 ms)508[ RUN ] fun.constructFromStdFunction509[ OK ] fun.constructFromStdFunction (0 ms)510[ RUN ] fun.moveConstructFromStdFunction511[ OK ] fun.moveConstructFromStdFunction (0 ms)512[ RUN ] fun.rejectsEmptyStdFunction513[ OK ] fun.rejectsEmptyStdFunction (0 ms)514[ RUN ] fun.rejectsEmptyStdFunctionMove515[ OK ] fun.rejectsEmptyStdFunctionMove (0 ms)516[ RUN ] fun.rejectsNullFunctionPointer517[ OK ] fun.rejectsNullFunctionPointer (0 ms)518[ RUN ] fun.nullptrDeletedAtCompileTime519[ OK ] fun.nullptrDeletedAtCompileTime (0 ms)520[ RUN ] fun.notDefaultConstructible521[ OK ] fun.notDefaultConstructible (0 ms)522[ RUN ] fun.voidReturn523[ OK ] fun.voidReturn (0 ms)524[ RUN ] fun.referenceArgs525[ OK ] fun.referenceArgs (0 ms)526[ RUN ] fun.convertsToStdFunction527[ OK ] fun.convertsToStdFunction (0 ms)528[ RUN ] fun.copyable529[ OK ] fun.copyable (0 ms)530[ RUN ] fun.movable531[ OK ] fun.movable (0 ms)532[ RUN ] fun.capturesState533[ OK ] fun.capturesState (0 ms)534[ RUN ] fun.getFn535[ OK ] fun.getFn (0 ms)536[ RUN ] fun.getFnMove537[ OK ] fun.getFnMove (0 ms)538[ RUN ] fun.forwardsMoveOnlyTypes539[ OK ] fun.forwardsMoveOnlyTypes (0 ms)540[ RUN ] fun.perfectForwardingZeroCost541[ OK ] fun.perfectForwardingZeroCost (0 ms)542[----------] 19 tests from fun (0 ms total)543544[----------] 4 tests from GitMode545[ RUN ] GitMode.gitMode_directory546[ OK ] GitMode.gitMode_directory (0 ms)547[ RUN ] GitMode.gitMode_executable548[ OK ] GitMode.gitMode_executable (0 ms)549[ RUN ] GitMode.gitMode_regular550[ OK ] GitMode.gitMode_regular (0 ms)551[ RUN ] GitMode.gitMode_symlink552[ OK ] GitMode.gitMode_symlink (0 ms)553[----------] 4 tests from GitMode (0 ms total)554555[----------] 8 tests from GitTest556[ RUN ] GitTest.blob_read557[ OK ] GitTest.blob_read (0 ms)558[ RUN ] GitTest.blob_read_large_size559[ OK ] GitTest.blob_read_large_size (0 ms)560[ RUN ] GitTest.blob_write561[ OK ] GitTest.blob_write (0 ms)562[ RUN ] GitTest.tree_sha1_read563[ OK ] GitTest.tree_sha1_read (0 ms)564[ RUN ] GitTest.tree_sha256_read565[ OK ] GitTest.tree_sha256_read (0 ms)566[ RUN ] GitTest.tree_sha1_write567[ OK ] GitTest.tree_sha1_write (0 ms)568[ RUN ] GitTest.tree_sha256_write569[ OK ] GitTest.tree_sha256_write (0 ms)570[ RUN ] GitTest.both_roundrip571[ OK ] GitTest.both_roundrip (0 ms)572[----------] 8 tests from GitTest (0 ms total)573574[----------] 3 tests from GitLsRemote575[ RUN ] GitLsRemote.parseSymrefLineWithReference576[ OK ] GitLsRemote.parseSymrefLineWithReference (0 ms)577[ RUN ] GitLsRemote.parseSymrefLineWithNoReference578[ OK ] GitLsRemote.parseSymrefLineWithNoReference (0 ms)579[ RUN ] GitLsRemote.parseObjectRefLine580[ OK ] GitLsRemote.parseObjectRefLine (0 ms)581[----------] 3 tests from GitLsRemote (0 ms total)582583[----------] 3 tests from BLAKE3HashTest584[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes1585[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes1 (0 ms)586[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes2587[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes2 (0 ms)588[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes3589[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes3 (0 ms)590[----------] 3 tests from BLAKE3HashTest (0 ms total)591592[----------] 8 tests from hashString593[ RUN ] hashString.testKnownMD5Hashes1594[ OK ] hashString.testKnownMD5Hashes1 (0 ms)595[ RUN ] hashString.testKnownMD5Hashes2596[ OK ] hashString.testKnownMD5Hashes2 (0 ms)597[ RUN ] hashString.testKnownSHA1Hashes1598[ OK ] hashString.testKnownSHA1Hashes1 (0 ms)599[ RUN ] hashString.testKnownSHA1Hashes2600[ OK ] hashString.testKnownSHA1Hashes2 (0 ms)601[ RUN ] hashString.testKnownSHA256Hashes1602[ OK ] hashString.testKnownSHA256Hashes1 (0 ms)603[ RUN ] hashString.testKnownSHA256Hashes2604[ OK ] hashString.testKnownSHA256Hashes2 (0 ms)605[ RUN ] hashString.testKnownSHA512Hashes1606[ OK ] hashString.testKnownSHA512Hashes1 (0 ms)607[ RUN ] hashString.testKnownSHA512Hashes2608[ OK ] hashString.testKnownSHA512Hashes2 (0 ms)609[----------] 8 tests from hashString (0 ms total)610611[----------] 3 tests from hashParseExplicitFormatUnprefixed612[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct613[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct (0 ms)614[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo615[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo (0 ms)616[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase617[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase (0 ms)618[----------] 3 tests from hashParseExplicitFormatUnprefixed (0 ms total)619620[----------] 2 tests from hashFormat621[ RUN ] hashFormat.testRoundTripPrintParse622[ OK ] hashFormat.testRoundTripPrintParse (0 ms)623[ RUN ] hashFormat.testParseHashFormatOptException624[ OK ] hashFormat.testParseHashFormatOptException (0 ms)625[----------] 2 tests from hashFormat (0 ms total)626627[----------] 5 tests from hiliteMatches628[ RUN ] hiliteMatches.noHighlight629[ OK ] hiliteMatches.noHighlight (0 ms)630[ RUN ] hiliteMatches.simpleHighlight631[ OK ] hiliteMatches.simpleHighlight (0 ms)632[ RUN ] hiliteMatches.multipleMatches633[ OK ] hiliteMatches.multipleMatches (0 ms)634[ RUN ] hiliteMatches.overlappingMatches635[ OK ] hiliteMatches.overlappingMatches (0 ms)636[ RUN ] hiliteMatches.complexOverlappingMatches637[ OK ] hiliteMatches.complexOverlappingMatches (0 ms)638[----------] 5 tests from hiliteMatches (0 ms total)639640[----------] 3 tests from to_json641[ RUN ] to_json.optionalInt642[ OK ] to_json.optionalInt (0 ms)643[ RUN ] to_json.vectorOfOptionalInts644[ OK ] to_json.vectorOfOptionalInts (0 ms)645[ RUN ] to_json.optionalVectorOfInts646[ OK ] to_json.optionalVectorOfInts (0 ms)647[----------] 3 tests from to_json (0 ms total)648649[----------] 2 tests from from_json650[ RUN ] from_json.optionalInt651[ OK ] from_json.optionalInt (0 ms)652[ RUN ] from_json.vectorOfOptionalInts653[ OK ] from_json.vectorOfOptionalInts (0 ms)654[----------] 2 tests from from_json (0 ms total)655656[----------] 2 tests from valueAt657[ RUN ] valueAt.simpleObject658[ OK ] valueAt.simpleObject (0 ms)659[ RUN ] valueAt.missingKey660[ OK ] valueAt.missingKey (0 ms)661[----------] 2 tests from valueAt (0 ms total)662663[----------] 2 tests from getObject664[ RUN ] getObject.rightAssertions665[ OK ] getObject.rightAssertions (0 ms)666[ RUN ] getObject.wrongAssertions667[ OK ] getObject.wrongAssertions (0 ms)668[----------] 2 tests from getObject (0 ms total)669670[----------] 2 tests from getArray671[ RUN ] getArray.rightAssertions672[ OK ] getArray.rightAssertions (0 ms)673[ RUN ] getArray.wrongAssertions674[ OK ] getArray.wrongAssertions (0 ms)675[----------] 2 tests from getArray (0 ms total)676677[----------] 2 tests from getString678[ RUN ] getString.rightAssertions679[ OK ] getString.rightAssertions (0 ms)680[ RUN ] getString.wrongAssertions681[ OK ] getString.wrongAssertions (0 ms)682[----------] 2 tests from getString (0 ms total)683684[----------] 2 tests from getIntegralNumber685[ RUN ] getIntegralNumber.rightAssertions686[ OK ] getIntegralNumber.rightAssertions (0 ms)687[ RUN ] getIntegralNumber.wrongAssertions688[ OK ] getIntegralNumber.wrongAssertions (0 ms)689[----------] 2 tests from getIntegralNumber (0 ms total)690691[----------] 2 tests from getBoolean692[ RUN ] getBoolean.rightAssertions693[ OK ] getBoolean.rightAssertions (0 ms)694[ RUN ] getBoolean.wrongAssertions695[ OK ] getBoolean.wrongAssertions (0 ms)696[----------] 2 tests from getBoolean (0 ms total)697698[----------] 2 tests from optionalValueAt699[ RUN ] optionalValueAt.existing700[ OK ] optionalValueAt.existing (0 ms)701[ RUN ] optionalValueAt.empty702[ OK ] optionalValueAt.empty (0 ms)703[----------] 2 tests from optionalValueAt (0 ms total)704705[----------] 2 tests from getNullable706[ RUN ] getNullable.null707[ OK ] getNullable.null (0 ms)708[ RUN ] getNullable.empty709[ OK ] getNullable.empty (0 ms)710[----------] 2 tests from getNullable (0 ms total)711712[----------] 2 tests from local_keys713[ RUN ] local_keys.signAndVerify714[ OK ] local_keys.signAndVerify (0 ms)715[ RUN ] local_keys.rfc8032TestVector716[ OK ] local_keys.rfc8032TestVector (0 ms)717[----------] 2 tests from local_keys (0 ms total)718719[----------] 13 tests from LRUCache720[ RUN ] LRUCache.sizeOfEmptyCacheIsZero721[ OK ] LRUCache.sizeOfEmptyCacheIsZero (0 ms)722[ RUN ] LRUCache.sizeOfSingleElementCacheIsOne723[ OK ] LRUCache.sizeOfSingleElementCacheIsOne (0 ms)724[ RUN ] LRUCache.getFromEmptyCache725[ OK ] LRUCache.getFromEmptyCache (0 ms)726[ RUN ] LRUCache.getExistingValue727[ OK ] LRUCache.getExistingValue (0 ms)728[ RUN ] LRUCache.getNonExistingValueFromNonEmptyCache729[ OK ] LRUCache.getNonExistingValueFromNonEmptyCache (0 ms)730[ RUN ] LRUCache.upsertOnZeroCapacityCache731[ OK ] LRUCache.upsertOnZeroCapacityCache (0 ms)732[ RUN ] LRUCache.updateExistingValue733[ OK ] LRUCache.updateExistingValue (0 ms)734[ RUN ] LRUCache.overwriteOldestWhenCapacityIsReached735[ OK ] LRUCache.overwriteOldestWhenCapacityIsReached (0 ms)736[ RUN ] LRUCache.clearEmptyCache737[ OK ] LRUCache.clearEmptyCache (0 ms)738[ RUN ] LRUCache.clearNonEmptyCache739[ OK ] LRUCache.clearNonEmptyCache (0 ms)740[ RUN ] LRUCache.eraseFromEmptyCache741[ OK ] LRUCache.eraseFromEmptyCache (0 ms)742[ RUN ] LRUCache.eraseMissingFromNonEmptyCache743[ OK ] LRUCache.eraseMissingFromNonEmptyCache (0 ms)744[ RUN ] LRUCache.eraseFromNonEmptyCache745[ OK ] LRUCache.eraseFromNonEmptyCache (0 ms)746[----------] 13 tests from LRUCache (0 ms total)747748[----------] 3 tests from memo749[ RUN ] memo.computesOnce750[ OK ] memo.computesOnce (0 ms)751[ RUN ] memo.copiesShareCache752[ OK ] memo.copiesShareCache (0 ms)753[ RUN ] memo.worksWithString754[ OK ] memo.worksWithString (0 ms)755[----------] 3 tests from memo (0 ms total)756757[----------] 18 tests from MemorySourceAccessorTestErrors758[ RUN ] MemorySourceAccessorTestErrors.readFileNotFound759[ OK ] MemorySourceAccessorTestErrors.readFileNotFound (0 ms)760[ RUN ] MemorySourceAccessorTestErrors.readFileNotARegularFile761[ OK ] MemorySourceAccessorTestErrors.readFileNotARegularFile (0 ms)762[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotFound763[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotFound (0 ms)764[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory765[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory (0 ms)766[ RUN ] MemorySourceAccessorTestErrors.readLinkNotFound767[ OK ] MemorySourceAccessorTestErrors.readLinkNotFound (0 ms)768[ RUN ] MemorySourceAccessorTestErrors.readLinkNotASymlink769[ OK ] MemorySourceAccessorTestErrors.readLinkNotASymlink (0 ms)770[ RUN ] MemorySourceAccessorTestErrors.addFileParentNotDirectory771[ OK ] MemorySourceAccessorTestErrors.addFileParentNotDirectory (0 ms)772[ RUN ] MemorySourceAccessorTestErrors.addFileNotARegularFile773[ OK ] MemorySourceAccessorTestErrors.addFileNotARegularFile (0 ms)774[ RUN ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory775[ OK ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory (0 ms)776[ RUN ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory777[ OK ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory (0 ms)778[ RUN ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory779[ OK ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory (0 ms)780[ RUN ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile781[ OK ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile (0 ms)782[ RUN ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory783[ OK ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory (0 ms)784[ RUN ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink785[ OK ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink (0 ms)786[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile787[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile (0 ms)788[ RUN ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile789[ OK ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile (0 ms)790[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink791[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink (0 ms)792[ RUN ] MemorySourceAccessorTestErrors.createFileThroughSymlink793[ OK ] MemorySourceAccessorTestErrors.createFileThroughSymlink (0 ms)794[----------] 18 tests from MemorySourceAccessorTestErrors (0 ms total)795796[----------] 1 test from MonitorFdHup797[ RUN ] MonitorFdHup.shouldNotBlock798[ OK ] MonitorFdHup.shouldNotBlock (0 ms)799[----------] 1 test from MonitorFdHup (0 ms total)800801[----------] 1 test from nix_api_util802[ RUN ] nix_api_util.nix_version_get803[ OK ] nix_api_util.nix_version_get (0 ms)804[----------] 1 test from nix_api_util (0 ms total)805806[----------] 8 tests from nix_api_util_context807[ RUN ] nix_api_util_context.nix_setting_get808[ OK ] nix_api_util_context.nix_setting_get (0 ms)809[ RUN ] nix_api_util_context.nix_setting_set810[ OK ] nix_api_util_context.nix_setting_set (0 ms)811[ RUN ] nix_api_util_context.nix_err_msg812[ OK ] nix_api_util_context.nix_err_msg (0 ms)813[ RUN ] nix_api_util_context.nix_err_code814[ OK ] nix_api_util_context.nix_err_code (0 ms)815[ RUN ] nix_api_util_context.nix_context_error816[ OK ] nix_api_util_context.nix_context_error (0 ms)817[ RUN ] nix_api_util_context.nix_set_err_msg818[ OK ] nix_api_util_context.nix_set_err_msg (0 ms)819[ RUN ] nix_api_util_context.nix_err_info_msg820[ OK ] nix_api_util_context.nix_err_info_msg (0 ms)821[ RUN ] nix_api_util_context.nix_err_name822[ OK ] nix_api_util_context.nix_err_name (0 ms)823[----------] 8 tests from nix_api_util_context (0 ms total)824825[----------] 7 tests from Pool826[ RUN ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity827[ OK ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity (0 ms)828[ RUN ] Pool.freshPoolCanGetAResource829[ OK ] Pool.freshPoolCanGetAResource (0 ms)830[ RUN ] Pool.capacityCanBeIncremented831[ OK ] Pool.capacityCanBeIncremented (0 ms)832[ RUN ] Pool.capacityCanBeDecremented833[ OK ] Pool.capacityCanBeDecremented (0 ms)834[ RUN ] Pool.flushBadDropsOutOfScopeResources835[ OK ] Pool.flushBadDropsOutOfScopeResources (0 ms)836[ RUN ] Pool.reuseResource837[ OK ] Pool.reuseResource (0 ms)838[ RUN ] Pool.badResourceIsNotReused839[ OK ] Pool.badResourceIsNotReused (0 ms)840[----------] 7 tests from Pool (0 ms total)841842[----------] 4 tests from Position843[ RUN ] Position.getSnippetUpTo_0844[ OK ] Position.getSnippetUpTo_0 (0 ms)845[ RUN ] Position.getSnippetUpTo_1846[ OK ] Position.getSnippetUpTo_1 (0 ms)847[ RUN ] Position.getSnippetUpTo_2848[ OK ] Position.getSnippetUpTo_2 (0 ms)849[ RUN ] Position.example_1850[ OK ] Position.example_1 (0 ms)851[----------] 4 tests from Position (0 ms total)852853[----------] 1 test from statusOk854[ RUN ] statusOk.zeroIsOk855[ OK ] statusOk.zeroIsOk (0 ms)856[----------] 1 test from statusOk (0 ms total)857858[----------] 2 tests from runProgram859[ RUN ] runProgram.worksTrivial860[ OK ] runProgram.worksTrivial (22 ms)861[ RUN ] runProgram.nonexistent862[ OK ] runProgram.nonexistent (0 ms)863[----------] 2 tests from runProgram (23 ms total)864865[----------] 2 tests from runProgram2866[ RUN ] runProgram2.nonexistent867[ OK ] runProgram2.nonexistent (0 ms)868[ RUN ] runProgram2.leakedFDsAreClosed869[ OK ] runProgram2.leakedFDsAreClosed (10 ms)870[----------] 2 tests from runProgram2 (10 ms total)871872[----------] 6 tests from ref873[ RUN ] ref.upcast_is_implicit874[ OK ] ref.upcast_is_implicit (0 ms)875[ RUN ] ref.downcast_is_rejected876[ OK ] ref.downcast_is_rejected (0 ms)877[ RUN ] ref.same_type_conversion878[ OK ] ref.same_type_conversion (0 ms)879[ RUN ] ref.explicit_downcast_with_cast880[ OK ] ref.explicit_downcast_with_cast (0 ms)881[ RUN ] ref.invalid_cast_throws882[ OK ] ref.invalid_cast_throws (0 ms)883[ RUN ] ref.explicit_downcast_with_dynamic_pointer_cast884[ OK ] ref.explicit_downcast_with_dynamic_pointer_cast (0 ms)885[----------] 6 tests from ref (0 ms total)886887[----------] 1 test from readNum888[ RUN ] readNum.negativeValuesSerialiseWellDefined889[ OK ] readNum.negativeValuesSerialiseWellDefined (0 ms)890[----------] 1 test from readNum (0 ms total)891892[----------] 2 tests from readString893[ RUN ] readString.roundTrip894[ OK ] readString.roundTrip (0 ms)895[ RUN ] readString.bogusLengthDoesNotPreallocate896[ OK ] readString.bogusLengthDoesNotPreallocate (0 ms)897[----------] 2 tests from readString (0 ms total)898899[----------] 2 tests from readError900[ RUN ] readError.bogusLevelIsClamped901[ OK ] readError.bogusLevelIsClamped (0 ms)902[ RUN ] readError.uint64LevelError903[ OK ] readError.uint64LevelError (0 ms)904[----------] 2 tests from readError (0 ms total)905906[----------] 1 test from readPadding907[ RUN ] readPadding.works908[ OK ] readPadding.works (1 ms)909[----------] 1 test from readPadding (1 ms total)910911[----------] 1 test from sourceToSink912[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions913[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)914[----------] 1 test from sourceToSink (0 ms total)915916[----------] 2 tests from MonotonicSubranges917[ RUN ] MonotonicSubranges.empty918[ OK ] MonotonicSubranges.empty (0 ms)919[ RUN ] MonotonicSubranges.basic920[ OK ] MonotonicSubranges.basic (0 ms)921[----------] 2 tests from MonotonicSubranges (0 ms total)922923[----------] 2 tests from SortTestPermutations/0, where TypeParam = int924[ RUN ] SortTestPermutations/0.insertionsort925[ OK ] SortTestPermutations/0.insertionsort (0 ms)926[ RUN ] SortTestPermutations/0.peeksort927[ OK ] SortTestPermutations/0.peeksort (0 ms)928[----------] 2 tests from SortTestPermutations/0 (0 ms total)929930[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long931[ RUN ] SortTestPermutations/1.insertionsort932[ OK ] SortTestPermutations/1.insertionsort (0 ms)933[ RUN ] SortTestPermutations/1.peeksort934[ OK ] SortTestPermutations/1.peeksort (0 ms)935[----------] 2 tests from SortTestPermutations/1 (0 ms total)936937[----------] 2 tests from SortTestPermutations/2, where TypeParam = short938[ RUN ] SortTestPermutations/2.insertionsort939[ OK ] SortTestPermutations/2.insertionsort (0 ms)940[ RUN ] SortTestPermutations/2.peeksort941[ OK ] SortTestPermutations/2.peeksort (0 ms)942[----------] 2 tests from SortTestPermutations/2 (0 ms total)943944[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int945[ RUN ] SortTestPermutations/3.insertionsort946[ OK ] SortTestPermutations/3.insertionsort (0 ms)947[ RUN ] SortTestPermutations/3.peeksort948[ OK ] SortTestPermutations/3.peeksort (0 ms)949[----------] 2 tests from SortTestPermutations/3 (0 ms total)950951[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long952[ RUN ] SortTestPermutations/4.insertionsort953[ OK ] SortTestPermutations/4.insertionsort (0 ms)954[ RUN ] SortTestPermutations/4.peeksort955[ OK ] SortTestPermutations/4.peeksort (0 ms)956[----------] 2 tests from SortTestPermutations/4 (0 ms total)957958[----------] 1 test from InsertionSort959[ RUN ] InsertionSort.empty960[ OK ] InsertionSort.empty (0 ms)961[----------] 1 test from InsertionSort (0 ms total)962963[----------] 4 tests from SortProperty/0, where TypeParam = int964[ RUN ] SortProperty/0.peeksortSorted965[ OK ] SortProperty/0.peeksortSorted (0 ms)966[ RUN ] SortProperty/0.peeksortSortedGreater967[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)968[ RUN ] SortProperty/0.insertionsortSorted969[ OK ] SortProperty/0.insertionsortSorted (0 ms)970[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity971[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)972[----------] 4 tests from SortProperty/0 (2 ms total)973974[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int975[ RUN ] SortProperty/1.peeksortSorted976[ OK ] SortProperty/1.peeksortSorted (0 ms)977[ RUN ] SortProperty/1.peeksortSortedGreater978[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)979[ RUN ] SortProperty/1.insertionsortSorted980[ OK ] SortProperty/1.insertionsortSorted (0 ms)981[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity982[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)983[----------] 4 tests from SortProperty/1 (2 ms total)984985[----------] 4 tests from SortProperty/2, where TypeParam = long long986[ RUN ] SortProperty/2.peeksortSorted987[ OK ] SortProperty/2.peeksortSorted (0 ms)988[ RUN ] SortProperty/2.peeksortSortedGreater989[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)990[ RUN ] SortProperty/2.insertionsortSorted991[ OK ] SortProperty/2.insertionsortSorted (0 ms)992[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity993[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)994[----------] 4 tests from SortProperty/2 (2 ms total)995996[----------] 4 tests from SortProperty/3, where TypeParam = short997[ RUN ] SortProperty/3.peeksortSorted998[ OK ] SortProperty/3.peeksortSorted (0 ms)999[ RUN ] SortProperty/3.peeksortSortedGreater1000[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)1001[ RUN ] SortProperty/3.insertionsortSorted1002[ OK ] SortProperty/3.insertionsortSorted (0 ms)1003[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity1004[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)1005[----------] 4 tests from SortProperty/3 (2 ms total)10061007[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::char_traits<char>,std::allocator<char> >1008[ RUN ] SortProperty/4.peeksortSorted1009[ OK ] SortProperty/4.peeksortSorted (2 ms)1010[ RUN ] SortProperty/4.peeksortSortedGreater1011[ OK ] SortProperty/4.peeksortSortedGreater (2 ms)1012[ RUN ] SortProperty/4.insertionsortSorted1013[ OK ] SortProperty/4.insertionsortSorted (2 ms)1014[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity1015[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (2 ms)1016[----------] 4 tests from SortProperty/4 (9 ms total)10171018[----------] 1 test from SortProperty1019[ RUN ] SortProperty.peeksortStability1020[ OK ] SortProperty.peeksortStability (1 ms)1021[----------] 1 test from SortProperty (1 ms total)10221023[----------] 4 tests from FSSourceAccessorTest1024[ RUN ] FSSourceAccessorTest.works1025[ OK ] FSSourceAccessorTest.works (1 ms)1026[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1027[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1028[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1029[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1030[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1031[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1032[----------] 4 tests from FSSourceAccessorTest (2 ms total)10331034[----------] 8 tests from concatStringsSep1035[ RUN ] concatStringsSep.empty1036[ OK ] concatStringsSep.empty (0 ms)1037[ RUN ] concatStringsSep.justOne1038[ OK ] concatStringsSep.justOne (0 ms)1039[ RUN ] concatStringsSep.emptyString1040[ OK ] concatStringsSep.emptyString (0 ms)1041[ RUN ] concatStringsSep.emptyStrings1042[ OK ] concatStringsSep.emptyStrings (0 ms)1043[ RUN ] concatStringsSep.threeEmptyStrings1044[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1045[ RUN ] concatStringsSep.buildCommaSeparatedString1046[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1047[ RUN ] concatStringsSep.buildStringWithEmptySeparator1048[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1049[ RUN ] concatStringsSep.buildSingleString1050[ OK ] concatStringsSep.buildSingleString (0 ms)1051[----------] 8 tests from concatStringsSep (0 ms total)10521053[----------] 4 tests from concatMapStringsSep1054[ RUN ] concatMapStringsSep.empty1055[ OK ] concatMapStringsSep.empty (0 ms)1056[ RUN ] concatMapStringsSep.justOne1057[ OK ] concatMapStringsSep.justOne (0 ms)1058[ RUN ] concatMapStringsSep.two1059[ OK ] concatMapStringsSep.two (0 ms)1060[ RUN ] concatMapStringsSep.map1061[ OK ] concatMapStringsSep.map (0 ms)1062[----------] 4 tests from concatMapStringsSep (0 ms total)10631064[----------] 5 tests from dropEmptyInitThenConcatStringsSep1065[ RUN ] dropEmptyInitThenConcatStringsSep.empty1066[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1067[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1068[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1069[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1070[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1071[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1072[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1073[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1074[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1075[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10761077[----------] 12 tests from tokenizeString1078[ RUN ] tokenizeString.empty1079[ OK ] tokenizeString.empty (0 ms)1080[ RUN ] tokenizeString.oneSep1081[ OK ] tokenizeString.oneSep (0 ms)1082[ RUN ] tokenizeString.twoSep1083[ OK ] tokenizeString.twoSep (0 ms)1084[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1085[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1086[ RUN ] tokenizeString.tokenizeTabsWithDefaults1087[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1088[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1089[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1090[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1091[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1092[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1093[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1094[ RUN ] tokenizeString.tokenizeWithCustomSep1095[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1096[ RUN ] tokenizeString.tokenizeSepAtStart1097[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1098[ RUN ] tokenizeString.tokenizeSepAtEnd1099[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1100[ RUN ] tokenizeString.tokenizeSepEmpty1101[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1102[----------] 12 tests from tokenizeString (0 ms total)11031104[----------] 13 tests from splitStringTest/0, where TypeParam = std::vector<std::__cxx11::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::__cxx11::basic_string<char,std::char_traits<char>,std::allocator<char> > > >1105[ RUN ] splitStringTest/0.empty1106[ OK ] splitStringTest/0.empty (0 ms)1107[ RUN ] splitStringTest/0.oneSep1108[ OK ] splitStringTest/0.oneSep (0 ms)1109[ RUN ] splitStringTest/0.twoSep1110[ OK ] splitStringTest/0.twoSep (0 ms)1111[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1112[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1113[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1114[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1115[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1116[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1117[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1118[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1119[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1120[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1121[ RUN ] splitStringTest/0.tokenizeWithCustomSep1122[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1123[ RUN ] splitStringTest/0.tokenizeSepAtStart1124[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1125[ RUN ] splitStringTest/0.tokenizeSepAtEnd1126[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1127[ RUN ] splitStringTest/0.tokenizeSepEmpty1128[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1129[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1130[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1131[----------] 13 tests from splitStringTest/0 (0 ms total)11321133[----------] 13 tests from splitStringTest/1, where TypeParam = std::vector<std::basic_string_view<char,std::char_traits<char> >,std::allocator<std::basic_string_view<char,std::char_traits<char> > > >1134[ RUN ] splitStringTest/1.empty1135[ OK ] splitStringTest/1.empty (0 ms)1136[ RUN ] splitStringTest/1.oneSep1137[ OK ] splitStringTest/1.oneSep (0 ms)1138[ RUN ] splitStringTest/1.twoSep1139[ OK ] splitStringTest/1.twoSep (0 ms)1140[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1141[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1142[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1143[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1144[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1145[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1146[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1147[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1148[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1149[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1150[ RUN ] splitStringTest/1.tokenizeWithCustomSep1151[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1152[ RUN ] splitStringTest/1.tokenizeSepAtStart1153[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1154[ RUN ] splitStringTest/1.tokenizeSepAtEnd1155[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1156[ RUN ] splitStringTest/1.tokenizeSepEmpty1157[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1158[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1159[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1160[----------] 13 tests from splitStringTest/1 (0 ms total)11611162[----------] 13 tests from splitStringTest/2, where TypeParam = std::list<std::__cxx11::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::__cxx11::basic_string<char,std::char_traits<char>,std::allocator<char> > > >1163[ RUN ] splitStringTest/2.empty1164[ OK ] splitStringTest/2.empty (0 ms)1165[ RUN ] splitStringTest/2.oneSep1166[ OK ] splitStringTest/2.oneSep (0 ms)1167[ RUN ] splitStringTest/2.twoSep1168[ OK ] splitStringTest/2.twoSep (0 ms)1169[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1170[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1171[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1172[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1173[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1174[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1175[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1176[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1177[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1178[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1179[ RUN ] splitStringTest/2.tokenizeWithCustomSep1180[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1181[ RUN ] splitStringTest/2.tokenizeSepAtStart1182[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1183[ RUN ] splitStringTest/2.tokenizeSepAtEnd1184[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1185[ RUN ] splitStringTest/2.tokenizeSepEmpty1186[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1187[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1188[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1189[----------] 13 tests from splitStringTest/2 (0 ms total)11901191[----------] 13 tests from splitStringTest/3, where TypeParam = std::list<std::basic_string_view<char,std::char_traits<char> >,std::allocator<std::basic_string_view<char,std::char_traits<char> > > >1192[ RUN ] splitStringTest/3.empty1193[ OK ] splitStringTest/3.empty (0 ms)1194[ RUN ] splitStringTest/3.oneSep1195[ OK ] splitStringTest/3.oneSep (0 ms)1196[ RUN ] splitStringTest/3.twoSep1197[ OK ] splitStringTest/3.twoSep (0 ms)1198[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1199[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1200[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1201[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1202[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1203[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1204[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1205[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1206[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1207[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1208[ RUN ] splitStringTest/3.tokenizeWithCustomSep1209[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1210[ RUN ] splitStringTest/3.tokenizeSepAtStart1211[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1212[ RUN ] splitStringTest/3.tokenizeSepAtEnd1213[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1214[ RUN ] splitStringTest/3.tokenizeSepEmpty1215[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1216[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1217[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1218[----------] 13 tests from splitStringTest/3 (0 ms total)12191220[----------] 14 tests from shellSplitString1221[ RUN ] shellSplitString.empty1222[ OK ] shellSplitString.empty (0 ms)1223[ RUN ] shellSplitString.oneWord1224[ OK ] shellSplitString.oneWord (0 ms)1225[ RUN ] shellSplitString.oneWordQuotedWithSpaces1226[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1227[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1228[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1229[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1230[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1231[ RUN ] shellSplitString.twoWords1232[ OK ] shellSplitString.twoWords (0 ms)1233[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1234[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1235[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1236[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1237[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1238[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1239[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1240[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1241[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1242[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1243[ RUN ] shellSplitString.backslashEscapesSpaces1244[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1245[ RUN ] shellSplitString.backslashEscapesQuotes1246[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1247[ RUN ] shellSplitString.testUnbalancedQuotes1248[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1249[----------] 14 tests from shellSplitString (0 ms total)12501251[----------] 11 tests from optionalBracket1252[ RUN ] optionalBracket.emptyContent1253[ OK ] optionalBracket.emptyContent (0 ms)1254[ RUN ] optionalBracket.nonEmptyContent1255[ OK ] optionalBracket.nonEmptyContent (0 ms)1256[ RUN ] optionalBracket.emptyPrefixAndSuffix1257[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1258[ RUN ] optionalBracket.emptyContentEmptyBrackets1259[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1260[ RUN ] optionalBracket.complexBrackets1261[ OK ] optionalBracket.complexBrackets (0 ms)1262[ RUN ] optionalBracket.onlyPrefix1263[ OK ] optionalBracket.onlyPrefix (0 ms)1264[ RUN ] optionalBracket.onlySuffix1265[ OK ] optionalBracket.onlySuffix (0 ms)1266[ RUN ] optionalBracket.optionalWithValue1267[ OK ] optionalBracket.optionalWithValue (0 ms)1268[ RUN ] optionalBracket.optionalNullopt1269[ OK ] optionalBracket.optionalNullopt (0 ms)1270[ RUN ] optionalBracket.optionalEmptyString1271[ OK ] optionalBracket.optionalEmptyString (0 ms)1272[ RUN ] optionalBracket.optionalStringViewWithValue1273[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1274[----------] 11 tests from optionalBracket (0 ms total)12751276[----------] 1 test from Suggestions1277[ RUN ] Suggestions.Trim1278[ OK ] Suggestions.Trim (0 ms)1279[----------] 1 test from Suggestions (0 ms total)12801281[----------] 7 tests from filterANSIEscapes1282[ RUN ] filterANSIEscapes.emptyString1283[ OK ] filterANSIEscapes.emptyString (0 ms)1284[ RUN ] filterANSIEscapes.doesntChangePrintableChars1285[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1286[ RUN ] filterANSIEscapes.filtersColorCodes1287[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1288[ RUN ] filterANSIEscapes.expandsTabs1289[ OK ] filterANSIEscapes.expandsTabs (0 ms)1290[ RUN ] filterANSIEscapes.utf81291[ OK ] filterANSIEscapes.utf8 (0 ms)1292[ RUN ] filterANSIEscapes.osc81293[ OK ] filterANSIEscapes.osc8 (0 ms)1294[ RUN ] filterANSIEscapes.osc8_bell_as_sep1295[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1296[----------] 7 tests from filterANSIEscapes (0 ms total)12971298[----------] 8 tests from FixGitURLTestSuite1299[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1300[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (0 ms)1301[ RUN ] FixGitURLTestSuite.rejectRelativePath1302[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1303[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1304[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1305[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1306[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1307[ RUN ] FixGitURLTestSuite.mismatchedBrackets1308[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1309[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1310[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1311[ RUN ] FixGitURLTestSuite.noColonIsNotScp1312[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1313[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1314[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1315[----------] 8 tests from FixGitURLTestSuite (0 ms total)13161317[----------] 17 tests from parseURL1318[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1319[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1320[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1321[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1322[ RUN ] parseURL.parseEmptyQueryParams1323warning: dubious URI query '' is missing equal sign '=', ignoring1324warning: dubious URI query '' is missing equal sign '=', ignoring1325warning: dubious URI query '' is missing equal sign '=', ignoring1326warning: dubious URI query '' is missing equal sign '=', ignoring1327warning: dubious URI query '' is missing equal sign '=', ignoring1328warning: dubious URI query '' is missing equal sign '=', ignoring1329[ OK ] parseURL.parseEmptyQueryParams (0 ms)1330[ RUN ] parseURL.parseUserPassword1331[ OK ] parseURL.parseUserPassword (0 ms)1332[ RUN ] parseURL.parseFileURLWithQueryAndFragment1333[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1334[ RUN ] parseURL.parseFileURL1335[ OK ] parseURL.parseFileURL (0 ms)1336[ RUN ] parseURL.parseFileURLWithAuthority1337[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1338[ RUN ] parseURL.parseFileURLNoLeadingSlash1339[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1340[ RUN ] parseURL.parseHttpTrailingSlash1341[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1342[ RUN ] parseURL.parsedUrlsIsEqualToItself1343[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1344[ RUN ] parseURL.parsedUrlsWithUnescapedChars1345[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1346[ RUN ] parseURL.parseFTPUrl1347[ OK ] parseURL.parseFTPUrl (0 ms)1348[ RUN ] parseURL.parsesAnythingInUriFormat1349[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1350[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1351[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1352[ RUN ] parseURL.emptyStringIsInvalidURL1353[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1354[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1355[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1356[ RUN ] parseURL.gitlabNamespacedProjectUrls1357[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1358[----------] 17 tests from parseURL (0 ms total)13591360[----------] 4 tests from decodeQuery1361[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1362[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1363[ RUN ] decodeQuery.simpleDecode1364[ OK ] decodeQuery.simpleDecode (0 ms)1365[ RUN ] decodeQuery.decodeUrlEncodedArgs1366[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1367[ RUN ] decodeQuery.decodeArgWithEmptyValue1368[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1369[----------] 4 tests from decodeQuery (0 ms total)13701371[----------] 4 tests from percentDecode1372[ RUN ] percentDecode.decodesUrlEncodedString1373[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1374[ RUN ] percentDecode.multipleDecodesAreIdempotent1375[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1376[ RUN ] percentDecode.trailingPercent1377[ OK ] percentDecode.trailingPercent (0 ms)1378[ RUN ] percentDecode.incompleteEncoding1379[ OK ] percentDecode.incompleteEncoding (0 ms)1380[----------] 4 tests from percentDecode (0 ms total)13811382[----------] 5 tests from percentEncode1383[ RUN ] percentEncode.encodesUrlEncodedString1384[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1385[ RUN ] percentEncode.keepArgument1386[ OK ] percentEncode.keepArgument (0 ms)1387[ RUN ] percentEncode.inverseOfDecode1388[ OK ] percentEncode.inverseOfDecode (0 ms)1389[ RUN ] percentEncode.trailingPercent1390[ OK ] percentEncode.trailingPercent (0 ms)1391[ RUN ] percentEncode.yen1392[ OK ] percentEncode.yen (0 ms)1393[----------] 5 tests from percentEncode (0 ms total)13941395[----------] 1 test from nix1396[ RUN ] nix.isValidSchemeName1397[ OK ] nix.isValidSchemeName (0 ms)1398[----------] 1 test from nix (0 ms total)13991400[----------] 3 tests from hasPrefix1401[ RUN ] hasPrefix.emptyStringHasNoPrefix1402[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1403[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1404[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1405[ RUN ] hasPrefix.trivialCase1406[ OK ] hasPrefix.trivialCase (0 ms)1407[----------] 3 tests from hasPrefix (0 ms total)14081409[----------] 2 tests from hasSuffix1410[ RUN ] hasSuffix.emptyStringHasNoSuffix1411[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1412[ RUN ] hasSuffix.trivialCase1413[ OK ] hasSuffix.trivialCase (0 ms)1414[----------] 2 tests from hasSuffix (0 ms total)14151416[----------] 1 test from getLine1417[ RUN ] getLine.all1418[ OK ] getLine.all (0 ms)1419[----------] 1 test from getLine (0 ms total)14201421[----------] 3 tests from toLower1422[ RUN ] toLower.emptyString1423[ OK ] toLower.emptyString (0 ms)1424[ RUN ] toLower.nonLetters1425[ OK ] toLower.nonLetters (0 ms)1426[ RUN ] toLower.umlauts1427[ OK ] toLower.umlauts (0 ms)1428[----------] 3 tests from toLower (0 ms total)14291430[----------] 2 tests from string2Float1431[ RUN ] string2Float.emptyString1432[ OK ] string2Float.emptyString (0 ms)1433[ RUN ] string2Float.trivialConversions1434[ OK ] string2Float.trivialConversions (0 ms)1435[----------] 2 tests from string2Float (0 ms total)14361437[----------] 2 tests from string2Int1438[ RUN ] string2Int.emptyString1439[ OK ] string2Int.emptyString (0 ms)1440[ RUN ] string2Int.trivialConversions1441[ OK ] string2Int.trivialConversions (0 ms)1442[----------] 2 tests from string2Int (0 ms total)14431444[----------] 1 test from getSizeUnit1445[ RUN ] getSizeUnit.misc1446[ OK ] getSizeUnit.misc (0 ms)1447[----------] 1 test from getSizeUnit (0 ms total)14481449[----------] 1 test from getCommonSizeUnit1450[ RUN ] getCommonSizeUnit.misc1451[ OK ] getCommonSizeUnit.misc (0 ms)1452[----------] 1 test from getCommonSizeUnit (0 ms total)14531454[----------] 1 test from renderSizeWithoutUnit1455[ RUN ] renderSizeWithoutUnit.misc1456[ OK ] renderSizeWithoutUnit.misc (0 ms)1457[----------] 1 test from renderSizeWithoutUnit (0 ms total)14581459[----------] 1 test from renderSize1460[ RUN ] renderSize.misc1461[ OK ] renderSize.misc (0 ms)1462[----------] 1 test from renderSize (0 ms total)14631464[----------] 4 tests from rewriteStrings1465[ RUN ] rewriteStrings.emptyString1466[ OK ] rewriteStrings.emptyString (0 ms)1467[ RUN ] rewriteStrings.emptyRewrites1468[ OK ] rewriteStrings.emptyRewrites (0 ms)1469[ RUN ] rewriteStrings.successfulRewrite1470[ OK ] rewriteStrings.successfulRewrite (0 ms)1471[ RUN ] rewriteStrings.doesntOccur1472[ OK ] rewriteStrings.doesntOccur (0 ms)1473[----------] 4 tests from rewriteStrings (0 ms total)14741475[----------] 3 tests from replaceStrings1476[ RUN ] replaceStrings.emptyString1477[ OK ] replaceStrings.emptyString (0 ms)1478[ RUN ] replaceStrings.successfulReplace1479[ OK ] replaceStrings.successfulReplace (0 ms)1480[ RUN ] replaceStrings.doesntOccur1481[ OK ] replaceStrings.doesntOccur (0 ms)1482[----------] 3 tests from replaceStrings (0 ms total)14831484[----------] 2 tests from trim1485[ RUN ] trim.emptyString1486[ OK ] trim.emptyString (0 ms)1487[ RUN ] trim.removesWhitespace1488[ OK ] trim.removesWhitespace (0 ms)1489[----------] 2 tests from trim (0 ms total)14901491[----------] 2 tests from chomp1492[ RUN ] chomp.emptyString1493[ OK ] chomp.emptyString (0 ms)1494[ RUN ] chomp.removesWhitespace1495[ OK ] chomp.removesWhitespace (0 ms)1496[----------] 2 tests from chomp (0 ms total)14971498[----------] 4 tests from quoteStrings1499[ RUN ] quoteStrings.empty1500[ OK ] quoteStrings.empty (0 ms)1501[ RUN ] quoteStrings.emptyStrings1502[ OK ] quoteStrings.emptyStrings (0 ms)1503[ RUN ] quoteStrings.trivialQuote1504[ OK ] quoteStrings.trivialQuote (0 ms)1505[ RUN ] quoteStrings.quotedStrings1506[ OK ] quoteStrings.quotedStrings (0 ms)1507[----------] 4 tests from quoteStrings (0 ms total)15081509[----------] 2 tests from get1510[ RUN ] get.emptyContainer1511[ OK ] get.emptyContainer (0 ms)1512[ RUN ] get.getFromContainer1513[ OK ] get.getFromContainer (0 ms)1514[----------] 2 tests from get (0 ms total)15151516[----------] 2 tests from getOr1517[ RUN ] getOr.emptyContainer1518[ OK ] getOr.emptyContainer (0 ms)1519[ RUN ] getOr.getFromContainer1520[ OK ] getOr.getFromContainer (0 ms)1521[----------] 2 tests from getOr (0 ms total)15221523[----------] 4 tests from markLast1524[ RUN ] markLast.empty1525[ OK ] markLast.empty (0 ms)1526[ RUN ] markLast.singleElement1527[ OK ] markLast.singleElement (0 ms)1528[ RUN ] markLast.multipleElements1529[ OK ] markLast.multipleElements (0 ms)1530[ RUN ] markLast.mutateThroughReference1531[ OK ] markLast.mutateThroughReference (0 ms)1532[----------] 4 tests from markLast (0 ms total)15331534[----------] 1 test from stringsToCharPtrs1535[ RUN ] stringsToCharPtrs.rejectsNulBytes1536[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1537[----------] 1 test from stringsToCharPtrs (0 ms total)15381539[----------] 8 tests from XMLWriter1540[ RUN ] XMLWriter.emptyObject1541[ OK ] XMLWriter.emptyObject (0 ms)1542[ RUN ] XMLWriter.objectWithEmptyElement1543[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1544[ RUN ] XMLWriter.objectWithElementWithAttrs1545[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1546[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1547[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1548[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1549[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1550[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1551[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1552[ RUN ] XMLWriter.writeEmptyElement1553[ OK ] XMLWriter.writeEmptyElement (0 ms)1554[ RUN ] XMLWriter.writeEmptyElementWithAttributes1555[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1556[----------] 8 tests from XMLWriter (0 ms total)15571558[----------] 1 test from closeExtraFDs1559[ RUN ] closeExtraFDs.works1560[ OK ] closeExtraFDs.works (2 ms)1561[----------] 1 test from closeExtraFDs (2 ms total)15621563[----------] 2 tests from fchmodatTryNoFollow1564[ RUN ] fchmodatTryNoFollow.works1565[ OK ] fchmodatTryNoFollow.works (0 ms)1566[ RUN ] fchmodatTryNoFollow.fallbackWithoutProc1567warning: kernel doesn't support fchmodat2 and procfs isn't mounted, falling back to fchmodat1568[ OK ] fchmodatTryNoFollow.fallbackWithoutProc (5 ms)1569[----------] 2 tests from fchmodatTryNoFollow (5 ms total)15701571[----------] 2 tests from MessageWithFds1572[ RUN ] MessageWithFds.streamWithData1573[ OK ] MessageWithFds.streamWithData (1 ms)1574[ RUN ] MessageWithFds.datagramEmptyData1575[ OK ] MessageWithFds.datagramEmptyData (1 ms)1576[----------] 2 tests from MessageWithFds (3 ms total)15771578[----------] 3 tests from UnixDomainSocketLongPath1579[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1580[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (2 ms)1581[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1582[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1583[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1584[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (6 ms)1585[----------] 3 tests from UnixDomainSocketLongPath (8 ms total)15861587[----------] 8 tests from NarTest/InvalidNarTest1588[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01589[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1590[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11591[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1592[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21593[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1594[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31595[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1596[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41597[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1598[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51599[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1600[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61601[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1602[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71603[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1604[----------] 8 tests from NarTest/InvalidNarTest (0 ms total)16051606[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1607[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01608[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1609[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11610[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1611[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21612[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1613[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31614[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1615[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41616[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1617[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)16181619[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1620[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1621[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1622[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1623[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (0 ms)1624[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21625[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1626[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1627[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (0 ms)1628[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1629[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1630[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1631[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1632[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1633[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (6 ms)1634[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21635[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1636[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1637[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1638[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1639[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1640[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1641/build/source/src/libutil-tests/build/../compression.cc:42: Skipped164216431644[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1645[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1646[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1647[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21648[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1649[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1650[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1651[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1652[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1653[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1654[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1655[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1656[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1657[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21658[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1659[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1660[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1661[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1662[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1663[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (9 ms total)16641665[----------] 20 tests from CopyFdRange/CopyFdRangeTest1666[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1667[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (1 ms)1668[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1669[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (1 ms)1670[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1671[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (1 ms)1672[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1673[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (1 ms)1674[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1675[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (1 ms)1676[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1677[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (1 ms)1678[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1679[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (1 ms)1680[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1681[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (1 ms)1682[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1683[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1684[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1685[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1686[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1687[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1688[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1689[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1690[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1691[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (1 ms)1692[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1693[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (1 ms)1694[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1695[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (1 ms)1696[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1697[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (1 ms)1698[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1699[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1700[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1701[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1702[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1703[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1704[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1705[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1706[----------] 20 tests from CopyFdRange/CopyFdRangeTest (17 ms total)17071708[----------] 4 tests from HashJSON/HashJsonTest1709[ RUN ] HashJSON/HashJsonTest.from_json/01710[ OK ] HashJSON/HashJsonTest.from_json/0 (0 ms)1711[ RUN ] HashJSON/HashJsonTest.from_json/11712[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1713[ RUN ] HashJSON/HashJsonTest.to_json/01714[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1715[ RUN ] HashJSON/HashJsonTest.to_json/11716[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1717[----------] 4 tests from HashJSON/HashJsonTest (0 ms total)17181719[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1720[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01721[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1722[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01723[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1724[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17251726[----------] 2 tests from JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest1727[ RUN ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/01728[ OK ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/0 (0 ms)1729[ RUN ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/11730[ OK ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/1 (0 ms)1731[----------] 2 tests from JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest (1 ms total)17321733[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1734[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01735[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1736[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11737[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1738[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01739[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1740[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11741[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1742[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17431744[----------] 2 tests from NarListingJSON/NarListingJsonTest1745[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01746[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1747[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01748[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1749[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17501751[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1752[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01753[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1754[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01755[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1756[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17571758[----------] 40 tests from PeekSort/RandomPeekSort1759[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01760[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (3 ms)1761[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11762[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (25 ms)1763[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21764[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (19 ms)1765[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31766[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (24 ms)1767[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41768[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (33 ms)1769[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51770[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (10 ms)1771[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61772[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1773[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71774[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1775[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81776[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1777[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91778[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (241 ms)1779[ RUN ] PeekSort/RandomPeekSort.greater/01780[ OK ] PeekSort/RandomPeekSort.greater/0 (2 ms)1781[ RUN ] PeekSort/RandomPeekSort.greater/11782[ OK ] PeekSort/RandomPeekSort.greater/1 (24 ms)1783[ RUN ] PeekSort/RandomPeekSort.greater/21784[ OK ] PeekSort/RandomPeekSort.greater/2 (19 ms)1785[ RUN ] PeekSort/RandomPeekSort.greater/31786[ OK ] PeekSort/RandomPeekSort.greater/3 (23 ms)1787[ RUN ] PeekSort/RandomPeekSort.greater/41788[ OK ] PeekSort/RandomPeekSort.greater/4 (33 ms)1789[ RUN ] PeekSort/RandomPeekSort.greater/51790[ OK ] PeekSort/RandomPeekSort.greater/5 (10 ms)1791[ RUN ] PeekSort/RandomPeekSort.greater/61792[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1793[ RUN ] PeekSort/RandomPeekSort.greater/71794[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1795[ RUN ] PeekSort/RandomPeekSort.greater/81796[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1797[ RUN ] PeekSort/RandomPeekSort.greater/91798[ OK ] PeekSort/RandomPeekSort.greater/9 (238 ms)1799[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01800[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (5 ms)1801[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11802[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (71 ms)1803[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21804[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (57 ms)1805[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31806[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (69 ms)1807[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41808[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (84 ms)1809[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51810[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (37 ms)1811[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61812[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1813[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71814[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1815[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81816[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1817[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91818[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (677 ms)1819[ RUN ] PeekSort/RandomPeekSort.stability/01820[ OK ] PeekSort/RandomPeekSort.stability/0 (2 ms)1821[ RUN ] PeekSort/RandomPeekSort.stability/11822[ OK ] PeekSort/RandomPeekSort.stability/1 (22 ms)1823[ RUN ] PeekSort/RandomPeekSort.stability/21824[ OK ] PeekSort/RandomPeekSort.stability/2 (18 ms)1825[ RUN ] PeekSort/RandomPeekSort.stability/31826[ OK ] PeekSort/RandomPeekSort.stability/3 (21 ms)1827[ RUN ] PeekSort/RandomPeekSort.stability/41828[ OK ] PeekSort/RandomPeekSort.stability/4 (31 ms)1829[ RUN ] PeekSort/RandomPeekSort.stability/51830[ OK ] PeekSort/RandomPeekSort.stability/5 (11 ms)1831[ RUN ] PeekSort/RandomPeekSort.stability/61832[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1833[ RUN ] PeekSort/RandomPeekSort.stability/71834[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1835[ RUN ] PeekSort/RandomPeekSort.stability/81836[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1837[ RUN ] PeekSort/RandomPeekSort.stability/91838[ OK ] PeekSort/RandomPeekSort.stability/9 (232 ms)1839[----------] 40 tests from PeekSort/RandomPeekSort (2054 ms total)18401841[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1842[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01843[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1844[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11845[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1846[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21847[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1848[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31849[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1850[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41851[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1852[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51853[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1854[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61855[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1856[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18571858[----------] 18 tests from TopoSort/TopoSortTest1859[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01860[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1861[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11862[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1863[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21864[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1865[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31866[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1867[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41868[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1869[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51870[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1871[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61872[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1873[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71874[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1875[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81876[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1877[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91878[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1879[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101880[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1881[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111882[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1883[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121884[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1885[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131886[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1887[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141888[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1889[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151890[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1891[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161892[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1893[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171894[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1895[----------] 18 tests from TopoSort/TopoSortTest (0 ms total)18961897[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1898[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01899[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1900[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11901[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1902[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21903[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1904[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31905[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1906[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41907[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1908[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51909[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1910[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61911[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1912[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71913[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1914[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81915[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1916[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91917[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1918[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101919[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1920[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111921[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1922[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121923[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1924[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131925[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1926[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141927[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1928[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151929[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1930[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161931[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1932[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171933[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1934[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181935[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1936[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01937[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1938[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11939[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1940[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21941[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1942[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31943[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1944[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41945[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1946[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51947[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1948[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61949[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1950[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71951[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1952[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81953[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1954[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91955[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1956[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101957[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1958[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111959[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1960[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121961[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1962[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131963[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1964[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141965[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1966[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151967[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1968[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161969[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1970[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171971[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1972[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181973[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1974[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (0 ms total)19751976[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1977[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01978[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1979[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11980[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1981[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21982[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1983[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31984[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1985[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41986[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1987[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51988[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1989[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61990[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1991[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01992[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1993[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11994[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1995[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21996[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1997[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31998[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1999[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/42000[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)2001[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/52002[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)2003[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/62004[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)2005[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/02006[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)2007[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/12008[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)2009[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/22010[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)2011[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/32012[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)2013[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/42014[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)2015[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/52016[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)2017[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/62018[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)2019[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (0 ms total)20202021[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite2022[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath2023[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)2024[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId2025[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)2026[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2027[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2028[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2029[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2030[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2031[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2032[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2033[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2034[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2035[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2036[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2037[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2038[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2039[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2040[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2041[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2042[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2043[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2044[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2045[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2046[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2047[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2048[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2049[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2050[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2051[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2052[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2053[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2054[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2055[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2056[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (0 ms total)20572058[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2059[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2060[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2061[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2062[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2063[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2064[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2065[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2066[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2067[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2068[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2069[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2070[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2071[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2072[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2073[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2074[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2075[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2076[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2077[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2078[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2079[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2080[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2081[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2082[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2083[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2084[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2085[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2086[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2087[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2088[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2089[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2090[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2091[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2092[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2093[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2094[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2095[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2096[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2097[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2098[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2099[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)21002101[----------] 8 tests from Unix/UrlPathTest2102[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2103[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2104[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2105[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2106[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2107[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2108[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2109[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2110[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2111[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2112[ RUN ] Unix/UrlPathTest.urlToString/root_path2113[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2114[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2115[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2116[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2117[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2118[----------] 8 tests from Unix/UrlPathTest (0 ms total)21192120[----------] Global test environment tear-down2121[==========] 818 tests from 156 test suites ran. (3174 ms total)2122[ PASSED ] 817 tests.2123[ SKIPPED ] 1 test, listed below:2124[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none21252126 YOU HAVE 1 DISABLED TEST2127