nixbot

builds

succeeded nix-util-tests-run checks.aarch64-darwin.home-manager-common · build #531 · raw

1[==========] Running 811 tests from 154 test suites.2[----------] Global test environment set-up.3[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest4[ RUN ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow5[ OK ] openFileEnsureBeneathNoSymlinksDeathTest.rejectsONofollow (2 ms)6[----------] 1 test from openFileEnsureBeneathNoSymlinksDeathTest (2 ms total)78[----------] 2 tests from alignUp9[ RUN ] alignUp.value10[ OK ] alignUp.value (0 ms)11[ RUN ] alignUp.notAPowerOf212[ OK ] alignUp.notAPowerOf2 (2 ms)13[----------] 2 tests from alignUp (2 ms total)1415[----------] 3 tests from alignUpOverflowTest/0, where TypeParam = unsigned char16[ RUN ] alignUpOverflowTest/0.lastSafeValue17[ OK ] alignUpOverflowTest/0.lastSafeValue (0 ms)18[ RUN ] alignUpOverflowTest/0.overflowThrows19[ OK ] alignUpOverflowTest/0.overflowThrows (0 ms)20[ RUN ] alignUpOverflowTest/0.alignmentOneNeverOverflows21[ OK ] alignUpOverflowTest/0.alignmentOneNeverOverflows (0 ms)22[----------] 3 tests from alignUpOverflowTest/0 (0 ms total)2324[----------] 3 tests from alignUpOverflowTest/1, where TypeParam = unsigned short25[ RUN ] alignUpOverflowTest/1.lastSafeValue26[ OK ] alignUpOverflowTest/1.lastSafeValue (0 ms)27[ RUN ] alignUpOverflowTest/1.overflowThrows28[ OK ] alignUpOverflowTest/1.overflowThrows (0 ms)29[ RUN ] alignUpOverflowTest/1.alignmentOneNeverOverflows30[ OK ] alignUpOverflowTest/1.alignmentOneNeverOverflows (0 ms)31[----------] 3 tests from alignUpOverflowTest/1 (0 ms total)3233[----------] 3 tests from alignUpOverflowTest/2, where TypeParam = unsigned int34[ RUN ] alignUpOverflowTest/2.lastSafeValue35[ OK ] alignUpOverflowTest/2.lastSafeValue (0 ms)36[ RUN ] alignUpOverflowTest/2.overflowThrows37[ OK ] alignUpOverflowTest/2.overflowThrows (0 ms)38[ RUN ] alignUpOverflowTest/2.alignmentOneNeverOverflows39[ OK ] alignUpOverflowTest/2.alignmentOneNeverOverflows (0 ms)40[----------] 3 tests from alignUpOverflowTest/2 (0 ms total)4142[----------] 3 tests from alignUpOverflowTest/3, where TypeParam = unsigned long long43[ RUN ] alignUpOverflowTest/3.lastSafeValue44[ OK ] alignUpOverflowTest/3.lastSafeValue (0 ms)45[ RUN ] alignUpOverflowTest/3.overflowThrows46[ OK ] alignUpOverflowTest/3.overflowThrows (0 ms)47[ RUN ] alignUpOverflowTest/3.alignmentOneNeverOverflows48[ OK ] alignUpOverflowTest/3.alignmentOneNeverOverflows (0 ms)49[----------] 3 tests from alignUpOverflowTest/3 (0 ms total)5051[----------] 5 tests from NarTest52[ RUN ] NarTest.oneByteRegularFileParsesWithBothContentModes53[ OK ] NarTest.oneByteRegularFileParsesWithBothContentModes (0 ms)54[ RUN ] NarTest.nonZeroContentPaddingFailsWithBothContentModes55[ OK ] NarTest.nonZeroContentPaddingFailsWithBothContentModes (0 ms)56[ RUN ] NarTest.truncatedLargeContentsFailsWithBothContentModes57[ OK ] NarTest.truncatedLargeContentsFailsWithBothContentModes (0 ms)58[ RUN ] NarTest.truncatedContentPaddingFailsWithBothContentModes59[ OK ] NarTest.truncatedContentPaddingFailsWithBothContentModes (0 ms)60[ RUN ] NarTest.trailingBytesRemainUnreadWithBothContentModes61[ OK ] NarTest.trailingBytesRemainUnreadWithBothContentModes (0 ms)62[----------] 5 tests from NarTest (1 ms total)6364[----------] 14 tests from parseShebangContent65[ RUN ] parseShebangContent.basic66[ OK ] parseShebangContent.basic (0 ms)67[ RUN ] parseShebangContent.empty68[ OK ] parseShebangContent.empty (0 ms)69[ RUN ] parseShebangContent.doubleBacktick70[ OK ] parseShebangContent.doubleBacktick (0 ms)71[ RUN ] parseShebangContent.doubleBacktickEmpty72[ OK ] parseShebangContent.doubleBacktickEmpty (0 ms)73[ RUN ] parseShebangContent.doubleBacktickMarkdownInlineCode74[ OK ] parseShebangContent.doubleBacktickMarkdownInlineCode (0 ms)75[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive76[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockNaive (0 ms)77[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect78[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlockCorrect (0 ms)79[ RUN ] parseShebangContent.doubleBacktickMarkdownCodeBlock280[ OK ] parseShebangContent.doubleBacktickMarkdownCodeBlock2 (0 ms)81[ RUN ] parseShebangContent.singleBacktickInDoubleBacktickQuotes82[ OK ] parseShebangContent.singleBacktickInDoubleBacktickQuotes (0 ms)83[ RUN ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes84[ OK ] parseShebangContent.singleBacktickAndSpaceInDoubleBacktickQuotes (0 ms)85[ RUN ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes86[ OK ] parseShebangContent.doubleBacktickInDoubleBacktickQuotes (0 ms)87[ RUN ] parseShebangContent.increasingQuotes88[ OK ] parseShebangContent.increasingQuotes (0 ms)89[ RUN ] parseShebangContent.prop_round_trip_single90Using configuration: seed=373764068181189339991[ OK ] parseShebangContent.prop_round_trip_single (1 ms)92[ RUN ] parseShebangContent.prop_round_trip_two93[ OK ] parseShebangContent.prop_round_trip_two (0 ms)94[----------] 14 tests from parseShebangContent (3 ms total)9596[----------] 4 tests from base64Encode97[ RUN ] base64Encode.emptyString98[ OK ] base64Encode.emptyString (0 ms)99[ RUN ] base64Encode.encodesAString100[ OK ] base64Encode.encodesAString (0 ms)101[ RUN ] base64Encode.encodeAndDecode102[ OK ] base64Encode.encodeAndDecode (0 ms)103[ RUN ] base64Encode.encodeAndDecodeNonPrintable104[ OK ] base64Encode.encodeAndDecodeNonPrintable (0 ms)105[----------] 4 tests from base64Encode (0 ms total)106107[----------] 3 tests from base64Decode108[ RUN ] base64Decode.emptyString109[ OK ] base64Decode.emptyString (0 ms)110[ RUN ] base64Decode.decodeAString111[ OK ] base64Decode.decodeAString (0 ms)112[ RUN ] base64Decode.decodeThrowsOnInvalidChar113[ OK ] base64Decode.decodeThrowsOnInvalidChar (0 ms)114[----------] 3 tests from base64Decode (0 ms total)115116[----------] 1 test from BumpMemoryResource117[ RUN ] BumpMemoryResource.ConcurrentAllocation118[ OK ] BumpMemoryResource.ConcurrentAllocation (1 ms)119[----------] 1 test from BumpMemoryResource (1 ms total)120121[----------] 12 tests from CanonPath122[ RUN ] CanonPath.basic123[ OK ] CanonPath.basic (0 ms)124[ RUN ] CanonPath.nullBytes125[ OK ] CanonPath.nullBytes (0 ms)126[ RUN ] CanonPath.fromFilename127[ OK ] CanonPath.fromFilename (0 ms)128[ RUN ] CanonPath.from_existing129[ OK ] CanonPath.from_existing (0 ms)130[ RUN ] CanonPath.pop131[ OK ] CanonPath.pop (0 ms)132[ RUN ] CanonPath.removePrefix133[ OK ] CanonPath.removePrefix (0 ms)134[ RUN ] CanonPath.iter135[ OK ] CanonPath.iter (0 ms)136[ RUN ] CanonPath.concat137[ OK ] CanonPath.concat (0 ms)138[ RUN ] CanonPath.within139[ OK ] CanonPath.within (0 ms)140[ RUN ] CanonPath.sort141[ OK ] CanonPath.sort (0 ms)142[ RUN ] CanonPath.allowed143[ OK ] CanonPath.allowed (0 ms)144[ RUN ] CanonPath.makeRelative145[ OK ] CanonPath.makeRelative (0 ms)146[----------] 12 tests from CanonPath (0 ms total)147148[----------] 9 tests from Checked149[ RUN ] Checked.add_unsigned150[ OK ] Checked.add_unsigned (6 ms)151[ RUN ] Checked.add_signed152[ OK ] Checked.add_signed (8 ms)153[ RUN ] Checked.sub_unsigned154[ OK ] Checked.sub_unsigned (7 ms)155[ RUN ] Checked.sub_signed156[ OK ] Checked.sub_signed (7 ms)157[ RUN ] Checked.mul_unsigned158[ OK ] Checked.mul_unsigned (6 ms)159[ RUN ] Checked.mul_signed160[ OK ] Checked.mul_signed (5 ms)161[ RUN ] Checked.div_unsigned162[ OK ] Checked.div_unsigned (12 ms)163[ RUN ] Checked.div_signed164[ OK ] Checked.div_signed (10 ms)165[ RUN ] Checked.div_signed_special_cases166[ OK ] Checked.div_signed_special_cases (0 ms)167[----------] 9 tests from Checked (65 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 (8 ms)182[----------] 6 tests from ChunkedVector (8 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 (9 ms)196[----------] 2 tests from compress (9 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 (10 ms)205[----------] 3 tests from decompress (10 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 (1 ms)371[----------] 1 test from readLinkAt (1 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 (1 ms)463[ RUN ] chmodIfNeeded.nonexistent464[ OK ] chmodIfNeeded.nonexistent (0 ms)465[----------] 2 tests from chmodIfNeeded (1 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 (1 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 (2 ms)710[ RUN ] local_keys.rfc8032TestVector711[ OK ] local_keys.rfc8032TestVector (0 ms)712[----------] 2 tests from local_keys (2 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 (1 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 (1 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 (254 ms)856[ RUN ] runProgram.nonexistent857error: executing "/this/path/really/should/not/exist/for/real": No such file or directory858[ OK ] runProgram.nonexistent (126 ms)859[----------] 2 tests from runProgram (381 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 (124 ms)865[ RUN ] runProgram2.leakedFDsAreClosed866[ OK ] runProgram2.leakedFDsAreClosed (122 ms)867[----------] 2 tests from runProgram2 (247 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[----------] 2 tests from readString890[ RUN ] readString.roundTrip891[ OK ] readString.roundTrip (0 ms)892[ RUN ] readString.bogusLengthDoesNotPreallocate893[ OK ] readString.bogusLengthDoesNotPreallocate (0 ms)894[----------] 2 tests from readString (0 ms total)895896[----------] 1 test from readPadding897[ RUN ] readPadding.works898[ OK ] readPadding.works (0 ms)899[----------] 1 test from readPadding (0 ms total)900901[----------] 1 test from sourceToSink902[ RUN ] sourceToSink.forcedUnwindUcaughtExceptions903[ OK ] sourceToSink.forcedUnwindUcaughtExceptions (0 ms)904[----------] 1 test from sourceToSink (0 ms total)905906[----------] 2 tests from MonotonicSubranges907[ RUN ] MonotonicSubranges.empty908[ OK ] MonotonicSubranges.empty (0 ms)909[ RUN ] MonotonicSubranges.basic910[ OK ] MonotonicSubranges.basic (0 ms)911[----------] 2 tests from MonotonicSubranges (0 ms total)912913[----------] 2 tests from SortTestPermutations/0, where TypeParam = int914[ RUN ] SortTestPermutations/0.insertionsort915[ OK ] SortTestPermutations/0.insertionsort (0 ms)916[ RUN ] SortTestPermutations/0.peeksort917[ OK ] SortTestPermutations/0.peeksort (0 ms)918[----------] 2 tests from SortTestPermutations/0 (0 ms total)919920[----------] 2 tests from SortTestPermutations/1, where TypeParam = long long921[ RUN ] SortTestPermutations/1.insertionsort922[ OK ] SortTestPermutations/1.insertionsort (0 ms)923[ RUN ] SortTestPermutations/1.peeksort924[ OK ] SortTestPermutations/1.peeksort (0 ms)925[----------] 2 tests from SortTestPermutations/1 (0 ms total)926927[----------] 2 tests from SortTestPermutations/2, where TypeParam = short928[ RUN ] SortTestPermutations/2.insertionsort929[ OK ] SortTestPermutations/2.insertionsort (0 ms)930[ RUN ] SortTestPermutations/2.peeksort931[ OK ] SortTestPermutations/2.peeksort (0 ms)932[----------] 2 tests from SortTestPermutations/2 (0 ms total)933934[----------] 2 tests from SortTestPermutations/3, where TypeParam = unsigned int935[ RUN ] SortTestPermutations/3.insertionsort936[ OK ] SortTestPermutations/3.insertionsort (0 ms)937[ RUN ] SortTestPermutations/3.peeksort938[ OK ] SortTestPermutations/3.peeksort (0 ms)939[----------] 2 tests from SortTestPermutations/3 (0 ms total)940941[----------] 2 tests from SortTestPermutations/4, where TypeParam = unsigned long942[ RUN ] SortTestPermutations/4.insertionsort943[ OK ] SortTestPermutations/4.insertionsort (0 ms)944[ RUN ] SortTestPermutations/4.peeksort945[ OK ] SortTestPermutations/4.peeksort (0 ms)946[----------] 2 tests from SortTestPermutations/4 (0 ms total)947948[----------] 1 test from InsertionSort949[ RUN ] InsertionSort.empty950[ OK ] InsertionSort.empty (0 ms)951[----------] 1 test from InsertionSort (0 ms total)952953[----------] 4 tests from SortProperty/0, where TypeParam = int954[ RUN ] SortProperty/0.peeksortSorted955[ OK ] SortProperty/0.peeksortSorted (0 ms)956[ RUN ] SortProperty/0.peeksortSortedGreater957[ OK ] SortProperty/0.peeksortSortedGreater (0 ms)958[ RUN ] SortProperty/0.insertionsortSorted959[ OK ] SortProperty/0.insertionsortSorted (0 ms)960[ RUN ] SortProperty/0.peeksortSortedLinearComparisonComplexity961[ OK ] SortProperty/0.peeksortSortedLinearComparisonComplexity (0 ms)962[----------] 4 tests from SortProperty/0 (1 ms total)963964[----------] 4 tests from SortProperty/1, where TypeParam = unsigned int965[ RUN ] SortProperty/1.peeksortSorted966[ OK ] SortProperty/1.peeksortSorted (0 ms)967[ RUN ] SortProperty/1.peeksortSortedGreater968[ OK ] SortProperty/1.peeksortSortedGreater (0 ms)969[ RUN ] SortProperty/1.insertionsortSorted970[ OK ] SortProperty/1.insertionsortSorted (0 ms)971[ RUN ] SortProperty/1.peeksortSortedLinearComparisonComplexity972[ OK ] SortProperty/1.peeksortSortedLinearComparisonComplexity (0 ms)973[----------] 4 tests from SortProperty/1 (0 ms total)974975[----------] 4 tests from SortProperty/2, where TypeParam = long long976[ RUN ] SortProperty/2.peeksortSorted977[ OK ] SortProperty/2.peeksortSorted (0 ms)978[ RUN ] SortProperty/2.peeksortSortedGreater979[ OK ] SortProperty/2.peeksortSortedGreater (0 ms)980[ RUN ] SortProperty/2.insertionsortSorted981[ OK ] SortProperty/2.insertionsortSorted (0 ms)982[ RUN ] SortProperty/2.peeksortSortedLinearComparisonComplexity983[ OK ] SortProperty/2.peeksortSortedLinearComparisonComplexity (0 ms)984[----------] 4 tests from SortProperty/2 (0 ms total)985986[----------] 4 tests from SortProperty/3, where TypeParam = short987[ RUN ] SortProperty/3.peeksortSorted988[ OK ] SortProperty/3.peeksortSorted (0 ms)989[ RUN ] SortProperty/3.peeksortSortedGreater990[ OK ] SortProperty/3.peeksortSortedGreater (0 ms)991[ RUN ] SortProperty/3.insertionsortSorted992[ OK ] SortProperty/3.insertionsortSorted (0 ms)993[ RUN ] SortProperty/3.peeksortSortedLinearComparisonComplexity994[ OK ] SortProperty/3.peeksortSortedLinearComparisonComplexity (0 ms)995[----------] 4 tests from SortProperty/3 (0 ms total)996997[----------] 4 tests from SortProperty/4, where TypeParam = std::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>998[ RUN ] SortProperty/4.peeksortSorted999[ OK ] SortProperty/4.peeksortSorted (1 ms)1000[ RUN ] SortProperty/4.peeksortSortedGreater1001[ OK ] SortProperty/4.peeksortSortedGreater (1 ms)1002[ RUN ] SortProperty/4.insertionsortSorted1003[ OK ] SortProperty/4.insertionsortSorted (1 ms)1004[ RUN ] SortProperty/4.peeksortSortedLinearComparisonComplexity1005[ OK ] SortProperty/4.peeksortSortedLinearComparisonComplexity (1 ms)1006[----------] 4 tests from SortProperty/4 (4 ms total)10071008[----------] 1 test from SortProperty1009[ RUN ] SortProperty.peeksortStability1010[ OK ] SortProperty.peeksortStability (0 ms)1011[----------] 1 test from SortProperty (0 ms total)10121013[----------] 4 tests from FSSourceAccessorTest1014[ RUN ] FSSourceAccessorTest.works1015[ OK ] FSSourceAccessorTest.works (0 ms)1016[ RUN ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds1017[ OK ] FSSourceAccessorTest.invalidateCacheDropsStaleDirFds (0 ms)1018[ RUN ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot1019[ OK ] FSSourceAccessorTest.RestoreSinkRegularFileAtRoot (0 ms)1020[ RUN ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot1021[ OK ] FSSourceAccessorTest.RestoreSinkSymlinkAtRoot (0 ms)1022[----------] 4 tests from FSSourceAccessorTest (1 ms total)10231024[----------] 8 tests from concatStringsSep1025[ RUN ] concatStringsSep.empty1026[ OK ] concatStringsSep.empty (0 ms)1027[ RUN ] concatStringsSep.justOne1028[ OK ] concatStringsSep.justOne (0 ms)1029[ RUN ] concatStringsSep.emptyString1030[ OK ] concatStringsSep.emptyString (0 ms)1031[ RUN ] concatStringsSep.emptyStrings1032[ OK ] concatStringsSep.emptyStrings (0 ms)1033[ RUN ] concatStringsSep.threeEmptyStrings1034[ OK ] concatStringsSep.threeEmptyStrings (0 ms)1035[ RUN ] concatStringsSep.buildCommaSeparatedString1036[ OK ] concatStringsSep.buildCommaSeparatedString (0 ms)1037[ RUN ] concatStringsSep.buildStringWithEmptySeparator1038[ OK ] concatStringsSep.buildStringWithEmptySeparator (0 ms)1039[ RUN ] concatStringsSep.buildSingleString1040[ OK ] concatStringsSep.buildSingleString (0 ms)1041[----------] 8 tests from concatStringsSep (0 ms total)10421043[----------] 4 tests from concatMapStringsSep1044[ RUN ] concatMapStringsSep.empty1045[ OK ] concatMapStringsSep.empty (0 ms)1046[ RUN ] concatMapStringsSep.justOne1047[ OK ] concatMapStringsSep.justOne (0 ms)1048[ RUN ] concatMapStringsSep.two1049[ OK ] concatMapStringsSep.two (0 ms)1050[ RUN ] concatMapStringsSep.map1051[ OK ] concatMapStringsSep.map (0 ms)1052[----------] 4 tests from concatMapStringsSep (0 ms total)10531054[----------] 5 tests from dropEmptyInitThenConcatStringsSep1055[ RUN ] dropEmptyInitThenConcatStringsSep.empty1056[ OK ] dropEmptyInitThenConcatStringsSep.empty (0 ms)1057[ RUN ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString1058[ OK ] dropEmptyInitThenConcatStringsSep.buildCommaSeparatedString (0 ms)1059[ RUN ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator1060[ OK ] dropEmptyInitThenConcatStringsSep.buildStringWithEmptySeparator (0 ms)1061[ RUN ] dropEmptyInitThenConcatStringsSep.buildSingleString1062[ OK ] dropEmptyInitThenConcatStringsSep.buildSingleString (0 ms)1063[ RUN ] dropEmptyInitThenConcatStringsSep.emptyStrings1064[ OK ] dropEmptyInitThenConcatStringsSep.emptyStrings (0 ms)1065[----------] 5 tests from dropEmptyInitThenConcatStringsSep (0 ms total)10661067[----------] 12 tests from tokenizeString1068[ RUN ] tokenizeString.empty1069[ OK ] tokenizeString.empty (0 ms)1070[ RUN ] tokenizeString.oneSep1071[ OK ] tokenizeString.oneSep (0 ms)1072[ RUN ] tokenizeString.twoSep1073[ OK ] tokenizeString.twoSep (0 ms)1074[ RUN ] tokenizeString.tokenizeSpacesWithDefaults1075[ OK ] tokenizeString.tokenizeSpacesWithDefaults (0 ms)1076[ RUN ] tokenizeString.tokenizeTabsWithDefaults1077[ OK ] tokenizeString.tokenizeTabsWithDefaults (0 ms)1078[ RUN ] tokenizeString.tokenizeTabsSpacesWithDefaults1079[ OK ] tokenizeString.tokenizeTabsSpacesWithDefaults (0 ms)1080[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults1081[ OK ] tokenizeString.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1082[ RUN ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults1083[ OK ] tokenizeString.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1084[ RUN ] tokenizeString.tokenizeWithCustomSep1085[ OK ] tokenizeString.tokenizeWithCustomSep (0 ms)1086[ RUN ] tokenizeString.tokenizeSepAtStart1087[ OK ] tokenizeString.tokenizeSepAtStart (0 ms)1088[ RUN ] tokenizeString.tokenizeSepAtEnd1089[ OK ] tokenizeString.tokenizeSepAtEnd (0 ms)1090[ RUN ] tokenizeString.tokenizeSepEmpty1091[ OK ] tokenizeString.tokenizeSepEmpty (0 ms)1092[----------] 12 tests from tokenizeString (0 ms total)10931094[----------] 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>>>>1095[ RUN ] splitStringTest/0.empty1096[ OK ] splitStringTest/0.empty (0 ms)1097[ RUN ] splitStringTest/0.oneSep1098[ OK ] splitStringTest/0.oneSep (0 ms)1099[ RUN ] splitStringTest/0.twoSep1100[ OK ] splitStringTest/0.twoSep (0 ms)1101[ RUN ] splitStringTest/0.tokenizeSpacesWithSpaces1102[ OK ] splitStringTest/0.tokenizeSpacesWithSpaces (0 ms)1103[ RUN ] splitStringTest/0.tokenizeTabsWithDefaults1104[ OK ] splitStringTest/0.tokenizeTabsWithDefaults (0 ms)1105[ RUN ] splitStringTest/0.tokenizeTabsSpacesWithDefaults1106[ OK ] splitStringTest/0.tokenizeTabsSpacesWithDefaults (0 ms)1107[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults1108[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1109[ RUN ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults1110[ OK ] splitStringTest/0.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1111[ RUN ] splitStringTest/0.tokenizeWithCustomSep1112[ OK ] splitStringTest/0.tokenizeWithCustomSep (0 ms)1113[ RUN ] splitStringTest/0.tokenizeSepAtStart1114[ OK ] splitStringTest/0.tokenizeSepAtStart (0 ms)1115[ RUN ] splitStringTest/0.tokenizeSepAtEnd1116[ OK ] splitStringTest/0.tokenizeSepAtEnd (0 ms)1117[ RUN ] splitStringTest/0.tokenizeSepEmpty1118[ OK ] splitStringTest/0.tokenizeSepEmpty (0 ms)1119[ RUN ] splitStringTest/0.recoveredByConcatStringsSep1120[ OK ] splitStringTest/0.recoveredByConcatStringsSep (0 ms)1121[----------] 13 tests from splitStringTest/0 (0 ms total)11221123[----------] 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>>>>1124[ RUN ] splitStringTest/1.empty1125[ OK ] splitStringTest/1.empty (0 ms)1126[ RUN ] splitStringTest/1.oneSep1127[ OK ] splitStringTest/1.oneSep (0 ms)1128[ RUN ] splitStringTest/1.twoSep1129[ OK ] splitStringTest/1.twoSep (0 ms)1130[ RUN ] splitStringTest/1.tokenizeSpacesWithSpaces1131[ OK ] splitStringTest/1.tokenizeSpacesWithSpaces (0 ms)1132[ RUN ] splitStringTest/1.tokenizeTabsWithDefaults1133[ OK ] splitStringTest/1.tokenizeTabsWithDefaults (0 ms)1134[ RUN ] splitStringTest/1.tokenizeTabsSpacesWithDefaults1135[ OK ] splitStringTest/1.tokenizeTabsSpacesWithDefaults (0 ms)1136[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults1137[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1138[ RUN ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults1139[ OK ] splitStringTest/1.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1140[ RUN ] splitStringTest/1.tokenizeWithCustomSep1141[ OK ] splitStringTest/1.tokenizeWithCustomSep (0 ms)1142[ RUN ] splitStringTest/1.tokenizeSepAtStart1143[ OK ] splitStringTest/1.tokenizeSepAtStart (0 ms)1144[ RUN ] splitStringTest/1.tokenizeSepAtEnd1145[ OK ] splitStringTest/1.tokenizeSepAtEnd (0 ms)1146[ RUN ] splitStringTest/1.tokenizeSepEmpty1147[ OK ] splitStringTest/1.tokenizeSepEmpty (0 ms)1148[ RUN ] splitStringTest/1.recoveredByConcatStringsSep1149[ OK ] splitStringTest/1.recoveredByConcatStringsSep (0 ms)1150[----------] 13 tests from splitStringTest/1 (0 ms total)11511152[----------] 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>>>>1153[ RUN ] splitStringTest/2.empty1154[ OK ] splitStringTest/2.empty (0 ms)1155[ RUN ] splitStringTest/2.oneSep1156[ OK ] splitStringTest/2.oneSep (0 ms)1157[ RUN ] splitStringTest/2.twoSep1158[ OK ] splitStringTest/2.twoSep (0 ms)1159[ RUN ] splitStringTest/2.tokenizeSpacesWithSpaces1160[ OK ] splitStringTest/2.tokenizeSpacesWithSpaces (0 ms)1161[ RUN ] splitStringTest/2.tokenizeTabsWithDefaults1162[ OK ] splitStringTest/2.tokenizeTabsWithDefaults (0 ms)1163[ RUN ] splitStringTest/2.tokenizeTabsSpacesWithDefaults1164[ OK ] splitStringTest/2.tokenizeTabsSpacesWithDefaults (0 ms)1165[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults1166[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1167[ RUN ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults1168[ OK ] splitStringTest/2.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1169[ RUN ] splitStringTest/2.tokenizeWithCustomSep1170[ OK ] splitStringTest/2.tokenizeWithCustomSep (0 ms)1171[ RUN ] splitStringTest/2.tokenizeSepAtStart1172[ OK ] splitStringTest/2.tokenizeSepAtStart (0 ms)1173[ RUN ] splitStringTest/2.tokenizeSepAtEnd1174[ OK ] splitStringTest/2.tokenizeSepAtEnd (0 ms)1175[ RUN ] splitStringTest/2.tokenizeSepEmpty1176[ OK ] splitStringTest/2.tokenizeSepEmpty (0 ms)1177[ RUN ] splitStringTest/2.recoveredByConcatStringsSep1178[ OK ] splitStringTest/2.recoveredByConcatStringsSep (0 ms)1179[----------] 13 tests from splitStringTest/2 (0 ms total)11801181[----------] 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>>>>1182[ RUN ] splitStringTest/3.empty1183[ OK ] splitStringTest/3.empty (0 ms)1184[ RUN ] splitStringTest/3.oneSep1185[ OK ] splitStringTest/3.oneSep (0 ms)1186[ RUN ] splitStringTest/3.twoSep1187[ OK ] splitStringTest/3.twoSep (0 ms)1188[ RUN ] splitStringTest/3.tokenizeSpacesWithSpaces1189[ OK ] splitStringTest/3.tokenizeSpacesWithSpaces (0 ms)1190[ RUN ] splitStringTest/3.tokenizeTabsWithDefaults1191[ OK ] splitStringTest/3.tokenizeTabsWithDefaults (0 ms)1192[ RUN ] splitStringTest/3.tokenizeTabsSpacesWithDefaults1193[ OK ] splitStringTest/3.tokenizeTabsSpacesWithDefaults (0 ms)1194[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults1195[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineWithDefaults (0 ms)1196[ RUN ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults1197[ OK ] splitStringTest/3.tokenizeTabsSpacesNewlineRetWithDefaults (0 ms)1198[ RUN ] splitStringTest/3.tokenizeWithCustomSep1199[ OK ] splitStringTest/3.tokenizeWithCustomSep (0 ms)1200[ RUN ] splitStringTest/3.tokenizeSepAtStart1201[ OK ] splitStringTest/3.tokenizeSepAtStart (0 ms)1202[ RUN ] splitStringTest/3.tokenizeSepAtEnd1203[ OK ] splitStringTest/3.tokenizeSepAtEnd (0 ms)1204[ RUN ] splitStringTest/3.tokenizeSepEmpty1205[ OK ] splitStringTest/3.tokenizeSepEmpty (0 ms)1206[ RUN ] splitStringTest/3.recoveredByConcatStringsSep1207[ OK ] splitStringTest/3.recoveredByConcatStringsSep (0 ms)1208[----------] 13 tests from splitStringTest/3 (0 ms total)12091210[----------] 14 tests from shellSplitString1211[ RUN ] shellSplitString.empty1212[ OK ] shellSplitString.empty (0 ms)1213[ RUN ] shellSplitString.oneWord1214[ OK ] shellSplitString.oneWord (0 ms)1215[ RUN ] shellSplitString.oneWordQuotedWithSpaces1216[ OK ] shellSplitString.oneWordQuotedWithSpaces (0 ms)1217[ RUN ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote1218[ OK ] shellSplitString.oneWordQuotedWithSpacesAndDoubleQuoteInSingleQuote (0 ms)1219[ RUN ] shellSplitString.oneWordQuotedWithDoubleQuotes1220[ OK ] shellSplitString.oneWordQuotedWithDoubleQuotes (0 ms)1221[ RUN ] shellSplitString.twoWords1222[ OK ] shellSplitString.twoWords (0 ms)1223[ RUN ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted1224[ OK ] shellSplitString.twoWordsWithSpacesAndQuotesQuoted (0 ms)1225[ RUN ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes1226[ OK ] shellSplitString.emptyArgumentsAreAllowedSingleQuotes (0 ms)1227[ RUN ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes1228[ OK ] shellSplitString.emptyArgumentsAreAllowedDoubleQuotes (0 ms)1229[ RUN ] shellSplitString.singleQuoteDoesNotUseEscapes1230[ OK ] shellSplitString.singleQuoteDoesNotUseEscapes (0 ms)1231[ RUN ] shellSplitString.doubleQuoteDoesUseEscapes1232[ OK ] shellSplitString.doubleQuoteDoesUseEscapes (0 ms)1233[ RUN ] shellSplitString.backslashEscapesSpaces1234[ OK ] shellSplitString.backslashEscapesSpaces (0 ms)1235[ RUN ] shellSplitString.backslashEscapesQuotes1236[ OK ] shellSplitString.backslashEscapesQuotes (0 ms)1237[ RUN ] shellSplitString.testUnbalancedQuotes1238[ OK ] shellSplitString.testUnbalancedQuotes (0 ms)1239[----------] 14 tests from shellSplitString (0 ms total)12401241[----------] 11 tests from optionalBracket1242[ RUN ] optionalBracket.emptyContent1243[ OK ] optionalBracket.emptyContent (0 ms)1244[ RUN ] optionalBracket.nonEmptyContent1245[ OK ] optionalBracket.nonEmptyContent (0 ms)1246[ RUN ] optionalBracket.emptyPrefixAndSuffix1247[ OK ] optionalBracket.emptyPrefixAndSuffix (0 ms)1248[ RUN ] optionalBracket.emptyContentEmptyBrackets1249[ OK ] optionalBracket.emptyContentEmptyBrackets (0 ms)1250[ RUN ] optionalBracket.complexBrackets1251[ OK ] optionalBracket.complexBrackets (0 ms)1252[ RUN ] optionalBracket.onlyPrefix1253[ OK ] optionalBracket.onlyPrefix (0 ms)1254[ RUN ] optionalBracket.onlySuffix1255[ OK ] optionalBracket.onlySuffix (0 ms)1256[ RUN ] optionalBracket.optionalWithValue1257[ OK ] optionalBracket.optionalWithValue (0 ms)1258[ RUN ] optionalBracket.optionalNullopt1259[ OK ] optionalBracket.optionalNullopt (0 ms)1260[ RUN ] optionalBracket.optionalEmptyString1261[ OK ] optionalBracket.optionalEmptyString (0 ms)1262[ RUN ] optionalBracket.optionalStringViewWithValue1263[ OK ] optionalBracket.optionalStringViewWithValue (0 ms)1264[----------] 11 tests from optionalBracket (0 ms total)12651266[----------] 1 test from Suggestions1267[ RUN ] Suggestions.Trim1268[ OK ] Suggestions.Trim (0 ms)1269[----------] 1 test from Suggestions (0 ms total)12701271[----------] 7 tests from filterANSIEscapes1272[ RUN ] filterANSIEscapes.emptyString1273[ OK ] filterANSIEscapes.emptyString (0 ms)1274[ RUN ] filterANSIEscapes.doesntChangePrintableChars1275[ OK ] filterANSIEscapes.doesntChangePrintableChars (0 ms)1276[ RUN ] filterANSIEscapes.filtersColorCodes1277[ OK ] filterANSIEscapes.filtersColorCodes (0 ms)1278[ RUN ] filterANSIEscapes.expandsTabs1279[ OK ] filterANSIEscapes.expandsTabs (0 ms)1280[ RUN ] filterANSIEscapes.utf81281[ OK ] filterANSIEscapes.utf8 (0 ms)1282[ RUN ] filterANSIEscapes.osc81283[ OK ] filterANSIEscapes.osc8 (0 ms)1284[ RUN ] filterANSIEscapes.osc8_bell_as_sep1285[ OK ] filterANSIEscapes.osc8_bell_as_sep (0 ms)1286[----------] 7 tests from filterANSIEscapes (0 ms total)12871288[----------] 8 tests from FixGitURLTestSuite1289[ RUN ] FixGitURLTestSuite.rejectFileURLWithAuthority1290[ OK ] FixGitURLTestSuite.rejectFileURLWithAuthority (0 ms)1291[ RUN ] FixGitURLTestSuite.rejectRelativePath1292[ OK ] FixGitURLTestSuite.rejectRelativePath (0 ms)1293[ RUN ] FixGitURLTestSuite.rejectEmptyPathGitScp1294[ OK ] FixGitURLTestSuite.rejectEmptyPathGitScp (0 ms)1295[ RUN ] FixGitURLTestSuite.rejectMalformedBracketedURLs1296[ OK ] FixGitURLTestSuite.rejectMalformedBracketedURLs (0 ms)1297[ RUN ] FixGitURLTestSuite.mismatchedBrackets1298[ OK ] FixGitURLTestSuite.mismatchedBrackets (0 ms)1299[ RUN ] FixGitURLTestSuite.slashBeforeColonIsNotScp1300[ OK ] FixGitURLTestSuite.slashBeforeColonIsNotScp (0 ms)1301[ RUN ] FixGitURLTestSuite.noColonIsNotScp1302[ OK ] FixGitURLTestSuite.noColonIsNotScp (0 ms)1303[ RUN ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon1304[ OK ] FixGitURLTestSuite.gitBugDiscardedCharsBetweenBracketAndColon (0 ms)1305[----------] 8 tests from FixGitURLTestSuite (0 ms total)13061307[----------] 17 tests from parseURL1308[ RUN ] parseURL.parsesSimpleHttpUrlWithComplexFragment1309[ OK ] parseURL.parsesSimpleHttpUrlWithComplexFragment (0 ms)1310[ RUN ] parseURL.rejectsAuthorityInUrlsWithFileTransportation1311[ OK ] parseURL.rejectsAuthorityInUrlsWithFileTransportation (0 ms)1312[ RUN ] parseURL.parseEmptyQueryParams1313warning: dubious URI query '' is missing equal sign '=', ignoring1314warning: dubious URI query '' is missing equal sign '=', ignoring1315warning: dubious URI query '' is missing equal sign '=', ignoring1316warning: dubious URI query '' is missing equal sign '=', ignoring1317warning: dubious URI query '' is missing equal sign '=', ignoring1318warning: dubious URI query '' is missing equal sign '=', ignoring1319[ OK ] parseURL.parseEmptyQueryParams (0 ms)1320[ RUN ] parseURL.parseUserPassword1321[ OK ] parseURL.parseUserPassword (0 ms)1322[ RUN ] parseURL.parseFileURLWithQueryAndFragment1323[ OK ] parseURL.parseFileURLWithQueryAndFragment (0 ms)1324[ RUN ] parseURL.parseFileURL1325[ OK ] parseURL.parseFileURL (0 ms)1326[ RUN ] parseURL.parseFileURLWithAuthority1327[ OK ] parseURL.parseFileURLWithAuthority (0 ms)1328[ RUN ] parseURL.parseFileURLNoLeadingSlash1329[ OK ] parseURL.parseFileURLNoLeadingSlash (0 ms)1330[ RUN ] parseURL.parseHttpTrailingSlash1331[ OK ] parseURL.parseHttpTrailingSlash (0 ms)1332[ RUN ] parseURL.parsedUrlsIsEqualToItself1333[ OK ] parseURL.parsedUrlsIsEqualToItself (0 ms)1334[ RUN ] parseURL.parsedUrlsWithUnescapedChars1335[ OK ] parseURL.parsedUrlsWithUnescapedChars (0 ms)1336[ RUN ] parseURL.parseFTPUrl1337[ OK ] parseURL.parseFTPUrl (0 ms)1338[ RUN ] parseURL.parsesAnythingInUriFormat1339[ OK ] parseURL.parsesAnythingInUriFormat (0 ms)1340[ RUN ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash1341[ OK ] parseURL.parsesAnythingInUriFormatWithoutDoubleSlash (0 ms)1342[ RUN ] parseURL.emptyStringIsInvalidURL1343[ OK ] parseURL.emptyStringIsInvalidURL (0 ms)1344[ RUN ] parseURL.parsesHttpUrlWithEmptyPort1345[ OK ] parseURL.parsesHttpUrlWithEmptyPort (0 ms)1346[ RUN ] parseURL.gitlabNamespacedProjectUrls1347[ OK ] parseURL.gitlabNamespacedProjectUrls (0 ms)1348[----------] 17 tests from parseURL (0 ms total)13491350[----------] 4 tests from decodeQuery1351[ RUN ] decodeQuery.emptyStringYieldsEmptyMap1352[ OK ] decodeQuery.emptyStringYieldsEmptyMap (0 ms)1353[ RUN ] decodeQuery.simpleDecode1354[ OK ] decodeQuery.simpleDecode (0 ms)1355[ RUN ] decodeQuery.decodeUrlEncodedArgs1356[ OK ] decodeQuery.decodeUrlEncodedArgs (0 ms)1357[ RUN ] decodeQuery.decodeArgWithEmptyValue1358[ OK ] decodeQuery.decodeArgWithEmptyValue (0 ms)1359[----------] 4 tests from decodeQuery (0 ms total)13601361[----------] 4 tests from percentDecode1362[ RUN ] percentDecode.decodesUrlEncodedString1363[ OK ] percentDecode.decodesUrlEncodedString (0 ms)1364[ RUN ] percentDecode.multipleDecodesAreIdempotent1365[ OK ] percentDecode.multipleDecodesAreIdempotent (0 ms)1366[ RUN ] percentDecode.trailingPercent1367[ OK ] percentDecode.trailingPercent (0 ms)1368[ RUN ] percentDecode.incompleteEncoding1369[ OK ] percentDecode.incompleteEncoding (0 ms)1370[----------] 4 tests from percentDecode (0 ms total)13711372[----------] 5 tests from percentEncode1373[ RUN ] percentEncode.encodesUrlEncodedString1374[ OK ] percentEncode.encodesUrlEncodedString (0 ms)1375[ RUN ] percentEncode.keepArgument1376[ OK ] percentEncode.keepArgument (0 ms)1377[ RUN ] percentEncode.inverseOfDecode1378[ OK ] percentEncode.inverseOfDecode (0 ms)1379[ RUN ] percentEncode.trailingPercent1380[ OK ] percentEncode.trailingPercent (0 ms)1381[ RUN ] percentEncode.yen1382[ OK ] percentEncode.yen (0 ms)1383[----------] 5 tests from percentEncode (0 ms total)13841385[----------] 1 test from nix1386[ RUN ] nix.isValidSchemeName1387[ OK ] nix.isValidSchemeName (0 ms)1388[----------] 1 test from nix (0 ms total)13891390[----------] 3 tests from hasPrefix1391[ RUN ] hasPrefix.emptyStringHasNoPrefix1392[ OK ] hasPrefix.emptyStringHasNoPrefix (0 ms)1393[ RUN ] hasPrefix.emptyStringIsAlwaysPrefix1394[ OK ] hasPrefix.emptyStringIsAlwaysPrefix (0 ms)1395[ RUN ] hasPrefix.trivialCase1396[ OK ] hasPrefix.trivialCase (0 ms)1397[----------] 3 tests from hasPrefix (0 ms total)13981399[----------] 2 tests from hasSuffix1400[ RUN ] hasSuffix.emptyStringHasNoSuffix1401[ OK ] hasSuffix.emptyStringHasNoSuffix (0 ms)1402[ RUN ] hasSuffix.trivialCase1403[ OK ] hasSuffix.trivialCase (0 ms)1404[----------] 2 tests from hasSuffix (0 ms total)14051406[----------] 1 test from getLine1407[ RUN ] getLine.all1408[ OK ] getLine.all (0 ms)1409[----------] 1 test from getLine (0 ms total)14101411[----------] 3 tests from toLower1412[ RUN ] toLower.emptyString1413[ OK ] toLower.emptyString (0 ms)1414[ RUN ] toLower.nonLetters1415[ OK ] toLower.nonLetters (0 ms)1416[ RUN ] toLower.umlauts1417[ OK ] toLower.umlauts (0 ms)1418[----------] 3 tests from toLower (0 ms total)14191420[----------] 2 tests from string2Float1421[ RUN ] string2Float.emptyString1422[ OK ] string2Float.emptyString (0 ms)1423[ RUN ] string2Float.trivialConversions1424[ OK ] string2Float.trivialConversions (0 ms)1425[----------] 2 tests from string2Float (0 ms total)14261427[----------] 2 tests from string2Int1428[ RUN ] string2Int.emptyString1429[ OK ] string2Int.emptyString (0 ms)1430[ RUN ] string2Int.trivialConversions1431[ OK ] string2Int.trivialConversions (0 ms)1432[----------] 2 tests from string2Int (0 ms total)14331434[----------] 1 test from getSizeUnit1435[ RUN ] getSizeUnit.misc1436[ OK ] getSizeUnit.misc (0 ms)1437[----------] 1 test from getSizeUnit (0 ms total)14381439[----------] 1 test from getCommonSizeUnit1440[ RUN ] getCommonSizeUnit.misc1441[ OK ] getCommonSizeUnit.misc (0 ms)1442[----------] 1 test from getCommonSizeUnit (0 ms total)14431444[----------] 1 test from renderSizeWithoutUnit1445[ RUN ] renderSizeWithoutUnit.misc1446[ OK ] renderSizeWithoutUnit.misc (0 ms)1447[----------] 1 test from renderSizeWithoutUnit (0 ms total)14481449[----------] 1 test from renderSize1450[ RUN ] renderSize.misc1451[ OK ] renderSize.misc (0 ms)1452[----------] 1 test from renderSize (0 ms total)14531454[----------] 4 tests from rewriteStrings1455[ RUN ] rewriteStrings.emptyString1456[ OK ] rewriteStrings.emptyString (0 ms)1457[ RUN ] rewriteStrings.emptyRewrites1458[ OK ] rewriteStrings.emptyRewrites (0 ms)1459[ RUN ] rewriteStrings.successfulRewrite1460[ OK ] rewriteStrings.successfulRewrite (0 ms)1461[ RUN ] rewriteStrings.doesntOccur1462[ OK ] rewriteStrings.doesntOccur (0 ms)1463[----------] 4 tests from rewriteStrings (0 ms total)14641465[----------] 3 tests from replaceStrings1466[ RUN ] replaceStrings.emptyString1467[ OK ] replaceStrings.emptyString (0 ms)1468[ RUN ] replaceStrings.successfulReplace1469[ OK ] replaceStrings.successfulReplace (0 ms)1470[ RUN ] replaceStrings.doesntOccur1471[ OK ] replaceStrings.doesntOccur (0 ms)1472[----------] 3 tests from replaceStrings (0 ms total)14731474[----------] 2 tests from trim1475[ RUN ] trim.emptyString1476[ OK ] trim.emptyString (0 ms)1477[ RUN ] trim.removesWhitespace1478[ OK ] trim.removesWhitespace (0 ms)1479[----------] 2 tests from trim (0 ms total)14801481[----------] 2 tests from chomp1482[ RUN ] chomp.emptyString1483[ OK ] chomp.emptyString (0 ms)1484[ RUN ] chomp.removesWhitespace1485[ OK ] chomp.removesWhitespace (0 ms)1486[----------] 2 tests from chomp (0 ms total)14871488[----------] 4 tests from quoteStrings1489[ RUN ] quoteStrings.empty1490[ OK ] quoteStrings.empty (0 ms)1491[ RUN ] quoteStrings.emptyStrings1492[ OK ] quoteStrings.emptyStrings (0 ms)1493[ RUN ] quoteStrings.trivialQuote1494[ OK ] quoteStrings.trivialQuote (0 ms)1495[ RUN ] quoteStrings.quotedStrings1496[ OK ] quoteStrings.quotedStrings (0 ms)1497[----------] 4 tests from quoteStrings (0 ms total)14981499[----------] 2 tests from get1500[ RUN ] get.emptyContainer1501[ OK ] get.emptyContainer (0 ms)1502[ RUN ] get.getFromContainer1503[ OK ] get.getFromContainer (0 ms)1504[----------] 2 tests from get (0 ms total)15051506[----------] 2 tests from getOr1507[ RUN ] getOr.emptyContainer1508[ OK ] getOr.emptyContainer (0 ms)1509[ RUN ] getOr.getFromContainer1510[ OK ] getOr.getFromContainer (0 ms)1511[----------] 2 tests from getOr (0 ms total)15121513[----------] 4 tests from markLast1514[ RUN ] markLast.empty1515[ OK ] markLast.empty (0 ms)1516[ RUN ] markLast.singleElement1517[ OK ] markLast.singleElement (0 ms)1518[ RUN ] markLast.multipleElements1519[ OK ] markLast.multipleElements (0 ms)1520[ RUN ] markLast.mutateThroughReference1521[ OK ] markLast.mutateThroughReference (0 ms)1522[----------] 4 tests from markLast (0 ms total)15231524[----------] 1 test from stringsToCharPtrs1525[ RUN ] stringsToCharPtrs.rejectsNulBytes1526[ OK ] stringsToCharPtrs.rejectsNulBytes (0 ms)1527[----------] 1 test from stringsToCharPtrs (0 ms total)15281529[----------] 8 tests from XMLWriter1530[ RUN ] XMLWriter.emptyObject1531[ OK ] XMLWriter.emptyObject (0 ms)1532[ RUN ] XMLWriter.objectWithEmptyElement1533[ OK ] XMLWriter.objectWithEmptyElement (0 ms)1534[ RUN ] XMLWriter.objectWithElementWithAttrs1535[ OK ] XMLWriter.objectWithElementWithAttrs (0 ms)1536[ RUN ] XMLWriter.objectWithElementWithEmptyAttrs1537[ OK ] XMLWriter.objectWithElementWithEmptyAttrs (0 ms)1538[ RUN ] XMLWriter.objectWithElementWithAttrsEscaping1539[ OK ] XMLWriter.objectWithElementWithAttrsEscaping (0 ms)1540[ RUN ] XMLWriter.objectWithElementWithAttrsIndented1541[ OK ] XMLWriter.objectWithElementWithAttrsIndented (0 ms)1542[ RUN ] XMLWriter.writeEmptyElement1543[ OK ] XMLWriter.writeEmptyElement (0 ms)1544[ RUN ] XMLWriter.writeEmptyElementWithAttributes1545[ OK ] XMLWriter.writeEmptyElementWithAttributes (0 ms)1546[----------] 8 tests from XMLWriter (0 ms total)15471548[----------] 1 test from closeExtraFDs1549[ RUN ] closeExtraFDs.works1550[ OK ] closeExtraFDs.works (110 ms)1551[----------] 1 test from closeExtraFDs (110 ms total)15521553[----------] 1 test from fchmodatTryNoFollow1554[ RUN ] fchmodatTryNoFollow.works1555[ OK ] fchmodatTryNoFollow.works (0 ms)1556[----------] 1 test from fchmodatTryNoFollow (0 ms total)15571558[----------] 2 tests from MessageWithFds1559[ RUN ] MessageWithFds.streamWithData1560[ OK ] MessageWithFds.streamWithData (0 ms)1561[ RUN ] MessageWithFds.datagramEmptyData1562[ OK ] MessageWithFds.datagramEmptyData (0 ms)1563[----------] 2 tests from MessageWithFds (1 ms total)15641565[----------] 3 tests from UnixDomainSocketLongPath1566[ RUN ] UnixDomainSocketLongPath.bindConnectRoundtrip1567[ OK ] UnixDomainSocketLongPath.bindConnectRoundtrip (1 ms)1568[ RUN ] UnixDomainSocketLongPath.bindRejectsTooLongBasename1569[ OK ] UnixDomainSocketLongPath.bindRejectsTooLongBasename (0 ms)1570[ RUN ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip1571[ OK ] UnixDomainSocketLongPath.nearLimitBasenameRoundtrip (1 ms)1572[----------] 3 tests from UnixDomainSocketLongPath (4 ms total)15731574[----------] 8 tests from NarTest/InvalidNarTest1575[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/01576[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/0 (0 ms)1577[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/11578[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/1 (0 ms)1579[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/21580[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/2 (0 ms)1581[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/31582[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/3 (0 ms)1583[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/41584[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/4 (0 ms)1585[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/51586[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/5 (0 ms)1587[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/61588[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/6 (0 ms)1589[ RUN ] NarTest/InvalidNarTest.throwsErrorMessage/71590[ OK ] NarTest/InvalidNarTest.throwsErrorMessage/7 (0 ms)1591[----------] 8 tests from NarTest/InvalidNarTest (2 ms total)15921593[----------] 5 tests from Sha512Paddings/Base64TrailParseTest1594[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/01595[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/0 (0 ms)1596[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/11597[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/1 (0 ms)1598[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/21599[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/2 (0 ms)1600[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/31601[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/3 (0 ms)1602[ RUN ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/41603[ OK ] Sha512Paddings/Base64TrailParseTest.AcceptsVariousSha512Paddings/4 (0 ms)1604[----------] 5 tests from Sha512Paddings/Base64TrailParseTest (0 ms total)16051606[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest1607[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none1608[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/none (0 ms)1609[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz1610[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/xz (2 ms)1611[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip21612[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/bzip2 (0 ms)1613[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br1614[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/br (1 ms)1615[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd1616[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtrip/zstd (0 ms)1617[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/none1618[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/none (0 ms)1619[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/xz1620[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/xz (0 ms)1621[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/bzip21622[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/bzip2 (0 ms)1623[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/br1624[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/br (0 ms)1625[ RUN ] CompressionDecompression/CompressionDecompressionTest.empty/zstd1626[ OK ] CompressionDecompression/CompressionDecompressionTest.empty/zstd (0 ms)1627[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none1628/nix/var/nix/builds/nix-4995-1865797971/source/src/libutil-tests/build/../compression.cc:42: Skipped162916301631[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none (0 ms)1632[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz1633[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/xz (0 ms)1634[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip21635[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/bzip2 (0 ms)1636[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br1637[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/br (0 ms)1638[ RUN ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd1639[ OK ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/zstd (0 ms)1640[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none1641[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/none (0 ms)1642[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz1643[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/xz (0 ms)1644[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip21645[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/bzip2 (0 ms)1646[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br1647[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/br (0 ms)1648[ RUN ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd1649[ OK ] CompressionDecompression/CompressionDecompressionTest.roundtripsWithSourceAndSink/zstd (0 ms)1650[----------] 20 tests from CompressionDecompression/CompressionDecompressionTest (4 ms total)16511652[----------] 20 tests from CopyFdRange/CopyFdRangeTest1653[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular1654[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_nonregular (0 ms)1655[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular1656[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/slow_regular (0 ms)1657[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular1658[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_nonregular (0 ms)1659[ RUN ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular1660[ OK ] CopyFdRange/CopyFdRangeTest.regularToRegular/fast_regular (0 ms)1661[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular1662[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_nonregular (0 ms)1663[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular1664[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/slow_regular (0 ms)1665[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular1666[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_nonregular (0 ms)1667[ RUN ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular1668[ OK ] CopyFdRange/CopyFdRangeTest.offsetWorks/fast_regular (0 ms)1669[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular1670[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_nonregular (0 ms)1671[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular1672[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/slow_regular (0 ms)1673[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular1674[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_nonregular (0 ms)1675[ RUN ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular1676[ OK ] CopyFdRange/CopyFdRangeTest.endOfFile/fast_regular (0 ms)1677[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular1678[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_nonregular (0 ms)1679[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular1680[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/slow_regular (0 ms)1681[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular1682[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_nonregular (0 ms)1683[ RUN ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular1684[ OK ] CopyFdRange/CopyFdRangeTest.toPipe/fast_regular (0 ms)1685[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular1686[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_nonregular (0 ms)1687[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular1688[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/slow_regular (0 ms)1689[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular1690[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_nonregular (0 ms)1691[ RUN ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular1692[ OK ] CopyFdRange/CopyFdRangeTest.nonSeekableInput/fast_regular (0 ms)1693[----------] 20 tests from CopyFdRange/CopyFdRangeTest (7 ms total)16941695[----------] 4 tests from HashJSON/HashJsonTest1696[ RUN ] HashJSON/HashJsonTest.from_json/01697[ OK ] HashJSON/HashJsonTest.from_json/0 (0 ms)1698[ RUN ] HashJSON/HashJsonTest.from_json/11699[ OK ] HashJSON/HashJsonTest.from_json/1 (0 ms)1700[ RUN ] HashJSON/HashJsonTest.to_json/01701[ OK ] HashJSON/HashJsonTest.to_json/0 (0 ms)1702[ RUN ] HashJSON/HashJsonTest.to_json/11703[ OK ] HashJSON/HashJsonTest.to_json/1 (0 ms)1704[----------] 4 tests from HashJSON/HashJsonTest (0 ms total)17051706[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest1707[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/01708[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.from_json/0 (0 ms)1709[ RUN ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/01710[ OK ] BLAKE3HashJSON/BLAKE3HashJsonTest.to_json/0 (0 ms)1711[----------] 2 tests from BLAKE3HashJSON/BLAKE3HashJsonTest (0 ms total)17121713[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest1714[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/01715[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/0 (0 ms)1716[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/11717[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.from_json/1 (0 ms)1718[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/01719[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/0 (0 ms)1720[ RUN ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/11721[ OK ] MemorySourceAccessorJSON/MemorySourceAccessorJsonTest.to_json/1 (0 ms)1722[----------] 4 tests from MemorySourceAccessorJSON/MemorySourceAccessorJsonTest (0 ms total)17231724[----------] 2 tests from NarListingJSON/NarListingJsonTest1725[ RUN ] NarListingJSON/NarListingJsonTest.from_json/01726[ OK ] NarListingJSON/NarListingJsonTest.from_json/0 (0 ms)1727[ RUN ] NarListingJSON/NarListingJsonTest.to_json/01728[ OK ] NarListingJSON/NarListingJsonTest.to_json/0 (0 ms)1729[----------] 2 tests from NarListingJSON/NarListingJsonTest (0 ms total)17301731[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest1732[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/01733[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.from_json/0 (0 ms)1734[ RUN ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/01735[ OK ] ShallowNarListingJSON/ShallowNarListingJsonTest.to_json/0 (0 ms)1736[----------] 2 tests from ShallowNarListingJSON/ShallowNarListingJsonTest (0 ms total)17371738[----------] 40 tests from PeekSort/RandomPeekSort1739[ RUN ] PeekSort/RandomPeekSort.defaultComparator/01740[ OK ] PeekSort/RandomPeekSort.defaultComparator/0 (1 ms)1741[ RUN ] PeekSort/RandomPeekSort.defaultComparator/11742[ OK ] PeekSort/RandomPeekSort.defaultComparator/1 (19 ms)1743[ RUN ] PeekSort/RandomPeekSort.defaultComparator/21744[ OK ] PeekSort/RandomPeekSort.defaultComparator/2 (11 ms)1745[ RUN ] PeekSort/RandomPeekSort.defaultComparator/31746[ OK ] PeekSort/RandomPeekSort.defaultComparator/3 (18 ms)1747[ RUN ] PeekSort/RandomPeekSort.defaultComparator/41748[ OK ] PeekSort/RandomPeekSort.defaultComparator/4 (26 ms)1749[ RUN ] PeekSort/RandomPeekSort.defaultComparator/51750[ OK ] PeekSort/RandomPeekSort.defaultComparator/5 (7 ms)1751[ RUN ] PeekSort/RandomPeekSort.defaultComparator/61752[ OK ] PeekSort/RandomPeekSort.defaultComparator/6 (0 ms)1753[ RUN ] PeekSort/RandomPeekSort.defaultComparator/71754[ OK ] PeekSort/RandomPeekSort.defaultComparator/7 (0 ms)1755[ RUN ] PeekSort/RandomPeekSort.defaultComparator/81756[ OK ] PeekSort/RandomPeekSort.defaultComparator/8 (0 ms)1757[ RUN ] PeekSort/RandomPeekSort.defaultComparator/91758[ OK ] PeekSort/RandomPeekSort.defaultComparator/9 (123 ms)1759[ RUN ] PeekSort/RandomPeekSort.greater/01760[ OK ] PeekSort/RandomPeekSort.greater/0 (1 ms)1761[ RUN ] PeekSort/RandomPeekSort.greater/11762[ OK ] PeekSort/RandomPeekSort.greater/1 (19 ms)1763[ RUN ] PeekSort/RandomPeekSort.greater/21764[ OK ] PeekSort/RandomPeekSort.greater/2 (11 ms)1765[ RUN ] PeekSort/RandomPeekSort.greater/31766[ OK ] PeekSort/RandomPeekSort.greater/3 (18 ms)1767[ RUN ] PeekSort/RandomPeekSort.greater/41768[ OK ] PeekSort/RandomPeekSort.greater/4 (26 ms)1769[ RUN ] PeekSort/RandomPeekSort.greater/51770[ OK ] PeekSort/RandomPeekSort.greater/5 (7 ms)1771[ RUN ] PeekSort/RandomPeekSort.greater/61772[ OK ] PeekSort/RandomPeekSort.greater/6 (0 ms)1773[ RUN ] PeekSort/RandomPeekSort.greater/71774[ OK ] PeekSort/RandomPeekSort.greater/7 (0 ms)1775[ RUN ] PeekSort/RandomPeekSort.greater/81776[ OK ] PeekSort/RandomPeekSort.greater/8 (0 ms)1777[ RUN ] PeekSort/RandomPeekSort.greater/91778[ OK ] PeekSort/RandomPeekSort.greater/9 (123 ms)1779[ RUN ] PeekSort/RandomPeekSort.brokenComparator/01780[ OK ] PeekSort/RandomPeekSort.brokenComparator/0 (3 ms)1781[ RUN ] PeekSort/RandomPeekSort.brokenComparator/11782[ OK ] PeekSort/RandomPeekSort.brokenComparator/1 (36 ms)1783[ RUN ] PeekSort/RandomPeekSort.brokenComparator/21784[ OK ] PeekSort/RandomPeekSort.brokenComparator/2 (26 ms)1785[ RUN ] PeekSort/RandomPeekSort.brokenComparator/31786[ OK ] PeekSort/RandomPeekSort.brokenComparator/3 (32 ms)1787[ RUN ] PeekSort/RandomPeekSort.brokenComparator/41788[ OK ] PeekSort/RandomPeekSort.brokenComparator/4 (47 ms)1789[ RUN ] PeekSort/RandomPeekSort.brokenComparator/51790[ OK ] PeekSort/RandomPeekSort.brokenComparator/5 (19 ms)1791[ RUN ] PeekSort/RandomPeekSort.brokenComparator/61792[ OK ] PeekSort/RandomPeekSort.brokenComparator/6 (0 ms)1793[ RUN ] PeekSort/RandomPeekSort.brokenComparator/71794[ OK ] PeekSort/RandomPeekSort.brokenComparator/7 (0 ms)1795[ RUN ] PeekSort/RandomPeekSort.brokenComparator/81796[ OK ] PeekSort/RandomPeekSort.brokenComparator/8 (0 ms)1797[ RUN ] PeekSort/RandomPeekSort.brokenComparator/91798[ OK ] PeekSort/RandomPeekSort.brokenComparator/9 (266 ms)1799[ RUN ] PeekSort/RandomPeekSort.stability/01800[ OK ] PeekSort/RandomPeekSort.stability/0 (1 ms)1801[ RUN ] PeekSort/RandomPeekSort.stability/11802[ OK ] PeekSort/RandomPeekSort.stability/1 (20 ms)1803[ RUN ] PeekSort/RandomPeekSort.stability/21804[ OK ] PeekSort/RandomPeekSort.stability/2 (12 ms)1805[ RUN ] PeekSort/RandomPeekSort.stability/31806[ OK ] PeekSort/RandomPeekSort.stability/3 (20 ms)1807[ RUN ] PeekSort/RandomPeekSort.stability/41808[ OK ] PeekSort/RandomPeekSort.stability/4 (28 ms)1809[ RUN ] PeekSort/RandomPeekSort.stability/51810[ OK ] PeekSort/RandomPeekSort.stability/5 (8 ms)1811[ RUN ] PeekSort/RandomPeekSort.stability/61812[ OK ] PeekSort/RandomPeekSort.stability/6 (0 ms)1813[ RUN ] PeekSort/RandomPeekSort.stability/71814[ OK ] PeekSort/RandomPeekSort.stability/7 (0 ms)1815[ RUN ] PeekSort/RandomPeekSort.stability/81816[ OK ] PeekSort/RandomPeekSort.stability/8 (0 ms)1817[ RUN ] PeekSort/RandomPeekSort.stability/91818[ OK ] PeekSort/RandomPeekSort.stability/9 (134 ms)1819[----------] 40 tests from PeekSort/RandomPeekSort (1074 ms total)18201821[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest1822[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/01823[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/0 (0 ms)1824[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/11825[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/1 (0 ms)1826[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/21827[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/2 (0 ms)1828[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/31829[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/3 (0 ms)1830[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/41831[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/4 (0 ms)1832[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/51833[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/5 (0 ms)1834[ RUN ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/61835[ OK ] LevenshteinDistance/LevenshteinDistanceTest.CorrectlyComputed/6 (0 ms)1836[----------] 7 tests from LevenshteinDistance/LevenshteinDistanceTest (0 ms total)18371838[----------] 18 tests from TopoSort/TopoSortTest1839[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/01840[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/0 (0 ms)1841[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/11842[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/1 (0 ms)1843[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/21844[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/2 (0 ms)1845[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/31846[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/3 (0 ms)1847[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/41848[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/4 (0 ms)1849[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/51850[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/5 (0 ms)1851[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/61852[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/6 (0 ms)1853[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/71854[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/7 (0 ms)1855[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/81856[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/8 (0 ms)1857[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/91858[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/9 (0 ms)1859[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/101860[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/10 (0 ms)1861[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/111862[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/11 (0 ms)1863[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/121864[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/12 (0 ms)1865[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/131866[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/13 (0 ms)1867[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/141868[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/14 (0 ms)1869[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/151870[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/15 (0 ms)1871[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/161872[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/16 (0 ms)1873[ RUN ] TopoSort/TopoSortTest.ProducesCorrectResult/171874[ OK ] TopoSort/TopoSortTest.ProducesCorrectResult/17 (0 ms)1875[----------] 18 tests from TopoSort/TopoSortTest (0 ms total)18761877[----------] 38 tests from FixGitURLs/FixGitURLTestSuite1878[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/01879[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/0 (0 ms)1880[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11881[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/1 (0 ms)1882[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/21883[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/2 (0 ms)1884[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/31885[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/3 (0 ms)1886[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/41887[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/4 (0 ms)1888[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/51889[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/5 (0 ms)1890[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/61891[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/6 (0 ms)1892[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/71893[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/7 (0 ms)1894[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/81895[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/8 (0 ms)1896[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/91897[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/9 (0 ms)1898[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/101899[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/10 (0 ms)1900[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/111901[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/11 (0 ms)1902[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/121903[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/12 (0 ms)1904[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/131905[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/13 (0 ms)1906[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/141907[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/14 (0 ms)1908[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/151909[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/15 (0 ms)1910[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/161911[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/16 (0 ms)1912[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/171913[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/17 (0 ms)1914[ RUN ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/181915[ OK ] FixGitURLs/FixGitURLTestSuite.parsesVariedGitUrls/18 (0 ms)1916[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/01917[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/0 (0 ms)1918[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11919[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/1 (0 ms)1920[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/21921[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/2 (0 ms)1922[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/31923[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/3 (0 ms)1924[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/41925[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/4 (0 ms)1926[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/51927[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/5 (0 ms)1928[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/61929[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/6 (0 ms)1930[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/71931[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/7 (0 ms)1932[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/81933[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/8 (0 ms)1934[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/91935[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/9 (0 ms)1936[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/101937[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/10 (0 ms)1938[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/111939[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/11 (0 ms)1940[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/121941[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/12 (0 ms)1942[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/131943[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/13 (0 ms)1944[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/141945[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/14 (0 ms)1946[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/151947[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/15 (0 ms)1948[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/161949[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/16 (0 ms)1950[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/171951[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/17 (0 ms)1952[ RUN ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/181953[ OK ] FixGitURLs/FixGitURLTestSuite.parsedNormalized/18 (0 ms)1954[----------] 38 tests from FixGitURLs/FixGitURLTestSuite (0 ms total)19551956[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess1957[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/01958[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/0 (0 ms)1959[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/11960[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/1 (0 ms)1961[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/21962[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/2 (0 ms)1963[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/31964[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/3 (0 ms)1965[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/41966[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/4 (0 ms)1967[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/51968[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/5 (0 ms)1969[ RUN ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/61970[ OK ] ParseURLSuccessCases/ParseURLSuccess.parsesAsExpected/6 (0 ms)1971[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/01972[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/0 (0 ms)1973[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/11974[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/1 (0 ms)1975[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/21976[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/2 (0 ms)1977[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/31978[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/3 (0 ms)1979[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/41980[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/4 (0 ms)1981[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/51982[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/5 (0 ms)1983[ RUN ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/61984[ OK ] ParseURLSuccessCases/ParseURLSuccess.toStringRoundTrips/6 (0 ms)1985[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/01986[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/0 (0 ms)1987[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/11988[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/1 (0 ms)1989[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/21990[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/2 (0 ms)1991[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/31992[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/3 (0 ms)1993[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/41994[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/4 (0 ms)1995[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/51996[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/5 (0 ms)1997[ RUN ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/61998[ OK ] ParseURLSuccessCases/ParseURLSuccess.makeSureFixGitURLDoesNotModify/6 (0 ms)1999[----------] 21 tests from ParseURLSuccessCases/ParseURLSuccess (0 ms total)20002001[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite2002[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath2003[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePath (0 ms)2004[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId2005[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/baseUrlIpv6AddressWithoutZoneId (0 ms)2006[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId2007[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathIpv6AddressWithZoneId (0 ms)2008[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot2009[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesRelativePathWithDot (0 ms)2010[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory2011[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectory (0 ms)2012[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash2013[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/resolvesParentDirectoryNotTrickedByEscapedSlash (0 ms)2014[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative2015[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/replacesPathWithAbsoluteRelative (0 ms)2016[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative2017[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/keepsQueryAndFragmentFromRelative (0 ms)2018[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride2019[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverride (0 ms)2020[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId2021[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/absOverrideWithZoneId (0 ms)2022[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority2023[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/bothWithoutAuthority (0 ms)2024[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative2025[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyRelative (0 ms)2026[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative2027[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/fragmentRelative (0 ms)2028[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative2029[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyFragmentRelative (0 ms)2030[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative2031[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/emptyQueryRelative (0 ms)2032[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative2033[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryRelative (0 ms)2034[ RUN ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative2035[ OK ] parseURLRelative/ParseURLRelativeTestSuite.resolve/queryFragmentRelative (0 ms)2036[----------] 17 tests from parseURLRelative/ParseURLRelativeTestSuite (0 ms total)20372038[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest2039[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path2040[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/no_authority_empty_path (0 ms)2041[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path2042[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path (0 ms)2043[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path2044[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_root_path (0 ms)2045[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing2046[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_authority_empty_path_trailing (0 ms)2047[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path2048[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_empty_path (0 ms)2049[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path2050[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/non_empty_authority_non_empty_path (0 ms)2051[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority2052[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_with_authority (0 ms)2053[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority2054[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/empty_segments_with_authority (0 ms)2055[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash2056[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2057[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash2058[ OK ] ParsedURL/ParsedURLPathSegmentsTest.segmentsAreCorrect/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2059[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path2060[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/no_authority_empty_path (0 ms)2061[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path2062[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path (0 ms)2063[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path2064[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_root_path (0 ms)2065[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing2066[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_authority_empty_path_trailing (0 ms)2067[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path2068[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_empty_path (0 ms)2069[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path2070[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/non_empty_authority_non_empty_path (0 ms)2071[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority2072[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_with_authority (0 ms)2073[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority2074[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/empty_segments_with_authority (0 ms)2075[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash2076[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_starts_with_slash (0 ms)2077[ RUN ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash2078[ OK ] ParsedURL/ParsedURLPathSegmentsTest.to_string/skip_all_empty_segments_no_authority_doesnt_start_with_slash (0 ms)2079[----------] 20 tests from ParsedURL/ParsedURLPathSegmentsTest (0 ms total)20802081[----------] 8 tests from Unix/UrlPathTest2082[ RUN ] Unix/UrlPathTest.pathToUrlPath/absolute_path2083[ OK ] Unix/UrlPathTest.pathToUrlPath/absolute_path (0 ms)2084[ RUN ] Unix/UrlPathTest.pathToUrlPath/root_path2085[ OK ] Unix/UrlPathTest.pathToUrlPath/root_path (0 ms)2086[ RUN ] Unix/UrlPathTest.urlPathToPath/absolute_path2087[ OK ] Unix/UrlPathTest.urlPathToPath/absolute_path (0 ms)2088[ RUN ] Unix/UrlPathTest.urlPathToPath/root_path2089[ OK ] Unix/UrlPathTest.urlPathToPath/root_path (0 ms)2090[ RUN ] Unix/UrlPathTest.urlToString/absolute_path2091[ OK ] Unix/UrlPathTest.urlToString/absolute_path (0 ms)2092[ RUN ] Unix/UrlPathTest.urlToString/root_path2093[ OK ] Unix/UrlPathTest.urlToString/root_path (0 ms)2094[ RUN ] Unix/UrlPathTest.stringToUrl/absolute_path2095[ OK ] Unix/UrlPathTest.stringToUrl/absolute_path (0 ms)2096[ RUN ] Unix/UrlPathTest.stringToUrl/root_path2097[ OK ] Unix/UrlPathTest.stringToUrl/root_path (0 ms)2098[----------] 8 tests from Unix/UrlPathTest (0 ms total)20992100[----------] Global test environment tear-down2101[==========] 811 tests from 154 test suites ran. (1979 ms total)2102[ PASSED ] 810 tests.2103[ SKIPPED ] 1 test, listed below:2104[ SKIPPED ] CompressionDecompression/CompressionDecompressionTest.invalidDecompression/none21052106 YOU HAVE 1 DISABLED TEST21072108