nixbot

builds

succeeded nix-util-tests-run checks.aarch64-darwin.nix-util-tests-run · build #22 · raw

1[==========] Running 809 tests from 153 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 (0 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=871499890498209690591[ 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 (5 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 (14 ms)196[----------] 2 tests from compress (14 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 (8 ms)205[----------] 3 tests from decompress (8 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[----------] 7 tests from GitTest553[ RUN ] GitTest.blob_read554[ OK ] GitTest.blob_read (0 ms)555[ RUN ] GitTest.blob_write556[ OK ] GitTest.blob_write (0 ms)557[ RUN ] GitTest.tree_sha1_read558[ OK ] GitTest.tree_sha1_read (0 ms)559[ RUN ] GitTest.tree_sha256_read560[ OK ] GitTest.tree_sha256_read (0 ms)561[ RUN ] GitTest.tree_sha1_write562[ OK ] GitTest.tree_sha1_write (0 ms)563[ RUN ] GitTest.tree_sha256_write564[ OK ] GitTest.tree_sha256_write (0 ms)565[ RUN ] GitTest.both_roundrip566[ OK ] GitTest.both_roundrip (0 ms)567[----------] 7 tests from GitTest (0 ms total)568569[----------] 3 tests from GitLsRemote570[ RUN ] GitLsRemote.parseSymrefLineWithReference571[ OK ] GitLsRemote.parseSymrefLineWithReference (0 ms)572[ RUN ] GitLsRemote.parseSymrefLineWithNoReference573[ OK ] GitLsRemote.parseSymrefLineWithNoReference (0 ms)574[ RUN ] GitLsRemote.parseObjectRefLine575[ OK ] GitLsRemote.parseObjectRefLine (0 ms)576[----------] 3 tests from GitLsRemote (0 ms total)577578[----------] 3 tests from BLAKE3HashTest579[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes1580[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes1 (0 ms)581[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes2582[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes2 (0 ms)583[ RUN ] BLAKE3HashTest.testKnownBLAKE3Hashes3584[ OK ] BLAKE3HashTest.testKnownBLAKE3Hashes3 (0 ms)585[----------] 3 tests from BLAKE3HashTest (0 ms total)586587[----------] 8 tests from hashString588[ RUN ] hashString.testKnownMD5Hashes1589[ OK ] hashString.testKnownMD5Hashes1 (0 ms)590[ RUN ] hashString.testKnownMD5Hashes2591[ OK ] hashString.testKnownMD5Hashes2 (0 ms)592[ RUN ] hashString.testKnownSHA1Hashes1593[ OK ] hashString.testKnownSHA1Hashes1 (0 ms)594[ RUN ] hashString.testKnownSHA1Hashes2595[ OK ] hashString.testKnownSHA1Hashes2 (0 ms)596[ RUN ] hashString.testKnownSHA256Hashes1597[ OK ] hashString.testKnownSHA256Hashes1 (0 ms)598[ RUN ] hashString.testKnownSHA256Hashes2599[ OK ] hashString.testKnownSHA256Hashes2 (0 ms)600[ RUN ] hashString.testKnownSHA512Hashes1601[ OK ] hashString.testKnownSHA512Hashes1 (0 ms)602[ RUN ] hashString.testKnownSHA512Hashes2603[ OK ] hashString.testKnownSHA512Hashes2 (0 ms)604[----------] 8 tests from hashString (0 ms total)605606[----------] 3 tests from hashParseExplicitFormatUnprefixed607[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct608[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_correct (0 ms)609[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo610[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongAlgo (0 ms)611[ RUN ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase612[ OK ] hashParseExplicitFormatUnprefixed.testKnownSHA256Hashes1_wrongBase (0 ms)613[----------] 3 tests from hashParseExplicitFormatUnprefixed (0 ms total)614615[----------] 2 tests from hashFormat616[ RUN ] hashFormat.testRoundTripPrintParse617[ OK ] hashFormat.testRoundTripPrintParse (0 ms)618[ RUN ] hashFormat.testParseHashFormatOptException619[ OK ] hashFormat.testParseHashFormatOptException (0 ms)620[----------] 2 tests from hashFormat (0 ms total)621622[----------] 5 tests from hiliteMatches623[ RUN ] hiliteMatches.noHighlight624[ OK ] hiliteMatches.noHighlight (0 ms)625[ RUN ] hiliteMatches.simpleHighlight626[ OK ] hiliteMatches.simpleHighlight (0 ms)627[ RUN ] hiliteMatches.multipleMatches628[ OK ] hiliteMatches.multipleMatches (0 ms)629[ RUN ] hiliteMatches.overlappingMatches630[ OK ] hiliteMatches.overlappingMatches (0 ms)631[ RUN ] hiliteMatches.complexOverlappingMatches632[ OK ] hiliteMatches.complexOverlappingMatches (0 ms)633[----------] 5 tests from hiliteMatches (0 ms total)634635[----------] 3 tests from to_json636[ RUN ] to_json.optionalInt637[ OK ] to_json.optionalInt (0 ms)638[ RUN ] to_json.vectorOfOptionalInts639[ OK ] to_json.vectorOfOptionalInts (0 ms)640[ RUN ] to_json.optionalVectorOfInts641[ OK ] to_json.optionalVectorOfInts (0 ms)642[----------] 3 tests from to_json (0 ms total)643644[----------] 2 tests from from_json645[ RUN ] from_json.optionalInt646[ OK ] from_json.optionalInt (0 ms)647[ RUN ] from_json.vectorOfOptionalInts648[ OK ] from_json.vectorOfOptionalInts (0 ms)649[----------] 2 tests from from_json (0 ms total)650651[----------] 2 tests from valueAt652[ RUN ] valueAt.simpleObject653[ OK ] valueAt.simpleObject (0 ms)654[ RUN ] valueAt.missingKey655[ OK ] valueAt.missingKey (0 ms)656[----------] 2 tests from valueAt (0 ms total)657658[----------] 2 tests from getObject659[ RUN ] getObject.rightAssertions660[ OK ] getObject.rightAssertions (0 ms)661[ RUN ] getObject.wrongAssertions662[ OK ] getObject.wrongAssertions (0 ms)663[----------] 2 tests from getObject (0 ms total)664665[----------] 2 tests from getArray666[ RUN ] getArray.rightAssertions667[ OK ] getArray.rightAssertions (0 ms)668[ RUN ] getArray.wrongAssertions669[ OK ] getArray.wrongAssertions (0 ms)670[----------] 2 tests from getArray (0 ms total)671672[----------] 2 tests from getString673[ RUN ] getString.rightAssertions674[ OK ] getString.rightAssertions (0 ms)675[ RUN ] getString.wrongAssertions676[ OK ] getString.wrongAssertions (0 ms)677[----------] 2 tests from getString (0 ms total)678679[----------] 2 tests from getIntegralNumber680[ RUN ] getIntegralNumber.rightAssertions681[ OK ] getIntegralNumber.rightAssertions (0 ms)682[ RUN ] getIntegralNumber.wrongAssertions683[ OK ] getIntegralNumber.wrongAssertions (0 ms)684[----------] 2 tests from getIntegralNumber (0 ms total)685686[----------] 2 tests from getBoolean687[ RUN ] getBoolean.rightAssertions688[ OK ] getBoolean.rightAssertions (0 ms)689[ RUN ] getBoolean.wrongAssertions690[ OK ] getBoolean.wrongAssertions (0 ms)691[----------] 2 tests from getBoolean (0 ms total)692693[----------] 2 tests from optionalValueAt694[ RUN ] optionalValueAt.existing695[ OK ] optionalValueAt.existing (0 ms)696[ RUN ] optionalValueAt.empty697[ OK ] optionalValueAt.empty (0 ms)698[----------] 2 tests from optionalValueAt (0 ms total)699700[----------] 2 tests from getNullable701[ RUN ] getNullable.null702[ OK ] getNullable.null (0 ms)703[ RUN ] getNullable.empty704[ OK ] getNullable.empty (0 ms)705[----------] 2 tests from getNullable (0 ms total)706707[----------] 2 tests from local_keys708[ RUN ] local_keys.signAndVerify709[ OK ] local_keys.signAndVerify (1 ms)710[ RUN ] local_keys.rfc8032TestVector711[ OK ] local_keys.rfc8032TestVector (0 ms)712[----------] 2 tests from local_keys (1 ms total)713714[----------] 13 tests from LRUCache715[ RUN ] LRUCache.sizeOfEmptyCacheIsZero716[ OK ] LRUCache.sizeOfEmptyCacheIsZero (0 ms)717[ RUN ] LRUCache.sizeOfSingleElementCacheIsOne718[ OK ] LRUCache.sizeOfSingleElementCacheIsOne (0 ms)719[ RUN ] LRUCache.getFromEmptyCache720[ OK ] LRUCache.getFromEmptyCache (0 ms)721[ RUN ] LRUCache.getExistingValue722[ OK ] LRUCache.getExistingValue (0 ms)723[ RUN ] LRUCache.getNonExistingValueFromNonEmptyCache724[ OK ] LRUCache.getNonExistingValueFromNonEmptyCache (0 ms)725[ RUN ] LRUCache.upsertOnZeroCapacityCache726[ OK ] LRUCache.upsertOnZeroCapacityCache (0 ms)727[ RUN ] LRUCache.updateExistingValue728[ OK ] LRUCache.updateExistingValue (0 ms)729[ RUN ] LRUCache.overwriteOldestWhenCapacityIsReached730[ OK ] LRUCache.overwriteOldestWhenCapacityIsReached (0 ms)731[ RUN ] LRUCache.clearEmptyCache732[ OK ] LRUCache.clearEmptyCache (0 ms)733[ RUN ] LRUCache.clearNonEmptyCache734[ OK ] LRUCache.clearNonEmptyCache (0 ms)735[ RUN ] LRUCache.eraseFromEmptyCache736[ OK ] LRUCache.eraseFromEmptyCache (0 ms)737[ RUN ] LRUCache.eraseMissingFromNonEmptyCache738[ OK ] LRUCache.eraseMissingFromNonEmptyCache (0 ms)739[ RUN ] LRUCache.eraseFromNonEmptyCache740[ OK ] LRUCache.eraseFromNonEmptyCache (0 ms)741[----------] 13 tests from LRUCache (0 ms total)742743[----------] 3 tests from memo744[ RUN ] memo.computesOnce745[ OK ] memo.computesOnce (0 ms)746[ RUN ] memo.copiesShareCache747[ OK ] memo.copiesShareCache (0 ms)748[ RUN ] memo.worksWithString749[ OK ] memo.worksWithString (0 ms)750[----------] 3 tests from memo (0 ms total)751752[----------] 18 tests from MemorySourceAccessorTestErrors753[ RUN ] MemorySourceAccessorTestErrors.readFileNotFound754[ OK ] MemorySourceAccessorTestErrors.readFileNotFound (0 ms)755[ RUN ] MemorySourceAccessorTestErrors.readFileNotARegularFile756[ OK ] MemorySourceAccessorTestErrors.readFileNotARegularFile (0 ms)757[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotFound758[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotFound (0 ms)759[ RUN ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory760[ OK ] MemorySourceAccessorTestErrors.readDirectoryNotADirectory (0 ms)761[ RUN ] MemorySourceAccessorTestErrors.readLinkNotFound762[ OK ] MemorySourceAccessorTestErrors.readLinkNotFound (0 ms)763[ RUN ] MemorySourceAccessorTestErrors.readLinkNotASymlink764[ OK ] MemorySourceAccessorTestErrors.readLinkNotASymlink (0 ms)765[ RUN ] MemorySourceAccessorTestErrors.addFileParentNotDirectory766[ OK ] MemorySourceAccessorTestErrors.addFileParentNotDirectory (0 ms)767[ RUN ] MemorySourceAccessorTestErrors.addFileNotARegularFile768[ OK ] MemorySourceAccessorTestErrors.addFileNotARegularFile (0 ms)769[ RUN ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory770[ OK ] MemorySourceAccessorTestErrors.createDirectoryParentNotDirectory (0 ms)771[ RUN ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory772[ OK ] MemorySourceAccessorTestErrors.createDirectoryNotADirectory (0 ms)773[ RUN ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory774[ OK ] MemorySourceAccessorTestErrors.createRegularFileParentNotDirectory (0 ms)775[ RUN ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile776[ OK ] MemorySourceAccessorTestErrors.createRegularFileNotARegularFile (0 ms)777[ RUN ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory778[ OK ] MemorySourceAccessorTestErrors.createSymlinkParentNotDirectory (0 ms)779[ RUN ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink780[ OK ] MemorySourceAccessorTestErrors.createSymlinkNotASymlink (0 ms)781[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile782[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughRegularFile (0 ms)783[ RUN ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile784[ OK ] MemorySourceAccessorTestErrors.maybeLstatThroughRegularFile (0 ms)785[ RUN ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink786[ OK ] MemorySourceAccessorTestErrors.pathExistsThroughSymlink (0 ms)787[ RUN ] MemorySourceAccessorTestErrors.createFileThroughSymlink788[ OK ] MemorySourceAccessorTestErrors.createFileThroughSymlink (0 ms)789[----------] 18 tests from MemorySourceAccessorTestErrors (0 ms total)790791[----------] 1 test from MonitorFdHup792[ RUN ] MonitorFdHup.shouldNotBlock793[ OK ] MonitorFdHup.shouldNotBlock (0 ms)794[----------] 1 test from MonitorFdHup (0 ms total)795796[----------] 1 test from nix_api_util797[ RUN ] nix_api_util.nix_version_get798[ OK ] nix_api_util.nix_version_get (0 ms)799[----------] 1 test from nix_api_util (0 ms total)800801[----------] 8 tests from nix_api_util_context802[ RUN ] nix_api_util_context.nix_setting_get803[ OK ] nix_api_util_context.nix_setting_get (0 ms)804[ RUN ] nix_api_util_context.nix_setting_set805[ OK ] nix_api_util_context.nix_setting_set (0 ms)806[ RUN ] nix_api_util_context.nix_err_msg807[ OK ] nix_api_util_context.nix_err_msg (0 ms)808[ RUN ] nix_api_util_context.nix_err_code809[ OK ] nix_api_util_context.nix_err_code (0 ms)810[ RUN ] nix_api_util_context.nix_context_error811[ OK ] nix_api_util_context.nix_context_error (0 ms)812[ RUN ] nix_api_util_context.nix_set_err_msg813[ OK ] nix_api_util_context.nix_set_err_msg (0 ms)814[ RUN ] nix_api_util_context.nix_err_info_msg815[ OK ] nix_api_util_context.nix_err_info_msg (0 ms)816[ RUN ] nix_api_util_context.nix_err_name817[ OK ] nix_api_util_context.nix_err_name (0 ms)818[----------] 8 tests from nix_api_util_context (0 ms total)819820[----------] 7 tests from Pool821[ RUN ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity822[ OK ] Pool.freshPoolHasZeroCountAndSpecifiedCapacity (0 ms)823[ RUN ] Pool.freshPoolCanGetAResource824[ OK ] Pool.freshPoolCanGetAResource (0 ms)825[ RUN ] Pool.capacityCanBeIncremented826[ OK ] Pool.capacityCanBeIncremented (0 ms)827[ RUN ] Pool.capacityCanBeDecremented828[ OK ] Pool.capacityCanBeDecremented (0 ms)829[ RUN ] Pool.flushBadDropsOutOfScopeResources830[ OK ] Pool.flushBadDropsOutOfScopeResources (0 ms)831[ RUN ] Pool.reuseResource832[ OK ] Pool.reuseResource (0 ms)833[ RUN ] Pool.badResourceIsNotReused834[ OK ] Pool.badResourceIsNotReused (0 ms)835[----------] 7 tests from Pool (0 ms total)836837[----------] 4 tests from Position838[ RUN ] Position.getSnippetUpTo_0839[ OK ] Position.getSnippetUpTo_0 (0 ms)840[ RUN ] Position.getSnippetUpTo_1841[ OK ] Position.getSnippetUpTo_1 (0 ms)842[ RUN ] Position.getSnippetUpTo_2843[ OK ] Position.getSnippetUpTo_2 (0 ms)844[ RUN ] Position.example_1845[ OK ] Position.example_1 (0 ms)846[----------] 4 tests from Position (0 ms total)847848[----------] 1 test from statusOk849[ RUN ] statusOk.zeroIsOk850[ OK ] statusOk.zeroIsOk (0 ms)851[----------] 1 test from statusOk (0 ms total)852853[----------] 2 tests from runProgram854[ RUN ] runProgram.worksTrivial855[ OK ] runProgram.worksTrivial (231 ms)856[ RUN ] runProgram.nonexistent857error: executing "/this/path/really/should/not/exist/for/real": No such file or directory858[ OK ] runProgram.nonexistent (106 ms)859[----------] 2 tests from runProgram (337 ms total)860861[----------] 2 tests from runProgram2862[ RUN ] runProgram2.nonexistent863error: executing "/this/path/really/should/not/exist/for/real": No such file or directory864[ OK ] runProgram2.nonexistent (107 ms)865[ RUN ] runProgram2.leakedFDsAreClosed866[ OK ] runProgram2.leakedFDsAreClosed (115 ms)867[----------] 2 tests from runProgram2 (222 ms total)868869[----------] 6 tests from ref870[ RUN ] ref.upcast_is_implicit871[ OK ] ref.upcast_is_implicit (0 ms)872[ RUN ] ref.downcast_is_rejected873[ OK ] ref.downcast_is_rejected (0 ms)874[ RUN ] ref.same_type_conversion875[ OK ] ref.same_type_conversion (0 ms)876[ RUN ] ref.explicit_downcast_with_cast877[ OK ] ref.explicit_downcast_with_cast (0 ms)878[ RUN ] ref.invalid_cast_throws879[ OK ] ref.invalid_cast_throws (0 ms)880[ RUN ] ref.explicit_downcast_with_dynamic_pointer_cast881[ OK ] ref.explicit_downcast_with_dynamic_pointer_cast (0 ms)882[----------] 6 tests from ref (0 ms total)883884[----------] 1 test from readNum885[ RUN ] readNum.negativeValuesSerialiseWellDefined886[ OK ] readNum.negativeValuesSerialiseWellDefined (0 ms)887[----------] 1 test from readNum (0 ms total)888889[----------] 1 test from readPadding890[ RUN ] readPadding.works891[ OK ] readPadding.works (0 ms)892[----------] 1 test from readPadding (0 ms total)893894[----------] 1 test from sourceToSink895[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions896[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)897[----------] 1 test from sourceToSink (0 ms total)898899[----------] 2 tests from MonotonicSubranges900[ RUN ] MonotonicSubranges.empty901[ OK ] MonotonicSubranges.empty (0 ms)902[ RUN ] MonotonicSubranges.basic903[ OK ] MonotonicSubranges.basic (0 ms)904[----------] 2 tests from MonotonicSubranges (0 ms total)905906[----------] 2 tests from SortTestPermutations/0, where TypeParam = int907[ RUN ] SortTestPermutations/0.insertionsort908[ OK ] SortTestPermutations/0.insertionsort (0 ms)909[ RUN ] SortTestPermutations/0.peeksort910[ OK ] SortTestPermutations/0.peeksort (0 ms)911[----------] 2 tests from SortTestPermutations/0 (0 ms total)912913[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long914[ RUN ] SortTestPermutations/1.insertionsort915[ OK ] SortTestPermutations/1.insertionsort (0 ms)916[ RUN ] SortTestPermutations/1.peeksort917[ OK ] SortTestPermutations/1.peeksort (0 ms)918[----------] 2 tests from SortTestPermutations/1 (0 ms total)919920[----------] 2 tests from SortTestPermutations/2, where TypeParam = short921[ RUN ] SortTestPermutations/2.insertionsort922[ OK ] SortTestPermutations/2.insertionsort (0 ms)923[ RUN ] SortTestPermutations/2.peeksort924[ OK ] SortTestPermutations/2.peeksort (0 ms)925[----------] 2 tests from SortTestPermutations/2 (0 ms total)926927[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int928[ RUN ] SortTestPermutations/3.insertionsort929[ OK ] SortTestPermutations/3.insertionsort (0 ms)930[ RUN ] SortTestPermutations/3.peeksort931[ OK ] SortTestPermutations/3.peeksort (0 ms)932[----------] 2 tests from SortTestPermutations/3 (0 ms total)933934[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long935[ RUN ] SortTestPermutations/4.insertionsort936[ OK ] SortTestPermutations/4.insertionsort (0 ms)937[ RUN ] SortTestPermutations/4.peeksort938[ OK ] SortTestPermutations/4.peeksort (0 ms)939[----------] 2 tests from SortTestPermutations/4 (0 ms total)940941[----------] 1 test from InsertionSort942[ RUN ] InsertionSort.empty943[ OK ] InsertionSort.empty (0 ms)944[----------] 1 test from InsertionSort (0 ms total)945946[----------] 4 tests from SortProperty/0, where TypeParam = int947[ RUN ] SortProperty/0.peeksortSorted948[ OK ] SortProperty/0.peeksortSorted (0 ms)949[ RUN ] SortProperty/0.peeksortSortedGreater950[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)951[ RUN ] SortProperty/0.insertionsortSorted952[ OK ] SortProperty/0.insertionsortSorted (0 ms)953[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity954[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)955[----------] 4 tests from SortProperty/0 (1 ms total)956957[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int958[ RUN ] SortProperty/1.peeksortSorted959[ OK ] SortProperty/1.peeksortSorted (0 ms)960[ RUN ] SortProperty/1.peeksortSortedGreater961[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)962[ RUN ] SortProperty/1.insertionsortSorted963[ OK ] SortProperty/1.insertionsortSorted (0 ms)964[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity965[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)966[----------] 4 tests from SortProperty/1 (1 ms total)967968[----------] 4 tests from SortProperty/2, where TypeParam = long long969[ RUN ] SortProperty/2.peeksortSorted970[ OK ] SortProperty/2.peeksortSorted (0 ms)971[ RUN ] SortProperty/2.peeksortSortedGreater972[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)973[ RUN ] SortProperty/2.insertionsortSorted974[ OK ] SortProperty/2.insertionsortSorted (0 ms)975[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity976[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)977[----------] 4 tests from SortProperty/2 (1 ms total)978979[----------] 4 tests from SortProperty/3, where TypeParam = short980[ RUN ] SortProperty/3.peeksortSorted981[ OK ] SortProperty/3.peeksortSorted (0 ms)982[ RUN ] SortProperty/3.peeksortSortedGreater983[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)984[ RUN ] SortProperty/3.insertionsortSorted985[ OK ] SortProperty/3.insertionsortSorted (0 ms)986[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity987[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)988[----------] 4 tests from SortProperty/3 (1 ms total)989990[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>991[ RUN ] SortProperty/4.peeksortSorted992[ OK ] SortProperty/4.peeksortSorted (1 ms)993[ RUN ] SortProperty/4.peeksortSortedGreater994[ OK ] SortProperty/4.peeksortSortedGreater (1 ms)995[ RUN ] SortProperty/4.insertionsortSorted996[ OK ] SortProperty/4.insertionsortSorted (1 ms)997[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity998[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (1 ms)999[----------] 4 tests from SortProperty/4 (5 ms total)10001001[----------] 1 test from SortProperty1002[ RUN ] SortProperty.peeksortStability1003[ OK ] SortProperty.peeksortStability (0 ms)1004[----------] 1 test from SortProperty (0 ms total)10051006[----------] 4 tests from FSSourceAccessorTest1007[ RUN ] FSSourceAccessorTest.works1008[ OK ] FSSourceAccessorTest.works (0 ms)1009[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1010[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1011[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1012[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1013[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1014[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1015[----------] 4 tests from FSSourceAccessorTest (1 ms total)10161017[----------] 8 tests from concatStringsSep1018[ RUN ] concatStringsSep.empty1019[ OK ] concatStringsSep.empty (0 ms)1020[ RUN ] concatStringsSep.justOne1021[ OK ] concatStringsSep.justOne (0 ms)1022[ RUN ] concatStringsSep.emptyString1023[ OK ] concatStringsSep.emptyString (0 ms)1024[ RUN ] concatStringsSep.emptyStrings1025[ OK ] concatStringsSep.emptyStrings (0 ms)1026[ RUN ] concatStringsSep.threeEmptyStrings1027[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1028[ RUN ] concatStringsSep.buildCommaSeparatedString1029[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1030[ RUN ] concatStringsSep.buildStringWithEmptySeparator1031[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1032[ RUN ] concatStringsSep.buildSingleString1033[ OK ] concatStringsSep.buildSingleString (0 ms)1034[----------] 8 tests from concatStringsSep (0 ms total)10351036[----------] 4 tests from concatMapStringsSep1037[ RUN ] concatMapStringsSep.empty1038[ OK ] concatMapStringsSep.empty (0 ms)1039[ RUN ] concatMapStringsSep.justOne1040[ OK ] concatMapStringsSep.justOne (0 ms)1041[ RUN ] concatMapStringsSep.two1042[ OK ] concatMapStringsSep.two (0 ms)1043[ RUN ] concatMapStringsSep.map1044[ OK ] concatMapStringsSep.map (0 ms)1045[----------] 4 tests from concatMapStringsSep (0 ms total)10461047[----------] 5 tests from dropEmptyInitThenConcatStringsSep1048[ RUN ] dropEmptyInitThenConcatStringsSep.empty1049[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1050[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1051[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1052[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1053[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1054[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1055[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1056[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1057[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1058[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10591060[----------] 12 tests from tokenizeString1061[ RUN ] tokenizeString.empty1062[ OK ] tokenizeString.empty (0 ms)1063[ RUN ] tokenizeString.oneSep1064[ OK ] tokenizeString.oneSep (0 ms)1065[ RUN ] tokenizeString.twoSep1066[ OK ] tokenizeString.twoSep (0 ms)1067[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1068[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1069[ RUN ] tokenizeString.tokenizeTabsWithDefaults1070[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1071[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1072[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1073[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1074[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1075[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1076[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1077[ RUN ] tokenizeString.tokenizeWithCustomSep1078[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1079[ RUN ] tokenizeString.tokenizeSepAtStart1080[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1081[ RUN ] tokenizeString.tokenizeSepAtEnd1082[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1083[ RUN ] tokenizeString.tokenizeSepEmpty1084[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1085[----------] 12 tests from tokenizeString (0 ms total)10861087[----------] 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>>>>1088[ RUN ] splitStringTest/0.empty1089[ OK ] splitStringTest/0.empty (0 ms)1090[ RUN ] splitStringTest/0.oneSep1091[ OK ] splitStringTest/0.oneSep (0 ms)1092[ RUN ] splitStringTest/0.twoSep1093[ OK ] splitStringTest/0.twoSep (0 ms)1094[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1095[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1096[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1097[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1098[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1099[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1100[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1101[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1102[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1103[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1104[ RUN ] splitStringTest/0.tokenizeWithCustomSep1105[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1106[ RUN ] splitStringTest/0.tokenizeSepAtStart1107[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1108[ RUN ] splitStringTest/0.tokenizeSepAtEnd1109[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1110[ RUN ] splitStringTest/0.tokenizeSepEmpty1111[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1112[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1113[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1114[----------] 13 tests from splitStringTest/0 (0 ms total)11151116[----------] 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>>>>1117[ RUN ] splitStringTest/1.empty1118[ OK ] splitStringTest/1.empty (0 ms)1119[ RUN ] splitStringTest/1.oneSep1120[ OK ] splitStringTest/1.oneSep (0 ms)1121[ RUN ] splitStringTest/1.twoSep1122[ OK ] splitStringTest/1.twoSep (0 ms)1123[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1124[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1125[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1126[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1127[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1128[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1129[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1130[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1131[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1132[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1133[ RUN ] splitStringTest/1.tokenizeWithCustomSep1134[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1135[ RUN ] splitStringTest/1.tokenizeSepAtStart1136[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1137[ RUN ] splitStringTest/1.tokenizeSepAtEnd1138[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1139[ RUN ] splitStringTest/1.tokenizeSepEmpty1140[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1141[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1142[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1143[----------] 13 tests from splitStringTest/1 (0 ms total)11441145[----------] 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>>>>1146[ RUN ] splitStringTest/2.empty1147[ OK ] splitStringTest/2.empty (0 ms)1148[ RUN ] splitStringTest/2.oneSep1149[ OK ] splitStringTest/2.oneSep (0 ms)1150[ RUN ] splitStringTest/2.twoSep1151[ OK ] splitStringTest/2.twoSep (0 ms)1152[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1153[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1154[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1155[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1156[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1157[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1158[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1159[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1160[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1161[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1162[ RUN ] splitStringTest/2.tokenizeWithCustomSep1163[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1164[ RUN ] splitStringTest/2.tokenizeSepAtStart1165[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1166[ RUN ] splitStringTest/2.tokenizeSepAtEnd1167[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1168[ RUN ] splitStringTest/2.tokenizeSepEmpty1169[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1170[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1171[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1172[----------] 13 tests from splitStringTest/2 (0 ms total)11731174[----------] 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>>>>1175[ RUN ] splitStringTest/3.empty1176[ OK ] splitStringTest/3.empty (0 ms)1177[ RUN ] splitStringTest/3.oneSep1178[ OK ] splitStringTest/3.oneSep (0 ms)1179[ RUN ] splitStringTest/3.twoSep1180[ OK ] splitStringTest/3.twoSep (0 ms)1181[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1182[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1183[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1184[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1185[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1186[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1187[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1188[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1189[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1190[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1191[ RUN ] splitStringTest/3.tokenizeWithCustomSep1192[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1193[ RUN ] splitStringTest/3.tokenizeSepAtStart1194[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1195[ RUN ] splitStringTest/3.tokenizeSepAtEnd1196[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1197[ RUN ] splitStringTest/3.tokenizeSepEmpty1198[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1199[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1200[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1201[----------] 13 tests from splitStringTest/3 (0 ms total)12021203[----------] 14 tests from shellSplitString1204[ RUN ] shellSplitString.empty1205[ OK ] shellSplitString.empty (0 ms)1206[ RUN ] shellSplitString.oneWord1207[ OK ] shellSplitString.oneWord (0 ms)1208[ RUN ] shellSplitString.oneWordQuotedWithSpaces1209[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1210[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1211[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1212[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1213[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1214[ RUN ] shellSplitString.twoWords1215[ OK ] shellSplitString.twoWords (0 ms)1216[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1217[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1218[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1219[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1220[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1221[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1222[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1223[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1224[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1225[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1226[ RUN ] shellSplitString.backslashEscapesSpaces1227[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1228[ RUN ] shellSplitString.backslashEscapesQuotes1229[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1230[ RUN ] shellSplitString.testUnbalancedQuotes1231[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1232[----------] 14 tests from shellSplitString (0 ms total)12331234[----------] 11 tests from optionalBracket1235[ RUN ] optionalBracket.emptyContent1236[ OK ] optionalBracket.emptyContent (0 ms)1237[ RUN ] optionalBracket.nonEmptyContent1238[ OK ] optionalBracket.nonEmptyContent (0 ms)1239[ RUN ] optionalBracket.emptyPrefixAndSuffix1240[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1241[ RUN ] optionalBracket.emptyContentEmptyBrackets1242[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1243[ RUN ] optionalBracket.complexBrackets1244[ OK ] optionalBracket.complexBrackets (0 ms)1245[ RUN ] optionalBracket.onlyPrefix1246[ OK ] optionalBracket.onlyPrefix (0 ms)1247[ RUN ] optionalBracket.onlySuffix1248[ OK ] optionalBracket.onlySuffix (0 ms)1249[ RUN ] optionalBracket.optionalWithValue1250[ OK ] optionalBracket.optionalWithValue (0 ms)1251[ RUN ] optionalBracket.optionalNullopt1252[ OK ] optionalBracket.optionalNullopt (0 ms)1253[ RUN ] optionalBracket.optionalEmptyString1254[ OK ] optionalBracket.optionalEmptyString (0 ms)1255[ RUN ] optionalBracket.optionalStringViewWithValue1256[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1257[----------] 11 tests from optionalBracket (0 ms total)12581259[----------] 1 test from Suggestions1260[ RUN ] Suggestions.Trim1261[ OK ] Suggestions.Trim (0 ms)1262[----------] 1 test from Suggestions (0 ms total)12631264[----------] 7 tests from filterANSIEscapes1265[ RUN ] filterANSIEscapes.emptyString1266[ OK ] filterANSIEscapes.emptyString (0 ms)1267[ RUN ] filterANSIEscapes.doesntChangePrintableChars1268[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1269[ RUN ] filterANSIEscapes.filtersColorCodes1270[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1271[ RUN ] filterANSIEscapes.expandsTabs1272[ OK ] filterANSIEscapes.expandsTabs (0 ms)1273[ RUN ] filterANSIEscapes.utf81274[ OK ] filterANSIEscapes.utf8 (0 ms)1275[ RUN ] filterANSIEscapes.osc81276[ OK ] filterANSIEscapes.osc8 (0 ms)1277[ RUN ] filterANSIEscapes.osc8_bell_as_sep1278[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1279[----------] 7 tests from filterANSIEscapes (0 ms total)12801281[----------] 8 tests from FixGitURLTestSuite1282[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1283[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (1 ms)1284[ RUN ] FixGitURLTestSuite.rejectRelativePath1285[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1286[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1287[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1288[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1289[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1290[ RUN ] FixGitURLTestSuite.mismatchedBrackets1291[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1292[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1293[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1294[ RUN ] FixGitURLTestSuite.noColonIsNotScp1295[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1296[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1297[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1298[----------] 8 tests from FixGitURLTestSuite (1 ms total)12991300[----------] 17 tests from parseURL1301[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1302[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1303[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1304[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1305[ RUN ] parseURL.parseEmptyQueryParams1306warning: dubious URI query '' is missing equal sign '=', ignoring1307warning: dubious URI query '' is missing equal sign '=', ignoring1308warning: dubious URI query '' is missing equal sign '=', ignoring1309warning: dubious URI query '' is missing equal sign '=', ignoring1310warning: dubious URI query '' is missing equal sign '=', ignoring1311warning: dubious URI query '' is missing equal sign '=', ignoring1312[ OK ] parseURL.parseEmptyQueryParams (0 ms)1313[ RUN ] parseURL.parseUserPassword1314[ OK ] parseURL.parseUserPassword (0 ms)1315[ RUN ] parseURL.parseFileURLWithQueryAndFragment1316[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1317[ RUN ] parseURL.parseFileURL1318[ OK ] parseURL.parseFileURL (0 ms)1319[ RUN ] parseURL.parseFileURLWithAuthority1320[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1321[ RUN ] parseURL.parseFileURLNoLeadingSlash1322[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1323[ RUN ] parseURL.parseHttpTrailingSlash1324[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1325[ RUN ] parseURL.parsedUrlsIsEqualToItself1326[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1327[ RUN ] parseURL.parsedUrlsWithUnescapedChars1328[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1329[ RUN ] parseURL.parseFTPUrl1330[ OK ] parseURL.parseFTPUrl (0 ms)1331[ RUN ] parseURL.parsesAnythingInUriFormat1332[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1333[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1334[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1335[ RUN ] parseURL.emptyStringIsInvalidURL1336[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1337[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1338[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1339[ RUN ] parseURL.gitlabNamespacedProjectUrls1340[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1341[----------] 17 tests from parseURL (0 ms total)13421343[----------] 4 tests from decodeQuery1344[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1345[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1346[ RUN ] decodeQuery.simpleDecode1347[ OK ] decodeQuery.simpleDecode (0 ms)1348[ RUN ] decodeQuery.decodeUrlEncodedArgs1349[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1350[ RUN ] decodeQuery.decodeArgWithEmptyValue1351[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1352[----------] 4 tests from decodeQuery (0 ms total)13531354[----------] 4 tests from percentDecode1355[ RUN ] percentDecode.decodesUrlEncodedString1356[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1357[ RUN ] percentDecode.multipleDecodesAreIdempotent1358[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1359[ RUN ] percentDecode.trailingPercent1360[ OK ] percentDecode.trailingPercent (0 ms)1361[ RUN ] percentDecode.incompleteEncoding1362[ OK ] percentDecode.incompleteEncoding (0 ms)1363[----------] 4 tests from percentDecode (0 ms total)13641365[----------] 5 tests from percentEncode1366[ RUN ] percentEncode.encodesUrlEncodedString1367[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1368[ RUN ] percentEncode.keepArgument1369[ OK ] percentEncode.keepArgument (0 ms)1370[ RUN ] percentEncode.inverseOfDecode1371[ OK ] percentEncode.inverseOfDecode (0 ms)1372[ RUN ] percentEncode.trailingPercent1373[ OK ] percentEncode.trailingPercent (0 ms)1374[ RUN ] percentEncode.yen1375[ OK ] percentEncode.yen (0 ms)1376[----------] 5 tests from percentEncode (0 ms total)13771378[----------] 1 test from nix1379[ RUN ] nix.isValidSchemeName1380[ OK ] nix.isValidSchemeName (0 ms)1381[----------] 1 test from nix (0 ms total)13821383[----------] 3 tests from hasPrefix1384[ RUN ] hasPrefix.emptyStringHasNoPrefix1385[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1386[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1387[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1388[ RUN ] hasPrefix.trivialCase1389[ OK ] hasPrefix.trivialCase (0 ms)1390[----------] 3 tests from hasPrefix (0 ms total)13911392[----------] 2 tests from hasSuffix1393[ RUN ] hasSuffix.emptyStringHasNoSuffix1394[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1395[ RUN ] hasSuffix.trivialCase1396[ OK ] hasSuffix.trivialCase (0 ms)1397[----------] 2 tests from hasSuffix (0 ms total)13981399[----------] 1 test from getLine1400[ RUN ] getLine.all1401[ OK ] getLine.all (0 ms)1402[----------] 1 test from getLine (0 ms total)14031404[----------] 3 tests from toLower1405[ RUN ] toLower.emptyString1406[ OK ] toLower.emptyString (0 ms)1407[ RUN ] toLower.nonLetters1408[ OK ] toLower.nonLetters (0 ms)1409[ RUN ] toLower.umlauts1410[ OK ] toLower.umlauts (0 ms)1411[----------] 3 tests from toLower (0 ms total)14121413[----------] 2 tests from string2Float1414[ RUN ] string2Float.emptyString1415[ OK ] string2Float.emptyString (0 ms)1416[ RUN ] string2Float.trivialConversions1417[ OK ] string2Float.trivialConversions (0 ms)1418[----------] 2 tests from string2Float (0 ms total)14191420[----------] 2 tests from string2Int1421[ RUN ] string2Int.emptyString1422[ OK ] string2Int.emptyString (0 ms)1423[ RUN ] string2Int.trivialConversions1424[ OK ] string2Int.trivialConversions (0 ms)1425[----------] 2 tests from string2Int (0 ms total)14261427[----------] 1 test from getSizeUnit1428[ RUN ] getSizeUnit.misc1429[ OK ] getSizeUnit.misc (0 ms)1430[----------] 1 test from getSizeUnit (0 ms total)14311432[----------] 1 test from getCommonSizeUnit1433[ RUN ] getCommonSizeUnit.misc1434[ OK ] getCommonSizeUnit.misc (0 ms)1435[----------] 1 test from getCommonSizeUnit (0 ms total)14361437[----------] 1 test from renderSizeWithoutUnit1438[ RUN ] renderSizeWithoutUnit.misc1439[ OK ] renderSizeWithoutUnit.misc (0 ms)1440[----------] 1 test from renderSizeWithoutUnit (0 ms total)14411442[----------] 1 test from renderSize1443[ RUN ] renderSize.misc1444[ OK ] renderSize.misc (0 ms)1445[----------] 1 test from renderSize (0 ms total)14461447[----------] 4 tests from rewriteStrings1448[ RUN ] rewriteStrings.emptyString1449[ OK ] rewriteStrings.emptyString (0 ms)1450[ RUN ] rewriteStrings.emptyRewrites1451[ OK ] rewriteStrings.emptyRewrites (0 ms)1452[ RUN ] rewriteStrings.successfulRewrite1453[ OK ] rewriteStrings.successfulRewrite (0 ms)1454[ RUN ] rewriteStrings.doesntOccur1455[ OK ] rewriteStrings.doesntOccur (0 ms)1456[----------] 4 tests from rewriteStrings (0 ms total)14571458[----------] 3 tests from replaceStrings1459[ RUN ] replaceStrings.emptyString1460[ OK ] replaceStrings.emptyString (0 ms)1461[ RUN ] replaceStrings.successfulReplace1462[ OK ] replaceStrings.successfulReplace (0 ms)1463[ RUN ] replaceStrings.doesntOccur1464[ OK ] replaceStrings.doesntOccur (0 ms)1465[----------] 3 tests from replaceStrings (0 ms total)14661467[----------] 2 tests from trim1468[ RUN ] trim.emptyString1469[ OK ] trim.emptyString (0 ms)1470[ RUN ] trim.removesWhitespace1471[ OK ] trim.removesWhitespace (0 ms)1472[----------] 2 tests from trim (0 ms total)14731474[----------] 2 tests from chomp1475[ RUN ] chomp.emptyString1476[ OK ] chomp.emptyString (0 ms)1477[ RUN ] chomp.removesWhitespace1478[ OK ] chomp.removesWhitespace (0 ms)1479[----------] 2 tests from chomp (0 ms total)14801481[----------] 4 tests from quoteStrings1482[ RUN ] quoteStrings.empty1483[ OK ] quoteStrings.empty (0 ms)1484[ RUN ] quoteStrings.emptyStrings1485[ OK ] quoteStrings.emptyStrings (0 ms)1486[ RUN ] quoteStrings.trivialQuote1487[ OK ] quoteStrings.trivialQuote (0 ms)1488[ RUN ] quoteStrings.quotedStrings1489[ OK ] quoteStrings.quotedStrings (0 ms)1490[----------] 4 tests from quoteStrings (0 ms total)14911492[----------] 2 tests from get1493[ RUN ] get.emptyContainer1494[ OK ] get.emptyContainer (0 ms)1495[ RUN ] get.getFromContainer1496[ OK ] get.getFromContainer (0 ms)1497[----------] 2 tests from get (0 ms total)14981499[----------] 2 tests from getOr1500[ RUN ] getOr.emptyContainer1501[ OK ] getOr.emptyContainer (0 ms)1502[ RUN ] getOr.getFromContainer1503[ OK ] getOr.getFromContainer (0 ms)1504[----------] 2 tests from getOr (0 ms total)15051506[----------] 4 tests from markLast1507[ RUN ] markLast.empty1508[ OK ] markLast.empty (0 ms)1509[ RUN ] markLast.singleElement1510[ OK ] markLast.singleElement (0 ms)1511[ RUN ] markLast.multipleElements1512[ OK ] markLast.multipleElements (0 ms)1513[ RUN ] markLast.mutateThroughReference1514[ OK ] markLast.mutateThroughReference (0 ms)1515[----------] 4 tests from markLast (0 ms total)15161517[----------] 1 test from stringsToCharPtrs1518[ RUN ] stringsToCharPtrs.rejectsNulBytes1519[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1520[----------] 1 test from stringsToCharPtrs (0 ms total)15211522[----------] 8 tests from XMLWriter1523[ RUN ] XMLWriter.emptyObject1524[ OK ] XMLWriter.emptyObject (0 ms)1525[ RUN ] XMLWriter.objectWithEmptyElement1526[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1527[ RUN ] XMLWriter.objectWithElementWithAttrs1528[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1529[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1530[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1531[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1532[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1533[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1534[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1535[ RUN ] XMLWriter.writeEmptyElement1536[ OK ] XMLWriter.writeEmptyElement (0 ms)1537[ RUN ] XMLWriter.writeEmptyElementWithAttributes1538[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1539[----------] 8 tests from XMLWriter (0 ms total)15401541[----------] 1 test from closeExtraFDs1542[ RUN ] closeExtraFDs.works1543[ OK ] closeExtraFDs.works (107 ms)1544[----------] 1 test from closeExtraFDs (107 ms total)15451546[----------] 1 test from fchmodatTryNoFollow1547[ RUN ] fchmodatTryNoFollow.works1548[ OK ] fchmodatTryNoFollow.works (0 ms)1549[----------] 1 test from fchmodatTryNoFollow (0 ms total)15501551[----------] 2 tests from MessageWithFds1552[ RUN ] MessageWithFds.streamWithData1553[ OK ] MessageWithFds.streamWithData (0 ms)1554[ RUN ] MessageWithFds.datagramEmptyData1555[ OK ] MessageWithFds.datagramEmptyData (0 ms)1556[----------] 2 tests from MessageWithFds (1 ms total)15571558[----------] 3 tests from UnixDomainSocketLongPath1559[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1560[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (1 ms)1561[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1562[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1563[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1564[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (1 ms)1565[----------] 3 tests from UnixDomainSocketLongPath (3 ms total)15661567[----------] 8 tests from NarTest/InvalidNarTest1568[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01569[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1570[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11571[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1572[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21573[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1574[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31575[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1576[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41577[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1578[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51579[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1580[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61581[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1582[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71583[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1584[----------] 8 tests from NarTest/InvalidNarTest (0 ms total)15851586[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1587[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01588[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1589[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11590[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1591[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21592[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1593[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31594[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1595[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41596[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1597[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)15981599[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1600[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1601[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1602[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1603[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (1 ms)1604[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21605[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1606[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1607[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (2 ms)1608[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1609[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1610[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1611[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1612[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1613[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (0 ms)1614[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21615[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1616[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1617[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1618[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1619[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1620[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1621/nix/var/nix/builds/nix-58005-2899341956/source/src/libutil-tests/build/../compression.cc:42: Skipped162216231624[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1625[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1626[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1627[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21628[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1629[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1630[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1631[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1632[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1633[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1634[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1635[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1636[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1637[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21638[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1639[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1640[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1641[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1642[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1643[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (5 ms total)16441645[----------] 20 tests from CopyFdRange/CopyFdRangeTest1646[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1647[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (0 ms)1648[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1649[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (0 ms)1650[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1651[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (0 ms)1652[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1653[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (0 ms)1654[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1655[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (0 ms)1656[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1657[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (0 ms)1658[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1659[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (0 ms)1660[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1661[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (0 ms)1662[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1663[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1664[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1665[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1666[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1667[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1668[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1669[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1670[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1671[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (0 ms)1672[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1673[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (0 ms)1674[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1675[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (0 ms)1676[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1677[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (0 ms)1678[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1679[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1680[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1681[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1682[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1683[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1684[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1685[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1686[----------] 20 tests from CopyFdRange/CopyFdRangeTest (7 ms total)16871688[----------] 4 tests from HashJSON/HashJsonTest1689[ RUN ] HashJSON/HashJsonTest.from_json/01690[ OK ] HashJSON/HashJsonTest.from_json/0 (0 ms)1691[ RUN ] HashJSON/HashJsonTest.from_json/11692[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1693[ RUN ] HashJSON/HashJsonTest.to_json/01694[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1695[ RUN ] HashJSON/HashJsonTest.to_json/11696[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1697[----------] 4 tests from HashJSON/HashJsonTest (0 ms total)16981699[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1700[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01701[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1702[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01703[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1704[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17051706[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1707[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01708[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1709[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11710[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1711[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01712[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1713[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11714[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1715[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17161717[----------] 2 tests from NarListingJSON/NarListingJsonTest1718[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01719[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1720[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01721[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1722[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17231724[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1725[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01726[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1727[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01728[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1729[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17301731[----------] 40 tests from PeekSort/RandomPeekSort1732[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01733[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (1 ms)1734[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11735[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (19 ms)1736[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21737[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (11 ms)1738[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31739[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (18 ms)1740[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41741[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (26 ms)1742[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51743[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (7 ms)1744[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61745[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1746[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71747[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1748[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81749[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1750[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91751[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (123 ms)1752[ RUN ] PeekSort/RandomPeekSort.greater/01753[ OK ] PeekSort/RandomPeekSort.greater/0 (1 ms)1754[ RUN ] PeekSort/RandomPeekSort.greater/11755[ OK ] PeekSort/RandomPeekSort.greater/1 (19 ms)1756[ RUN ] PeekSort/RandomPeekSort.greater/21757[ OK ] PeekSort/RandomPeekSort.greater/2 (11 ms)1758[ RUN ] PeekSort/RandomPeekSort.greater/31759[ OK ] PeekSort/RandomPeekSort.greater/3 (18 ms)1760[ RUN ] PeekSort/RandomPeekSort.greater/41761[ OK ] PeekSort/RandomPeekSort.greater/4 (26 ms)1762[ RUN ] PeekSort/RandomPeekSort.greater/51763[ OK ] PeekSort/RandomPeekSort.greater/5 (7 ms)1764[ RUN ] PeekSort/RandomPeekSort.greater/61765[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1766[ RUN ] PeekSort/RandomPeekSort.greater/71767[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1768[ RUN ] PeekSort/RandomPeekSort.greater/81769[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1770[ RUN ] PeekSort/RandomPeekSort.greater/91771[ OK ] PeekSort/RandomPeekSort.greater/9 (123 ms)1772[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01773[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (3 ms)1774[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11775[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (36 ms)1776[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21777[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (26 ms)1778[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31779[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (32 ms)1780[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41781[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (47 ms)1782[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51783[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (19 ms)1784[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61785[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1786[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71787[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1788[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81789[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1790[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91791[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (268 ms)1792[ RUN ] PeekSort/RandomPeekSort.stability/01793[ OK ] PeekSort/RandomPeekSort.stability/0 (1 ms)1794[ RUN ] PeekSort/RandomPeekSort.stability/11795[ OK ] PeekSort/RandomPeekSort.stability/1 (20 ms)1796[ RUN ] PeekSort/RandomPeekSort.stability/21797[ OK ] PeekSort/RandomPeekSort.stability/2 (12 ms)1798[ RUN ] PeekSort/RandomPeekSort.stability/31799[ OK ] PeekSort/RandomPeekSort.stability/3 (20 ms)1800[ RUN ] PeekSort/RandomPeekSort.stability/41801[ OK ] PeekSort/RandomPeekSort.stability/4 (28 ms)1802[ RUN ] PeekSort/RandomPeekSort.stability/51803[ OK ] PeekSort/RandomPeekSort.stability/5 (8 ms)1804[ RUN ] PeekSort/RandomPeekSort.stability/61805[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1806[ RUN ] PeekSort/RandomPeekSort.stability/71807[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1808[ RUN ] PeekSort/RandomPeekSort.stability/81809[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1810[ RUN ] PeekSort/RandomPeekSort.stability/91811[ OK ] PeekSort/RandomPeekSort.stability/9 (134 ms)1812[----------] 40 tests from PeekSort/RandomPeekSort (1077 ms total)18131814[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1815[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01816[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1817[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11818[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1819[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21820[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1821[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31822[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1823[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41824[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1825[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51826[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1827[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61828[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1829[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18301831[----------] 18 tests from TopoSort/TopoSortTest1832[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01833[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1834[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11835[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1836[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21837[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1838[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31839[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1840[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41841[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1842[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51843[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1844[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61845[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1846[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71847[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1848[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81849[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1850[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91851[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1852[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101853[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1854[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111855[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1856[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121857[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1858[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131859[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1860[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141861[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1862[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151863[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1864[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161865[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1866[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171867[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1868[----------] 18 tests from TopoSort/TopoSortTest (0 ms total)18691870[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1871[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01872[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1873[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11874[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1875[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21876[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1877[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31878[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1879[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41880[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1881[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51882[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1883[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61884[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1885[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71886[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1887[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81888[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1889[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91890[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1891[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101892[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1893[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111894[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1895[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121896[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1897[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131898[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1899[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141900[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1901[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151902[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1903[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161904[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1905[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171906[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1907[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181908[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1909[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01910[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1911[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11912[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1913[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21914[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1915[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31916[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1917[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41918[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1919[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51920[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1921[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61922[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1923[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71924[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1925[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81926[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1927[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91928[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1929[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101930[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1931[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111932[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1933[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121934[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1935[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131936[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1937[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141938[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1939[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151940[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1941[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161942[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1943[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171944[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1945[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181946[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1947[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (0 ms total)19481949[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1950[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01951[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1952[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11953[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1954[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21955[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1956[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31957[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1958[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41959[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1960[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51961[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1962[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61963[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1964[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01965[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1966[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11967[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1968[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21969[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1970[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31971[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1972[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/41973[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)1974[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/51975[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)1976[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/61977[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)1978[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/01979[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)1980[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/11981[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)1982[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/21983[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)1984[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/31985[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)1986[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/41987[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)1988[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/51989[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)1990[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/61991[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)1992[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (0 ms total)19931994[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite1995[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath1996[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)1997[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId1998[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)1999[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2000[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2001[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2002[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2003[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2004[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2005[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2006[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2007[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2008[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2009[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2010[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2011[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2012[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2013[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2014[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2015[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2016[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2017[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2018[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2019[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2020[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2021[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2022[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2023[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2024[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2025[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2026[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2027[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2028[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2029[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (0 ms total)20302031[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2032[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2033[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2034[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2035[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2036[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2037[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2038[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2039[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2040[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2041[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2042[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2043[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2044[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2045[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2046[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2047[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2048[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2049[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2050[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2051[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2052[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2053[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2054[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2055[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2056[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2057[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2058[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2059[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2060[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2061[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2062[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2063[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2064[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2065[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2066[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2067[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2068[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2069[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2070[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2071[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2072[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)20732074[----------] 8 tests from Unix/UrlPathTest2075[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2076[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2077[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2078[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2079[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2080[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2081[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2082[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2083[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2084[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2085[ RUN ] Unix/UrlPathTest.urlToString/root_path2086[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2087[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2088[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2089[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2090[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2091[----------] 8 tests from Unix/UrlPathTest (0 ms total)20922093[----------] Global test environment tear-down2094[==========] 809 tests from 153 test suites ran. (1872 ms total)2095[ PASSED ] 808 tests.2096[ SKIPPED ] 1 test, listed below:2097[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none20982099 YOU HAVE 1 DISABLED TEST21002101