nix-util-tests-run
checks.aarch64-darwin.nix-util-tests-run
· build #32
· raw
1[==========] Running 816 tests from 156 test suites.2[----------] Global test environment set-up.3[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest4[ RUN ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow5[ OK ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow (1 ms)6[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest (1 ms total)78[----------] 2 tests from alignUp9[ RUN ] alignUp.value10[ OK ] alignUp.value (0 ms)11[ RUN ] alignUp.notAPowerOf212[ OK ] alignUp.notAPowerOf2 (0 ms)13[----------] 2 tests from alignUp (0 ms total)1415[----------] 3 tests from alignUpOverflowTest/0, where TypeParam = unsigned char16[ RUN ] alignUpOverflowTest/0.lastSafeValue17[ OK ] alignUpOverflowTest/0.lastSafeValue (0 ms)18[ RUN ] alignUpOverflowTest/0.overflowThrows19[ OK ] alignUpOverflowTest/0.overflowThrows (0 ms)20[ RUN ] alignUpOverflowTest/0.alignmentOneNeverOverflows21[ OK ] alignUpOverflowTest/0.alignmentOneNeverOverflows (0 ms)22[----------] 3 tests from alignUpOverflowTest/0 (0 ms total)2324[----------] 3 tests from alignUpOverflowTest/1, where TypeParam = unsigned short25[ RUN ] alignUpOverflowTest/1.lastSafeValue26[ OK ] alignUpOverflowTest/1.lastSafeValue (0 ms)27[ RUN ] alignUpOverflowTest/1.overflowThrows28[ OK ] alignUpOverflowTest/1.overflowThrows (0 ms)29[ RUN ] alignUpOverflowTest/1.alignmentOneNeverOverflows30[ OK ] alignUpOverflowTest/1.alignmentOneNeverOverflows (0 ms)31[----------] 3 tests from alignUpOverflowTest/1 (0 ms total)3233[----------] 3 tests from alignUpOverflowTest/2, where TypeParam = unsigned int34[ RUN ] alignUpOverflowTest/2.lastSafeValue35[ OK ] alignUpOverflowTest/2.lastSafeValue (0 ms)36[ RUN ] alignUpOverflowTest/2.overflowThrows37[ OK ] alignUpOverflowTest/2.overflowThrows (0 ms)38[ RUN ] alignUpOverflowTest/2.alignmentOneNeverOverflows39[ OK ] alignUpOverflowTest/2.alignmentOneNeverOverflows (0 ms)40[----------] 3 tests from alignUpOverflowTest/2 (0 ms total)4142[----------] 3 tests from alignUpOverflowTest/3, where TypeParam = unsigned long long43[ RUN ] alignUpOverflowTest/3.lastSafeValue44[ OK ] alignUpOverflowTest/3.lastSafeValue (0 ms)45[ RUN ] alignUpOverflowTest/3.overflowThrows46[ OK ] alignUpOverflowTest/3.overflowThrows (0 ms)47[ RUN ] alignUpOverflowTest/3.alignmentOneNeverOverflows48[ OK ] alignUpOverflowTest/3.alignmentOneNeverOverflows (0 ms)49[----------] 3 tests from alignUpOverflowTest/3 (0 ms total)5051[----------] 5 tests from NarTest52[ RUN ] NarTest.oneByteRegularFileParsesWithBothContentModes53[ OK ] NarTest.oneByteRegularFileParsesWithBothContentModes (0 ms)54[ RUN ] NarTest.nonZeroContentPaddingFailsWithBothContentModes55[ OK ] NarTest.nonZeroContentPaddingFailsWithBothContentModes (0 ms)56[ RUN ] NarTest.truncatedLargeContentsFailsWithBothContentModes57[ OK ] NarTest.truncatedLargeContentsFailsWithBothContentModes (0 ms)58[ RUN ] NarTest.truncatedContentPaddingFailsWithBothContentModes59[ OK ] NarTest.truncatedContentPaddingFailsWithBothContentModes (0 ms)60[ RUN ] NarTest.trailingBytesRemainUnreadWithBothContentModes61[ OK ] NarTest.trailingBytesRemainUnreadWithBothContentModes (0 ms)62[----------] 5 tests from NarTest (1 ms total)6364[----------] 14 tests from parseShebangContent65[ RUN ] parseShebangContent.basic66[ OK ] parseShebangContent.basic (0 ms)67[ RUN ] parseShebangContent.empty68[ OK ] parseShebangContent.empty (0 ms)69[ RUN ] parseShebangContent.doubleBacktick70[ OK ] parseShebangContent.doubleBacktick (0 ms)71[ RUN ] parseShebangContent.doubleBacktickEmpty72[ OK ] parseShebangContent.doubleBacktickEmpty (0 ms)73[ RUN ] parseShebangContent.doubleBacktickMarkdownInlineCode74[ OK ] parseShebangContent.doubleBacktickMarkdownInlineCode (0 ms)75[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive76[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive (0 ms)77[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect78[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect (0 ms)79[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlock280[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlock2 (0 ms)81[ RUN ] parseShebangContent.singleBacktickInDoubleBacktickQuotes82[ OK ] parseShebangContent.singleBacktickInDoubleBacktickQuotes (0 ms)83[ RUN ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes84[ OK ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes (0 ms)85[ RUN ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes86[ OK ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes (0 ms)87[ RUN ] parseShebangContent.increasingQuotes88[ OK ] parseShebangContent.increasingQuotes (0 ms)89[ RUN ] parseShebangContent.prop_round_trip_single90Using configuration: seed=1423242573684338968191[ OK ] parseShebangContent.prop_round_trip_single (0 ms)92[ RUN ] parseShebangContent.prop_round_trip_two93[ OK ] parseShebangContent.prop_round_trip_two (0 ms)94[----------] 14 tests from parseShebangContent (0 ms total)9596[----------] 4 tests from base64Encode97[ RUN ] base64Encode.emptyString98[ OK ] base64Encode.emptyString (0 ms)99[ RUN ] base64Encode.encodesAString100[ OK ] base64Encode.encodesAString (0 ms)101[ RUN ] base64Encode.encodeAndDecode102[ OK ] base64Encode.encodeAndDecode (0 ms)103[ RUN ] base64Encode.encodeAndDecodeNonPrintable104[ OK ] base64Encode.encodeAndDecodeNonPrintable (0 ms)105[----------] 4 tests from base64Encode (0 ms total)106107[----------] 3 tests from base64Decode108[ RUN ] base64Decode.emptyString109[ OK ] base64Decode.emptyString (0 ms)110[ RUN ] base64Decode.decodeAString111[ OK ] base64Decode.decodeAString (0 ms)112[ RUN ] base64Decode.decodeThrowsOnInvalidChar113[ OK ] base64Decode.decodeThrowsOnInvalidChar (0 ms)114[----------] 3 tests from base64Decode (0 ms total)115116[----------] 1 test from BumpMemoryResource117[ RUN ] BumpMemoryResource.ConcurrentAllocation118[ OK ] BumpMemoryResource.ConcurrentAllocation (1 ms)119[----------] 1 test from BumpMemoryResource (1 ms total)120121[----------] 12 tests from CanonPath122[ RUN ] CanonPath.basic123[ OK ] CanonPath.basic (0 ms)124[ RUN ] CanonPath.nullBytes125[ OK ] CanonPath.nullBytes (0 ms)126[ RUN ] CanonPath.fromFilename127[ OK ] CanonPath.fromFilename (0 ms)128[ RUN ] CanonPath.from_existing129[ OK ] CanonPath.from_existing (0 ms)130[ RUN ] CanonPath.pop131[ OK ] CanonPath.pop (0 ms)132[ RUN ] CanonPath.removePrefix133[ OK ] CanonPath.removePrefix (0 ms)134[ RUN ] CanonPath.iter135[ OK ] CanonPath.iter (0 ms)136[ RUN ] CanonPath.concat137[ OK ] CanonPath.concat (0 ms)138[ RUN ] CanonPath.within139[ OK ] CanonPath.within (0 ms)140[ RUN ] CanonPath.sort141[ OK ] CanonPath.sort (0 ms)142[ RUN ] CanonPath.allowed143[ OK ] CanonPath.allowed (0 ms)144[ RUN ] CanonPath.makeRelative145[ OK ] CanonPath.makeRelative (0 ms)146[----------] 12 tests from CanonPath (0 ms total)147148[----------] 9 tests from Checked149[ RUN ] Checked.add_unsigned150[ OK ] Checked.add_unsigned (6 ms)151[ RUN ] Checked.add_signed152[ OK ] Checked.add_signed (5 ms)153[ RUN ] Checked.sub_unsigned154[ OK ] Checked.sub_unsigned (5 ms)155[ RUN ] Checked.sub_signed156[ OK ] Checked.sub_signed (5 ms)157[ RUN ] Checked.mul_unsigned158[ OK ] Checked.mul_unsigned (5 ms)159[ RUN ] Checked.mul_signed160[ OK ] Checked.mul_signed (5 ms)161[ RUN ] Checked.div_unsigned162[ OK ] Checked.div_unsigned (7 ms)163[ RUN ] Checked.div_signed164[ OK ] Checked.div_signed (7 ms)165[ RUN ] Checked.div_signed_special_cases166[ OK ] Checked.div_signed_special_cases (0 ms)167[----------] 9 tests from Checked (47 ms total)168169[----------] 6 tests from ChunkedVector170[ RUN ] ChunkedVector.InitEmpty171[ OK ] ChunkedVector.InitEmpty (0 ms)172[ RUN ] ChunkedVector.GrowsCorrectly173[ OK ] ChunkedVector.GrowsCorrectly (0 ms)174[ RUN ] ChunkedVector.AddAndGet175[ OK ] ChunkedVector.AddAndGet (0 ms)176[ RUN ] ChunkedVector.ForEach177[ OK ] ChunkedVector.ForEach (0 ms)178[ RUN ] ChunkedVector.NonTrivialType179[ OK ] ChunkedVector.NonTrivialType (0 ms)180[ RUN ] ChunkedVector.ConcurrentAdd181[ OK ] ChunkedVector.ConcurrentAdd (7 ms)182[----------] 6 tests from ChunkedVector (7 ms total)183184[----------] 2 tests from closure185[ RUN ] closure.correctClosure186[ OK ] closure.correctClosure (0 ms)187[ RUN ] closure.properlyHandlesDirectExceptions188[ OK ] closure.properlyHandlesDirectExceptions (0 ms)189[----------] 2 tests from closure (0 ms total)190191[----------] 2 tests from compress192[ RUN ] compress.noneMethodDoesNothingToTheInput193[ OK ] compress.noneMethodDoesNothingToTheInput (0 ms)194[ RUN ] compress.zstdExactFrameBoundary195[ OK ] compress.zstdExactFrameBoundary (40 ms)196[----------] 2 tests from compress (40 ms total)197198[----------] 3 tests from decompress199[ RUN ] decompress.decompressNoneCompressed200[ OK ] decompress.decompressNoneCompressed (0 ms)201[ RUN ] decompress.decompressZstdCompressedParallel202[ OK ] decompress.decompressZstdCompressedParallel (0 ms)203[ RUN ] decompress.decompressZstdMultiFrameLargeInput204[ OK ] decompress.decompressZstdMultiFrameLargeInput (9 ms)205[----------] 3 tests from decompress (9 ms total)206207[----------] 1 test from makeCompressionSink208[ RUN ] makeCompressionSink.noneSinkDoesNothingToInput209[ OK ] makeCompressionSink.noneSinkDoesNothingToInput (0 ms)210[----------] 1 test from makeCompressionSink (0 ms total)211212[----------] 22 tests from Config213[ RUN ] Config.setUndefinedSetting214[ OK ] Config.setUndefinedSetting (0 ms)215[ RUN ] Config.setDefinedSetting216[ OK ] Config.setDefinedSetting (0 ms)217[ RUN ] Config.getDefinedSetting218[ OK ] Config.getDefinedSetting (0 ms)219[ RUN ] Config.getDefinedOverriddenSettingNotSet220[ OK ] Config.getDefinedOverriddenSettingNotSet (0 ms)221[ RUN ] Config.getDefinedSettingSet1222[ OK ] Config.getDefinedSettingSet1 (0 ms)223[ RUN ] Config.getDefinedSettingSet2224[ OK ] Config.getDefinedSettingSet2 (0 ms)225[ RUN ] Config.addSetting226[ OK ] Config.addSetting (0 ms)227[ RUN ] Config.withInitialValue228[ OK ] Config.withInitialValue (0 ms)229[ RUN ] Config.resetOverridden230[ OK ] Config.resetOverridden (0 ms)231[ RUN ] Config.resetOverriddenWithSetting232[ OK ] Config.resetOverriddenWithSetting (0 ms)233[ RUN ] Config.toJSONOnEmptyConfig234[ OK ] Config.toJSONOnEmptyConfig (0 ms)235[ RUN ] Config.toJSONOnNonEmptyConfig236[ OK ] Config.toJSONOnNonEmptyConfig (0 ms)237[ RUN ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting238[ OK ] Config.toJSONOnNonEmptyConfigWithExperimentalSetting (0 ms)239[ RUN ] Config.setSettingAlias240[ OK ] Config.setSettingAlias (0 ms)241[ DISABLED ] Config.DISABLED_reapplyUnknownSettings242[ RUN ] Config.applyConfigEmpty243[ OK ] Config.applyConfigEmpty (0 ms)244[ RUN ] Config.applyConfigEmptyWithComment245[ OK ] Config.applyConfigEmptyWithComment (0 ms)246[ RUN ] Config.applyConfigAssignment247[ OK ] Config.applyConfigAssignment (0 ms)248[ RUN ] Config.applyConfigWithReassignedSetting249[ OK ] Config.applyConfigWithReassignedSetting (0 ms)250[ RUN ] Config.applyConfigFailsOnMissingIncludes251[ OK ] Config.applyConfigFailsOnMissingIncludes (0 ms)252[ RUN ] Config.applyConfigInvalidThrows253[ OK ] Config.applyConfigInvalidThrows (0 ms)254[ RUN ] Config.toKeyValue255[ OK ] Config.toKeyValue (0 ms)256[ RUN ] Config.toKeyValueOmitsDeprecatedSettings257[ OK ] Config.toKeyValueOmitsDeprecatedSettings (0 ms)258[----------] 22 tests from Config (0 ms total)259260[----------] 1 test from getSelfExe261[ RUN ] getSelfExe.works262[ OK ] getSelfExe.works (0 ms)263[----------] 1 test from getSelfExe (0 ms total)264265[----------] 1 test from setEnv266[ RUN ] setEnv.returnsZeroOnSuccess267[ OK ] setEnv.returnsZeroOnSuccess (0 ms)268[----------] 1 test from setEnv (0 ms total)269270[----------] 1 test from setEnvOs271[ RUN ] setEnvOs.returnsZeroOnSuccess272[ OK ] setEnvOs.returnsZeroOnSuccess (0 ms)273[----------] 1 test from setEnvOs (0 ms total)274275[----------] 2 tests from getEnvOs276[ RUN ] getEnvOs.emptyValueIsPresent277[ OK ] getEnvOs.emptyValueIsPresent (0 ms)278[ RUN ] getEnvOs.absentIsNullopt279[ OK ] getEnvOs.absentIsNullopt (0 ms)280[----------] 2 tests from getEnvOs (0 ms total)281282[----------] 1 test from getEnvOsNonEmpty283[ RUN ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt284[ OK ] getEnvOsNonEmpty.emptyAndAbsentBothNullopt (0 ms)285[----------] 1 test from getEnvOsNonEmpty (0 ms total)286287[----------] 1 test from getEnv288[ RUN ] getEnv.agreesWithGetEnvOs289[ OK ] getEnv.agreesWithGetEnvOs (0 ms)290[----------] 1 test from getEnv (0 ms total)291292[----------] 5 tests from ExecutablePath293[ RUN ] ExecutablePath.emptyRoundTrip294[ OK ] ExecutablePath.emptyRoundTrip (0 ms)295[ RUN ] ExecutablePath.oneElemRoundTrip296[ OK ] ExecutablePath.oneElemRoundTrip (0 ms)297[ RUN ] ExecutablePath.twoElemsRoundTrip298[ OK ] ExecutablePath.twoElemsRoundTrip (0 ms)299[ RUN ] ExecutablePath.threeElemsRoundTrip300[ OK ] ExecutablePath.threeElemsRoundTrip (0 ms)301[ RUN ] ExecutablePath.elementyElemNormalize302[ OK ] ExecutablePath.elementyElemNormalize (0 ms)303[----------] 5 tests from ExecutablePath (0 ms total)304305[----------] 3 tests from FileSerialisationMethod306[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_1307[ OK ] FileSerialisationMethod.testRoundTripPrintParse_1 (0 ms)308[ RUN ] FileSerialisationMethod.testRoundTripPrintParse_2309[ OK ] FileSerialisationMethod.testRoundTripPrintParse_2 (0 ms)310[ RUN ] FileSerialisationMethod.testParseFileSerialisationMethodOptException311[ OK ] FileSerialisationMethod.testParseFileSerialisationMethodOptException (0 ms)312[----------] 3 tests from FileSerialisationMethod (0 ms total)313314[----------] 3 tests from FileIngestionMethod315[ RUN ] FileIngestionMethod.testRoundTripPrintParse_1316[ OK ] FileIngestionMethod.testRoundTripPrintParse_1 (0 ms)317[ RUN ] FileIngestionMethod.testRoundTripPrintParse_2318[ OK ] FileIngestionMethod.testRoundTripPrintParse_2 (0 ms)319[ RUN ] FileIngestionMethod.testParseFileIngestionMethodOptException320[ OK ] FileIngestionMethod.testParseFileIngestionMethodOptException (0 ms)321[----------] 3 tests from FileIngestionMethod (0 ms total)322323[----------] 7 tests from ReadLine324[ RUN ] ReadLine.ReadsLinesFromPipe325[ OK ] ReadLine.ReadsLinesFromPipe (0 ms)326[ RUN ] ReadLine.ReturnsPartialLineOnEofWhenAllowed327[ OK ] ReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)328[ RUN ] ReadLine.ThrowsOnEofWhenNotAllowed329[ OK ] ReadLine.ThrowsOnEofWhenNotAllowed (0 ms)330[ RUN ] ReadLine.EmptyLine331[ OK ] ReadLine.EmptyLine (0 ms)332[ RUN ] ReadLine.ConsecutiveEmptyLines333[ OK ] ReadLine.ConsecutiveEmptyLines (0 ms)334[ RUN ] ReadLine.LineWithNullBytes335[ OK ] ReadLine.LineWithNullBytes (0 ms)336[ RUN ] ReadLine.TreatsEioAsEof337[ OK ] ReadLine.TreatsEioAsEof (0 ms)338[----------] 7 tests from ReadLine (0 ms total)339340[----------] 10 tests from BufferedSourceReadLine341[ RUN ] BufferedSourceReadLine.ReadsLinesFromPipe342[ OK ] BufferedSourceReadLine.ReadsLinesFromPipe (0 ms)343[ RUN ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed344[ OK ] BufferedSourceReadLine.ReturnsPartialLineOnEofWhenAllowed (0 ms)345[ RUN ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed346[ OK ] BufferedSourceReadLine.ThrowsOnEofWhenNotAllowed (0 ms)347[ RUN ] BufferedSourceReadLine.EmptyLine348[ OK ] BufferedSourceReadLine.EmptyLine (0 ms)349[ RUN ] BufferedSourceReadLine.ConsecutiveEmptyLines350[ OK ] BufferedSourceReadLine.ConsecutiveEmptyLines (0 ms)351[ RUN ] BufferedSourceReadLine.LineWithNullBytes352[ OK ] BufferedSourceReadLine.LineWithNullBytes (0 ms)353[ RUN ] BufferedSourceReadLine.NewlineAtBufferBoundary354[ OK ] BufferedSourceReadLine.NewlineAtBufferBoundary (0 ms)355[ RUN ] BufferedSourceReadLine.DataRemainsAfterReadLine356[ OK ] BufferedSourceReadLine.DataRemainsAfterReadLine (0 ms)357[ RUN ] BufferedSourceReadLine.LineSpansMultipleRefills358[ OK ] BufferedSourceReadLine.LineSpansMultipleRefills (0 ms)359[ RUN ] BufferedSourceReadLine.BufferExhaustedThenEof360[ OK ] BufferedSourceReadLine.BufferExhaustedThenEof (0 ms)361[----------] 10 tests from BufferedSourceReadLine (0 ms total)362363[----------] 1 test from WriteFull364[ RUN ] WriteFull.RespectsAllowInterrupts365[ OK ] WriteFull.RespectsAllowInterrupts (0 ms)366[----------] 1 test from WriteFull (0 ms total)367368[----------] 1 test from readLinkAt369[ RUN ] readLinkAt.works370[ OK ] readLinkAt.works (0 ms)371[----------] 1 test from readLinkAt (0 ms total)372373[----------] 1 test from openFileEnsureBeneathNoSymlinks374[ RUN ] openFileEnsureBeneathNoSymlinks.works375[ OK ] openFileEnsureBeneathNoSymlinks.works (1 ms)376[----------] 1 test from openFileEnsureBeneathNoSymlinks (1 ms total)377378[----------] 5 tests from absPath379[ RUN ] absPath.doesntChangeRoot380[ OK ] absPath.doesntChangeRoot (0 ms)381[ RUN ] absPath.turnsEmptyPathIntoCWD382[ OK ] absPath.turnsEmptyPathIntoCWD (0 ms)383[ RUN ] absPath.usesOptionalBasePathWhenGiven384[ OK ] absPath.usesOptionalBasePathWhenGiven (0 ms)385[ RUN ] absPath.isIdempotent386[ OK ] absPath.isIdempotent (0 ms)387[ RUN ] absPath.pathIsCanonicalised388[ OK ] absPath.pathIsCanonicalised (0 ms)389[----------] 5 tests from absPath (0 ms total)390391[----------] 4 tests from canonPath392[ RUN ] canonPath.removesTrailingSlashes393[ OK ] canonPath.removesTrailingSlashes (0 ms)394[ RUN ] canonPath.removesDots395[ OK ] canonPath.removesDots (0 ms)396[ RUN ] canonPath.removesDots2397[ OK ] canonPath.removesDots2 (0 ms)398[ RUN ] canonPath.requiresAbsolutePath399[ OK ] canonPath.requiresAbsolutePath (0 ms)400[----------] 4 tests from canonPath (0 ms total)401402[----------] 7 tests from baseNameOf403[ RUN ] baseNameOf.emptyPath404[ OK ] baseNameOf.emptyPath (0 ms)405[ RUN ] baseNameOf.pathOnRoot406[ OK ] baseNameOf.pathOnRoot (0 ms)407[ RUN ] baseNameOf.relativePath408[ OK ] baseNameOf.relativePath (0 ms)409[ RUN ] baseNameOf.pathWithTrailingSlashRoot410[ OK ] baseNameOf.pathWithTrailingSlashRoot (0 ms)411[ RUN ] baseNameOf.trailingSlash412[ OK ] baseNameOf.trailingSlash (0 ms)413[ RUN ] baseNameOf.trailingSlashes414[ OK ] baseNameOf.trailingSlashes (0 ms)415[ RUN ] baseNameOf.absoluteNothingSlashNothing416[ OK ] baseNameOf.absoluteNothingSlashNothing (0 ms)417[----------] 7 tests from baseNameOf (0 ms total)418419[----------] 8 tests from isInDir420[ RUN ] isInDir.trivialCase421[ OK ] isInDir.trivialCase (0 ms)422[ RUN ] isInDir.notInDir423[ OK ] isInDir.notInDir (0 ms)424[ RUN ] isInDir.emptyDir425[ OK ] isInDir.emptyDir (0 ms)426[ RUN ] isInDir.hiddenSubdirectory427[ OK ] isInDir.hiddenSubdirectory (0 ms)428[ RUN ] isInDir.ellipsisEntry429[ OK ] isInDir.ellipsisEntry (0 ms)430[ RUN ] isInDir.sameDir431[ OK ] isInDir.sameDir (0 ms)432[ RUN ] isInDir.sameDirDot433[ OK ] isInDir.sameDirDot (0 ms)434[ RUN ] isInDir.dotDotPrefix435[ OK ] isInDir.dotDotPrefix (0 ms)436[----------] 8 tests from isInDir (0 ms total)437438[----------] 5 tests from isDirOrInDir439[ RUN ] isDirOrInDir.trueForSameDirectory440[ OK ] isDirOrInDir.trueForSameDirectory (0 ms)441[ RUN ] isDirOrInDir.trueForEmptyPaths442[ OK ] isDirOrInDir.trueForEmptyPaths (0 ms)443[ RUN ] isDirOrInDir.falseForDisjunctPaths444[ OK ] isDirOrInDir.falseForDisjunctPaths (0 ms)445[ RUN ] isDirOrInDir.relativePaths446[ OK ] isDirOrInDir.relativePaths (0 ms)447[ RUN ] isDirOrInDir.relativePathsTwice448[ OK ] isDirOrInDir.relativePathsTwice (0 ms)449[----------] 5 tests from isDirOrInDir (0 ms total)450451[----------] 3 tests from pathExists452[ RUN ] pathExists.rootExists453[ OK ] pathExists.rootExists (0 ms)454[ RUN ] pathExists.cwdExists455[ OK ] pathExists.cwdExists (0 ms)456[ RUN ] pathExists.bogusPathDoesNotExist457[ OK ] pathExists.bogusPathDoesNotExist (0 ms)458[----------] 3 tests from pathExists (0 ms total)459460[----------] 2 tests from chmodIfNeeded461[ RUN ] chmodIfNeeded.works462[ OK ] chmodIfNeeded.works (0 ms)463[ RUN ] chmodIfNeeded.nonexistent464[ OK ] chmodIfNeeded.nonexistent (0 ms)465[----------] 2 tests from chmodIfNeeded (0 ms total)466467[----------] 2 tests from DirectoryIterator468[ RUN ] DirectoryIterator.works469[ OK ] DirectoryIterator.works (0 ms)470[ RUN ] DirectoryIterator.nonexistent471[ OK ] DirectoryIterator.nonexistent (0 ms)472[----------] 2 tests from DirectoryIterator (0 ms total)473474[----------] 1 test from createAnonymousTempFile475[ RUN ] createAnonymousTempFile.works476[ OK ] createAnonymousTempFile.works (0 ms)477[----------] 1 test from createAnonymousTempFile (0 ms total)478479[----------] 1 test from FdSource480[ RUN ] FdSource.restartWorks481[ OK ] FdSource.restartWorks (0 ms)482[----------] 1 test from FdSource (0 ms total)483484[----------] 1 test from createTempDir485[ RUN ] createTempDir.works486[ OK ] createTempDir.works (0 ms)487[----------] 1 test from createTempDir (0 ms total)488489[----------] 4 tests from MovePathTest490[ RUN ] MovePathTest.works491[ OK ] MovePathTest.works (0 ms)492[ RUN ] MovePathTest.nonWritableDirectories493[ OK ] MovePathTest.nonWritableDirectories (0 ms)494[ RUN ] MovePathTest.symlinkReplacesSymlink495[ OK ] MovePathTest.symlinkReplacesSymlink (0 ms)496[ RUN ] MovePathTest.symlinkReplacesRegular497[ OK ] MovePathTest.symlinkReplacesRegular (0 ms)498[----------] 4 tests from MovePathTest (1 ms total)499500[----------] 19 tests from fun501[ RUN ] fun.constructFromLambda502[ OK ] fun.constructFromLambda (0 ms)503[ RUN ] fun.constructFromFunctionPointer504[ OK ] fun.constructFromFunctionPointer (0 ms)505[ RUN ] fun.constructFromStdFunction506[ OK ] fun.constructFromStdFunction (0 ms)507[ RUN ] fun.moveConstructFromStdFunction508[ OK ] fun.moveConstructFromStdFunction (0 ms)509[ RUN ] fun.rejectsEmptyStdFunction510[ OK ] fun.rejectsEmptyStdFunction (0 ms)511[ RUN ] fun.rejectsEmptyStdFunctionMove512[ OK ] fun.rejectsEmptyStdFunctionMove (0 ms)513[ RUN ] fun.rejectsNullFunctionPointer514[ OK ] fun.rejectsNullFunctionPointer (0 ms)515[ RUN ] fun.nullptrDeletedAtCompileTime516[ OK ] fun.nullptrDeletedAtCompileTime (0 ms)517[ RUN ] fun.notDefaultConstructible518[ OK ] fun.notDefaultConstructible (0 ms)519[ RUN ] fun.voidReturn520[ OK ] fun.voidReturn (0 ms)521[ RUN ] fun.referenceArgs522[ OK ] fun.referenceArgs (0 ms)523[ RUN ] fun.convertsToStdFunction524[ OK ] fun.convertsToStdFunction (0 ms)525[ RUN ] fun.copyable526[ OK ] fun.copyable (0 ms)527[ RUN ] fun.movable528[ OK ] fun.movable (0 ms)529[ RUN ] fun.capturesState530[ OK ] fun.capturesState (0 ms)531[ RUN ] fun.getFn532[ OK ] fun.getFn (0 ms)533[ RUN ] fun.getFnMove534[ OK ] fun.getFnMove (0 ms)535[ RUN ] fun.forwardsMoveOnlyTypes536[ OK ] fun.forwardsMoveOnlyTypes (0 ms)537[ RUN ] fun.perfectForwardingZeroCost538[ OK ] fun.perfectForwardingZeroCost (0 ms)539[----------] 19 tests from fun (0 ms total)540541[----------] 4 tests from GitMode542[ RUN ] GitMode.gitMode_directory543[ OK ] GitMode.gitMode_directory (0 ms)544[ RUN ] GitMode.gitMode_executable545[ OK ] GitMode.gitMode_executable (0 ms)546[ RUN ] GitMode.gitMode_regular547[ OK ] GitMode.gitMode_regular (0 ms)548[ RUN ] GitMode.gitMode_symlink549[ OK ] GitMode.gitMode_symlink (0 ms)550[----------] 4 tests from GitMode (0 ms total)551552[----------] 8 tests from GitTest553[ RUN ] GitTest.blob_read554[ OK ] GitTest.blob_read (0 ms)555[ RUN ] GitTest.blob_read_large_size556[ OK ] GitTest.blob_read_large_size (0 ms)557[ RUN ] GitTest.blob_write558[ OK ] GitTest.blob_write (0 ms)559[ RUN ] GitTest.tree_sha1_read560[ OK ] GitTest.tree_sha1_read (0 ms)561[ RUN ] GitTest.tree_sha256_read562[ OK ] GitTest.tree_sha256_read (0 ms)563[ RUN ] GitTest.tree_sha1_write564[ OK ] GitTest.tree_sha1_write (0 ms)565[ RUN ] GitTest.tree_sha256_write566[ OK ] GitTest.tree_sha256_write (0 ms)567[ RUN ] GitTest.both_roundrip568[ OK ] GitTest.both_roundrip (0 ms)569[----------] 8 tests from GitTest (1 ms total)570571[----------] 3 tests from GitLsRemote572[ RUN ] GitLsRemote.parseSymrefLineWithReference573[ OK ] GitLsRemote.parseSymrefLineWithReference (0 ms)574[ RUN ] GitLsRemote.parseSymrefLineWithNoReference575[ OK ] GitLsRemote.parseSymrefLineWithNoReference (0 ms)576[ RUN ] GitLsRemote.parseObjectRefLine577[ OK ] GitLsRemote.parseObjectRefLine (0 ms)578[----------] 3 tests from GitLsRemote (0 ms total)579580[----------] 3 tests from BLAKE3HashTest581[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes1582[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes1 (0 ms)583[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes2584[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes2 (0 ms)585[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes3586[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes3 (0 ms)587[----------] 3 tests from BLAKE3HashTest (0 ms total)588589[----------] 8 tests from hashString590[ RUN ] hashString.testKnownMD5Hashes1591[ OK ] hashString.testKnownMD5Hashes1 (0 ms)592[ RUN ] hashString.testKnownMD5Hashes2593[ OK ] hashString.testKnownMD5Hashes2 (0 ms)594[ RUN ] hashString.testKnownSHA1Hashes1595[ OK ] hashString.testKnownSHA1Hashes1 (0 ms)596[ RUN ] hashString.testKnownSHA1Hashes2597[ OK ] hashString.testKnownSHA1Hashes2 (0 ms)598[ RUN ] hashString.testKnownSHA256Hashes1599[ OK ] hashString.testKnownSHA256Hashes1 (0 ms)600[ RUN ] hashString.testKnownSHA256Hashes2601[ OK ] hashString.testKnownSHA256Hashes2 (0 ms)602[ RUN ] hashString.testKnownSHA512Hashes1603[ OK ] hashString.testKnownSHA512Hashes1 (0 ms)604[ RUN ] hashString.testKnownSHA512Hashes2605[ OK ] hashString.testKnownSHA512Hashes2 (0 ms)606[----------] 8 tests from hashString (0 ms total)607608[----------] 3 tests from hashParseExplicitFormatUnprefixed609[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct610[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct (0 ms)611[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo612[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo (0 ms)613[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase614[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase (0 ms)615[----------] 3 tests from hashParseExplicitFormatUnprefixed (0 ms total)616617[----------] 2 tests from hashFormat618[ RUN ] hashFormat.testRoundTripPrintParse619[ OK ] hashFormat.testRoundTripPrintParse (0 ms)620[ RUN ] hashFormat.testParseHashFormatOptException621[ OK ] hashFormat.testParseHashFormatOptException (0 ms)622[----------] 2 tests from hashFormat (0 ms total)623624[----------] 5 tests from hiliteMatches625[ RUN ] hiliteMatches.noHighlight626[ OK ] hiliteMatches.noHighlight (0 ms)627[ RUN ] hiliteMatches.simpleHighlight628[ OK ] hiliteMatches.simpleHighlight (0 ms)629[ RUN ] hiliteMatches.multipleMatches630[ OK ] hiliteMatches.multipleMatches (0 ms)631[ RUN ] hiliteMatches.overlappingMatches632[ OK ] hiliteMatches.overlappingMatches (0 ms)633[ RUN ] hiliteMatches.complexOverlappingMatches634[ OK ] hiliteMatches.complexOverlappingMatches (0 ms)635[----------] 5 tests from hiliteMatches (0 ms total)636637[----------] 3 tests from to_json638[ RUN ] to_json.optionalInt639[ OK ] to_json.optionalInt (0 ms)640[ RUN ] to_json.vectorOfOptionalInts641[ OK ] to_json.vectorOfOptionalInts (0 ms)642[ RUN ] to_json.optionalVectorOfInts643[ OK ] to_json.optionalVectorOfInts (0 ms)644[----------] 3 tests from to_json (0 ms total)645646[----------] 2 tests from from_json647[ RUN ] from_json.optionalInt648[ OK ] from_json.optionalInt (0 ms)649[ RUN ] from_json.vectorOfOptionalInts650[ OK ] from_json.vectorOfOptionalInts (0 ms)651[----------] 2 tests from from_json (0 ms total)652653[----------] 2 tests from valueAt654[ RUN ] valueAt.simpleObject655[ OK ] valueAt.simpleObject (0 ms)656[ RUN ] valueAt.missingKey657[ OK ] valueAt.missingKey (0 ms)658[----------] 2 tests from valueAt (0 ms total)659660[----------] 2 tests from getObject661[ RUN ] getObject.rightAssertions662[ OK ] getObject.rightAssertions (0 ms)663[ RUN ] getObject.wrongAssertions664[ OK ] getObject.wrongAssertions (0 ms)665[----------] 2 tests from getObject (0 ms total)666667[----------] 2 tests from getArray668[ RUN ] getArray.rightAssertions669[ OK ] getArray.rightAssertions (0 ms)670[ RUN ] getArray.wrongAssertions671[ OK ] getArray.wrongAssertions (0 ms)672[----------] 2 tests from getArray (0 ms total)673674[----------] 2 tests from getString675[ RUN ] getString.rightAssertions676[ OK ] getString.rightAssertions (0 ms)677[ RUN ] getString.wrongAssertions678[ OK ] getString.wrongAssertions (0 ms)679[----------] 2 tests from getString (0 ms total)680681[----------] 2 tests from getIntegralNumber682[ RUN ] getIntegralNumber.rightAssertions683[ OK ] getIntegralNumber.rightAssertions (0 ms)684[ RUN ] getIntegralNumber.wrongAssertions685[ OK ] getIntegralNumber.wrongAssertions (0 ms)686[----------] 2 tests from getIntegralNumber (0 ms total)687688[----------] 2 tests from getBoolean689[ RUN ] getBoolean.rightAssertions690[ OK ] getBoolean.rightAssertions (0 ms)691[ RUN ] getBoolean.wrongAssertions692[ OK ] getBoolean.wrongAssertions (0 ms)693[----------] 2 tests from getBoolean (0 ms total)694695[----------] 2 tests from optionalValueAt696[ RUN ] optionalValueAt.existing697[ OK ] optionalValueAt.existing (0 ms)698[ RUN ] optionalValueAt.empty699[ OK ] optionalValueAt.empty (0 ms)700[----------] 2 tests from optionalValueAt (0 ms total)701702[----------] 2 tests from getNullable703[ RUN ] getNullable.null704[ OK ] getNullable.null (0 ms)705[ RUN ] getNullable.empty706[ OK ] getNullable.empty (0 ms)707[----------] 2 tests from getNullable (0 ms total)708709[----------] 2 tests from local_keys710[ RUN ] local_keys.signAndVerify711[ OK ] local_keys.signAndVerify (1 ms)712[ RUN ] local_keys.rfc8032TestVector713[ OK ] local_keys.rfc8032TestVector (0 ms)714[----------] 2 tests from local_keys (1 ms total)715716[----------] 13 tests from LRUCache717[ RUN ] LRUCache.sizeOfEmptyCacheIsZero718[ OK ] LRUCache.sizeOfEmptyCacheIsZero (0 ms)719[ RUN ] LRUCache.sizeOfSingleElementCacheIsOne720[ OK ] LRUCache.sizeOfSingleElementCacheIsOne (0 ms)721[ RUN ] LRUCache.getFromEmptyCache722[ OK ] LRUCache.getFromEmptyCache (0 ms)723[ RUN ] LRUCache.getExistingValue724[ OK ] LRUCache.getExistingValue (0 ms)725[ RUN ] LRUCache.getNonExistingValueFromNonEmptyCache726[ OK ] LRUCache.getNonExistingValueFromNonEmptyCache (0 ms)727[ RUN ] LRUCache.upsertOnZeroCapacityCache728[ OK ] LRUCache.upsertOnZeroCapacityCache (0 ms)729[ RUN ] LRUCache.updateExistingValue730[ OK ] LRUCache.updateExistingValue (0 ms)731[ RUN ] LRUCache.overwriteOldestWhenCapacityIsReached732[ OK ] LRUCache.overwriteOldestWhenCapacityIsReached (0 ms)733[ RUN ] LRUCache.clearEmptyCache734[ OK ] LRUCache.clearEmptyCache (0 ms)735[ RUN ] LRUCache.clearNonEmptyCache736[ OK ] LRUCache.clearNonEmptyCache (0 ms)737[ RUN ] LRUCache.eraseFromEmptyCache738[ OK ] LRUCache.eraseFromEmptyCache (0 ms)739[ RUN ] LRUCache.eraseMissingFromNonEmptyCache740[ OK ] LRUCache.eraseMissingFromNonEmptyCache (0 ms)741[ RUN ] LRUCache.eraseFromNonEmptyCache742[ OK ] LRUCache.eraseFromNonEmptyCache (0 ms)743[----------] 13 tests from LRUCache (0 ms total)744745[----------] 3 tests from memo746[ RUN ] memo.computesOnce747[ OK ] memo.computesOnce (0 ms)748[ RUN ] memo.copiesShareCache749[ OK ] memo.copiesShareCache (0 ms)750[ RUN ] memo.worksWithString751[ OK ] memo.worksWithString (0 ms)752[----------] 3 tests from memo (0 ms total)753754[----------] 18 tests from MemorySourceAccessorTestErrors755[ RUN ] MemorySourceAccessorTestErrors.readFileNotFound756[ OK ] MemorySourceAccessorTestErrors.readFileNotFound (0 ms)757[ RUN ] MemorySourceAccessorTestErrors.readFileNotARegularFile758[ OK ] MemorySourceAccessorTestErrors.readFileNotARegularFile (0 ms)759[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotFound760[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotFound (0 ms)761[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory762[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory (0 ms)763[ RUN ] MemorySourceAccessorTestErrors.readLinkNotFound764[ OK ] MemorySourceAccessorTestErrors.readLinkNotFound (0 ms)765[ RUN ] MemorySourceAccessorTestErrors.readLinkNotASymlink766[ OK ] MemorySourceAccessorTestErrors.readLinkNotASymlink (0 ms)767[ RUN ] MemorySourceAccessorTestErrors.addFileParentNotDirectory768[ OK ] MemorySourceAccessorTestErrors.addFileParentNotDirectory (0 ms)769[ RUN ] MemorySourceAccessorTestErrors.addFileNotARegularFile770[ OK ] MemorySourceAccessorTestErrors.addFileNotARegularFile (0 ms)771[ RUN ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory772[ OK ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory (0 ms)773[ RUN ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory774[ OK ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory (0 ms)775[ RUN ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory776[ OK ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory (0 ms)777[ RUN ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile778[ OK ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile (0 ms)779[ RUN ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory780[ OK ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory (0 ms)781[ RUN ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink782[ OK ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink (0 ms)783[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile784[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile (0 ms)785[ RUN ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile786[ OK ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile (0 ms)787[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink788[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink (0 ms)789[ RUN ] MemorySourceAccessorTestErrors.createFileThroughSymlink790[ OK ] MemorySourceAccessorTestErrors.createFileThroughSymlink (0 ms)791[----------] 18 tests from MemorySourceAccessorTestErrors (0 ms total)792793[----------] 1 test from MonitorFdHup794[ RUN ] MonitorFdHup.shouldNotBlock795[ OK ] MonitorFdHup.shouldNotBlock (0 ms)796[----------] 1 test from MonitorFdHup (0 ms total)797798[----------] 1 test from nix_api_util799[ RUN ] nix_api_util.nix_version_get800[ OK ] nix_api_util.nix_version_get (0 ms)801[----------] 1 test from nix_api_util (0 ms total)802803[----------] 8 tests from nix_api_util_context804[ RUN ] nix_api_util_context.nix_setting_get805[ OK ] nix_api_util_context.nix_setting_get (0 ms)806[ RUN ] nix_api_util_context.nix_setting_set807[ OK ] nix_api_util_context.nix_setting_set (0 ms)808[ RUN ] nix_api_util_context.nix_err_msg809[ OK ] nix_api_util_context.nix_err_msg (0 ms)810[ RUN ] nix_api_util_context.nix_err_code811[ OK ] nix_api_util_context.nix_err_code (0 ms)812[ RUN ] nix_api_util_context.nix_context_error813[ OK ] nix_api_util_context.nix_context_error (0 ms)814[ RUN ] nix_api_util_context.nix_set_err_msg815[ OK ] nix_api_util_context.nix_set_err_msg (0 ms)816[ RUN ] nix_api_util_context.nix_err_info_msg817[ OK ] nix_api_util_context.nix_err_info_msg (0 ms)818[ RUN ] nix_api_util_context.nix_err_name819[ OK ] nix_api_util_context.nix_err_name (0 ms)820[----------] 8 tests from nix_api_util_context (0 ms total)821822[----------] 7 tests from Pool823[ RUN ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity824[ OK ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity (0 ms)825[ RUN ] Pool.freshPoolCanGetAResource826[ OK ] Pool.freshPoolCanGetAResource (0 ms)827[ RUN ] Pool.capacityCanBeIncremented828[ OK ] Pool.capacityCanBeIncremented (0 ms)829[ RUN ] Pool.capacityCanBeDecremented830[ OK ] Pool.capacityCanBeDecremented (0 ms)831[ RUN ] Pool.flushBadDropsOutOfScopeResources832[ OK ] Pool.flushBadDropsOutOfScopeResources (0 ms)833[ RUN ] Pool.reuseResource834[ OK ] Pool.reuseResource (0 ms)835[ RUN ] Pool.badResourceIsNotReused836[ OK ] Pool.badResourceIsNotReused (0 ms)837[----------] 7 tests from Pool (0 ms total)838839[----------] 4 tests from Position840[ RUN ] Position.getSnippetUpTo_0841[ OK ] Position.getSnippetUpTo_0 (0 ms)842[ RUN ] Position.getSnippetUpTo_1843[ OK ] Position.getSnippetUpTo_1 (0 ms)844[ RUN ] Position.getSnippetUpTo_2845[ OK ] Position.getSnippetUpTo_2 (0 ms)846[ RUN ] Position.example_1847[ OK ] Position.example_1 (0 ms)848[----------] 4 tests from Position (0 ms total)849850[----------] 1 test from statusOk851[ RUN ] statusOk.zeroIsOk852[ OK ] statusOk.zeroIsOk (0 ms)853[----------] 1 test from statusOk (0 ms total)854855[----------] 2 tests from runProgram856[ RUN ] runProgram.worksTrivial857[ OK ] runProgram.worksTrivial (233 ms)858[ RUN ] runProgram.nonexistent859error: executing "/this/path/really/should/not/exist/for/real": No such file or directory860[ OK ] runProgram.nonexistent (107 ms)861[----------] 2 tests from runProgram (341 ms total)862863[----------] 2 tests from runProgram2864[ RUN ] runProgram2.nonexistent865error: executing "/this/path/really/should/not/exist/for/real": No such file or directory866[ OK ] runProgram2.nonexistent (108 ms)867[ RUN ] runProgram2.leakedFDsAreClosed868[ OK ] runProgram2.leakedFDsAreClosed (115 ms)869[----------] 2 tests from runProgram2 (223 ms total)870871[----------] 6 tests from ref872[ RUN ] ref.upcast_is_implicit873[ OK ] ref.upcast_is_implicit (0 ms)874[ RUN ] ref.downcast_is_rejected875[ OK ] ref.downcast_is_rejected (0 ms)876[ RUN ] ref.same_type_conversion877[ OK ] ref.same_type_conversion (0 ms)878[ RUN ] ref.explicit_downcast_with_cast879[ OK ] ref.explicit_downcast_with_cast (0 ms)880[ RUN ] ref.invalid_cast_throws881[ OK ] ref.invalid_cast_throws (0 ms)882[ RUN ] ref.explicit_downcast_with_dynamic_pointer_cast883[ OK ] ref.explicit_downcast_with_dynamic_pointer_cast (0 ms)884[----------] 6 tests from ref (0 ms total)885886[----------] 1 test from readNum887[ RUN ] readNum.negativeValuesSerialiseWellDefined888[ OK ] readNum.negativeValuesSerialiseWellDefined (0 ms)889[----------] 1 test from readNum (0 ms total)890891[----------] 2 tests from readString892[ RUN ] readString.roundTrip893[ OK ] readString.roundTrip (0 ms)894[ RUN ] readString.bogusLengthDoesNotPreallocate895[ OK ] readString.bogusLengthDoesNotPreallocate (0 ms)896[----------] 2 tests from readString (0 ms total)897898[----------] 2 tests from readError899[ RUN ] readError.bogusLevelIsClamped900[ OK ] readError.bogusLevelIsClamped (0 ms)901[ RUN ] readError.uint64LevelError902[ OK ] readError.uint64LevelError (0 ms)903[----------] 2 tests from readError (0 ms total)904905[----------] 1 test from readPadding906[ RUN ] readPadding.works907[ OK ] readPadding.works (0 ms)908[----------] 1 test from readPadding (0 ms total)909910[----------] 1 test from sourceToSink911[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions912[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)913[----------] 1 test from sourceToSink (0 ms total)914915[----------] 2 tests from MonotonicSubranges916[ RUN ] MonotonicSubranges.empty917[ OK ] MonotonicSubranges.empty (0 ms)918[ RUN ] MonotonicSubranges.basic919[ OK ] MonotonicSubranges.basic (0 ms)920[----------] 2 tests from MonotonicSubranges (0 ms total)921922[----------] 2 tests from SortTestPermutations/0, where TypeParam = int923[ RUN ] SortTestPermutations/0.insertionsort924[ OK ] SortTestPermutations/0.insertionsort (0 ms)925[ RUN ] SortTestPermutations/0.peeksort926[ OK ] SortTestPermutations/0.peeksort (0 ms)927[----------] 2 tests from SortTestPermutations/0 (0 ms total)928929[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long930[ RUN ] SortTestPermutations/1.insertionsort931[ OK ] SortTestPermutations/1.insertionsort (0 ms)932[ RUN ] SortTestPermutations/1.peeksort933[ OK ] SortTestPermutations/1.peeksort (0 ms)934[----------] 2 tests from SortTestPermutations/1 (0 ms total)935936[----------] 2 tests from SortTestPermutations/2, where TypeParam = short937[ RUN ] SortTestPermutations/2.insertionsort938[ OK ] SortTestPermutations/2.insertionsort (0 ms)939[ RUN ] SortTestPermutations/2.peeksort940[ OK ] SortTestPermutations/2.peeksort (0 ms)941[----------] 2 tests from SortTestPermutations/2 (0 ms total)942943[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int944[ RUN ] SortTestPermutations/3.insertionsort945[ OK ] SortTestPermutations/3.insertionsort (0 ms)946[ RUN ] SortTestPermutations/3.peeksort947[ OK ] SortTestPermutations/3.peeksort (0 ms)948[----------] 2 tests from SortTestPermutations/3 (0 ms total)949950[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long951[ RUN ] SortTestPermutations/4.insertionsort952[ OK ] SortTestPermutations/4.insertionsort (0 ms)953[ RUN ] SortTestPermutations/4.peeksort954[ OK ] SortTestPermutations/4.peeksort (0 ms)955[----------] 2 tests from SortTestPermutations/4 (0 ms total)956957[----------] 1 test from InsertionSort958[ RUN ] InsertionSort.empty959[ OK ] InsertionSort.empty (0 ms)960[----------] 1 test from InsertionSort (0 ms total)961962[----------] 4 tests from SortProperty/0, where TypeParam = int963[ RUN ] SortProperty/0.peeksortSorted964[ OK ] SortProperty/0.peeksortSorted (0 ms)965[ RUN ] SortProperty/0.peeksortSortedGreater966[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)967[ RUN ] SortProperty/0.insertionsortSorted968[ OK ] SortProperty/0.insertionsortSorted (0 ms)969[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity970[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)971[----------] 4 tests from SortProperty/0 (1 ms total)972973[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int974[ RUN ] SortProperty/1.peeksortSorted975[ OK ] SortProperty/1.peeksortSorted (0 ms)976[ RUN ] SortProperty/1.peeksortSortedGreater977[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)978[ RUN ] SortProperty/1.insertionsortSorted979[ OK ] SortProperty/1.insertionsortSorted (0 ms)980[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity981[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)982[----------] 4 tests from SortProperty/1 (1 ms total)983984[----------] 4 tests from SortProperty/2, where TypeParam = long long985[ RUN ] SortProperty/2.peeksortSorted986[ OK ] SortProperty/2.peeksortSorted (0 ms)987[ RUN ] SortProperty/2.peeksortSortedGreater988[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)989[ RUN ] SortProperty/2.insertionsortSorted990[ OK ] SortProperty/2.insertionsortSorted (0 ms)991[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity992[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)993[----------] 4 tests from SortProperty/2 (1 ms total)994995[----------] 4 tests from SortProperty/3, where TypeParam = short996[ RUN ] SortProperty/3.peeksortSorted997[ OK ] SortProperty/3.peeksortSorted (0 ms)998[ RUN ] SortProperty/3.peeksortSortedGreater999[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)1000[ RUN ] SortProperty/3.insertionsortSorted1001[ OK ] SortProperty/3.insertionsortSorted (0 ms)1002[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity1003[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)1004[----------] 4 tests from SortProperty/3 (1 ms total)10051006[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>1007[ RUN ] SortProperty/4.peeksortSorted1008[ OK ] SortProperty/4.peeksortSorted (1 ms)1009[ RUN ] SortProperty/4.peeksortSortedGreater1010[ OK ] SortProperty/4.peeksortSortedGreater (1 ms)1011[ RUN ] SortProperty/4.insertionsortSorted1012[ OK ] SortProperty/4.insertionsortSorted (1 ms)1013[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity1014[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (1 ms)1015[----------] 4 tests from SortProperty/4 (5 ms total)10161017[----------] 1 test from SortProperty1018[ RUN ] SortProperty.peeksortStability1019[ OK ] SortProperty.peeksortStability (0 ms)1020[----------] 1 test from SortProperty (0 ms total)10211022[----------] 4 tests from FSSourceAccessorTest1023[ RUN ] FSSourceAccessorTest.works1024[ OK ] FSSourceAccessorTest.works (0 ms)1025[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1026[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1027[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1028[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1029[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1030[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1031[----------] 4 tests from FSSourceAccessorTest (1 ms total)10321033[----------] 8 tests from concatStringsSep1034[ RUN ] concatStringsSep.empty1035[ OK ] concatStringsSep.empty (0 ms)1036[ RUN ] concatStringsSep.justOne1037[ OK ] concatStringsSep.justOne (0 ms)1038[ RUN ] concatStringsSep.emptyString1039[ OK ] concatStringsSep.emptyString (0 ms)1040[ RUN ] concatStringsSep.emptyStrings1041[ OK ] concatStringsSep.emptyStrings (0 ms)1042[ RUN ] concatStringsSep.threeEmptyStrings1043[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1044[ RUN ] concatStringsSep.buildCommaSeparatedString1045[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1046[ RUN ] concatStringsSep.buildStringWithEmptySeparator1047[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1048[ RUN ] concatStringsSep.buildSingleString1049[ OK ] concatStringsSep.buildSingleString (0 ms)1050[----------] 8 tests from concatStringsSep (0 ms total)10511052[----------] 4 tests from concatMapStringsSep1053[ RUN ] concatMapStringsSep.empty1054[ OK ] concatMapStringsSep.empty (0 ms)1055[ RUN ] concatMapStringsSep.justOne1056[ OK ] concatMapStringsSep.justOne (0 ms)1057[ RUN ] concatMapStringsSep.two1058[ OK ] concatMapStringsSep.two (0 ms)1059[ RUN ] concatMapStringsSep.map1060[ OK ] concatMapStringsSep.map (0 ms)1061[----------] 4 tests from concatMapStringsSep (0 ms total)10621063[----------] 5 tests from dropEmptyInitThenConcatStringsSep1064[ RUN ] dropEmptyInitThenConcatStringsSep.empty1065[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1066[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1067[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1068[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1069[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1070[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1071[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1072[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1073[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1074[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10751076[----------] 12 tests from tokenizeString1077[ RUN ] tokenizeString.empty1078[ OK ] tokenizeString.empty (0 ms)1079[ RUN ] tokenizeString.oneSep1080[ OK ] tokenizeString.oneSep (0 ms)1081[ RUN ] tokenizeString.twoSep1082[ OK ] tokenizeString.twoSep (0 ms)1083[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1084[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1085[ RUN ] tokenizeString.tokenizeTabsWithDefaults1086[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1087[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1088[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1089[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1090[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1091[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1092[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1093[ RUN ] tokenizeString.tokenizeWithCustomSep1094[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1095[ RUN ] tokenizeString.tokenizeSepAtStart1096[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1097[ RUN ] tokenizeString.tokenizeSepAtEnd1098[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1099[ RUN ] tokenizeString.tokenizeSepEmpty1100[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1101[----------] 12 tests from tokenizeString (0 ms total)11021103[----------] 13 tests from splitStringTest/0, where TypeParam = std::vector<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>1104[ RUN ] splitStringTest/0.empty1105[ OK ] splitStringTest/0.empty (0 ms)1106[ RUN ] splitStringTest/0.oneSep1107[ OK ] splitStringTest/0.oneSep (0 ms)1108[ RUN ] splitStringTest/0.twoSep1109[ OK ] splitStringTest/0.twoSep (0 ms)1110[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1111[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1112[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1113[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1114[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1115[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1116[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1117[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1118[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1119[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1120[ RUN ] splitStringTest/0.tokenizeWithCustomSep1121[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1122[ RUN ] splitStringTest/0.tokenizeSepAtStart1123[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1124[ RUN ] splitStringTest/0.tokenizeSepAtEnd1125[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1126[ RUN ] splitStringTest/0.tokenizeSepEmpty1127[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1128[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1129[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1130[----------] 13 tests from splitStringTest/0 (0 ms total)11311132[----------] 13 tests from splitStringTest/1, where TypeParam = std::vector<std::__1::basic_string_view<char,std::__1::char_traits<char>>,std::__1::allocator<std::__1::basic_string_view<char,std::__1::char_traits<char>>>>1133[ RUN ] splitStringTest/1.empty1134[ OK ] splitStringTest/1.empty (0 ms)1135[ RUN ] splitStringTest/1.oneSep1136[ OK ] splitStringTest/1.oneSep (0 ms)1137[ RUN ] splitStringTest/1.twoSep1138[ OK ] splitStringTest/1.twoSep (0 ms)1139[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1140[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1141[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1142[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1143[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1144[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1145[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1146[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1147[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1148[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1149[ RUN ] splitStringTest/1.tokenizeWithCustomSep1150[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1151[ RUN ] splitStringTest/1.tokenizeSepAtStart1152[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1153[ RUN ] splitStringTest/1.tokenizeSepAtEnd1154[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1155[ RUN ] splitStringTest/1.tokenizeSepEmpty1156[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1157[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1158[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1159[----------] 13 tests from splitStringTest/1 (0 ms total)11601161[----------] 13 tests from splitStringTest/2, where TypeParam = std::list<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,std::__1::allocator<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>1162[ RUN ] splitStringTest/2.empty1163[ OK ] splitStringTest/2.empty (0 ms)1164[ RUN ] splitStringTest/2.oneSep1165[ OK ] splitStringTest/2.oneSep (0 ms)1166[ RUN ] splitStringTest/2.twoSep1167[ OK ] splitStringTest/2.twoSep (0 ms)1168[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1169[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1170[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1171[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1172[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1173[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1174[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1175[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1176[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1177[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1178[ RUN ] splitStringTest/2.tokenizeWithCustomSep1179[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1180[ RUN ] splitStringTest/2.tokenizeSepAtStart1181[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1182[ RUN ] splitStringTest/2.tokenizeSepAtEnd1183[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1184[ RUN ] splitStringTest/2.tokenizeSepEmpty1185[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1186[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1187[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1188[----------] 13 tests from splitStringTest/2 (0 ms total)11891190[----------] 13 tests from splitStringTest/3, where TypeParam = std::list<std::__1::basic_string_view<char,std::__1::char_traits<char>>,std::__1::allocator<std::__1::basic_string_view<char,std::__1::char_traits<char>>>>1191[ RUN ] splitStringTest/3.empty1192[ OK ] splitStringTest/3.empty (0 ms)1193[ RUN ] splitStringTest/3.oneSep1194[ OK ] splitStringTest/3.oneSep (0 ms)1195[ RUN ] splitStringTest/3.twoSep1196[ OK ] splitStringTest/3.twoSep (0 ms)1197[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1198[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1199[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1200[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1201[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1202[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1203[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1204[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1205[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1206[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1207[ RUN ] splitStringTest/3.tokenizeWithCustomSep1208[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1209[ RUN ] splitStringTest/3.tokenizeSepAtStart1210[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1211[ RUN ] splitStringTest/3.tokenizeSepAtEnd1212[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1213[ RUN ] splitStringTest/3.tokenizeSepEmpty1214[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1215[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1216[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1217[----------] 13 tests from splitStringTest/3 (0 ms total)12181219[----------] 14 tests from shellSplitString1220[ RUN ] shellSplitString.empty1221[ OK ] shellSplitString.empty (0 ms)1222[ RUN ] shellSplitString.oneWord1223[ OK ] shellSplitString.oneWord (0 ms)1224[ RUN ] shellSplitString.oneWordQuotedWithSpaces1225[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1226[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1227[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1228[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1229[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1230[ RUN ] shellSplitString.twoWords1231[ OK ] shellSplitString.twoWords (0 ms)1232[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1233[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1234[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1235[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1236[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1237[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1238[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1239[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1240[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1241[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1242[ RUN ] shellSplitString.backslashEscapesSpaces1243[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1244[ RUN ] shellSplitString.backslashEscapesQuotes1245[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1246[ RUN ] shellSplitString.testUnbalancedQuotes1247[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1248[----------] 14 tests from shellSplitString (0 ms total)12491250[----------] 11 tests from optionalBracket1251[ RUN ] optionalBracket.emptyContent1252[ OK ] optionalBracket.emptyContent (0 ms)1253[ RUN ] optionalBracket.nonEmptyContent1254[ OK ] optionalBracket.nonEmptyContent (0 ms)1255[ RUN ] optionalBracket.emptyPrefixAndSuffix1256[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1257[ RUN ] optionalBracket.emptyContentEmptyBrackets1258[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1259[ RUN ] optionalBracket.complexBrackets1260[ OK ] optionalBracket.complexBrackets (0 ms)1261[ RUN ] optionalBracket.onlyPrefix1262[ OK ] optionalBracket.onlyPrefix (0 ms)1263[ RUN ] optionalBracket.onlySuffix1264[ OK ] optionalBracket.onlySuffix (0 ms)1265[ RUN ] optionalBracket.optionalWithValue1266[ OK ] optionalBracket.optionalWithValue (0 ms)1267[ RUN ] optionalBracket.optionalNullopt1268[ OK ] optionalBracket.optionalNullopt (0 ms)1269[ RUN ] optionalBracket.optionalEmptyString1270[ OK ] optionalBracket.optionalEmptyString (0 ms)1271[ RUN ] optionalBracket.optionalStringViewWithValue1272[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1273[----------] 11 tests from optionalBracket (0 ms total)12741275[----------] 1 test from Suggestions1276[ RUN ] Suggestions.Trim1277[ OK ] Suggestions.Trim (0 ms)1278[----------] 1 test from Suggestions (0 ms total)12791280[----------] 7 tests from filterANSIEscapes1281[ RUN ] filterANSIEscapes.emptyString1282[ OK ] filterANSIEscapes.emptyString (0 ms)1283[ RUN ] filterANSIEscapes.doesntChangePrintableChars1284[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1285[ RUN ] filterANSIEscapes.filtersColorCodes1286[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1287[ RUN ] filterANSIEscapes.expandsTabs1288[ OK ] filterANSIEscapes.expandsTabs (0 ms)1289[ RUN ] filterANSIEscapes.utf81290[ OK ] filterANSIEscapes.utf8 (0 ms)1291[ RUN ] filterANSIEscapes.osc81292[ OK ] filterANSIEscapes.osc8 (0 ms)1293[ RUN ] filterANSIEscapes.osc8_bell_as_sep1294[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1295[----------] 7 tests from filterANSIEscapes (0 ms total)12961297[----------] 8 tests from FixGitURLTestSuite1298[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1299[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (0 ms)1300[ RUN ] FixGitURLTestSuite.rejectRelativePath1301[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1302[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1303[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1304[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1305[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1306[ RUN ] FixGitURLTestSuite.mismatchedBrackets1307[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1308[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1309[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1310[ RUN ] FixGitURLTestSuite.noColonIsNotScp1311[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1312[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1313[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1314[----------] 8 tests from FixGitURLTestSuite (0 ms total)13151316[----------] 17 tests from parseURL1317[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1318[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1319[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1320[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1321[ RUN ] parseURL.parseEmptyQueryParams1322warning: dubious URI query '' is missing equal sign '=', ignoring1323warning: dubious URI query '' is missing equal sign '=', ignoring1324warning: dubious URI query '' is missing equal sign '=', ignoring1325warning: dubious URI query '' is missing equal sign '=', ignoring1326warning: dubious URI query '' is missing equal sign '=', ignoring1327warning: dubious URI query '' is missing equal sign '=', ignoring1328[ OK ] parseURL.parseEmptyQueryParams (0 ms)1329[ RUN ] parseURL.parseUserPassword1330[ OK ] parseURL.parseUserPassword (0 ms)1331[ RUN ] parseURL.parseFileURLWithQueryAndFragment1332[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1333[ RUN ] parseURL.parseFileURL1334[ OK ] parseURL.parseFileURL (0 ms)1335[ RUN ] parseURL.parseFileURLWithAuthority1336[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1337[ RUN ] parseURL.parseFileURLNoLeadingSlash1338[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1339[ RUN ] parseURL.parseHttpTrailingSlash1340[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1341[ RUN ] parseURL.parsedUrlsIsEqualToItself1342[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1343[ RUN ] parseURL.parsedUrlsWithUnescapedChars1344[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1345[ RUN ] parseURL.parseFTPUrl1346[ OK ] parseURL.parseFTPUrl (0 ms)1347[ RUN ] parseURL.parsesAnythingInUriFormat1348[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1349[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1350[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1351[ RUN ] parseURL.emptyStringIsInvalidURL1352[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1353[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1354[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1355[ RUN ] parseURL.gitlabNamespacedProjectUrls1356[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1357[----------] 17 tests from parseURL (0 ms total)13581359[----------] 4 tests from decodeQuery1360[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1361[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1362[ RUN ] decodeQuery.simpleDecode1363[ OK ] decodeQuery.simpleDecode (0 ms)1364[ RUN ] decodeQuery.decodeUrlEncodedArgs1365[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1366[ RUN ] decodeQuery.decodeArgWithEmptyValue1367[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1368[----------] 4 tests from decodeQuery (0 ms total)13691370[----------] 4 tests from percentDecode1371[ RUN ] percentDecode.decodesUrlEncodedString1372[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1373[ RUN ] percentDecode.multipleDecodesAreIdempotent1374[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1375[ RUN ] percentDecode.trailingPercent1376[ OK ] percentDecode.trailingPercent (0 ms)1377[ RUN ] percentDecode.incompleteEncoding1378[ OK ] percentDecode.incompleteEncoding (0 ms)1379[----------] 4 tests from percentDecode (0 ms total)13801381[----------] 5 tests from percentEncode1382[ RUN ] percentEncode.encodesUrlEncodedString1383[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1384[ RUN ] percentEncode.keepArgument1385[ OK ] percentEncode.keepArgument (0 ms)1386[ RUN ] percentEncode.inverseOfDecode1387[ OK ] percentEncode.inverseOfDecode (0 ms)1388[ RUN ] percentEncode.trailingPercent1389[ OK ] percentEncode.trailingPercent (0 ms)1390[ RUN ] percentEncode.yen1391[ OK ] percentEncode.yen (0 ms)1392[----------] 5 tests from percentEncode (0 ms total)13931394[----------] 1 test from nix1395[ RUN ] nix.isValidSchemeName1396[ OK ] nix.isValidSchemeName (0 ms)1397[----------] 1 test from nix (0 ms total)13981399[----------] 3 tests from hasPrefix1400[ RUN ] hasPrefix.emptyStringHasNoPrefix1401[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1402[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1403[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1404[ RUN ] hasPrefix.trivialCase1405[ OK ] hasPrefix.trivialCase (0 ms)1406[----------] 3 tests from hasPrefix (0 ms total)14071408[----------] 2 tests from hasSuffix1409[ RUN ] hasSuffix.emptyStringHasNoSuffix1410[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1411[ RUN ] hasSuffix.trivialCase1412[ OK ] hasSuffix.trivialCase (0 ms)1413[----------] 2 tests from hasSuffix (0 ms total)14141415[----------] 1 test from getLine1416[ RUN ] getLine.all1417[ OK ] getLine.all (0 ms)1418[----------] 1 test from getLine (0 ms total)14191420[----------] 3 tests from toLower1421[ RUN ] toLower.emptyString1422[ OK ] toLower.emptyString (0 ms)1423[ RUN ] toLower.nonLetters1424[ OK ] toLower.nonLetters (0 ms)1425[ RUN ] toLower.umlauts1426[ OK ] toLower.umlauts (0 ms)1427[----------] 3 tests from toLower (0 ms total)14281429[----------] 2 tests from string2Float1430[ RUN ] string2Float.emptyString1431[ OK ] string2Float.emptyString (0 ms)1432[ RUN ] string2Float.trivialConversions1433[ OK ] string2Float.trivialConversions (0 ms)1434[----------] 2 tests from string2Float (0 ms total)14351436[----------] 2 tests from string2Int1437[ RUN ] string2Int.emptyString1438[ OK ] string2Int.emptyString (0 ms)1439[ RUN ] string2Int.trivialConversions1440[ OK ] string2Int.trivialConversions (0 ms)1441[----------] 2 tests from string2Int (0 ms total)14421443[----------] 1 test from getSizeUnit1444[ RUN ] getSizeUnit.misc1445[ OK ] getSizeUnit.misc (0 ms)1446[----------] 1 test from getSizeUnit (0 ms total)14471448[----------] 1 test from getCommonSizeUnit1449[ RUN ] getCommonSizeUnit.misc1450[ OK ] getCommonSizeUnit.misc (0 ms)1451[----------] 1 test from getCommonSizeUnit (0 ms total)14521453[----------] 1 test from renderSizeWithoutUnit1454[ RUN ] renderSizeWithoutUnit.misc1455[ OK ] renderSizeWithoutUnit.misc (0 ms)1456[----------] 1 test from renderSizeWithoutUnit (0 ms total)14571458[----------] 1 test from renderSize1459[ RUN ] renderSize.misc1460[ OK ] renderSize.misc (0 ms)1461[----------] 1 test from renderSize (0 ms total)14621463[----------] 4 tests from rewriteStrings1464[ RUN ] rewriteStrings.emptyString1465[ OK ] rewriteStrings.emptyString (0 ms)1466[ RUN ] rewriteStrings.emptyRewrites1467[ OK ] rewriteStrings.emptyRewrites (0 ms)1468[ RUN ] rewriteStrings.successfulRewrite1469[ OK ] rewriteStrings.successfulRewrite (0 ms)1470[ RUN ] rewriteStrings.doesntOccur1471[ OK ] rewriteStrings.doesntOccur (0 ms)1472[----------] 4 tests from rewriteStrings (0 ms total)14731474[----------] 3 tests from replaceStrings1475[ RUN ] replaceStrings.emptyString1476[ OK ] replaceStrings.emptyString (0 ms)1477[ RUN ] replaceStrings.successfulReplace1478[ OK ] replaceStrings.successfulReplace (0 ms)1479[ RUN ] replaceStrings.doesntOccur1480[ OK ] replaceStrings.doesntOccur (0 ms)1481[----------] 3 tests from replaceStrings (0 ms total)14821483[----------] 2 tests from trim1484[ RUN ] trim.emptyString1485[ OK ] trim.emptyString (0 ms)1486[ RUN ] trim.removesWhitespace1487[ OK ] trim.removesWhitespace (0 ms)1488[----------] 2 tests from trim (0 ms total)14891490[----------] 2 tests from chomp1491[ RUN ] chomp.emptyString1492[ OK ] chomp.emptyString (0 ms)1493[ RUN ] chomp.removesWhitespace1494[ OK ] chomp.removesWhitespace (0 ms)1495[----------] 2 tests from chomp (0 ms total)14961497[----------] 4 tests from quoteStrings1498[ RUN ] quoteStrings.empty1499[ OK ] quoteStrings.empty (0 ms)1500[ RUN ] quoteStrings.emptyStrings1501[ OK ] quoteStrings.emptyStrings (0 ms)1502[ RUN ] quoteStrings.trivialQuote1503[ OK ] quoteStrings.trivialQuote (0 ms)1504[ RUN ] quoteStrings.quotedStrings1505[ OK ] quoteStrings.quotedStrings (0 ms)1506[----------] 4 tests from quoteStrings (0 ms total)15071508[----------] 2 tests from get1509[ RUN ] get.emptyContainer1510[ OK ] get.emptyContainer (0 ms)1511[ RUN ] get.getFromContainer1512[ OK ] get.getFromContainer (0 ms)1513[----------] 2 tests from get (0 ms total)15141515[----------] 2 tests from getOr1516[ RUN ] getOr.emptyContainer1517[ OK ] getOr.emptyContainer (0 ms)1518[ RUN ] getOr.getFromContainer1519[ OK ] getOr.getFromContainer (0 ms)1520[----------] 2 tests from getOr (0 ms total)15211522[----------] 4 tests from markLast1523[ RUN ] markLast.empty1524[ OK ] markLast.empty (0 ms)1525[ RUN ] markLast.singleElement1526[ OK ] markLast.singleElement (0 ms)1527[ RUN ] markLast.multipleElements1528[ OK ] markLast.multipleElements (0 ms)1529[ RUN ] markLast.mutateThroughReference1530[ OK ] markLast.mutateThroughReference (0 ms)1531[----------] 4 tests from markLast (0 ms total)15321533[----------] 1 test from stringsToCharPtrs1534[ RUN ] stringsToCharPtrs.rejectsNulBytes1535[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1536[----------] 1 test from stringsToCharPtrs (0 ms total)15371538[----------] 8 tests from XMLWriter1539[ RUN ] XMLWriter.emptyObject1540[ OK ] XMLWriter.emptyObject (0 ms)1541[ RUN ] XMLWriter.objectWithEmptyElement1542[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1543[ RUN ] XMLWriter.objectWithElementWithAttrs1544[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1545[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1546[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1547[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1548[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1549[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1550[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1551[ RUN ] XMLWriter.writeEmptyElement1552[ OK ] XMLWriter.writeEmptyElement (0 ms)1553[ RUN ] XMLWriter.writeEmptyElementWithAttributes1554[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1555[----------] 8 tests from XMLWriter (0 ms total)15561557[----------] 1 test from closeExtraFDs1558[ RUN ] closeExtraFDs.works1559[ OK ] closeExtraFDs.works (109 ms)1560[----------] 1 test from closeExtraFDs (109 ms total)15611562[----------] 1 test from fchmodatTryNoFollow1563[ RUN ] fchmodatTryNoFollow.works1564[ OK ] fchmodatTryNoFollow.works (0 ms)1565[----------] 1 test from fchmodatTryNoFollow (0 ms total)15661567[----------] 2 tests from MessageWithFds1568[ RUN ] MessageWithFds.streamWithData1569[ OK ] MessageWithFds.streamWithData (0 ms)1570[ RUN ] MessageWithFds.datagramEmptyData1571[ OK ] MessageWithFds.datagramEmptyData (0 ms)1572[----------] 2 tests from MessageWithFds (1 ms total)15731574[----------] 3 tests from UnixDomainSocketLongPath1575[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1576[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (1 ms)1577[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1578[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1579[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1580[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (1 ms)1581[----------] 3 tests from UnixDomainSocketLongPath (4 ms total)15821583[----------] 8 tests from NarTest/InvalidNarTest1584[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01585[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1586[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11587[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1588[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21589[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1590[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31591[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1592[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41593[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1594[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51595[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1596[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61597[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1598[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71599[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1600[----------] 8 tests from NarTest/InvalidNarTest (1 ms total)16011602[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1603[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01604[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1605[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11606[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1607[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21608[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1609[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31610[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1611[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41612[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1613[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)16141615[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1616[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1617[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1618[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1619[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (3 ms)1620[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21621[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1622[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1623[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (3 ms)1624[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1625[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1626[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1627[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1628[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1629[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (0 ms)1630[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21631[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1632[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1633[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1634[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1635[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1636[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1637/nix/var/nix/builds/nix-75171-1231904266/source/src/libutil-tests/build/../compression.cc:42: Skipped163816391640[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1641[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1642[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1643[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21644[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1645[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1646[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1647[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1648[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1649[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1650[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1651[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1652[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1653[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21654[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1655[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1656[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1657[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1658[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1659[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (8 ms total)16601661[----------] 20 tests from CopyFdRange/CopyFdRangeTest1662[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1663[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (0 ms)1664[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1665[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (0 ms)1666[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1667[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (0 ms)1668[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1669[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (0 ms)1670[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1671[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (0 ms)1672[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1673[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (0 ms)1674[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1675[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (0 ms)1676[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1677[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (0 ms)1678[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1679[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1680[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1681[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1682[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1683[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1684[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1685[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1686[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1687[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (0 ms)1688[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1689[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (0 ms)1690[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1691[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (0 ms)1692[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1693[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (0 ms)1694[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1695[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1696[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1697[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1698[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1699[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1700[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1701[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1702[----------] 20 tests from CopyFdRange/CopyFdRangeTest (7 ms total)17031704[----------] 4 tests from HashJSON/HashJsonTest1705[ RUN ] HashJSON/HashJsonTest.from_json/01706[ OK ] HashJSON/HashJsonTest.from_json/0 (1 ms)1707[ RUN ] HashJSON/HashJsonTest.from_json/11708[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1709[ RUN ] HashJSON/HashJsonTest.to_json/01710[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1711[ RUN ] HashJSON/HashJsonTest.to_json/11712[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1713[----------] 4 tests from HashJSON/HashJsonTest (1 ms total)17141715[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1716[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01717[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1718[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01719[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1720[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17211722[----------] 2 tests from JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest1723[ RUN ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/01724[ OK ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/0 (0 ms)1725[ RUN ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/11726[ OK ] JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest.writesExpectedLogs/1 (0 ms)1727[----------] 2 tests from JSONLogMessageCharacterisation/JSONLogMessageCharacterisationTest (1 ms total)17281729[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1730[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01731[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1732[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11733[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1734[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01735[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1736[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11737[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1738[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17391740[----------] 2 tests from NarListingJSON/NarListingJsonTest1741[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01742[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1743[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01744[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1745[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17461747[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1748[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01749[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1750[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01751[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1752[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17531754[----------] 40 tests from PeekSort/RandomPeekSort1755[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01756[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (1 ms)1757[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11758[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (19 ms)1759[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21760[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (11 ms)1761[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31762[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (18 ms)1763[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41764[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (26 ms)1765[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51766[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (7 ms)1767[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61768[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1769[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71770[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1771[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81772[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1773[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91774[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (123 ms)1775[ RUN ] PeekSort/RandomPeekSort.greater/01776[ OK ] PeekSort/RandomPeekSort.greater/0 (1 ms)1777[ RUN ] PeekSort/RandomPeekSort.greater/11778[ OK ] PeekSort/RandomPeekSort.greater/1 (19 ms)1779[ RUN ] PeekSort/RandomPeekSort.greater/21780[ OK ] PeekSort/RandomPeekSort.greater/2 (11 ms)1781[ RUN ] PeekSort/RandomPeekSort.greater/31782[ OK ] PeekSort/RandomPeekSort.greater/3 (18 ms)1783[ RUN ] PeekSort/RandomPeekSort.greater/41784[ OK ] PeekSort/RandomPeekSort.greater/4 (26 ms)1785[ RUN ] PeekSort/RandomPeekSort.greater/51786[ OK ] PeekSort/RandomPeekSort.greater/5 (7 ms)1787[ RUN ] PeekSort/RandomPeekSort.greater/61788[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1789[ RUN ] PeekSort/RandomPeekSort.greater/71790[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1791[ RUN ] PeekSort/RandomPeekSort.greater/81792[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1793[ RUN ] PeekSort/RandomPeekSort.greater/91794[ OK ] PeekSort/RandomPeekSort.greater/9 (122 ms)1795[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01796[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (3 ms)1797[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11798[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (36 ms)1799[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21800[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (26 ms)1801[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31802[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (32 ms)1803[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41804[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (47 ms)1805[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51806[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (19 ms)1807[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61808[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1809[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71810[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1811[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81812[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1813[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91814[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (266 ms)1815[ RUN ] PeekSort/RandomPeekSort.stability/01816[ OK ] PeekSort/RandomPeekSort.stability/0 (1 ms)1817[ RUN ] PeekSort/RandomPeekSort.stability/11818[ OK ] PeekSort/RandomPeekSort.stability/1 (20 ms)1819[ RUN ] PeekSort/RandomPeekSort.stability/21820[ OK ] PeekSort/RandomPeekSort.stability/2 (12 ms)1821[ RUN ] PeekSort/RandomPeekSort.stability/31822[ OK ] PeekSort/RandomPeekSort.stability/3 (20 ms)1823[ RUN ] PeekSort/RandomPeekSort.stability/41824[ OK ] PeekSort/RandomPeekSort.stability/4 (28 ms)1825[ RUN ] PeekSort/RandomPeekSort.stability/51826[ OK ] PeekSort/RandomPeekSort.stability/5 (8 ms)1827[ RUN ] PeekSort/RandomPeekSort.stability/61828[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1829[ RUN ] PeekSort/RandomPeekSort.stability/71830[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1831[ RUN ] PeekSort/RandomPeekSort.stability/81832[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1833[ RUN ] PeekSort/RandomPeekSort.stability/91834[ OK ] PeekSort/RandomPeekSort.stability/9 (133 ms)1835[----------] 40 tests from PeekSort/RandomPeekSort (1071 ms total)18361837[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1838[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01839[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1840[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11841[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1842[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21843[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1844[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31845[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1846[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41847[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1848[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51849[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1850[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61851[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1852[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18531854[----------] 18 tests from TopoSort/TopoSortTest1855[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01856[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1857[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11858[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1859[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21860[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1861[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31862[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1863[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41864[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1865[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51866[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1867[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61868[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1869[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71870[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1871[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81872[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1873[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91874[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1875[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101876[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1877[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111878[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1879[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121880[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1881[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131882[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1883[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141884[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1885[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151886[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1887[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161888[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1889[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171890[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1891[----------] 18 tests from TopoSort/TopoSortTest (0 ms total)18921893[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1894[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01895[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1896[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11897[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1898[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21899[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1900[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31901[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1902[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41903[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1904[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51905[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1906[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61907[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1908[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71909[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1910[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81911[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1912[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91913[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1914[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101915[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1916[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111917[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1918[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121919[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1920[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131921[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1922[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141923[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1924[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151925[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1926[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161927[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1928[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171929[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1930[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181931[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1932[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01933[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1934[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11935[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1936[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21937[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1938[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31939[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1940[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41941[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1942[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51943[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1944[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61945[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1946[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71947[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1948[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81949[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1950[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91951[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1952[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101953[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1954[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111955[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1956[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121957[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1958[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131959[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1960[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141961[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1962[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151963[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1964[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161965[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1966[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171967[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1968[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181969[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1970[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (0 ms total)19711972[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1973[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01974[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1975[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11976[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1977[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21978[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1979[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31980[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1981[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41982[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1983[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51984[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1985[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61986[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1987[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01988[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1989[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11990[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1991[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21992[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1993[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31994[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1995[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/41996[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)1997[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/51998[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)1999[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/62000[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)2001[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/02002[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)2003[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/12004[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)2005[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/22006[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)2007[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/32008[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)2009[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/42010[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)2011[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/52012[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)2013[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/62014[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)2015[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (0 ms total)20162017[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite2018[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath2019[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)2020[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId2021[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)2022[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2023[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2024[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2025[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2026[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2027[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2028[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2029[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2030[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2031[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2032[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2033[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2034[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2035[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2036[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2037[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2038[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2039[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2040[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2041[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2042[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2043[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2044[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2045[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2046[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2047[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2048[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2049[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2050[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2051[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2052[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (0 ms total)20532054[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2055[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2056[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2057[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2058[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2059[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2060[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2061[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2062[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2063[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2064[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2065[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2066[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2067[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2068[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2069[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2070[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2071[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2072[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2073[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2074[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2075[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2076[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2077[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2078[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2079[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2080[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2081[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2082[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2083[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2084[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2085[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2086[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2087[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2088[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2089[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2090[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2091[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2092[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2093[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2094[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2095[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)20962097[----------] 8 tests from Unix/UrlPathTest2098[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2099[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2100[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2101[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2102[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2103[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2104[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2105[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2106[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2107[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2108[ RUN ] Unix/UrlPathTest.urlToString/root_path2109[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2110[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2111[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2112[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2113[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2114[----------] 8 tests from Unix/UrlPathTest (0 ms total)21152116[----------] Global test environment tear-down2117[==========] 816 tests from 156 test suites ran. (1912 ms total)2118[ PASSED ] 815 tests.2119[ SKIPPED ] 1 test, listed below:2120[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none21212122 YOU HAVE 1 DISABLED TEST21232124