nix-util-tests-run
checks.aarch64-linux.nix-util-tests-run
· build #22
· raw
1tribuchet: building on eliza2[==========] Running 811 tests from 153 test suites.3[----------] Global test environment set-up.4[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest5[ RUN ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow6[ OK ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow (503 ms)7[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest (503 ms total)89[----------] 2 tests from alignUp10[ RUN ] alignUp.value11[ OK ] alignUp.value (0 ms)12[ RUN ] alignUp.notAPowerOf213[ OK ] alignUp.notAPowerOf2 (107 ms)14[----------] 2 tests from alignUp (108 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=524720468870650598692[ OK ] parseShebangContent.prop_round_trip_single (1 ms)93[ RUN ] parseShebangContent.prop_round_trip_two94[ OK ] parseShebangContent.prop_round_trip_two (1 ms)95[----------] 14 tests from parseShebangContent (3 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 (41 ms)152[ RUN ] Checked.add_signed153[ OK ] Checked.add_signed (27 ms)154[ RUN ] Checked.sub_unsigned155[ OK ] Checked.sub_unsigned (19 ms)156[ RUN ] Checked.sub_signed157[ OK ] Checked.sub_signed (16 ms)158[ RUN ] Checked.mul_unsigned159[ OK ] Checked.mul_unsigned (14 ms)160[ RUN ] Checked.mul_signed161[ OK ] Checked.mul_signed (13 ms)162[ RUN ] Checked.div_unsigned163[ OK ] Checked.div_unsigned (15 ms)164[ RUN ] Checked.div_signed165[ OK ] Checked.div_signed (15 ms)166[ RUN ] Checked.div_signed_special_cases167[ OK ] Checked.div_signed_special_cases (0 ms)168[----------] 9 tests from Checked (165 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 (23 ms)183[----------] 6 tests from ChunkedVector (23 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 (57 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 (60 ms)206[----------] 3 tests from decompress (62 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 (0 ms)374[----------] 1 test from readLinkAt (0 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[----------] 7 tests from GitTest556[ RUN ] GitTest.blob_read557[ OK ] GitTest.blob_read (0 ms)558[ RUN ] GitTest.blob_write559[ OK ] GitTest.blob_write (0 ms)560[ RUN ] GitTest.tree_sha1_read561[ OK ] GitTest.tree_sha1_read (0 ms)562[ RUN ] GitTest.tree_sha256_read563[ OK ] GitTest.tree_sha256_read (0 ms)564[ RUN ] GitTest.tree_sha1_write565[ OK ] GitTest.tree_sha1_write (0 ms)566[ RUN ] GitTest.tree_sha256_write567[ OK ] GitTest.tree_sha256_write (0 ms)568[ RUN ] GitTest.both_roundrip569[ OK ] GitTest.both_roundrip (0 ms)570[----------] 7 tests from GitTest (0 ms total)571572[----------] 3 tests from GitLsRemote573[ RUN ] GitLsRemote.parseSymrefLineWithReference574[ OK ] GitLsRemote.parseSymrefLineWithReference (0 ms)575[ RUN ] GitLsRemote.parseSymrefLineWithNoReference576[ OK ] GitLsRemote.parseSymrefLineWithNoReference (0 ms)577[ RUN ] GitLsRemote.parseObjectRefLine578[ OK ] GitLsRemote.parseObjectRefLine (0 ms)579[----------] 3 tests from GitLsRemote (0 ms total)580581[----------] 3 tests from BLAKE3HashTest582[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes1583[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes1 (0 ms)584[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes2585[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes2 (0 ms)586[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes3587[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes3 (0 ms)588[----------] 3 tests from BLAKE3HashTest (0 ms total)589590[----------] 8 tests from hashString591[ RUN ] hashString.testKnownMD5Hashes1592[ OK ] hashString.testKnownMD5Hashes1 (0 ms)593[ RUN ] hashString.testKnownMD5Hashes2594[ OK ] hashString.testKnownMD5Hashes2 (0 ms)595[ RUN ] hashString.testKnownSHA1Hashes1596[ OK ] hashString.testKnownSHA1Hashes1 (0 ms)597[ RUN ] hashString.testKnownSHA1Hashes2598[ OK ] hashString.testKnownSHA1Hashes2 (0 ms)599[ RUN ] hashString.testKnownSHA256Hashes1600[ OK ] hashString.testKnownSHA256Hashes1 (0 ms)601[ RUN ] hashString.testKnownSHA256Hashes2602[ OK ] hashString.testKnownSHA256Hashes2 (0 ms)603[ RUN ] hashString.testKnownSHA512Hashes1604[ OK ] hashString.testKnownSHA512Hashes1 (0 ms)605[ RUN ] hashString.testKnownSHA512Hashes2606[ OK ] hashString.testKnownSHA512Hashes2 (0 ms)607[----------] 8 tests from hashString (0 ms total)608609[----------] 3 tests from hashParseExplicitFormatUnprefixed610[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct611[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct (0 ms)612[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo613[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo (0 ms)614[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase615[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase (0 ms)616[----------] 3 tests from hashParseExplicitFormatUnprefixed (0 ms total)617618[----------] 2 tests from hashFormat619[ RUN ] hashFormat.testRoundTripPrintParse620[ OK ] hashFormat.testRoundTripPrintParse (0 ms)621[ RUN ] hashFormat.testParseHashFormatOptException622[ OK ] hashFormat.testParseHashFormatOptException (0 ms)623[----------] 2 tests from hashFormat (0 ms total)624625[----------] 5 tests from hiliteMatches626[ RUN ] hiliteMatches.noHighlight627[ OK ] hiliteMatches.noHighlight (0 ms)628[ RUN ] hiliteMatches.simpleHighlight629[ OK ] hiliteMatches.simpleHighlight (0 ms)630[ RUN ] hiliteMatches.multipleMatches631[ OK ] hiliteMatches.multipleMatches (0 ms)632[ RUN ] hiliteMatches.overlappingMatches633[ OK ] hiliteMatches.overlappingMatches (0 ms)634[ RUN ] hiliteMatches.complexOverlappingMatches635[ OK ] hiliteMatches.complexOverlappingMatches (0 ms)636[----------] 5 tests from hiliteMatches (0 ms total)637638[----------] 3 tests from to_json639[ RUN ] to_json.optionalInt640[ OK ] to_json.optionalInt (0 ms)641[ RUN ] to_json.vectorOfOptionalInts642[ OK ] to_json.vectorOfOptionalInts (0 ms)643[ RUN ] to_json.optionalVectorOfInts644[ OK ] to_json.optionalVectorOfInts (0 ms)645[----------] 3 tests from to_json (0 ms total)646647[----------] 2 tests from from_json648[ RUN ] from_json.optionalInt649[ OK ] from_json.optionalInt (0 ms)650[ RUN ] from_json.vectorOfOptionalInts651[ OK ] from_json.vectorOfOptionalInts (0 ms)652[----------] 2 tests from from_json (0 ms total)653654[----------] 2 tests from valueAt655[ RUN ] valueAt.simpleObject656[ OK ] valueAt.simpleObject (0 ms)657[ RUN ] valueAt.missingKey658[ OK ] valueAt.missingKey (0 ms)659[----------] 2 tests from valueAt (0 ms total)660661[----------] 2 tests from getObject662[ RUN ] getObject.rightAssertions663[ OK ] getObject.rightAssertions (0 ms)664[ RUN ] getObject.wrongAssertions665[ OK ] getObject.wrongAssertions (0 ms)666[----------] 2 tests from getObject (0 ms total)667668[----------] 2 tests from getArray669[ RUN ] getArray.rightAssertions670[ OK ] getArray.rightAssertions (0 ms)671[ RUN ] getArray.wrongAssertions672[ OK ] getArray.wrongAssertions (0 ms)673[----------] 2 tests from getArray (0 ms total)674675[----------] 2 tests from getString676[ RUN ] getString.rightAssertions677[ OK ] getString.rightAssertions (0 ms)678[ RUN ] getString.wrongAssertions679[ OK ] getString.wrongAssertions (0 ms)680[----------] 2 tests from getString (0 ms total)681682[----------] 2 tests from getIntegralNumber683[ RUN ] getIntegralNumber.rightAssertions684[ OK ] getIntegralNumber.rightAssertions (0 ms)685[ RUN ] getIntegralNumber.wrongAssertions686[ OK ] getIntegralNumber.wrongAssertions (0 ms)687[----------] 2 tests from getIntegralNumber (0 ms total)688689[----------] 2 tests from getBoolean690[ RUN ] getBoolean.rightAssertions691[ OK ] getBoolean.rightAssertions (0 ms)692[ RUN ] getBoolean.wrongAssertions693[ OK ] getBoolean.wrongAssertions (0 ms)694[----------] 2 tests from getBoolean (0 ms total)695696[----------] 2 tests from optionalValueAt697[ RUN ] optionalValueAt.existing698[ OK ] optionalValueAt.existing (0 ms)699[ RUN ] optionalValueAt.empty700[ OK ] optionalValueAt.empty (0 ms)701[----------] 2 tests from optionalValueAt (0 ms total)702703[----------] 2 tests from getNullable704[ RUN ] getNullable.null705[ OK ] getNullable.null (0 ms)706[ RUN ] getNullable.empty707[ OK ] getNullable.empty (0 ms)708[----------] 2 tests from getNullable (0 ms total)709710[----------] 2 tests from local_keys711[ RUN ] local_keys.signAndVerify712[ OK ] local_keys.signAndVerify (0 ms)713[ RUN ] local_keys.rfc8032TestVector714[ OK ] local_keys.rfc8032TestVector (0 ms)715[----------] 2 tests from local_keys (0 ms total)716717[----------] 13 tests from LRUCache718[ RUN ] LRUCache.sizeOfEmptyCacheIsZero719[ OK ] LRUCache.sizeOfEmptyCacheIsZero (0 ms)720[ RUN ] LRUCache.sizeOfSingleElementCacheIsOne721[ OK ] LRUCache.sizeOfSingleElementCacheIsOne (0 ms)722[ RUN ] LRUCache.getFromEmptyCache723[ OK ] LRUCache.getFromEmptyCache (0 ms)724[ RUN ] LRUCache.getExistingValue725[ OK ] LRUCache.getExistingValue (0 ms)726[ RUN ] LRUCache.getNonExistingValueFromNonEmptyCache727[ OK ] LRUCache.getNonExistingValueFromNonEmptyCache (0 ms)728[ RUN ] LRUCache.upsertOnZeroCapacityCache729[ OK ] LRUCache.upsertOnZeroCapacityCache (0 ms)730[ RUN ] LRUCache.updateExistingValue731[ OK ] LRUCache.updateExistingValue (0 ms)732[ RUN ] LRUCache.overwriteOldestWhenCapacityIsReached733[ OK ] LRUCache.overwriteOldestWhenCapacityIsReached (0 ms)734[ RUN ] LRUCache.clearEmptyCache735[ OK ] LRUCache.clearEmptyCache (0 ms)736[ RUN ] LRUCache.clearNonEmptyCache737[ OK ] LRUCache.clearNonEmptyCache (0 ms)738[ RUN ] LRUCache.eraseFromEmptyCache739[ OK ] LRUCache.eraseFromEmptyCache (0 ms)740[ RUN ] LRUCache.eraseMissingFromNonEmptyCache741[ OK ] LRUCache.eraseMissingFromNonEmptyCache (0 ms)742[ RUN ] LRUCache.eraseFromNonEmptyCache743[ OK ] LRUCache.eraseFromNonEmptyCache (0 ms)744[----------] 13 tests from LRUCache (0 ms total)745746[----------] 3 tests from memo747[ RUN ] memo.computesOnce748[ OK ] memo.computesOnce (0 ms)749[ RUN ] memo.copiesShareCache750[ OK ] memo.copiesShareCache (0 ms)751[ RUN ] memo.worksWithString752[ OK ] memo.worksWithString (0 ms)753[----------] 3 tests from memo (0 ms total)754755[----------] 18 tests from MemorySourceAccessorTestErrors756[ RUN ] MemorySourceAccessorTestErrors.readFileNotFound757[ OK ] MemorySourceAccessorTestErrors.readFileNotFound (0 ms)758[ RUN ] MemorySourceAccessorTestErrors.readFileNotARegularFile759[ OK ] MemorySourceAccessorTestErrors.readFileNotARegularFile (0 ms)760[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotFound761[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotFound (0 ms)762[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory763[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory (0 ms)764[ RUN ] MemorySourceAccessorTestErrors.readLinkNotFound765[ OK ] MemorySourceAccessorTestErrors.readLinkNotFound (0 ms)766[ RUN ] MemorySourceAccessorTestErrors.readLinkNotASymlink767[ OK ] MemorySourceAccessorTestErrors.readLinkNotASymlink (0 ms)768[ RUN ] MemorySourceAccessorTestErrors.addFileParentNotDirectory769[ OK ] MemorySourceAccessorTestErrors.addFileParentNotDirectory (0 ms)770[ RUN ] MemorySourceAccessorTestErrors.addFileNotARegularFile771[ OK ] MemorySourceAccessorTestErrors.addFileNotARegularFile (0 ms)772[ RUN ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory773[ OK ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory (0 ms)774[ RUN ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory775[ OK ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory (0 ms)776[ RUN ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory777[ OK ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory (0 ms)778[ RUN ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile779[ OK ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile (0 ms)780[ RUN ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory781[ OK ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory (0 ms)782[ RUN ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink783[ OK ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink (0 ms)784[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile785[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile (0 ms)786[ RUN ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile787[ OK ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile (0 ms)788[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink789[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink (0 ms)790[ RUN ] MemorySourceAccessorTestErrors.createFileThroughSymlink791[ OK ] MemorySourceAccessorTestErrors.createFileThroughSymlink (0 ms)792[----------] 18 tests from MemorySourceAccessorTestErrors (0 ms total)793794[----------] 1 test from MonitorFdHup795[ RUN ] MonitorFdHup.shouldNotBlock796[ OK ] MonitorFdHup.shouldNotBlock (0 ms)797[----------] 1 test from MonitorFdHup (0 ms total)798799[----------] 1 test from nix_api_util800[ RUN ] nix_api_util.nix_version_get801[ OK ] nix_api_util.nix_version_get (0 ms)802[----------] 1 test from nix_api_util (0 ms total)803804[----------] 8 tests from nix_api_util_context805[ RUN ] nix_api_util_context.nix_setting_get806[ OK ] nix_api_util_context.nix_setting_get (0 ms)807[ RUN ] nix_api_util_context.nix_setting_set808[ OK ] nix_api_util_context.nix_setting_set (0 ms)809[ RUN ] nix_api_util_context.nix_err_msg810[ OK ] nix_api_util_context.nix_err_msg (0 ms)811[ RUN ] nix_api_util_context.nix_err_code812[ OK ] nix_api_util_context.nix_err_code (0 ms)813[ RUN ] nix_api_util_context.nix_context_error814[ OK ] nix_api_util_context.nix_context_error (0 ms)815[ RUN ] nix_api_util_context.nix_set_err_msg816[ OK ] nix_api_util_context.nix_set_err_msg (0 ms)817[ RUN ] nix_api_util_context.nix_err_info_msg818[ OK ] nix_api_util_context.nix_err_info_msg (0 ms)819[ RUN ] nix_api_util_context.nix_err_name820[ OK ] nix_api_util_context.nix_err_name (0 ms)821[----------] 8 tests from nix_api_util_context (0 ms total)822823[----------] 7 tests from Pool824[ RUN ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity825[ OK ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity (0 ms)826[ RUN ] Pool.freshPoolCanGetAResource827[ OK ] Pool.freshPoolCanGetAResource (0 ms)828[ RUN ] Pool.capacityCanBeIncremented829[ OK ] Pool.capacityCanBeIncremented (0 ms)830[ RUN ] Pool.capacityCanBeDecremented831[ OK ] Pool.capacityCanBeDecremented (0 ms)832[ RUN ] Pool.flushBadDropsOutOfScopeResources833[ OK ] Pool.flushBadDropsOutOfScopeResources (0 ms)834[ RUN ] Pool.reuseResource835[ OK ] Pool.reuseResource (0 ms)836[ RUN ] Pool.badResourceIsNotReused837[ OK ] Pool.badResourceIsNotReused (0 ms)838[----------] 7 tests from Pool (0 ms total)839840[----------] 4 tests from Position841[ RUN ] Position.getSnippetUpTo_0842[ OK ] Position.getSnippetUpTo_0 (0 ms)843[ RUN ] Position.getSnippetUpTo_1844[ OK ] Position.getSnippetUpTo_1 (0 ms)845[ RUN ] Position.getSnippetUpTo_2846[ OK ] Position.getSnippetUpTo_2 (0 ms)847[ RUN ] Position.example_1848[ OK ] Position.example_1 (0 ms)849[----------] 4 tests from Position (0 ms total)850851[----------] 1 test from statusOk852[ RUN ] statusOk.zeroIsOk853[ OK ] statusOk.zeroIsOk (0 ms)854[----------] 1 test from statusOk (0 ms total)855856[----------] 2 tests from runProgram857[ RUN ] runProgram.worksTrivial858[ OK ] runProgram.worksTrivial (22 ms)859[ RUN ] runProgram.nonexistent860[ OK ] runProgram.nonexistent (0 ms)861[----------] 2 tests from runProgram (22 ms total)862863[----------] 2 tests from runProgram2864[ RUN ] runProgram2.nonexistent865[ OK ] runProgram2.nonexistent (0 ms)866[ RUN ] runProgram2.leakedFDsAreClosed867[ OK ] runProgram2.leakedFDsAreClosed (10 ms)868[----------] 2 tests from runProgram2 (10 ms total)869870[----------] 6 tests from ref871[ RUN ] ref.upcast_is_implicit872[ OK ] ref.upcast_is_implicit (0 ms)873[ RUN ] ref.downcast_is_rejected874[ OK ] ref.downcast_is_rejected (0 ms)875[ RUN ] ref.same_type_conversion876[ OK ] ref.same_type_conversion (0 ms)877[ RUN ] ref.explicit_downcast_with_cast878[ OK ] ref.explicit_downcast_with_cast (0 ms)879[ RUN ] ref.invalid_cast_throws880[ OK ] ref.invalid_cast_throws (0 ms)881[ RUN ] ref.explicit_downcast_with_dynamic_pointer_cast882[ OK ] ref.explicit_downcast_with_dynamic_pointer_cast (0 ms)883[----------] 6 tests from ref (0 ms total)884885[----------] 1 test from readNum886[ RUN ] readNum.negativeValuesSerialiseWellDefined887[ OK ] readNum.negativeValuesSerialiseWellDefined (0 ms)888[----------] 1 test from readNum (0 ms total)889890[----------] 1 test from readPadding891[ RUN ] readPadding.works892[ OK ] readPadding.works (1 ms)893[----------] 1 test from readPadding (1 ms total)894895[----------] 1 test from sourceToSink896[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions897[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)898[----------] 1 test from sourceToSink (0 ms total)899900[----------] 2 tests from MonotonicSubranges901[ RUN ] MonotonicSubranges.empty902[ OK ] MonotonicSubranges.empty (0 ms)903[ RUN ] MonotonicSubranges.basic904[ OK ] MonotonicSubranges.basic (0 ms)905[----------] 2 tests from MonotonicSubranges (0 ms total)906907[----------] 2 tests from SortTestPermutations/0, where TypeParam = int908[ RUN ] SortTestPermutations/0.insertionsort909[ OK ] SortTestPermutations/0.insertionsort (0 ms)910[ RUN ] SortTestPermutations/0.peeksort911[ OK ] SortTestPermutations/0.peeksort (0 ms)912[----------] 2 tests from SortTestPermutations/0 (0 ms total)913914[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long915[ RUN ] SortTestPermutations/1.insertionsort916[ OK ] SortTestPermutations/1.insertionsort (0 ms)917[ RUN ] SortTestPermutations/1.peeksort918[ OK ] SortTestPermutations/1.peeksort (0 ms)919[----------] 2 tests from SortTestPermutations/1 (0 ms total)920921[----------] 2 tests from SortTestPermutations/2, where TypeParam = short922[ RUN ] SortTestPermutations/2.insertionsort923[ OK ] SortTestPermutations/2.insertionsort (0 ms)924[ RUN ] SortTestPermutations/2.peeksort925[ OK ] SortTestPermutations/2.peeksort (0 ms)926[----------] 2 tests from SortTestPermutations/2 (0 ms total)927928[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int929[ RUN ] SortTestPermutations/3.insertionsort930[ OK ] SortTestPermutations/3.insertionsort (0 ms)931[ RUN ] SortTestPermutations/3.peeksort932[ OK ] SortTestPermutations/3.peeksort (0 ms)933[----------] 2 tests from SortTestPermutations/3 (0 ms total)934935[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long936[ RUN ] SortTestPermutations/4.insertionsort937[ OK ] SortTestPermutations/4.insertionsort (0 ms)938[ RUN ] SortTestPermutations/4.peeksort939[ OK ] SortTestPermutations/4.peeksort (0 ms)940[----------] 2 tests from SortTestPermutations/4 (0 ms total)941942[----------] 1 test from InsertionSort943[ RUN ] InsertionSort.empty944[ OK ] InsertionSort.empty (0 ms)945[----------] 1 test from InsertionSort (0 ms total)946947[----------] 4 tests from SortProperty/0, where TypeParam = int948[ RUN ] SortProperty/0.peeksortSorted949[ OK ] SortProperty/0.peeksortSorted (0 ms)950[ RUN ] SortProperty/0.peeksortSortedGreater951[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)952[ RUN ] SortProperty/0.insertionsortSorted953[ OK ] SortProperty/0.insertionsortSorted (0 ms)954[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity955[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)956[----------] 4 tests from SortProperty/0 (3 ms total)957958[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int959[ RUN ] SortProperty/1.peeksortSorted960[ OK ] SortProperty/1.peeksortSorted (0 ms)961[ RUN ] SortProperty/1.peeksortSortedGreater962[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)963[ RUN ] SortProperty/1.insertionsortSorted964[ OK ] SortProperty/1.insertionsortSorted (0 ms)965[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity966[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)967[----------] 4 tests from SortProperty/1 (3 ms total)968969[----------] 4 tests from SortProperty/2, where TypeParam = long long970[ RUN ] SortProperty/2.peeksortSorted971[ OK ] SortProperty/2.peeksortSorted (0 ms)972[ RUN ] SortProperty/2.peeksortSortedGreater973[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)974[ RUN ] SortProperty/2.insertionsortSorted975[ OK ] SortProperty/2.insertionsortSorted (0 ms)976[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity977[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)978[----------] 4 tests from SortProperty/2 (3 ms total)979980[----------] 4 tests from SortProperty/3, where TypeParam = short981[ RUN ] SortProperty/3.peeksortSorted982[ OK ] SortProperty/3.peeksortSorted (0 ms)983[ RUN ] SortProperty/3.peeksortSortedGreater984[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)985[ RUN ] SortProperty/3.insertionsortSorted986[ OK ] SortProperty/3.insertionsortSorted (0 ms)987[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity988[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)989[----------] 4 tests from SortProperty/3 (3 ms total)990991[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::char_traits<char>,std::allocator<char> >992[ RUN ] SortProperty/4.peeksortSorted993[ OK ] SortProperty/4.peeksortSorted (2 ms)994[ RUN ] SortProperty/4.peeksortSortedGreater995[ OK ] SortProperty/4.peeksortSortedGreater (2 ms)996[ RUN ] SortProperty/4.insertionsortSorted997[ OK ] SortProperty/4.insertionsortSorted (3 ms)998[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity999[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (2 ms)1000[----------] 4 tests from SortProperty/4 (11 ms total)10011002[----------] 1 test from SortProperty1003[ RUN ] SortProperty.peeksortStability1004[ OK ] SortProperty.peeksortStability (1 ms)1005[----------] 1 test from SortProperty (1 ms total)10061007[----------] 4 tests from FSSourceAccessorTest1008[ RUN ] FSSourceAccessorTest.works1009[ OK ] FSSourceAccessorTest.works (1 ms)1010[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1011[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1012[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1013[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1014[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1015[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1016[----------] 4 tests from FSSourceAccessorTest (2 ms total)10171018[----------] 8 tests from concatStringsSep1019[ RUN ] concatStringsSep.empty1020[ OK ] concatStringsSep.empty (0 ms)1021[ RUN ] concatStringsSep.justOne1022[ OK ] concatStringsSep.justOne (0 ms)1023[ RUN ] concatStringsSep.emptyString1024[ OK ] concatStringsSep.emptyString (0 ms)1025[ RUN ] concatStringsSep.emptyStrings1026[ OK ] concatStringsSep.emptyStrings (0 ms)1027[ RUN ] concatStringsSep.threeEmptyStrings1028[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1029[ RUN ] concatStringsSep.buildCommaSeparatedString1030[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1031[ RUN ] concatStringsSep.buildStringWithEmptySeparator1032[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1033[ RUN ] concatStringsSep.buildSingleString1034[ OK ] concatStringsSep.buildSingleString (0 ms)1035[----------] 8 tests from concatStringsSep (0 ms total)10361037[----------] 4 tests from concatMapStringsSep1038[ RUN ] concatMapStringsSep.empty1039[ OK ] concatMapStringsSep.empty (0 ms)1040[ RUN ] concatMapStringsSep.justOne1041[ OK ] concatMapStringsSep.justOne (0 ms)1042[ RUN ] concatMapStringsSep.two1043[ OK ] concatMapStringsSep.two (0 ms)1044[ RUN ] concatMapStringsSep.map1045[ OK ] concatMapStringsSep.map (0 ms)1046[----------] 4 tests from concatMapStringsSep (0 ms total)10471048[----------] 5 tests from dropEmptyInitThenConcatStringsSep1049[ RUN ] dropEmptyInitThenConcatStringsSep.empty1050[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1051[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1052[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1053[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1054[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1055[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1056[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1057[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1058[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1059[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10601061[----------] 12 tests from tokenizeString1062[ RUN ] tokenizeString.empty1063[ OK ] tokenizeString.empty (0 ms)1064[ RUN ] tokenizeString.oneSep1065[ OK ] tokenizeString.oneSep (0 ms)1066[ RUN ] tokenizeString.twoSep1067[ OK ] tokenizeString.twoSep (0 ms)1068[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1069[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1070[ RUN ] tokenizeString.tokenizeTabsWithDefaults1071[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1072[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1073[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1074[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1075[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1076[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1077[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1078[ RUN ] tokenizeString.tokenizeWithCustomSep1079[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1080[ RUN ] tokenizeString.tokenizeSepAtStart1081[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1082[ RUN ] tokenizeString.tokenizeSepAtEnd1083[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1084[ RUN ] tokenizeString.tokenizeSepEmpty1085[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1086[----------] 12 tests from tokenizeString (0 ms total)10871088[----------] 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> > > >1089[ RUN ] splitStringTest/0.empty1090[ OK ] splitStringTest/0.empty (0 ms)1091[ RUN ] splitStringTest/0.oneSep1092[ OK ] splitStringTest/0.oneSep (0 ms)1093[ RUN ] splitStringTest/0.twoSep1094[ OK ] splitStringTest/0.twoSep (0 ms)1095[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1096[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1097[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1098[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1099[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1100[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1101[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1102[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1103[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1104[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1105[ RUN ] splitStringTest/0.tokenizeWithCustomSep1106[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1107[ RUN ] splitStringTest/0.tokenizeSepAtStart1108[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1109[ RUN ] splitStringTest/0.tokenizeSepAtEnd1110[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1111[ RUN ] splitStringTest/0.tokenizeSepEmpty1112[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1113[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1114[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1115[----------] 13 tests from splitStringTest/0 (0 ms total)11161117[----------] 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> > > >1118[ RUN ] splitStringTest/1.empty1119[ OK ] splitStringTest/1.empty (0 ms)1120[ RUN ] splitStringTest/1.oneSep1121[ OK ] splitStringTest/1.oneSep (0 ms)1122[ RUN ] splitStringTest/1.twoSep1123[ OK ] splitStringTest/1.twoSep (0 ms)1124[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1125[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1126[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1127[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1128[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1129[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1130[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1131[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1132[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1133[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1134[ RUN ] splitStringTest/1.tokenizeWithCustomSep1135[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1136[ RUN ] splitStringTest/1.tokenizeSepAtStart1137[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1138[ RUN ] splitStringTest/1.tokenizeSepAtEnd1139[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1140[ RUN ] splitStringTest/1.tokenizeSepEmpty1141[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1142[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1143[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1144[----------] 13 tests from splitStringTest/1 (0 ms total)11451146[----------] 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> > > >1147[ RUN ] splitStringTest/2.empty1148[ OK ] splitStringTest/2.empty (0 ms)1149[ RUN ] splitStringTest/2.oneSep1150[ OK ] splitStringTest/2.oneSep (0 ms)1151[ RUN ] splitStringTest/2.twoSep1152[ OK ] splitStringTest/2.twoSep (0 ms)1153[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1154[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1155[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1156[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1157[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1158[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1159[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1160[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1161[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1162[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1163[ RUN ] splitStringTest/2.tokenizeWithCustomSep1164[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1165[ RUN ] splitStringTest/2.tokenizeSepAtStart1166[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1167[ RUN ] splitStringTest/2.tokenizeSepAtEnd1168[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1169[ RUN ] splitStringTest/2.tokenizeSepEmpty1170[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1171[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1172[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1173[----------] 13 tests from splitStringTest/2 (0 ms total)11741175[----------] 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> > > >1176[ RUN ] splitStringTest/3.empty1177[ OK ] splitStringTest/3.empty (0 ms)1178[ RUN ] splitStringTest/3.oneSep1179[ OK ] splitStringTest/3.oneSep (0 ms)1180[ RUN ] splitStringTest/3.twoSep1181[ OK ] splitStringTest/3.twoSep (0 ms)1182[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1183[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1184[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1185[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1186[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1187[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1188[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1189[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1190[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1191[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1192[ RUN ] splitStringTest/3.tokenizeWithCustomSep1193[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1194[ RUN ] splitStringTest/3.tokenizeSepAtStart1195[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1196[ RUN ] splitStringTest/3.tokenizeSepAtEnd1197[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1198[ RUN ] splitStringTest/3.tokenizeSepEmpty1199[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1200[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1201[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1202[----------] 13 tests from splitStringTest/3 (0 ms total)12031204[----------] 14 tests from shellSplitString1205[ RUN ] shellSplitString.empty1206[ OK ] shellSplitString.empty (0 ms)1207[ RUN ] shellSplitString.oneWord1208[ OK ] shellSplitString.oneWord (0 ms)1209[ RUN ] shellSplitString.oneWordQuotedWithSpaces1210[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1211[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1212[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1213[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1214[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1215[ RUN ] shellSplitString.twoWords1216[ OK ] shellSplitString.twoWords (0 ms)1217[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1218[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1219[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1220[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1221[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1222[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1223[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1224[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1225[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1226[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1227[ RUN ] shellSplitString.backslashEscapesSpaces1228[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1229[ RUN ] shellSplitString.backslashEscapesQuotes1230[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1231[ RUN ] shellSplitString.testUnbalancedQuotes1232[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1233[----------] 14 tests from shellSplitString (0 ms total)12341235[----------] 11 tests from optionalBracket1236[ RUN ] optionalBracket.emptyContent1237[ OK ] optionalBracket.emptyContent (0 ms)1238[ RUN ] optionalBracket.nonEmptyContent1239[ OK ] optionalBracket.nonEmptyContent (0 ms)1240[ RUN ] optionalBracket.emptyPrefixAndSuffix1241[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1242[ RUN ] optionalBracket.emptyContentEmptyBrackets1243[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1244[ RUN ] optionalBracket.complexBrackets1245[ OK ] optionalBracket.complexBrackets (0 ms)1246[ RUN ] optionalBracket.onlyPrefix1247[ OK ] optionalBracket.onlyPrefix (0 ms)1248[ RUN ] optionalBracket.onlySuffix1249[ OK ] optionalBracket.onlySuffix (0 ms)1250[ RUN ] optionalBracket.optionalWithValue1251[ OK ] optionalBracket.optionalWithValue (0 ms)1252[ RUN ] optionalBracket.optionalNullopt1253[ OK ] optionalBracket.optionalNullopt (0 ms)1254[ RUN ] optionalBracket.optionalEmptyString1255[ OK ] optionalBracket.optionalEmptyString (0 ms)1256[ RUN ] optionalBracket.optionalStringViewWithValue1257[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1258[----------] 11 tests from optionalBracket (0 ms total)12591260[----------] 1 test from Suggestions1261[ RUN ] Suggestions.Trim1262[ OK ] Suggestions.Trim (0 ms)1263[----------] 1 test from Suggestions (0 ms total)12641265[----------] 7 tests from filterANSIEscapes1266[ RUN ] filterANSIEscapes.emptyString1267[ OK ] filterANSIEscapes.emptyString (0 ms)1268[ RUN ] filterANSIEscapes.doesntChangePrintableChars1269[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1270[ RUN ] filterANSIEscapes.filtersColorCodes1271[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1272[ RUN ] filterANSIEscapes.expandsTabs1273[ OK ] filterANSIEscapes.expandsTabs (0 ms)1274[ RUN ] filterANSIEscapes.utf81275[ OK ] filterANSIEscapes.utf8 (0 ms)1276[ RUN ] filterANSIEscapes.osc81277[ OK ] filterANSIEscapes.osc8 (0 ms)1278[ RUN ] filterANSIEscapes.osc8_bell_as_sep1279[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1280[----------] 7 tests from filterANSIEscapes (0 ms total)12811282[----------] 8 tests from FixGitURLTestSuite1283[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1284[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (0 ms)1285[ RUN ] FixGitURLTestSuite.rejectRelativePath1286[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1287[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1288[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1289[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1290[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1291[ RUN ] FixGitURLTestSuite.mismatchedBrackets1292[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1293[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1294[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1295[ RUN ] FixGitURLTestSuite.noColonIsNotScp1296[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1297[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1298[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1299[----------] 8 tests from FixGitURLTestSuite (0 ms total)13001301[----------] 17 tests from parseURL1302[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1303[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1304[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1305[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1306[ RUN ] parseURL.parseEmptyQueryParams1307warning: dubious URI query '' is missing equal sign '=', ignoring1308warning: dubious URI query '' is missing equal sign '=', ignoring1309warning: dubious URI query '' is missing equal sign '=', ignoring1310warning: dubious URI query '' is missing equal sign '=', ignoring1311warning: dubious URI query '' is missing equal sign '=', ignoring1312warning: dubious URI query '' is missing equal sign '=', ignoring1313[ OK ] parseURL.parseEmptyQueryParams (0 ms)1314[ RUN ] parseURL.parseUserPassword1315[ OK ] parseURL.parseUserPassword (0 ms)1316[ RUN ] parseURL.parseFileURLWithQueryAndFragment1317[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1318[ RUN ] parseURL.parseFileURL1319[ OK ] parseURL.parseFileURL (0 ms)1320[ RUN ] parseURL.parseFileURLWithAuthority1321[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1322[ RUN ] parseURL.parseFileURLNoLeadingSlash1323[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1324[ RUN ] parseURL.parseHttpTrailingSlash1325[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1326[ RUN ] parseURL.parsedUrlsIsEqualToItself1327[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1328[ RUN ] parseURL.parsedUrlsWithUnescapedChars1329[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1330[ RUN ] parseURL.parseFTPUrl1331[ OK ] parseURL.parseFTPUrl (0 ms)1332[ RUN ] parseURL.parsesAnythingInUriFormat1333[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1334[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1335[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1336[ RUN ] parseURL.emptyStringIsInvalidURL1337[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1338[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1339[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1340[ RUN ] parseURL.gitlabNamespacedProjectUrls1341[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1342[----------] 17 tests from parseURL (0 ms total)13431344[----------] 4 tests from decodeQuery1345[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1346[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1347[ RUN ] decodeQuery.simpleDecode1348[ OK ] decodeQuery.simpleDecode (0 ms)1349[ RUN ] decodeQuery.decodeUrlEncodedArgs1350[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1351[ RUN ] decodeQuery.decodeArgWithEmptyValue1352[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1353[----------] 4 tests from decodeQuery (0 ms total)13541355[----------] 4 tests from percentDecode1356[ RUN ] percentDecode.decodesUrlEncodedString1357[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1358[ RUN ] percentDecode.multipleDecodesAreIdempotent1359[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1360[ RUN ] percentDecode.trailingPercent1361[ OK ] percentDecode.trailingPercent (0 ms)1362[ RUN ] percentDecode.incompleteEncoding1363[ OK ] percentDecode.incompleteEncoding (0 ms)1364[----------] 4 tests from percentDecode (0 ms total)13651366[----------] 5 tests from percentEncode1367[ RUN ] percentEncode.encodesUrlEncodedString1368[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1369[ RUN ] percentEncode.keepArgument1370[ OK ] percentEncode.keepArgument (0 ms)1371[ RUN ] percentEncode.inverseOfDecode1372[ OK ] percentEncode.inverseOfDecode (0 ms)1373[ RUN ] percentEncode.trailingPercent1374[ OK ] percentEncode.trailingPercent (0 ms)1375[ RUN ] percentEncode.yen1376[ OK ] percentEncode.yen (0 ms)1377[----------] 5 tests from percentEncode (0 ms total)13781379[----------] 1 test from nix1380[ RUN ] nix.isValidSchemeName1381[ OK ] nix.isValidSchemeName (0 ms)1382[----------] 1 test from nix (0 ms total)13831384[----------] 3 tests from hasPrefix1385[ RUN ] hasPrefix.emptyStringHasNoPrefix1386[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1387[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1388[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1389[ RUN ] hasPrefix.trivialCase1390[ OK ] hasPrefix.trivialCase (0 ms)1391[----------] 3 tests from hasPrefix (0 ms total)13921393[----------] 2 tests from hasSuffix1394[ RUN ] hasSuffix.emptyStringHasNoSuffix1395[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1396[ RUN ] hasSuffix.trivialCase1397[ OK ] hasSuffix.trivialCase (0 ms)1398[----------] 2 tests from hasSuffix (0 ms total)13991400[----------] 1 test from getLine1401[ RUN ] getLine.all1402[ OK ] getLine.all (0 ms)1403[----------] 1 test from getLine (0 ms total)14041405[----------] 3 tests from toLower1406[ RUN ] toLower.emptyString1407[ OK ] toLower.emptyString (0 ms)1408[ RUN ] toLower.nonLetters1409[ OK ] toLower.nonLetters (0 ms)1410[ RUN ] toLower.umlauts1411[ OK ] toLower.umlauts (0 ms)1412[----------] 3 tests from toLower (0 ms total)14131414[----------] 2 tests from string2Float1415[ RUN ] string2Float.emptyString1416[ OK ] string2Float.emptyString (0 ms)1417[ RUN ] string2Float.trivialConversions1418[ OK ] string2Float.trivialConversions (0 ms)1419[----------] 2 tests from string2Float (0 ms total)14201421[----------] 2 tests from string2Int1422[ RUN ] string2Int.emptyString1423[ OK ] string2Int.emptyString (0 ms)1424[ RUN ] string2Int.trivialConversions1425[ OK ] string2Int.trivialConversions (0 ms)1426[----------] 2 tests from string2Int (0 ms total)14271428[----------] 1 test from getSizeUnit1429[ RUN ] getSizeUnit.misc1430[ OK ] getSizeUnit.misc (0 ms)1431[----------] 1 test from getSizeUnit (0 ms total)14321433[----------] 1 test from getCommonSizeUnit1434[ RUN ] getCommonSizeUnit.misc1435[ OK ] getCommonSizeUnit.misc (0 ms)1436[----------] 1 test from getCommonSizeUnit (0 ms total)14371438[----------] 1 test from renderSizeWithoutUnit1439[ RUN ] renderSizeWithoutUnit.misc1440[ OK ] renderSizeWithoutUnit.misc (0 ms)1441[----------] 1 test from renderSizeWithoutUnit (0 ms total)14421443[----------] 1 test from renderSize1444[ RUN ] renderSize.misc1445[ OK ] renderSize.misc (0 ms)1446[----------] 1 test from renderSize (0 ms total)14471448[----------] 4 tests from rewriteStrings1449[ RUN ] rewriteStrings.emptyString1450[ OK ] rewriteStrings.emptyString (0 ms)1451[ RUN ] rewriteStrings.emptyRewrites1452[ OK ] rewriteStrings.emptyRewrites (0 ms)1453[ RUN ] rewriteStrings.successfulRewrite1454[ OK ] rewriteStrings.successfulRewrite (0 ms)1455[ RUN ] rewriteStrings.doesntOccur1456[ OK ] rewriteStrings.doesntOccur (0 ms)1457[----------] 4 tests from rewriteStrings (0 ms total)14581459[----------] 3 tests from replaceStrings1460[ RUN ] replaceStrings.emptyString1461[ OK ] replaceStrings.emptyString (0 ms)1462[ RUN ] replaceStrings.successfulReplace1463[ OK ] replaceStrings.successfulReplace (0 ms)1464[ RUN ] replaceStrings.doesntOccur1465[ OK ] replaceStrings.doesntOccur (0 ms)1466[----------] 3 tests from replaceStrings (0 ms total)14671468[----------] 2 tests from trim1469[ RUN ] trim.emptyString1470[ OK ] trim.emptyString (0 ms)1471[ RUN ] trim.removesWhitespace1472[ OK ] trim.removesWhitespace (0 ms)1473[----------] 2 tests from trim (0 ms total)14741475[----------] 2 tests from chomp1476[ RUN ] chomp.emptyString1477[ OK ] chomp.emptyString (0 ms)1478[ RUN ] chomp.removesWhitespace1479[ OK ] chomp.removesWhitespace (0 ms)1480[----------] 2 tests from chomp (0 ms total)14811482[----------] 4 tests from quoteStrings1483[ RUN ] quoteStrings.empty1484[ OK ] quoteStrings.empty (0 ms)1485[ RUN ] quoteStrings.emptyStrings1486[ OK ] quoteStrings.emptyStrings (0 ms)1487[ RUN ] quoteStrings.trivialQuote1488[ OK ] quoteStrings.trivialQuote (0 ms)1489[ RUN ] quoteStrings.quotedStrings1490[ OK ] quoteStrings.quotedStrings (0 ms)1491[----------] 4 tests from quoteStrings (0 ms total)14921493[----------] 2 tests from get1494[ RUN ] get.emptyContainer1495[ OK ] get.emptyContainer (0 ms)1496[ RUN ] get.getFromContainer1497[ OK ] get.getFromContainer (0 ms)1498[----------] 2 tests from get (0 ms total)14991500[----------] 2 tests from getOr1501[ RUN ] getOr.emptyContainer1502[ OK ] getOr.emptyContainer (0 ms)1503[ RUN ] getOr.getFromContainer1504[ OK ] getOr.getFromContainer (0 ms)1505[----------] 2 tests from getOr (0 ms total)15061507[----------] 4 tests from markLast1508[ RUN ] markLast.empty1509[ OK ] markLast.empty (0 ms)1510[ RUN ] markLast.singleElement1511[ OK ] markLast.singleElement (0 ms)1512[ RUN ] markLast.multipleElements1513[ OK ] markLast.multipleElements (0 ms)1514[ RUN ] markLast.mutateThroughReference1515[ OK ] markLast.mutateThroughReference (0 ms)1516[----------] 4 tests from markLast (0 ms total)15171518[----------] 1 test from stringsToCharPtrs1519[ RUN ] stringsToCharPtrs.rejectsNulBytes1520[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1521[----------] 1 test from stringsToCharPtrs (0 ms total)15221523[----------] 8 tests from XMLWriter1524[ RUN ] XMLWriter.emptyObject1525[ OK ] XMLWriter.emptyObject (0 ms)1526[ RUN ] XMLWriter.objectWithEmptyElement1527[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1528[ RUN ] XMLWriter.objectWithElementWithAttrs1529[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1530[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1531[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1532[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1533[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1534[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1535[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1536[ RUN ] XMLWriter.writeEmptyElement1537[ OK ] XMLWriter.writeEmptyElement (0 ms)1538[ RUN ] XMLWriter.writeEmptyElementWithAttributes1539[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1540[----------] 8 tests from XMLWriter (0 ms total)15411542[----------] 1 test from closeExtraFDs1543[ RUN ] closeExtraFDs.works1544[ OK ] closeExtraFDs.works (1 ms)1545[----------] 1 test from closeExtraFDs (1 ms total)15461547[----------] 2 tests from fchmodatTryNoFollow1548[ RUN ] fchmodatTryNoFollow.works1549[ OK ] fchmodatTryNoFollow.works (0 ms)1550[ RUN ] fchmodatTryNoFollow.fallbackWithoutProc1551[ OK ] fchmodatTryNoFollow.fallbackWithoutProc (5 ms)1552[----------] 2 tests from fchmodatTryNoFollow (5 ms total)15531554[----------] 2 tests from MessageWithFds1555[ RUN ] MessageWithFds.streamWithData1556[ OK ] MessageWithFds.streamWithData (1 ms)1557[ RUN ] MessageWithFds.datagramEmptyData1558[ OK ] MessageWithFds.datagramEmptyData (1 ms)1559[----------] 2 tests from MessageWithFds (3 ms total)15601561[----------] 3 tests from UnixDomainSocketLongPath1562[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1563[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (2 ms)1564[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1565[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1566[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1567[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (6 ms)1568[----------] 3 tests from UnixDomainSocketLongPath (9 ms total)15691570[----------] 8 tests from NarTest/InvalidNarTest1571[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01572[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1573[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11574[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1575[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21576[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1577[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31578[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1579[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41580[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1581[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51582[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1583[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61584[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1585[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71586[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1587[----------] 8 tests from NarTest/InvalidNarTest (0 ms total)15881589[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1590[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01591[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1592[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11593[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1594[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21595[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1596[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31597[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1598[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41599[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1600[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)16011602[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1603[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1604[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1605[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1606[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (0 ms)1607[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21608[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1609[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1610[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (2 ms)1611[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1612[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1613[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1614[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1615[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1616[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (6 ms)1617[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21618[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1619[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1620[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1621[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1622[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1623[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1624/build/source/src/libutil-tests/build/../compression.cc:42: Skipped162516261627[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1628[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1629[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1630[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21631[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1632[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1633[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1634[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1635[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1636[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1637[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1638[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1639[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1640[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21641[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1642[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1643[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1644[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1645[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1646[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (10 ms total)16471648[----------] 20 tests from CopyFdRange/CopyFdRangeTest1649[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1650[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (1 ms)1651[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1652[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (1 ms)1653[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1654[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (1 ms)1655[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1656[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (54 ms)1657[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1658[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (1 ms)1659[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1660[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (1 ms)1661[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1662[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (1 ms)1663[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1664[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (1 ms)1665[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1666[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1667[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1668[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1669[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1670[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1671[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1672[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1673[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1674[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (2 ms)1675[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1676[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (1 ms)1677[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1678[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (1 ms)1679[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1680[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (1 ms)1681[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1682[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1683[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1684[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1685[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1686[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1687[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1688[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1689[----------] 20 tests from CopyFdRange/CopyFdRangeTest (73 ms total)16901691[----------] 4 tests from HashJSON/HashJsonTest1692[ RUN ] HashJSON/HashJsonTest.from_json/01693[ OK ] HashJSON/HashJsonTest.from_json/0 (0 ms)1694[ RUN ] HashJSON/HashJsonTest.from_json/11695[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1696[ RUN ] HashJSON/HashJsonTest.to_json/01697[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1698[ RUN ] HashJSON/HashJsonTest.to_json/11699[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1700[----------] 4 tests from HashJSON/HashJsonTest (0 ms total)17011702[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1703[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01704[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1705[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01706[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1707[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17081709[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1710[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01711[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1712[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11713[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1714[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01715[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1716[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11717[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1718[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17191720[----------] 2 tests from NarListingJSON/NarListingJsonTest1721[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01722[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1723[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01724[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1725[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17261727[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1728[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01729[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1730[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01731[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1732[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17331734[----------] 40 tests from PeekSort/RandomPeekSort1735[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01736[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (4 ms)1737[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11738[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (36 ms)1739[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21740[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (23 ms)1741[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31742[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (24 ms)1743[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41744[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (33 ms)1745[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51746[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (10 ms)1747[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61748[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1749[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71750[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1751[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81752[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1753[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91754[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (239 ms)1755[ RUN ] PeekSort/RandomPeekSort.greater/01756[ OK ] PeekSort/RandomPeekSort.greater/0 (2 ms)1757[ RUN ] PeekSort/RandomPeekSort.greater/11758[ OK ] PeekSort/RandomPeekSort.greater/1 (24 ms)1759[ RUN ] PeekSort/RandomPeekSort.greater/21760[ OK ] PeekSort/RandomPeekSort.greater/2 (19 ms)1761[ RUN ] PeekSort/RandomPeekSort.greater/31762[ OK ] PeekSort/RandomPeekSort.greater/3 (24 ms)1763[ RUN ] PeekSort/RandomPeekSort.greater/41764[ OK ] PeekSort/RandomPeekSort.greater/4 (33 ms)1765[ RUN ] PeekSort/RandomPeekSort.greater/51766[ OK ] PeekSort/RandomPeekSort.greater/5 (10 ms)1767[ RUN ] PeekSort/RandomPeekSort.greater/61768[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1769[ RUN ] PeekSort/RandomPeekSort.greater/71770[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1771[ RUN ] PeekSort/RandomPeekSort.greater/81772[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1773[ RUN ] PeekSort/RandomPeekSort.greater/91774[ OK ] PeekSort/RandomPeekSort.greater/9 (241 ms)1775[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01776[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (5 ms)1777[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11778[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (72 ms)1779[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21780[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (58 ms)1781[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31782[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (70 ms)1783[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41784[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (84 ms)1785[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51786[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (37 ms)1787[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61788[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1789[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71790[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1791[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81792[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1793[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91794[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (684 ms)1795[ RUN ] PeekSort/RandomPeekSort.stability/01796[ OK ] PeekSort/RandomPeekSort.stability/0 (2 ms)1797[ RUN ] PeekSort/RandomPeekSort.stability/11798[ OK ] PeekSort/RandomPeekSort.stability/1 (22 ms)1799[ RUN ] PeekSort/RandomPeekSort.stability/21800[ OK ] PeekSort/RandomPeekSort.stability/2 (18 ms)1801[ RUN ] PeekSort/RandomPeekSort.stability/31802[ OK ] PeekSort/RandomPeekSort.stability/3 (21 ms)1803[ RUN ] PeekSort/RandomPeekSort.stability/41804[ OK ] PeekSort/RandomPeekSort.stability/4 (31 ms)1805[ RUN ] PeekSort/RandomPeekSort.stability/51806[ OK ] PeekSort/RandomPeekSort.stability/5 (11 ms)1807[ RUN ] PeekSort/RandomPeekSort.stability/61808[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1809[ RUN ] PeekSort/RandomPeekSort.stability/71810[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1811[ RUN ] PeekSort/RandomPeekSort.stability/81812[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1813[ RUN ] PeekSort/RandomPeekSort.stability/91814[ OK ] PeekSort/RandomPeekSort.stability/9 (231 ms)1815[----------] 40 tests from PeekSort/RandomPeekSort (2079 ms total)18161817[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1818[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01819[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1820[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11821[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1822[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21823[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1824[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31825[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1826[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41827[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1828[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51829[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1830[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61831[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1832[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18331834[----------] 18 tests from TopoSort/TopoSortTest1835[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01836[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1837[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11838[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1839[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21840[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1841[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31842[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1843[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41844[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1845[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51846[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1847[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61848[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1849[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71850[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1851[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81852[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1853[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91854[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1855[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101856[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1857[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111858[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1859[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121860[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1861[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131862[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1863[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141864[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1865[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151866[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1867[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161868[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1869[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171870[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1871[----------] 18 tests from TopoSort/TopoSortTest (0 ms total)18721873[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1874[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01875[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1876[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11877[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1878[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21879[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1880[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31881[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1882[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41883[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1884[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51885[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1886[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61887[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1888[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71889[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1890[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81891[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1892[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91893[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1894[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101895[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1896[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111897[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1898[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121899[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1900[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131901[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1902[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141903[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1904[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151905[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1906[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161907[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1908[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171909[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1910[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181911[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1912[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01913[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1914[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11915[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1916[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21917[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1918[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31919[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1920[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41921[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1922[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51923[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1924[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61925[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1926[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71927[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1928[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81929[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1930[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91931[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1932[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101933[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1934[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111935[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1936[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121937[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1938[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131939[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1940[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141941[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1942[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151943[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1944[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161945[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1946[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171947[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1948[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181949[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1950[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (0 ms total)19511952[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1953[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01954[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1955[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11956[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1957[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21958[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1959[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31960[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1961[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41962[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1963[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51964[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1965[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61966[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1967[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01968[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1969[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11970[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1971[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21972[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1973[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31974[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1975[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/41976[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)1977[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/51978[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)1979[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/61980[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)1981[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/01982[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)1983[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/11984[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)1985[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/21986[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)1987[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/31988[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)1989[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/41990[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)1991[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/51992[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)1993[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/61994[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)1995[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (0 ms total)19961997[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite1998[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath1999[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)2000[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId2001[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)2002[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2003[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2004[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2005[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2006[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2007[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2008[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2009[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2010[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2011[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2012[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2013[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2014[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2015[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2016[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2017[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2018[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2019[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2020[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2021[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2022[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2023[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2024[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2025[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2026[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2027[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2028[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2029[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2030[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2031[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2032[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (0 ms total)20332034[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2035[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2036[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2037[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2038[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2039[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2040[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2041[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2042[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2043[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2044[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2045[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2046[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2047[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2048[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2049[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2050[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2051[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2052[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2053[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2054[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2055[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2056[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2057[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2058[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2059[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2060[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2061[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2062[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2063[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2064[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2065[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2066[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2067[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2068[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2069[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2070[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2071[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2072[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2073[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2074[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2075[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)20762077[----------] 8 tests from Unix/UrlPathTest2078[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2079[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2080[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2081[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2082[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2083[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2084[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2085[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2086[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2087[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2088[ RUN ] Unix/UrlPathTest.urlToString/root_path2089[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2090[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2091[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2092[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2093[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2094[----------] 8 tests from Unix/UrlPathTest (0 ms total)20952096[----------] Global test environment tear-down2097[==========] 811 tests from 153 test suites ran. (3211 ms total)2098[ PASSED ] 810 tests.2099[ SKIPPED ] 1 test, listed below:2100[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none21012102 YOU HAVE 1 DISABLED TEST2103