build checks.x86_64-linux.mutation-opt-env-conf

  1. 159.44 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 0.46 ms
  2. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  3. 159.44 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 0.32 ms
  4. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  5. 159.44 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 0.55 ms
  6. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  7. 159.44 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  8. 159.44 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 0.39 ms
  9. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  10. 159.44 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  11. 159.44 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 0.48 ms
  12. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  13. 159.44 s [genvalidity-sydtest] Applicative Maybe
  14. 159.44 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  15. 159.44 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely Nothing :: [Char]" behind "Just an ABC :: (Maybe [Char])" 0.28 ms
  16. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  17. 159.44 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  18. 159.44 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Just an ABC :: (Maybe [Char])" in front of "purely Nothing :: [Char]" 0.21 ms
  19. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  20. 159.44 s [genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  21. 159.44 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Just an ABC :: (Maybe [Char])" 0.24 ms
  22. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  23. 159.44 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "prepends :: ([Char] -> [Char])" mapped over "Just an ABC :: (Maybe [Char])" 1.44 ms
  24. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  25. 159.44 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "prepends :: ([Char] -> [Char])" sequenced with "ABC :: [Char]" 1.91 ms
  26. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  27. 159.44 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "appends in a Just :: (Maybe ([Char] -> [Char]))" composed with "prepends in a Just :: (Maybe ([Char] -> [Char]))" and applied to "Just an ABC :: (Maybe [Char])" 3.95 ms
  28. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  29. 159.44 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "prepends in a Just :: (Maybe ([Char] -> [Char]))" sequenced with "ABC :: [Char]" 4.38 ms
  30. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  31. 159.44 s [genvalidity-sydtest] Applicative []
  32. 159.44 s [genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
  33. 159.44 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "[] of ints :: [Int]" in front of "[] of ints :: Int" 9.82 ms
  34. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  35. 159.44 s [genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  36. 159.44 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.96 ms
  37. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  38. 159.44 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "[] of scalings :: ([Int -> Int])" composed with "[] of increments :: ([Int -> Int])" and applied to "[] of ints :: [Int]" 2.44 ms
  39. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  40. 159.44 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "[] of ints :: [Int]" 1.48 ms
  41. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  42. 159.44 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "[] of ints :: [Int]" 1.39 ms
  43. 159.44 s [genvalidity-sydtest] passed for all of 100 inputs.
  44. 159.45 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "[] of increments :: ([Int -> Int])" sequenced with "int :: Int" 0.89 ms
  45. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  46. 159.45 s [genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
  47. 159.45 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "[] of ints :: Int" behind "[] of ints :: [Int]" 7.59 ms
  48. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  49. 159.45 s [genvalidity-sydtest] Applicative []
  50. 159.45 s [genvalidity-sydtest] pure :: a -> [] a and (<*>) :: [] (a -> b) -> [] a -> [] b
  51. 159.45 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "four :: Int" 0.44 ms
  52. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  53. 159.45 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "increments in a list :: ([Int -> Int])" sequenced with "four :: Int" 0.75 ms
  54. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  55. 159.45 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "scalings in a list :: ([Int -> Int])" composed with "increments in a list :: ([Int -> Int])" and applied to "list of fives :: [Int]" 5.94 ms
  56. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  57. 159.45 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "list of fives :: [Int]" 0.75 ms
  58. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  59. 159.45 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "list of fives :: [Int]" 2.64 ms
  60. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  61. 159.45 s [genvalidity-sydtest] (<*) :: [] a -> [] b -> [] a
  62. 159.45 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "purely empty list :: Int" behind "list of fives :: [Int]" 2.46 ms
  63. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  64. 159.45 s [genvalidity-sydtest] (*>) :: [] a -> [] b -> [] b
  65. 159.45 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "list of fives :: [Int]" in front of "purely empty list :: Int" 2.42 ms
  66. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  67. 159.45 s [genvalidity-sydtest] Applicative Maybe
  68. 159.45 s [genvalidity-sydtest] (*>) :: Maybe a -> Maybe b -> Maybe b
  69. 159.45 s [genvalidity-sydtest] is equivalent to its default implementation 'u Type> v = pure (const id) <*> u <*> v' for "Maybe of ints :: (Maybe Int)" in front of "Maybe of ints :: Int" 0.25 ms
  70. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  71. 159.45 s [genvalidity-sydtest] (<*) :: Maybe a -> Maybe b -> Maybe a
  72. 159.45 s [genvalidity-sydtest] is equivalent to its default implementation 'u <* v = pure const <*> u <*> v' for "Maybe of ints :: Int" behind "Maybe of ints :: (Maybe Int)" 0.50 ms
  73. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  74. 159.45 s [genvalidity-sydtest] pure :: a -> Maybe a and (<*>) :: Maybe (a -> b) -> Maybe a -> Maybe b
  75. 159.45 s [genvalidity-sydtest] satisfy the composition law: 'pure (.) <*> u <*> v <*> w = u <*> (v <*> w)' for "Maybe of scalings :: (Maybe (Int -> Int))" composed with "Maybe of increments :: (Maybe (Int -> Int))" and applied to "Maybe of ints :: (Maybe Int)" 0.27 ms
  76. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  77. 159.45 s [genvalidity-sydtest] satisfy the identity law: 'pure id <*> v = v' for "Maybe of ints :: (Maybe Int)" 2.07 ms
  78. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  79. 159.45 s [genvalidity-sydtest] satisfy the law about the functor instance: fmap f x = pure f <*> x for "increments :: (Int -> Int)" mapped over "Maybe of ints :: (Maybe Int)" 1.91 ms
  80. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  81. 159.45 s [genvalidity-sydtest] satisfy the homomorphism law: 'pure f <*> pure x = pure (f x)' for "increments :: (Int -> Int)" sequenced with "int :: Int" 0.42 ms
  82. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  83. 159.45 s [genvalidity-sydtest] satisfy the interchange law: 'u <*> pure y = pure ($ y) <*> u' for "Maybe of increments :: (Maybe (Int -> Int))" sequenced with "int :: Int" 0.27 ms
  84. 159.45 s [genvalidity-sydtest] passed for all of 100 inputs.
  85. 159.45 s [genvalidity-sydtest]
  86. 159.45 s [genvalidity-sydtest] Examples: 24402
  87. 159.45 s [genvalidity-sydtest] Passed: 246
  88. 159.45 s [genvalidity-sydtest] Failed: 0
  89. 159.45 s [genvalidity-sydtest] Sum of test runtimes: 1.00 seconds
  90. 159.45 s [genvalidity-sydtest] Test suite took: 0.21 seconds
  91. 159.45 s [genvalidity-sydtest]
  92. 159.45 s [genvalidity-sydtest] Test suite genvalidity-sydtest-test: PASS
  93. 159.45 s [genvalidity-sydtest] Test suite logged to:
  94. 159.45 s [genvalidity-sydtest] dist/test/genvalidity-sydtest-1.0.1.0-genvalidity-sydtest-test.log
  95. 159.45 s [genvalidity-sydtest] 1 of 1 test suites (1 of 1 test cases) passed.
  96. 159.45 s [genvalidity-sydtest] Phase: haddockPhase
  97. 159.49 s [genvalidity-sydtest] Preprocessing library for genvalidity-sydtest-1.0.1.0...
  98. 159.49 s [genvalidity-sydtest] Running Haddock on library for genvalidity-sydtest-1.0.1.0...
  99. 159.49 s [genvalidity-sydtest] Warning: The documentation for the following packages are not installed. No
  100. 159.49 s [genvalidity-sydtest] links will be generated to these packages: attoparsec-0.14.4,
  101. 159.49 s [genvalidity-sydtest] attoparsec-0.14.4, libyaml-clib-0.2.5, opt-env-conf-0.15.0.2, path-0.9.6,
  102. 159.49 s [genvalidity-sydtest] path-0.9.6, vector-0.13.2.0
  103. 159.72 s [genvalidity-sydtest] [ 1 of 34] Compiling Paths_genvalidity_sydtest ( dist/build/autogen/Paths_genvalidity_sydtest.hs, nothing )
  104. 159.75 s [genvalidity-sydtest] [ 2 of 34] Compiling Test.Syd.Validity.Functions.Idempotence ( src/Test/Syd/Validity/Functions/Idempotence.hs, nothing )
  105. 159.78 s [genvalidity-sydtest] [ 3 of 34] Compiling Test.Syd.Validity.Operations.Associativity ( src/Test/Syd/Validity/Operations/Associativity.hs, nothing )
  106. 159.79 s [genvalidity-sydtest] [ 4 of 34] Compiling Test.Syd.Validity.Operations.Commutativity ( src/Test/Syd/Validity/Operations/Commutativity.hs, nothing )
  107. 159.79 s [genvalidity-sydtest] [ 5 of 34] Compiling Test.Syd.Validity.Operations.Identity ( src/Test/Syd/Validity/Operations/Identity.hs, nothing )
  108. 159.80 s [genvalidity-sydtest] [ 6 of 34] Compiling Test.Syd.Validity.Operations ( src/Test/Syd/Validity/Operations.hs, nothing )
  109. 159.80 s [genvalidity-sydtest] [ 7 of 34] Compiling Test.Syd.Validity.Property.Utils ( src/Test/Syd/Validity/Property/Utils.hs, nothing )
  110. 159.81 s [genvalidity-sydtest] [ 8 of 34] Compiling Test.Syd.Validity.GenValidity.Property ( src/Test/Syd/Validity/GenValidity/Property.hs, nothing )
  111. 159.81 s [genvalidity-sydtest] [ 9 of 34] Compiling Test.Syd.Validity.Functions.Validity ( src/Test/Syd/Validity/Functions/Validity.hs, nothing )
  112. 159.82 s [genvalidity-sydtest] [10 of 34] Compiling Test.Syd.Validity.Relations.Antireflexivity ( src/Test/Syd/Validity/Relations/Antireflexivity.hs, nothing )
  113. 159.88 s [genvalidity-sydtest] [11 of 34] Compiling Test.Syd.Validity.Relations.Antisymmetry ( src/Test/Syd/Validity/Relations/Antisymmetry.hs, nothing )
  114. 159.89 s [genvalidity-sydtest] [12 of 34] Compiling Test.Syd.Validity.Relations.Reflexivity ( src/Test/Syd/Validity/Relations/Reflexivity.hs, nothing )
  115. 159.89 s [genvalidity-sydtest] [13 of 34] Compiling Test.Syd.Validity.Relations.Symmetry ( src/Test/Syd/Validity/Relations/Symmetry.hs, nothing )
  116. 159.89 s [genvalidity-sydtest] [14 of 34] Compiling Test.Syd.Validity.Relations.Transitivity ( src/Test/Syd/Validity/Relations/Transitivity.hs, nothing )
  117. 159.90 s [genvalidity-sydtest] [15 of 34] Compiling Test.Syd.Validity.Relations ( src/Test/Syd/Validity/Relations.hs, nothing )
  118. 159.90 s [genvalidity-sydtest] [16 of 34] Compiling Test.Syd.Validity.Shrinking.Property ( src/Test/Syd/Validity/Shrinking/Property.hs, nothing )
  119. 159.91 s [genvalidity-sydtest] [17 of 34] Compiling Test.Syd.Validity.Types ( src/Test/Syd/Validity/Types.hs, nothing )
  120. 159.91 s [genvalidity-sydtest] [18 of 34] Compiling Test.Syd.Validity.Functions.Inverse ( src/Test/Syd/Validity/Functions/Inverse.hs, nothing )
  121. 159.92 s [genvalidity-sydtest] [19 of 34] Compiling Test.Syd.Validity.Functions.Equivalence ( src/Test/Syd/Validity/Functions/Equivalence.hs, nothing )
  122. 159.95 s [genvalidity-sydtest] [20 of 34] Compiling Test.Syd.Validity.Functions.CanFail ( src/Test/Syd/Validity/Functions/CanFail.hs, nothing )
  123. 159.97 s [genvalidity-sydtest] [21 of 34] Compiling Test.Syd.Validity.Functions ( src/Test/Syd/Validity/Functions.hs, nothing )
  124. 159.97 s [genvalidity-sydtest] [22 of 34] Compiling Test.Syd.Validity.Property ( src/Test/Syd/Validity/Property.hs, nothing )
  125. 159.98 s [genvalidity-sydtest] [23 of 34] Compiling Test.Syd.Validity.Utils ( src/Test/Syd/Validity/Utils.hs, nothing )
  126. 159.99 s [genvalidity-sydtest] [24 of 34] Compiling Test.Syd.Validity.Shrinking ( src/Test/Syd/Validity/Shrinking.hs, nothing )
  127. 160.00 s [genvalidity-sydtest] [25 of 34] Compiling Test.Syd.Validity.Show ( src/Test/Syd/Validity/Show.hs, nothing )
  128. 160.01 s [genvalidity-sydtest] [26 of 34] Compiling Test.Syd.Validity.Ord ( src/Test/Syd/Validity/Ord.hs, nothing )
  129. 160.14 s [genvalidity-sydtest] [27 of 34] Compiling Test.Syd.Validity.Monoid ( src/Test/Syd/Validity/Monoid.hs, nothing )
  130. 160.16 s [genvalidity-sydtest] [28 of 34] Compiling Test.Syd.Validity.Monad ( src/Test/Syd/Validity/Monad.hs, nothing )
  131. 160.21 s [opt-env-conf-test] mutation-nix: manifest output at /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest:
  132. 160.21 s [opt-env-conf-test] total 88
  133. 160.21 s [opt-env-conf-test] drwxr-xr-x 2 nixbld nixbld 4096 May 18 21:42 .
  134. 160.21 s [opt-env-conf-test] drwxrwxr-t 338 nobody nixbld 36864 May 18 21:42 ..
  135. 160.21 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 2 May 18 21:42 OptEnvConf.Args.Gen.json
  136. 160.21 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 2 May 18 21:42 OptEnvConf.EnvMap.Gen.json
  137. 160.21 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 33947 May 18 21:42 OptEnvConf.Test.json
  138. 160.21 s [opt-env-conf-test] mutation-nix: building remaining configured components with plugin silenced
  139. 160.26 s [genvalidity-sydtest] [29 of 34] Compiling Test.Syd.Validity.GenValidity ( src/Test/Syd/Validity/GenValidity.hs, nothing )
  140. 160.26 s [genvalidity-sydtest] [30 of 34] Compiling Test.Syd.Validity.Functor ( src/Test/Syd/Validity/Functor.hs, nothing )
  141. 160.27 s [opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
  142. 160.28 s [opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
  143. 160.28 s [genvalidity-sydtest] [31 of 34] Compiling Test.Syd.Validity.Eq ( src/Test/Syd/Validity/Eq.hs, nothing )
  144. 160.29 s [genvalidity-sydtest] [32 of 34] Compiling Test.Syd.Validity.Arbitrary ( src/Test/Syd/Validity/Arbitrary.hs, nothing )
  145. 160.29 s [genvalidity-sydtest] [33 of 34] Compiling Test.Syd.Validity.Applicative ( src/Test/Syd/Validity/Applicative.hs, nothing )
  146. 160.31 s [genvalidity-sydtest] [34 of 34] Compiling Test.Syd.Validity ( src/Test/Syd/Validity.hs, nothing )
  147. 160.32 s [genvalidity-sydtest] Haddock coverage:
  148. 160.32 s [genvalidity-sydtest] 50% ( 2 / 4) in 'Test.Syd.Validity.Functions.Idempotence'
  149. 160.32 s [genvalidity-sydtest] Missing documentation for:
  150. 160.32 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  151. 160.32 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  152. 160.32 s [genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Associativity'
  153. 160.32 s [genvalidity-sydtest] Missing documentation for:
  154. 160.32 s [genvalidity-sydtest] Module header
  155. 160.32 s [genvalidity-sydtest] 75% ( 3 / 4) in 'Test.Syd.Validity.Operations.Commutativity'
  156. 160.32 s [genvalidity-sydtest] Missing documentation for:
  157. 160.32 s [genvalidity-sydtest] Module header
  158. 160.32 s [genvalidity-sydtest] 64% ( 9 / 14) in 'Test.Syd.Validity.Operations.Identity'
  159. 160.32 s [genvalidity-sydtest] Missing documentation for:
  160. 160.32 s [genvalidity-sydtest] Module header
  161. 160.32 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  162. 160.32 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  163. 160.32 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  164. 160.32 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  165. 160.32 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Operations'
  166. 160.32 s [genvalidity-sydtest] 0% ( 0 / 6) in 'Test.Syd.Validity.Property.Utils'
  167. 160.32 s [genvalidity-sydtest] Missing documentation for:
  168. 160.32 s [genvalidity-sydtest] Module header
  169. 160.32 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  170. 160.32 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  171. 160.32 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  172. 160.32 s [genvalidity-sydtest] <==> (src/Test/Syd/Validity/Property/Utils.hs:21)
  173. 160.32 s [genvalidity-sydtest] ===> (src/Test/Syd/Validity/Property/Utils.hs:18)
  174. 160.32 s [genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.GenValidity.Property'
  175. 160.32 s [genvalidity-sydtest] 40% ( 4 / 10) in 'Test.Syd.Validity.Functions.Validity'
  176. 160.32 s [genvalidity-sydtest] Missing documentation for:
  177. 160.32 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  178. 160.32 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  179. 160.32 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  180. 160.32 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  181. 160.32 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  182. 160.32 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  183. 160.32 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Antireflexivity'
  184. 160.32 s [genvalidity-sydtest] Missing documentation for:
  185. 160.32 s [genvalidity-sydtest] Module header
  186. 160.32 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  187. 160.32 s [genvalidity-sydtest] 50% ( 3 / 6) in 'Test.Syd.Validity.Relations.Antisymmetry'
  188. 160.32 s [genvalidity-sydtest] Missing documentation for:
  189. 160.32 s [genvalidity-sydtest] Module header
  190. 160.32 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  191. 160.32 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  192. 160.32 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Reflexivity'
  193. 160.32 s [genvalidity-sydtest] Missing documentation for:
  194. 160.32 s [genvalidity-sydtest] Module header
  195. 160.32 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  196. 160.32 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Symmetry'
  197. 160.32 s [genvalidity-sydtest] Missing documentation for:
  198. 160.32 s [genvalidity-sydtest] Module header
  199. 160.32 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  200. 160.32 s [genvalidity-sydtest] 60% ( 3 / 5) in 'Test.Syd.Validity.Relations.Transitivity'
  201. 160.32 s [genvalidity-sydtest] Missing documentation for:
  202. 160.32 s [genvalidity-sydtest] Module header
  203. 160.32 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  204. 160.32 s [genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Relations'
  205. 160.32 s [genvalidity-sydtest] 100% ( 13 / 13) in 'Test.Syd.Validity.Shrinking.Property'
  206. 160.32 s [genvalidity-sydtest] 50% ( 1 / 2) in 'Test.Syd.Validity.Types'
  207. 160.32 s [genvalidity-sydtest] Missing documentation for:
  208. 160.32 s [genvalidity-sydtest] Module header
  209. 160.32 s [genvalidity-sydtest] 15% ( 2 / 13) in 'Test.Syd.Validity.Functions.Inverse'
  210. 160.32 s [genvalidity-sydtest] Missing documentation for:
  211. 160.32 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  212. 160.32 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  213. 160.32 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  214. 160.32 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  215. 160.32 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  216. 160.32 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  217. 160.32 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  218. 160.32 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  219. 160.32 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  220. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  221. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  222. 160.33 s [genvalidity-sydtest] 7% ( 2 / 28) in 'Test.Syd.Validity.Functions.Equivalence'
  223. 160.33 s [genvalidity-sydtest] Missing documentation for:
  224. 160.33 s [genvalidity-sydtest] Module header
  225. 160.33 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  226. 160.33 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  227. 160.33 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  228. 160.33 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  229. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  230. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  231. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  232. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  233. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  234. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  235. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  236. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  237. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  238. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  239. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  240. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  241. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  242. 160.33 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  243. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  244. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  245. 160.33 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  246. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  247. 160.33 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  248. 160.33 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  249. 160.33 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  250. 160.33 s [genvalidity-sydtest] 38% ( 7 / 18) in 'Test.Syd.Validity.Functions.CanFail'
  251. 160.33 s [genvalidity-sydtest] Missing documentation for:
  252. 160.33 s [genvalidity-sydtest] Module header
  253. 160.33 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  254. 160.33 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  255. 160.33 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  256. 160.33 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  257. 160.33 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  258. 160.33 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  259. 160.33 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  260. 160.33 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  261. 160.33 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  262. 160.33 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  263. 160.33 s [genvalidity-sydtest] 100% ( 6 / 6) in 'Test.Syd.Validity.Functions'
  264. 160.33 s [genvalidity-sydtest] 54% ( 80 /146) in 'Test.Syd.Validity.Property'
  265. 160.33 s [genvalidity-sydtest] Missing documentation for:
  266. 160.33 s [genvalidity-sydtest] Module header
  267. 160.33 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  268. 160.33 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  269. 160.33 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  270. 160.33 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  271. 160.33 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  272. 160.33 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  273. 160.33 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  274. 160.33 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  275. 160.33 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  276. 160.33 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  277. 160.33 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  278. 160.33 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  279. 160.33 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  280. 160.33 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  281. 160.33 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  282. 160.33 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  283. 160.33 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  284. 160.33 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  285. 160.33 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  286. 160.33 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  287. 160.33 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  288. 160.33 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  289. 160.33 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  290. 160.33 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  291. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  292. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  293. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  294. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  295. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  296. 160.33 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  297. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  298. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  299. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  300. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  301. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  302. 160.33 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  303. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  304. 160.33 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  305. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  306. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  307. 160.33 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  308. 160.33 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  309. 160.33 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  310. 160.33 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  311. 160.33 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  312. 160.33 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  313. 160.33 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  314. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  315. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  316. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  317. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  318. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  319. 160.33 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  320. 160.33 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  321. 160.33 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  322. 160.33 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  323. 160.33 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  324. 160.33 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  325. 160.33 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  326. 160.33 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  327. 160.33 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  328. 160.33 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  329. 160.33 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  330. 160.33 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  331. 160.33 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  332. 160.33 s [genvalidity-sydtest] Warning: 'Spec' is out of scope.
  333. 160.33 s [genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
  334. 160.33 s [genvalidity-sydtest] 14% ( 1 / 7) in 'Test.Syd.Validity.Utils'
  335. 160.33 s [genvalidity-sydtest] Missing documentation for:
  336. 160.33 s [genvalidity-sydtest] nameOf (src/Test/Syd/Validity/Utils.hs:27)
  337. 160.33 s [genvalidity-sydtest] genDescr (src/Test/Syd/Validity/Utils.hs:38)
  338. 160.33 s [genvalidity-sydtest] binRelStr (src/Test/Syd/Validity/Utils.hs:45)
  339. 160.33 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  340. 160.33 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  341. 160.33 s [genvalidity-sydtest] Anon (src/Test/Syd/Validity/Utils.hs:49)
  342. 160.33 s [genvalidity-sydtest] 45% ( 5 / 11) in 'Test.Syd.Validity.Shrinking'
  343. 160.33 s [genvalidity-sydtest] Missing documentation for:
  344. 160.33 s [genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
  345. 160.33 s [genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
  346. 160.33 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
  347. 160.33 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Syd/Validity/Shrinking.hs:74)
  348. 160.33 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItself (src/Test/Syd/Validity/Shrinking.hs:81)
  349. 160.33 s [genvalidity-sydtest] shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Syd/Validity/Shrinking.hs:89)
  350. 160.33 s [genvalidity-sydtest] 100% ( 7 / 7) in 'Test.Syd.Validity.Show'
  351. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Ord'
  352. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monoid'
  353. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Monad'
  354. 160.33 s [genvalidity-sydtest] 100% ( 5 / 5) in 'Test.Syd.Validity.GenValidity'
  355. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Functor'
  356. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Eq'
  357. 160.33 s [genvalidity-sydtest] 100% ( 3 / 3) in 'Test.Syd.Validity.Arbitrary'
  358. 160.33 s [genvalidity-sydtest] 100% ( 4 / 4) in 'Test.Syd.Validity.Applicative'
  359. 160.33 s [genvalidity-sydtest] Warning: 'Spec' is out of scope.
  360. 160.33 s [genvalidity-sydtest] If you qualify the identifier, haddock can try to link it anyway.
  361. 160.34 s [genvalidity-sydtest] 63% (122 /192) in 'Test.Syd.Validity'
  362. 160.34 s [genvalidity-sydtest] Missing documentation for:
  363. 160.34 s [genvalidity-sydtest] forAllValid (src/Test/Syd/Validity/Property/Utils.hs:15)
  364. 160.34 s [genvalidity-sydtest] shouldBeValid (src/Test/Syd/Validity/Property/Utils.hs:24)
  365. 160.34 s [genvalidity-sydtest] shouldBeInvalid (src/Test/Syd/Validity/Property/Utils.hs:40)
  366. 160.34 s [genvalidity-sydtest] shrinkValidSpec (src/Test/Syd/Validity/Shrinking.hs:35)
  367. 160.34 s [genvalidity-sydtest] shrinkValidSpecWithLimit (src/Test/Syd/Validity/Shrinking.hs:48)
  368. 160.34 s [genvalidity-sydtest] shrinkValidPreservesValidOnGenValid (src/Test/Syd/Validity/Shrinking.hs:66)
  369. 160.34 s [genvalidity-sydtest] producesValidsOnGens2 (src/Test/Syd/Validity/Functions/Validity.hs:51)
  370. 160.34 s [genvalidity-sydtest] producesValid2 (src/Test/Syd/Validity/Functions/Validity.hs:58)
  371. 160.34 s [genvalidity-sydtest] producesValidsOnArbitrary2 (src/Test/Syd/Validity/Functions/Validity.hs:64)
  372. 160.34 s [genvalidity-sydtest] producesValidsOnGens3 (src/Test/Syd/Validity/Functions/Validity.hs:72)
  373. 160.34 s [genvalidity-sydtest] producesValid3 (src/Test/Syd/Validity/Functions/Validity.hs:87)
  374. 160.34 s [genvalidity-sydtest] producesValidsOnArbitrary3 (src/Test/Syd/Validity/Functions/Validity.hs:101)
  375. 160.34 s [genvalidity-sydtest] succeedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:77)
  376. 160.34 s [genvalidity-sydtest] succeeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:84)
  377. 160.34 s [genvalidity-sydtest] succeedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:90)
  378. 160.34 s [genvalidity-sydtest] failsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:100)
  379. 160.34 s [genvalidity-sydtest] validIfSucceedsOnGens2 (src/Test/Syd/Validity/Functions/CanFail.hs:109)
  380. 160.34 s [genvalidity-sydtest] validIfSucceeds2 (src/Test/Syd/Validity/Functions/CanFail.hs:119)
  381. 160.34 s [genvalidity-sydtest] validIfSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/CanFail.hs:125)
  382. 160.34 s [genvalidity-sydtest] validIfSucceedsOnGens3 (src/Test/Syd/Validity/Functions/CanFail.hs:133)
  383. 160.34 s [genvalidity-sydtest] validIfSucceeds3 (src/Test/Syd/Validity/Functions/CanFail.hs:152)
  384. 160.34 s [genvalidity-sydtest] validIfSucceedsOnArbitrary3 (src/Test/Syd/Validity/Functions/CanFail.hs:158)
  385. 160.34 s [genvalidity-sydtest] equivalentOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:47)
  386. 160.34 s [genvalidity-sydtest] equivalent (src/Test/Syd/Validity/Functions/Equivalence.hs:54)
  387. 160.34 s [genvalidity-sydtest] equivalentOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:73)
  388. 160.34 s [genvalidity-sydtest] equivalent2 (src/Test/Syd/Validity/Functions/Equivalence.hs:81)
  389. 160.34 s [genvalidity-sydtest] equivalentOnGens3 (src/Test/Syd/Validity/Functions/Equivalence.hs:322)
  390. 160.34 s [genvalidity-sydtest] equivalent3 (src/Test/Syd/Validity/Functions/Equivalence.hs:338)
  391. 160.34 s [genvalidity-sydtest] equivalentOnArbitrary3 (src/Test/Syd/Validity/Functions/Equivalence.hs:353)
  392. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:100)
  393. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:119)
  394. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:111)
  395. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:129)
  396. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:162)
  397. 160.34 s [genvalidity-sydtest] equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:147)
  398. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:172)
  399. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceeds (src/Test/Syd/Validity/Functions/Equivalence.hs:191)
  400. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:183)
  401. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:201)
  402. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceeds2 (src/Test/Syd/Validity/Functions/Equivalence.hs:234)
  403. 160.34 s [genvalidity-sydtest] equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:219)
  404. 160.34 s [genvalidity-sydtest] equivalentWhenSucceedOnGen (src/Test/Syd/Validity/Functions/Equivalence.hs:244)
  405. 160.34 s [genvalidity-sydtest] equivalentWhenSucceed (src/Test/Syd/Validity/Functions/Equivalence.hs:258)
  406. 160.34 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Equivalence.hs:266)
  407. 160.34 s [genvalidity-sydtest] equivalentWhenSucceedOnGens2 (src/Test/Syd/Validity/Functions/Equivalence.hs:276)
  408. 160.34 s [genvalidity-sydtest] equivalentWhenSucceed2 (src/Test/Syd/Validity/Functions/Equivalence.hs:312)
  409. 160.34 s [genvalidity-sydtest] equivalentWhenSucceedOnArbitrary2 (src/Test/Syd/Validity/Functions/Equivalence.hs:297)
  410. 160.34 s [genvalidity-sydtest] inverseFunctionsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:28)
  411. 160.34 s [genvalidity-sydtest] inverseFunctions (src/Test/Syd/Validity/Functions/Inverse.hs:33)
  412. 160.34 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:49)
  413. 160.34 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:60)
  414. 160.34 s [genvalidity-sydtest] inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:68)
  415. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:78)
  416. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceeds (src/Test/Syd/Validity/Functions/Inverse.hs:89)
  417. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:97)
  418. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnGen (src/Test/Syd/Validity/Functions/Inverse.hs:107)
  419. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSucceed (src/Test/Syd/Validity/Functions/Inverse.hs:120)
  420. 160.34 s [genvalidity-sydtest] inverseFunctionsIfSucceedOnArbitrary (src/Test/Syd/Validity/Functions/Inverse.hs:128)
  421. 160.34 s [genvalidity-sydtest] idempotentOnGen (src/Test/Syd/Validity/Functions/Idempotence.hs:17)
  422. 160.34 s [genvalidity-sydtest] idempotent (src/Test/Syd/Validity/Functions/Idempotence.hs:20)
  423. 160.34 s [genvalidity-sydtest] reflexivityOnGen (src/Test/Syd/Validity/Relations/Reflexivity.hs:32)
  424. 160.34 s [genvalidity-sydtest] transitivityOnGens (src/Test/Syd/Validity/Relations/Transitivity.hs:35)
  425. 160.34 s [genvalidity-sydtest] antisymmetryOnGensWithEquality (src/Test/Syd/Validity/Relations/Antisymmetry.hs:43)
  426. 160.34 s [genvalidity-sydtest] antisymmetryOnGens (src/Test/Syd/Validity/Relations/Antisymmetry.hs:54)
  427. 160.34 s [genvalidity-sydtest] antireflexivityOnGen (src/Test/Syd/Validity/Relations/Antireflexivity.hs:32)
  428. 160.34 s [genvalidity-sydtest] symmetryOnGens (src/Test/Syd/Validity/Relations/Symmetry.hs:34)
  429. 160.34 s [genvalidity-sydtest] leftIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:54)
  430. 160.34 s [genvalidity-sydtest] leftIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:66)
  431. 160.34 s [genvalidity-sydtest] rightIdentityOnGenWithEquality (src/Test/Syd/Validity/Operations/Identity.hs:111)
  432. 160.34 s [genvalidity-sydtest] rightIdentityOnGen (src/Test/Syd/Validity/Operations/Identity.hs:123)
  433. 161.76 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Args/Gen.dyn_o'
  434. 161.76 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/EnvMap/Gen.dyn_o'
  435. 161.76 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Test.dyn_o'
  436. 161.76 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/Paths_opt_env_conf_test.dyn_o'
  437. 162.64 s [opt-env-conf-test] Phase: haddockPhase
  438. 162.65 s [opt-env-conf-test] Phase: installPhase
  439. 162.73 s [opt-env-conf-test] Installing library in /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4-A1B46XCbSjUGkZ6wgbduQ
  440. 162.93 s [opt-env-conf-test] Phase: fixupPhase
  441. 162.95 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4
  442. 162.95 s [opt-env-conf-test] shrinking /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSopt-env-conf-test-0.0.0.4-A1B46XCbSjUGkZ6wgbduQ-ghc9.10.3.so
  443. 162.98 s [opt-env-conf-test] checking for references to /build/ in /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4...
  444. 163.00 s [opt-env-conf-test] patching script interpreter paths in /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4
  445. 163.00 s [opt-env-conf-test] stripping (with command strip and flags -S -p) in /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4/lib
  446. 163.05 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest
  447. 163.05 s [opt-env-conf-test] checking for references to /build/ in /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest...
  448. 163.06 s [opt-env-conf-test] patching script interpreter paths in /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest
  449. 163.13 s [post-build-hook] Uploading to cachix cache "sydtest": /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4
  450. 163.61 s [post-build-hook] Pushing 2 paths (294 are already present) using zstd to cache sydtest ⏳
  451. 163.61 s [post-build-hook]
  452. 163.95 s [post-build-hook] Pushing /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest (33.86 KiB)
  453. 163.98 s [post-build-hook] Pushing /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4 (2.33 MiB)
  454. 165.43 s [post-build-hook]
  455. 165.57 s [post-build-hook] All done.
  456. 165.57 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest /nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4
  457. 165.57 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  458. 165.67 s [post-build-hook] copying 2 paths...
  459. 165.67 s [post-build-hook] copying path '/nix/store/qj3kaprhr0ixis456kka2y4jrvkm3g8r-opt-env-conf-test-0.0.0.4' to 'https://cache.staging.nix-ci.com'...
  460. 165.67 s [post-build-hook] copying path '/nix/store/3wv07gc8xfsl3gjdqb21i6pza50jky2d-opt-env-conf-test-0.0.0.4-manifest' to 'https://cache.staging.nix-ci.com'...
  461. 166.38 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  462. 166.63 s [post-build-hook] copying 1 paths...
  463. 166.63 s [post-build-hook] copying path '/nix/store/nllaxkr8ps3y0dfq779zw47mk7mp054z-opt-env-conf-test-0.0.0.4.drv' to 'https://cache.staging.nix-ci.com'...
  464. 166.83 s Progress: 7 of 11 built (1 building)
  465. 166.83 s [genvalidity-sydtest] Documentation created: dist/doc/html/genvalidity-sydtest/,
  466. 166.83 s [genvalidity-sydtest] dist/doc/html/genvalidity-sydtest/genvalidity-sydtest.txt
  467. 166.83 s [genvalidity-sydtest] Preprocessing test suite 'genvalidity-sydtest-test' for genvalidity-sydtest-1.0.1.0...
  468. 166.83 s [genvalidity-sydtest] Phase: installPhase
  469. 166.83 s [genvalidity-sydtest] Installing library in /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/genvalidity-sydtest-1.0.1.0-Hw30RZnOgh7DgzLwvyBWvr
  470. 167.31 s [genvalidity-sydtest] Phase: fixupPhase
  471. 167.33 s [genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0
  472. 167.33 s [genvalidity-sydtest] shrinking /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSgenvalidity-sydtest-1.0.1.0-Hw30RZnOgh7DgzLwvyBWvr-ghc9.10.3.so
  473. 167.37 s [genvalidity-sydtest] checking for references to /build/ in /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0...
  474. 167.41 s [genvalidity-sydtest] patching script interpreter paths in /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0
  475. 167.41 s [genvalidity-sydtest] stripping (with command strip and flags -S -p) in /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0/lib
  476. 167.52 s [genvalidity-sydtest] shrinking RPATHs of ELF executables and libraries in /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc
  477. 167.54 s [genvalidity-sydtest] checking for references to /build/ in /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc...
  478. 167.57 s [genvalidity-sydtest] patching script interpreter paths in /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc
  479. 167.72 s [post-build-hook] Uploading to cachix cache "sydtest": /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0
  480. 168.19 s [post-build-hook] Pushing 2 paths (294 are already present) using zstd to cache sydtest ⏳
  481. 168.19 s [post-build-hook]
  482. 168.54 s [post-build-hook] Pushing /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0 (6.64 MiB)
  483. 168.55 s [post-build-hook] Pushing /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc (3.78 MiB)
  484. 169.99 s [post-build-hook]
  485. 169.99 s [post-build-hook] All done.
  486. 170.01 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc /nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0
  487. 170.05 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  488. 170.21 s [post-build-hook] copying 2 paths...
  489. 170.22 s [post-build-hook] copying path '/nix/store/75h6krcryx64b5v67h620l7fwqf7gcfy-genvalidity-sydtest-1.0.1.0-doc' to 'https://cache.staging.nix-ci.com'...
  490. 170.69 s [post-build-hook] copying path '/nix/store/v4zy0rdj1a43kya56lnwina5pybs5g0k-genvalidity-sydtest-1.0.1.0' to 'https://cache.staging.nix-ci.com'...
  491. 172.10 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  492. 172.32 s [post-build-hook] copying 1 paths...
  493. 172.32 s [post-build-hook] copying path '/nix/store/d6ap0h4plakyzq21kjkj20arc9kiyr4q-genvalidity-sydtest-1.0.1.0.drv' to 'https://cache.staging.nix-ci.com'...
  494. 172.59 s Progress: 8 of 11 built
  495. 172.65 s Building opt-env-conf-test
  496. 173.03 s [opt-env-conf-test] Phase: setupCompilerEnvironmentPhase
  497. 173.03 s [opt-env-conf-test] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
  498. 173.47 s [opt-env-conf-test] Phase: unpackPhase
  499. 173.48 s [opt-env-conf-test] unpacking source archive /nix/store/dnzknzf6qjndq5rbns69bislq69r15li-opt-env-conf-test-source-0.0.0.4/opt-env-conf-test-0.0.0.4.tar.gz
  500. 173.49 s [opt-env-conf-test] source root is opt-env-conf-test-0.0.0.4
  501. 173.50 s [opt-env-conf-test] setting SOURCE_DATE_EPOCH to timestamp 1779140530 of file "opt-env-conf-test-0.0.0.4/test/Spec.hs"
  502. 173.50 s [opt-env-conf-test] warning: file "opt-env-conf-test-0.0.0.4/test/Spec.hs" may be generated; SOURCE_DATE_EPOCH may be non-deterministic
  503. 173.51 s [opt-env-conf-test] Phase: patchPhase
  504. 173.51 s [opt-env-conf-test] Phase: compileBuildDriverPhase
  505. 173.52 s [opt-env-conf-test] setupCompileFlags: -package-db=/build/tmp.BVQ80CnxJd/setup-package.conf.d -threaded
  506. 173.56 s [opt-env-conf-test] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.BVQ80CnxJd/Main.o )
  507. 173.60 s [opt-env-conf-test] [2 of 2] Linking Setup
  508. 174.65 s [opt-env-conf-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  509. 174.66 s [opt-env-conf-test] Phase: configurePhase
  510. 174.67 s [opt-env-conf-test] configureFlags: --verbose --prefix=/nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.BVQ80CnxJd/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --disable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-options=-O2 --ghc-options=-Wall --ghc-options=-Wincomplete-uni-patterns --ghc-options=-Wincomplete-record-updates --ghc-options=-Wpartial-fields --ghc-options=-Widentities --ghc-options=-Wredundant-constraints --ghc-options=-Wcpp-undef --ghc-options=-Werror --ghc-options=-fplugin-opt=Test.Syd.Mutation.Plugin:--config=/nix/store/xkv0xnasdncgymam7m6c5q20j2j727p4-mutation-config.yaml --disable-optimization --ghc-option=-j1 --ghc-option=+RTS --ghc-option=-A32M --ghc-option=-M16g --ghc-option=-RTS --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/lib
  511. 174.68 s [opt-env-conf-test] Using Parsec parser
  512. 174.68 s [opt-env-conf-test] Configuring opt-env-conf-test-0.0.0.4...
  513. 175.33 s [opt-env-conf-test] Dependency aeson: using aeson-2.2.3.0
  514. 175.33 s [opt-env-conf-test] Dependency base <5: using base-4.20.2.0
  515. 175.33 s [opt-env-conf-test] Dependency genvalidity: using genvalidity-1.1.1.0
  516. 175.33 s [opt-env-conf-test] Dependency genvalidity-containers: using genvalidity-containers-1.0.0.2
  517. 175.33 s [opt-env-conf-test] Dependency opt-env-conf >=0.9.0.0: using opt-env-conf-0.15.0.2
  518. 175.33 s [opt-env-conf-test] Dependency safe-coloured-text: using safe-coloured-text-0.5.0.0
  519. 175.33 s [opt-env-conf-test] Dependency sydtest: using sydtest-0.23.1.0
  520. 175.33 s [opt-env-conf-test] Dependency text: using text-2.1.3
  521. 175.33 s [opt-env-conf-test] Dependency QuickCheck: using QuickCheck-2.15.0.1
  522. 175.33 s [opt-env-conf-test] Dependency aeson: using aeson-2.2.3.0
  523. 175.33 s [opt-env-conf-test] Dependency autodocodec: using autodocodec-0.5.0.0
  524. 175.33 s [opt-env-conf-test] Dependency base <5: using base-4.20.2.0
  525. 175.33 s [opt-env-conf-test] Dependency containers: using containers-0.7
  526. 175.33 s [opt-env-conf-test] Dependency genvalidity-aeson: using genvalidity-aeson-1.1.0.0
  527. 175.33 s [opt-env-conf-test] Dependency genvalidity-sydtest: using genvalidity-sydtest-1.0.1.0
  528. 175.33 s [opt-env-conf-test] Dependency genvalidity-text: using genvalidity-text-1.0.0.1
  529. 175.33 s [opt-env-conf-test] Dependency mtl: using mtl-2.3.1
  530. 175.33 s [opt-env-conf-test] Dependency opt-env-conf: using opt-env-conf-0.15.0.2
  531. 175.33 s [opt-env-conf-test] Dependency opt-env-conf-test: using opt-env-conf-test-0.0.0.4
  532. 175.33 s [opt-env-conf-test] Dependency path: using path-0.9.6
  533. 175.33 s [opt-env-conf-test] Dependency path-io: using path-io-1.8.2
  534. 175.33 s [opt-env-conf-test] Dependency pretty-show: using pretty-show-1.10
  535. 175.33 s [opt-env-conf-test] Dependency safe-coloured-text: using safe-coloured-text-0.5.0.0
  536. 175.33 s [opt-env-conf-test] Dependency sydtest: using sydtest-0.23.1.0
  537. 175.33 s [opt-env-conf-test] Dependency text: using text-2.1.3
  538. 175.33 s [opt-env-conf-test] Source component graph:
  539. 175.33 s [opt-env-conf-test] component lib
  540. 175.33 s [opt-env-conf-test] component test:opt-env-conf-test dependency lib
  541. 175.33 s [opt-env-conf-test] Configured component graph:
  542. 175.33 s [opt-env-conf-test] component opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  543. 175.33 s [opt-env-conf-test] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  544. 175.33 s [opt-env-conf-test] include base-4.20.2.0-64da
  545. 175.33 s [opt-env-conf-test] include genvalidity-1.1.1.0-KJOcA1wEUno9vXRiVdno1L
  546. 175.33 s [opt-env-conf-test] include genvalidity-containers-1.0.0.2-DXaOCEBh8iJ1c8u2LwVlK1
  547. 175.33 s [opt-env-conf-test] include opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  548. 175.33 s [opt-env-conf-test] include safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  549. 175.33 s [opt-env-conf-test] include sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  550. 175.33 s [opt-env-conf-test] include text-2.1.3-c691
  551. 175.33 s [opt-env-conf-test] component opt-env-conf-test-0.0.0.4-w0FPtUKkd9IYRHBr1esc3-opt-env-conf-test
  552. 175.33 s [opt-env-conf-test] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
  553. 175.33 s [opt-env-conf-test] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  554. 175.33 s [opt-env-conf-test] include autodocodec-0.5.0.0-1mMvp4WI6JDKv9IH8Klk8Y
  555. 175.33 s [opt-env-conf-test] include base-4.20.2.0-64da
  556. 175.33 s [opt-env-conf-test] include containers-0.7-504a
  557. 175.33 s [opt-env-conf-test] include genvalidity-aeson-1.1.0.0-9PPko3LuC4hJdadeXInnhB
  558. 175.33 s [opt-env-conf-test] include genvalidity-sydtest-1.0.1.0-Hw30RZnOgh7DgzLwvyBWvr
  559. 175.33 s [opt-env-conf-test] include genvalidity-text-1.0.0.1-3o9b8WY3tDp4YbgmJHHJUk
  560. 175.33 s [opt-env-conf-test] include mtl-2.3.1-b4af
  561. 175.33 s [opt-env-conf-test] include opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  562. 175.33 s [opt-env-conf-test] include opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  563. 175.33 s [opt-env-conf-test] include path-0.9.6-JuNdYVciddTDWUiQr3NuVx
  564. 175.33 s [opt-env-conf-test] include path-io-1.8.2-J5Tb8ehzZIb1sPaxTlVmSL
  565. 175.33 s [opt-env-conf-test] include pretty-show-1.10-CuGoXeUvzjB9II93JT7lKs
  566. 175.33 s [opt-env-conf-test] include safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  567. 175.33 s [opt-env-conf-test] include sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  568. 175.33 s [opt-env-conf-test] include text-2.1.3-c691
  569. 175.33 s [opt-env-conf-test] Linked component graph:
  570. 175.33 s [opt-env-conf-test] unit opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  571. 175.33 s [opt-env-conf-test] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  572. 175.33 s [opt-env-conf-test] include base-4.20.2.0-64da
  573. 175.33 s [opt-env-conf-test] include genvalidity-1.1.1.0-KJOcA1wEUno9vXRiVdno1L
  574. 175.33 s [opt-env-conf-test] include genvalidity-containers-1.0.0.2-DXaOCEBh8iJ1c8u2LwVlK1
  575. 175.33 s [opt-env-conf-test] include opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  576. 175.33 s [opt-env-conf-test] include safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  577. 175.33 s [opt-env-conf-test] include sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  578. 175.33 s [opt-env-conf-test] include text-2.1.3-c691
  579. 175.33 s [opt-env-conf-test] OptEnvConf.Args.Gen=opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc:OptEnvConf.Args.Gen,OptEnvConf.EnvMap.Gen=opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc:OptEnvConf.EnvMap.Gen,OptEnvConf.Test=opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc:OptEnvConf.Test
  580. 175.33 s [opt-env-conf-test] unit opt-env-conf-test-0.0.0.4-w0FPtUKkd9IYRHBr1esc3-opt-env-conf-test
  581. 175.33 s [opt-env-conf-test] include QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
  582. 175.33 s [opt-env-conf-test] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  583. 175.33 s [opt-env-conf-test] include autodocodec-0.5.0.0-1mMvp4WI6JDKv9IH8Klk8Y
  584. 175.33 s [opt-env-conf-test] include base-4.20.2.0-64da
  585. 175.33 s [opt-env-conf-test] include containers-0.7-504a
  586. 175.33 s [opt-env-conf-test] include genvalidity-aeson-1.1.0.0-9PPko3LuC4hJdadeXInnhB
  587. 175.33 s [opt-env-conf-test] include genvalidity-sydtest-1.0.1.0-Hw30RZnOgh7DgzLwvyBWvr
  588. 175.33 s [opt-env-conf-test] include genvalidity-text-1.0.0.1-3o9b8WY3tDp4YbgmJHHJUk
  589. 175.33 s [opt-env-conf-test] include mtl-2.3.1-b4af
  590. 175.33 s [opt-env-conf-test] include opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  591. 175.33 s [opt-env-conf-test] include opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  592. 175.33 s [opt-env-conf-test] include path-0.9.6-JuNdYVciddTDWUiQr3NuVx
  593. 175.33 s [opt-env-conf-test] include path-io-1.8.2-J5Tb8ehzZIb1sPaxTlVmSL
  594. 175.33 s [opt-env-conf-test] include pretty-show-1.10-CuGoXeUvzjB9II93JT7lKs
  595. 175.33 s [opt-env-conf-test] include safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  596. 175.33 s [opt-env-conf-test] include sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  597. 175.33 s [opt-env-conf-test] include text-2.1.3-c691
  598. 175.33 s [opt-env-conf-test] Ready component graph:
  599. 175.33 s [opt-env-conf-test] definite opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  600. 175.33 s [opt-env-conf-test] depends aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  601. 175.33 s [opt-env-conf-test] depends base-4.20.2.0-64da
  602. 175.33 s [opt-env-conf-test] depends genvalidity-1.1.1.0-KJOcA1wEUno9vXRiVdno1L
  603. 175.33 s [opt-env-conf-test] depends genvalidity-containers-1.0.0.2-DXaOCEBh8iJ1c8u2LwVlK1
  604. 175.33 s [opt-env-conf-test] depends opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  605. 175.33 s [opt-env-conf-test] depends safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  606. 175.33 s [opt-env-conf-test] depends sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  607. 175.33 s [opt-env-conf-test] depends text-2.1.3-c691
  608. 175.33 s [opt-env-conf-test] definite opt-env-conf-test-0.0.0.4-w0FPtUKkd9IYRHBr1esc3-opt-env-conf-test
  609. 175.33 s [opt-env-conf-test] depends QuickCheck-2.15.0.1-8fVC1qSJKj9H9pvMjJXUwU
  610. 175.33 s [opt-env-conf-test] depends aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
  611. 175.33 s [opt-env-conf-test] depends autodocodec-0.5.0.0-1mMvp4WI6JDKv9IH8Klk8Y
  612. 175.33 s [opt-env-conf-test] depends base-4.20.2.0-64da
  613. 175.33 s [opt-env-conf-test] depends containers-0.7-504a
  614. 175.33 s [opt-env-conf-test] depends genvalidity-aeson-1.1.0.0-9PPko3LuC4hJdadeXInnhB
  615. 175.33 s [opt-env-conf-test] depends genvalidity-sydtest-1.0.1.0-Hw30RZnOgh7DgzLwvyBWvr
  616. 175.33 s [opt-env-conf-test] depends genvalidity-text-1.0.0.1-3o9b8WY3tDp4YbgmJHHJUk
  617. 175.33 s [opt-env-conf-test] depends mtl-2.3.1-b4af
  618. 175.33 s [opt-env-conf-test] depends opt-env-conf-0.15.0.2-FyMOteeu2ydJA3RGGDN2hQ
  619. 175.33 s [opt-env-conf-test] depends opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  620. 175.33 s [opt-env-conf-test] depends path-0.9.6-JuNdYVciddTDWUiQr3NuVx
  621. 175.33 s [opt-env-conf-test] depends path-io-1.8.2-J5Tb8ehzZIb1sPaxTlVmSL
  622. 175.33 s [opt-env-conf-test] depends pretty-show-1.10-CuGoXeUvzjB9II93JT7lKs
  623. 175.33 s [opt-env-conf-test] depends safe-coloured-text-0.5.0.0-4FuoIi5owbVJgc3wW3DUAf
  624. 175.33 s [opt-env-conf-test] depends sydtest-0.23.1.0-FXDRxXNHs9qDfQHjM9vbkj
  625. 175.33 s [opt-env-conf-test] depends text-2.1.3-c691
  626. 175.33 s [opt-env-conf-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
  627. 175.33 s [opt-env-conf-test] Using compiler: ghc-9.10.3
  628. 175.33 s [opt-env-conf-test] Using install prefix:
  629. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4
  630. 175.33 s [opt-env-conf-test] Executables installed in:
  631. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/bin
  632. 175.33 s [opt-env-conf-test] Libraries installed in:
  633. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  634. 175.33 s [opt-env-conf-test] Dynamic Libraries installed in:
  635. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
  636. 175.33 s [opt-env-conf-test] Private executables installed in:
  637. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/libexec/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4
  638. 175.33 s [opt-env-conf-test] Data files installed in:
  639. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/share/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4
  640. 175.33 s [opt-env-conf-test] Documentation installed in:
  641. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/share/doc/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4
  642. 175.33 s [opt-env-conf-test] Configuration files installed in:
  643. 175.33 s [opt-env-conf-test] /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/etc
  644. 175.34 s [opt-env-conf-test] No alex found
  645. 175.34 s [opt-env-conf-test] Using ar found on system at:
  646. 175.34 s [opt-env-conf-test] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  647. 175.34 s [opt-env-conf-test] No c2hs found
  648. 175.34 s [opt-env-conf-test] No cpphs found
  649. 175.34 s [opt-env-conf-test] No doctest found
  650. 175.34 s [opt-env-conf-test] Using gcc version 14.3.0 given by user at:
  651. 175.34 s [opt-env-conf-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  652. 175.34 s [opt-env-conf-test] Using ghc version 9.10.3 found on system at:
  653. 175.34 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
  654. 175.34 s [opt-env-conf-test] Using ghc-pkg version 9.10.3 found on system at:
  655. 175.34 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
  656. 175.34 s [opt-env-conf-test] No ghcjs found
  657. 175.34 s [opt-env-conf-test] No ghcjs-pkg found
  658. 175.34 s [opt-env-conf-test] No greencard found
  659. 175.34 s [opt-env-conf-test] Using haddock version 2.31.1 found on system at:
  660. 175.34 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
  661. 175.34 s [opt-env-conf-test] No happy found
  662. 175.34 s [opt-env-conf-test] Using haskell-suite found on system at: haskell-suite-dummy-location
  663. 175.34 s [opt-env-conf-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  664. 175.34 s [opt-env-conf-test] No hmake found
  665. 175.35 s [opt-env-conf-test] Using hpc version 0.69 found on system at:
  666. 175.35 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
  667. 175.35 s [opt-env-conf-test] Using hsc2hs version 0.68.10 found on system at:
  668. 175.35 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  669. 175.35 s [opt-env-conf-test] Using hscolour version 1.25 found on system at:
  670. 175.35 s [opt-env-conf-test] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
  671. 175.35 s [opt-env-conf-test] No jhc found
  672. 175.35 s [opt-env-conf-test] Using ld found on system at:
  673. 175.35 s [opt-env-conf-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  674. 175.35 s [opt-env-conf-test] No pkg-config found
  675. 175.35 s [opt-env-conf-test] Using runghc version 9.10.3 found on system at:
  676. 175.35 s [opt-env-conf-test] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
  677. 175.35 s [opt-env-conf-test] Using strip version 2.44 found on system at:
  678. 175.35 s [opt-env-conf-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  679. 175.35 s [opt-env-conf-test] Using tar found on system at:
  680. 175.35 s [opt-env-conf-test] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  681. 175.35 s [opt-env-conf-test] No uhc found
  682. 175.70 s [opt-env-conf-test] Phase: buildPhase
  683. 175.71 s [opt-env-conf-test] mutation-nix: setting MUTATION_MANIFEST_DIR=/nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest
  684. 175.77 s [opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
  685. 175.77 s [opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
  686. 175.95 s [opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.o, dist/build/OptEnvConf/Args/Gen.dyn_o )
  687. 176.00 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.Args.Gen
  688. 176.00 s [opt-env-conf-test] added 0 mutations in 0 groups
  689. 176.82 s [opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.o, dist/build/OptEnvConf/EnvMap/Gen.dyn_o )
  690. 176.83 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.EnvMap.Gen
  691. 176.83 s [opt-env-conf-test] added 0 mutations in 0 groups
  692. 176.93 s [opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.o, dist/build/OptEnvConf/Test.dyn_o )
  693. 176.97 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.Test
  694. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:24-30 #1
  695. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:24-30 #2
  696. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:24-30 #1
  697. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:23-31 #1
  698. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:23-31 #2
  699. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:23-31 #1
  700. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-31 #1
  701. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-31 #2
  702. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:19-31 #1
  703. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-45 #1
  704. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-45 #2
  705. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:35-45 #1
  706. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-69 #1
  707. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-69 #2
  708. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:60-69 #1
  709. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:73-81 #1
  710. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:73-81 #2
  711. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:73-81 #1
  712. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-81 #1
  713. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-81 #2
  714. 176.97 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:60-81 #1
  715. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:60-81 #1
  716. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:49-84 #1
  717. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:49-84 #2
  718. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:49-84 #1
  719. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-84 #1
  720. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-84 #2
  721. 176.97 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:35-84 #1
  722. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:35-84 #1
  723. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-84 #1
  724. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-84 #2
  725. 176.97 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:19-84 #1
  726. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:19-84 #1
  727. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:176:9-26 #1
  728. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:176:9-26 #1
  729. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-45 #1
  730. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-45 #2
  731. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:36-45 #1
  732. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:49-57 #1
  733. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:49-57 #2
  734. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:49-57 #1
  735. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-57 #1
  736. 176.97 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-57 #2
  737. 176.97 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:178:36-57 #1
  738. 176.97 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:36-57 #1
  739. 176.97 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:149:13-24 #1
  740. 176.97 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:149:13-24 #2
  741. 176.97 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #1
  742. 176.97 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #2
  743. 176.97 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #3
  744. 176.97 s [opt-env-conf-test] added mutation MaybeOp at src/OptEnvConf/Test.hs:88:54-62 #1
  745. 176.97 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:67:3-96 #1
  746. 176.97 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:67:3-96 #2
  747. 176.97 s [opt-env-conf-test] added 53 mutations in 36 groups
  748. 177.45 s [opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.o, dist/build/Paths_opt_env_conf_test.dyn_o )
  749. 177.74 s [opt-env-conf-test] [1 of 4] Compiling OptEnvConf.Args.Gen ( src/OptEnvConf/Args/Gen.hs, dist/build/OptEnvConf/Args/Gen.p_o )
  750. 177.79 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.Args.Gen
  751. 177.79 s [opt-env-conf-test] added 0 mutations in 0 groups
  752. 178.56 s [opt-env-conf-test] [2 of 4] Compiling OptEnvConf.EnvMap.Gen ( src/OptEnvConf/EnvMap/Gen.hs, dist/build/OptEnvConf/EnvMap/Gen.p_o )
  753. 178.57 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.EnvMap.Gen
  754. 178.57 s [opt-env-conf-test] added 0 mutations in 0 groups
  755. 178.71 s [opt-env-conf-test] [3 of 4] Compiling OptEnvConf.Test ( src/OptEnvConf/Test.hs, dist/build/OptEnvConf/Test.p_o )
  756. 178.74 s [opt-env-conf-test] mutation: instrumenting OptEnvConf.Test
  757. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:24-30 #1
  758. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:24-30 #2
  759. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:24-30 #1
  760. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:23-31 #1
  761. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:23-31 #2
  762. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:23-31 #1
  763. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-31 #1
  764. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-31 #2
  765. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:19-31 #1
  766. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-45 #1
  767. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-45 #2
  768. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:35-45 #1
  769. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-69 #1
  770. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-69 #2
  771. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:60-69 #1
  772. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:73-81 #1
  773. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:73-81 #2
  774. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:73-81 #1
  775. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-81 #1
  776. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:60-81 #2
  777. 178.74 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:60-81 #1
  778. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:60-81 #1
  779. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:49-84 #1
  780. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:49-84 #2
  781. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:49-84 #1
  782. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-84 #1
  783. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:35-84 #2
  784. 178.74 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:35-84 #1
  785. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:35-84 #1
  786. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-84 #1
  787. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:180:19-84 #2
  788. 178.74 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:180:19-84 #1
  789. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:180:19-84 #1
  790. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:176:9-26 #1
  791. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:176:9-26 #1
  792. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-45 #1
  793. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-45 #2
  794. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:36-45 #1
  795. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:49-57 #1
  796. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:49-57 #2
  797. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:49-57 #1
  798. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-57 #1
  799. 178.74 s [opt-env-conf-test] added mutation ConstBool at src/OptEnvConf/Test.hs:178:36-57 #2
  800. 178.74 s [opt-env-conf-test] added mutation LogicOp at src/OptEnvConf/Test.hs:178:36-57 #1
  801. 178.74 s [opt-env-conf-test] added mutation Negate at src/OptEnvConf/Test.hs:178:36-57 #1
  802. 178.74 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:149:13-24 #1
  803. 178.74 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:149:13-24 #2
  804. 178.74 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #1
  805. 178.74 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #2
  806. 178.74 s [opt-env-conf-test] added mutation ListLit at src/OptEnvConf/Test.hs:161:13-14 #3
  807. 178.74 s [opt-env-conf-test] added mutation MaybeOp at src/OptEnvConf/Test.hs:88:54-62 #1
  808. 178.74 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:67:3-96 #1
  809. 178.74 s [opt-env-conf-test] added mutation RemoveCase at src/OptEnvConf/Test.hs:67:3-96 #2
  810. 178.74 s [opt-env-conf-test] added 53 mutations in 36 groups
  811. 179.31 s [opt-env-conf-test] [4 of 4] Compiling Paths_opt_env_conf_test ( dist/build/autogen/Paths_opt_env_conf_test.hs, dist/build/Paths_opt_env_conf_test.p_o )
  812. 179.70 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Args/Gen.dyn_o'
  813. 179.70 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/EnvMap/Gen.dyn_o'
  814. 179.70 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Test.dyn_o'
  815. 179.70 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/Paths_opt_env_conf_test.dyn_o'
  816. 180.52 s [opt-env-conf-test] mutation-nix: manifest output at /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest:
  817. 180.52 s [opt-env-conf-test] total 84
  818. 180.52 s [opt-env-conf-test] drwxr-xr-x 2 nixbld nixbld 4096 May 18 21:42 .
  819. 180.52 s [opt-env-conf-test] drwxrwxr-t 350 nobody nixbld 36864 May 18 21:42 ..
  820. 180.52 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 2 May 18 21:42 OptEnvConf.Args.Gen.json
  821. 180.52 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 2 May 18 21:42 OptEnvConf.EnvMap.Gen.json
  822. 180.52 s [opt-env-conf-test] -rw-r--r-- 1 nixbld nixbld 33947 May 18 21:42 OptEnvConf.Test.json
  823. 180.52 s [opt-env-conf-test] mutation-nix: building remaining configured components with plugin silenced
  824. 180.58 s [opt-env-conf-test] Preprocessing library for opt-env-conf-test-0.0.0.4...
  825. 180.58 s [opt-env-conf-test] Building library for opt-env-conf-test-0.0.0.4...
  826. 182.00 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Args/Gen.dyn_o'
  827. 182.00 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/EnvMap/Gen.dyn_o'
  828. 182.05 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/OptEnvConf/Test.dyn_o'
  829. 182.05 s [opt-env-conf-test] Warning: ignoring unrecognised input `dist/build/Paths_opt_env_conf_test.dyn_o'
  830. 182.83 s [opt-env-conf-test] Preprocessing test suite 'opt-env-conf-test' for opt-env-conf-test-0.0.0.4...
  831. 182.83 s [opt-env-conf-test] Building test suite 'opt-env-conf-test' for opt-env-conf-test-0.0.0.4...
  832. 183.10 s [opt-env-conf-test] [ 1 of 16] Compiling OptEnvConf.ArgsSpec ( test/OptEnvConf/ArgsSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/ArgsSpec.o )
  833. 184.31 s [opt-env-conf-test] [ 2 of 16] Compiling OptEnvConf.CheckSpec ( test/OptEnvConf/CheckSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/CheckSpec.o )
  834. 184.48 s [opt-env-conf-test] [ 3 of 16] Compiling OptEnvConf.CompleterSpec ( test/OptEnvConf/CompleterSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/CompleterSpec.o )
  835. 184.99 s [opt-env-conf-test] [ 4 of 16] Compiling OptEnvConf.CompletionSpec ( test/OptEnvConf/CompletionSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/CompletionSpec.o )
  836. 189.43 s [opt-env-conf-test] [ 5 of 16] Compiling OptEnvConf.EnvMapSpec ( test/OptEnvConf/EnvMapSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/EnvMapSpec.o )
  837. 189.47 s [opt-env-conf-test] [ 6 of 16] Compiling OptEnvConf.ErrorSpec ( test/OptEnvConf/ErrorSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/ErrorSpec.o )
  838. 190.07 s [opt-env-conf-test] [ 7 of 16] Compiling OptEnvConf.LintSpec ( test/OptEnvConf/LintSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/LintSpec.o )
  839. 190.29 s [opt-env-conf-test] [ 8 of 16] Compiling OptEnvConf.NonDetSpec ( test/OptEnvConf/NonDetSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/NonDetSpec.o )
  840. 190.37 s [opt-env-conf-test] [ 9 of 16] Compiling OptEnvConf.ReaderSpec ( test/OptEnvConf/ReaderSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/ReaderSpec.o )
  841. 190.59 s [opt-env-conf-test] [10 of 16] Compiling OptEnvConf.RunSpec ( test/OptEnvConf/RunSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/RunSpec.o )
  842. 196.42 s [opt-env-conf-test] [11 of 16] Compiling OptEnvConf.TestUtils ( test/OptEnvConf/TestUtils.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/TestUtils.o )
  843. 196.44 s [opt-env-conf-test] [12 of 16] Compiling OptEnvConf.HelpSpec ( test/OptEnvConf/HelpSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/HelpSpec.o )
  844. 196.61 s [opt-env-conf-test] [13 of 16] Compiling OptEnvConf.APISpec ( test/OptEnvConf/APISpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/APISpec.o )
  845. 197.38 s [opt-env-conf-test] [14 of 16] Compiling OptEnvConf.ToplevelSpec ( test/OptEnvConf/ToplevelSpec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/OptEnvConf/ToplevelSpec.o )
  846. 197.50 s [opt-env-conf-test] [15 of 16] Compiling Main ( test/Spec.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/Main.o )
  847. 197.57 s [opt-env-conf-test] [16 of 16] Compiling Paths_opt_env_conf_test ( dist/build/opt-env-conf-test/autogen/Paths_opt_env_conf_test.hs, dist/build/opt-env-conf-test/opt-env-conf-test-tmp/Paths_opt_env_conf_test.o )
  848. 198.47 s [opt-env-conf-test] [17 of 17] Linking dist/build/opt-env-conf-test/opt-env-conf-test
  849. 200.02 s [opt-env-conf-test] Phase: checkPhase
  850. 200.02 s [opt-env-conf-test] no Makefile or custom checkPhase, doing nothing
  851. 200.02 s [opt-env-conf-test] Phase: haddockPhase
  852. 200.10 s [opt-env-conf-test] Phase: installPhase
  853. 200.18 s [opt-env-conf-test] Installing library in /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/opt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc
  854. 200.40 s [opt-env-conf-test] Phase: fixupPhase
  855. 200.42 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4
  856. 200.42 s [opt-env-conf-test] shrinking /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSopt-env-conf-test-0.0.0.4-CMCW5Fu8o1J5aQnzAfqrrc-ghc9.10.3.so
  857. 200.47 s [opt-env-conf-test] shrinking /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/test/opt-env-conf-test
  858. 200.50 s [opt-env-conf-test] checking for references to /build/ in /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4...
  859. 200.53 s [opt-env-conf-test] patching script interpreter paths in /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4
  860. 200.53 s [opt-env-conf-test] stripping (with command strip and flags -S -p) in /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4/lib
  861. 200.58 s [opt-env-conf-test] shrinking RPATHs of ELF executables and libraries in /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest
  862. 200.58 s [opt-env-conf-test] checking for references to /build/ in /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest...
  863. 200.59 s [opt-env-conf-test] patching script interpreter paths in /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest
  864. 200.69 s [post-build-hook] Uploading to cachix cache "sydtest": /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4 /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest
  865. 201.36 s [post-build-hook] Pushing 2 paths (294 are already present) using zstd to cache sydtest ⏳
  866. 201.36 s [post-build-hook]
  867. 201.73 s [post-build-hook] Pushing /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest (33.86 KiB)
  868. 201.75 s [post-build-hook] Pushing /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4 (14.77 MiB)
  869. 203.65 s [post-build-hook]
  870. 203.65 s [post-build-hook] All done.
  871. 203.66 s [post-build-hook] Uploading to the NixCI staging cache: /nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4 /nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest
  872. 203.70 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  873. 203.88 s [post-build-hook] copying 2 paths...
  874. 203.88 s [post-build-hook] copying path '/nix/store/zkkxkhs5x1k5p5sv8475nm0kfdkasdma-opt-env-conf-test-0.0.0.4-manifest' to 'https://cache.staging.nix-ci.com'...
  875. 203.88 s [post-build-hook] copying path '/nix/store/a50y5wnf57g8knmqsc72pbkz25jglkh4-opt-env-conf-test-0.0.0.4' to 'https://cache.staging.nix-ci.com'...
  876. 207.44 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  877. 207.65 s [post-build-hook] copying 1 paths...
  878. 207.67 s [post-build-hook] copying path '/nix/store/5sach8ag8csgwwpcikxbhpi66k9mgksl-opt-env-conf-test-0.0.0.4.drv' to 'https://cache.staging.nix-ci.com'...
  879. 207.84 s Progress: 9 of 11 built
  880. 207.90 s Building opt-env-conf-mutation-report
  881. 208.24 s [opt-env-conf-mutation-report] Phase: patchPhase
  882. 208.24 s [opt-env-conf-mutation-report] Phase: updateAutotoolsGnuConfigScriptsPhase
  883. 208.25 s [opt-env-conf-mutation-report] Phase: configurePhase
  884. 208.26 s [opt-env-conf-mutation-report] no configure script, doing nothing
  885. 208.26 s [opt-env-conf-mutation-report] Phase: buildPhase
  886. 208.38 s [opt-env-conf-mutation-report] coverage (1/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with -h
  887. 208.38 s [opt-env-conf-mutation-report] coverage (2/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args
  888. 208.38 s [opt-env-conf-mutation-report] coverage (3/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args:1
  889. 208.38 s [opt-env-conf-mutation-report] coverage (4/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help
  890. 208.40 s [opt-env-conf-mutation-report] Usage: opt-env-conf-test
  891. 208.40 s [opt-env-conf-mutation-report]
  892. 208.40 s [opt-env-conf-mutation-report] dummy
  893. 208.40 s [opt-env-conf-mutation-report]
  894. 208.40 s [opt-env-conf-mutation-report] Available settings:
  895. 208.40 s [opt-env-conf-mutation-report] Show this help text
  896. 208.40 s [opt-env-conf-mutation-report] switch: -h|--help
  897. 208.40 s [opt-env-conf-mutation-report]
  898. 208.40 s [opt-env-conf-mutation-report] Output version information: 0.0.0
  899. 208.40 s [opt-env-conf-mutation-report] switch: --version
  900. 208.40 s [opt-env-conf-mutation-report]
  901. 208.40 s [opt-env-conf-mutation-report] Usage: opt-env-conf-test
  902. 208.40 s [opt-env-conf-mutation-report]
  903. 208.40 s [opt-env-conf-mutation-report] dummy
  904. 208.40 s [opt-env-conf-mutation-report]
  905. 208.40 s [opt-env-conf-mutation-report] Available settings:
  906. 208.40 s [opt-env-conf-mutation-report] Show this help text
  907. 208.40 s [opt-env-conf-mutation-report] switch: -h|--help
  908. 208.40 s [opt-env-conf-mutation-report]
  909. 208.40 s [opt-env-conf-mutation-report] Output version information: 0.0.0
  910. 208.40 s [opt-env-conf-mutation-report] switch: --version
  911. 208.40 s [opt-env-conf-mutation-report]
  912. 208.40 s [opt-env-conf-mutation-report] Usage: opt-env-conf-test
  913. 208.40 s [opt-env-conf-mutation-report]
  914. 208.40 s [opt-env-conf-mutation-report] dummy
  915. 208.40 s [opt-env-conf-mutation-report]
  916. 208.40 s [opt-env-conf-mutation-report] Available settings:
  917. 208.40 s [opt-env-conf-mutation-report] Show this help text
  918. 208.40 s [opt-env-conf-mutation-report] switch: -h|--help
  919. 208.40 s [opt-env-conf-mutation-report]
  920. 208.40 s [opt-env-conf-mutation-report] Output version information: 0.0.0
  921. 208.40 s [opt-env-conf-mutation-report] switch: --version
  922. 208.40 s [opt-env-conf-mutation-report]
  923. 208.40 s [opt-env-conf-mutation-report] Usage: opt-env-conf-test
  924. 208.40 s [opt-env-conf-mutation-report]
  925. 208.40 s [opt-env-conf-mutation-report] dummy
  926. 208.40 s [opt-env-conf-mutation-report]
  927. 208.40 s [opt-env-conf-mutation-report] Available settings:
  928. 208.40 s [opt-env-conf-mutation-report] Show this help text
  929. 208.40 s [opt-env-conf-mutation-report] switch: -h|--help
  930. 208.40 s [opt-env-conf-mutation-report]
  931. 208.40 s [opt-env-conf-mutation-report] Output version information: 0.0.0
  932. 208.40 s [opt-env-conf-mutation-report] switch: --version
  933. 208.40 s [opt-env-conf-mutation-report]
  934. 208.40 s [opt-env-conf-mutation-report] coverage (3/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args:1 (108 mutations)
  935. 208.41 s [opt-env-conf-mutation-report] coverage (5/800): running OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check
  936. 208.41 s [opt-env-conf-mutation-report] coverage (2/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args (107 mutations)
  937. 208.41 s [opt-env-conf-mutation-report] coverage (6/800): running OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check even when there are more args
  938. 208.41 s [opt-env-conf-mutation-report] coverage (1/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with -h (107 mutations)
  939. 208.41 s [opt-env-conf-mutation-report] coverage (8/800): running OptEnvConf\.ToplevelSpec.--version.can show version info with --version
  940. 208.41 s [opt-env-conf-mutation-report] coverage (4/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help (108 mutations)
  941. 208.41 s [opt-env-conf-mutation-report] coverage (7/800): running OptEnvConf\.ToplevelSpec.can fail fast when too many unrecognsied arguments are given
  942. 208.43 s [opt-env-conf-mutation-report] Many: without srcLoc
  943. 208.43 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  944. 208.43 s [opt-env-conf-mutation-report] Trying to consume an argument
  945. 208.43 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  946. 208.43 s [opt-env-conf-mutation-report] (Just "more",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  947. 208.43 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "more"),Live (ArgPlain "args"),Live (ArgPlain "here")]})
  948. 208.43 s [opt-env-conf-mutation-report] Conopt-env-conf-test 0.0.0
  949. 208.43 s [opt-env-conf-mutation-report] sidering this posibility: (Just "more",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  950. 208.43 s [opt-env-conf-mutation-report] set based on argument: "more"
  951. 208.43 s [opt-env-conf-mutation-report] Many: without psurrceL ovca
  952. 208.43 s [opt-env-conf-mutation-report] lue
  953. 208.43 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  954. 208.43 s [opt-env-conf-mutation-report] Trying to consume an arSettings parsed successfully.gument
  955. 208.43 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  956. 208.43 s [opt-env-conf-mutation-report] (Just "args",Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  957. 208.43 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  958. 208.43 s [opt-env-conf-mutation-report] Considering this posibility: (Just "args",Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  959. 208.43 s [opt-env-conf-mutation-report] set based on argument: "args"
  960. 208.43 s [opt-env-conf-mutation-report] Many: without srcLoc
  961. 208.43 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  962. 208.43 s [opt-env-conf-mutation-report] Trying to consume an argument
  963. 208.43 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  964. 208.43 s [opt-env-conf-mutation-report] (Just "here",Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  965. 208.43 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  966. 208.43 s [opt-env-conf-mutation-report] Considering this posibility: (Just "here",Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  967. 208.43 s [opt-env-conf-mutation-report] set based on argument: "here"
  968. 208.43 s [opt-env-conf-mutation-report] Many: without srcLoc
  969. 208.43 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  970. 208.43 s [opt-env-conf-mutation-report] Trying to consume an argument
  971. 208.43 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  972. 208.43 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  973. 208.43 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  974. 208.43 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  975. 208.43 s [opt-env-conf-mutation-report] not found
  976. 208.43 s [opt-env-conf-mutation-report] Settings parsed successfully.Unrecognised args: -option1 option --option2 option --option3 option --option4 option
  977. 208.43 s [opt-env-conf-mutation-report] coverage (5/800): done OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check (33 mutations)
  978. 208.43 s [opt-env-conf-mutation-report] coverage (12/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is available
  979. 208.43 s [opt-env-conf-mutation-report] coverage (8/800): done OptEnvConf\.ToplevelSpec.--version.can show version info with --version (117 mutations)
  980. 208.43 s [opt-env-conf-mutation-report] coverage (9/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.is succesful on the trivial parser
  981. 208.44 s [opt-env-conf-mutation-report] coverage (6/800): done OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check even when there are more args (146 mutations)
  982. 208.44 s [opt-env-conf-mutation-report] coverage (10/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.fails when a required setting is missing
  983. 208.44 s [opt-env-conf-mutation-report] coverage (7/800): done OptEnvConf\.ToplevelSpec.can fail fast when too many unrecognsied arguments are given (206 mutations)
  984. 208.44 s [opt-env-conf-mutation-report] coverage (11/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says incapable when a required capability is missing
  985. 208.45 s [opt-env-conf-mutation-report] Parser with check: test/OptEnvConf/CheckSpec.hs:55:68 in opt-env-confp-utrees tv:aOlputeE
  986. 208.45 s [opt-env-conf-mutation-report] nvConf.CheckSpec
  987. 208.45 s [opt-env-conf-mutation-report] Requires capabilities: read-secret
  988. 208.45 s [opt-env-conf-mutation-report] parser
  989. 208.45 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:55:109 in opt-env-conf-test:OptEnvConf.CheckSpec
  990. 208.45 s [opt-env-conf-mutation-report] Trying to consume an argument
  991. 208.45 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  992. 208.45 s [opt-env-conf-mutation-report] (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  993. 208.45 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  994. 208.45 s [opt-env-conf-mutation-report] Considering this posibility: (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  995. 208.45 s [opt-env-conf-mutation-report] set based on argument: "arg"
  996. 208.45 s [opt-env-conf-mutation-report] check
  997. 208.45 s [opt-env-conf-mutation-report] failed, forgivable: False
  998. 208.45 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  999. 208.45 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1000. 208.45 s [opt-env-conf-mutation-report] not found
  1001. 208.45 s [opt-env-conf-mutation-report] check
  1002. 208.46 s [opt-env-conf-mutation-report] coverage (9/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.is succesful on the trivial parser (10 mutations)
  1003. 208.46 s [opt-env-conf-mutation-report] coverage (13/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is missing but another setting failed
  1004. 208.46 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:35:17 in opt-env-conf-test:OptEnvConf.CheckSpec
  1005. 208.46 s [opt-env-conf-mutation-report] Trying to consume an argument
  1006. 208.46 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  1007. 208.46 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = []})
  1008. 208.46 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = []})
  1009. 208.46 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1010. 208.46 s [opt-env-conf-mutation-report] not found
  1011. 208.46 s [opt-env-conf-mutation-report] Parser with ccoverage (12/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is available (111 mutations)
  1012. 208.46 s [opt-env-conf-mutation-report] heck: test/OptEnvConf/CheckSpec.hs:45:6coverage (16/800): running OptEnvConf\.APISpec.secret.renders the reference documentation in the same way
  1013. 208.46 s [opt-env-conf-mutation-report] 8 in opt-env-conf-test:OptEnvConf.CheckSpec
  1014. 208.46 s [opt-env-conf-mutation-report] Requires capabilities: read-secret
  1015. 208.46 s [opt-env-conf-mutation-report] parser
  1016. 208.46 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:45:109 in opt-env-conf-test:OptEnvConf.CheckSpec
  1017. 208.46 s [opt-env-conf-mutation-report] Trying to consume an argument
  1018. 208.46 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  1019. 208.46 s [opt-env-conf-mutation-report] (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  1020. 208.46 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  1021. 208.46 s [opt-env-conf-mutation-report] Considering this posibility: (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  1022. 208.46 s [opt-env-conf-mutation-report] set based on argument: "arg"
  1023. 208.46 s [opt-env-conf-mutation-report] check
  1024. 208.46 s [opt-env-conf-mutation-report] Missing capabilities: read-secret
  1025. 208.46 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  1026. 208.46 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1027. 208.46 s [opt-env-conf-mutation-report] not found
  1028. 208.46 s [opt-env-conf-mutation-report] check
  1029. 208.47 s [opt-env-conf-mutation-report] coverage (10/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.fails when a required setting is missing (75 mutations)
  1030. 208.47 s [opt-env-conf-mutation-report] coverage (15/800): running OptEnvConf\.APISpec.secret.shows the parser in the same way
  1031. 208.47 s [opt-env-conf-mutation-report] coverage (11/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says incapable when a required capability is missing (103 mutations)
  1032. 208.47 s [opt-env-conf-mutation-report] coverage (17/800): running OptEnvConf\.APISpec.secret.documents the short opt parser in the same way
  1033. 208.48 s [opt-env-conf-mutation-report] Ap
  1034. 208.48 s [opt-env-conf-mutation-report] Parser with check: test/OptEnvConf/CheckSpec.hs:68:71 in opt-env-conf-test:OptEnvConf.CheckSpec
  1035. 208.48 s [opt-env-conf-mutation-report] Requires capabilities: read-secret
  1036. 208.48 s [opt-env-conf-mutation-report] parser
  1037. 208.48 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:68:112 in opt-env-conf-test:OptEnvConf.CheckSpec
  1038. 208.48 s [opt-env-conf-mutation-report] Trying to consume an argument
  1039. 208.48 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  1040. 208.48 s [opt-env-conf-mutation-report] (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1041. 208.48 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  1042. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1043. 208.48 s [opt-env-conf-mutation-report] set based on argument: "arg1"
  1044. 208.48 s [opt-env-conf-mutation-report] check
  1045. 208.48 s [opt-env-conf-mutation-report] Missing capabilities: read-secret
  1046. 208.48 s [opt-env-conf-mutation-report] Parser with check: test/OptEnvConf/CheckSpec.hs:69:21 in opt-env-conf-test:OptEnvConf.CheckSpec
  1047. 208.48 s [opt-env-conf-mutation-report] parser
  1048. 208.48 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:69:61 in opt-env-conf-test:OptEnvConf.CheckSpec
  1049. 208.48 s [opt-env-conf-mutation-report] Trying to consume an argument
  1050. 208.48 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  1051. 208.48 s [opt-env-conf-mutation-report] (Just "arg2",Args {argsBefore = [Dead,Dead], argsAfter = []})
  1052. 208.48 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1053. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Just "arg2",Args {argsBefore = [Dead,Dead], argsAfter = []})
  1054. 208.48 s [opt-env-conf-mutation-report] set based on argument: "arg2"
  1055. 208.48 s [opt-env-conf-mutation-report] check
  1056. 208.48 s [opt-env-conf-mutation-report] failed, forgivable: False
  1057. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1058. 208.48 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1059. 208.48 s [opt-env-conf-mutation-report] not found
  1060. 208.48 s [opt-env-conf-mutation-report] check
  1061. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  1062. 208.48 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1063. 208.48 s [opt-env-conf-mutation-report] not found
  1064. 208.48 s [opt-env-conf-mutation-report] check
  1065. 208.48 s [opt-env-conf-mutation-report] Parser with check: test/OptEnvConf/CheckSpec.hs:69:21 in opt-env-conf-test:OptEnvConf.CheckSpec
  1066. 208.48 s [opt-env-conf-mutation-report] parser
  1067. 208.48 s [opt-env-conf-mutation-report] Setting: test/OptEnvConf/CheckSpec.hs:69:61 in opt-env-conf-test:OptEnvConf.CheckSpec
  1068. 208.48 s [opt-env-conf-mutation-report] Trying to consume an argument
  1069. 208.48 s [opt-env-conf-mutation-report] Found these possibilities to consume an argument:
  1070. 208.48 s [opt-env-conf-mutation-report] (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1071. 208.48 s [opt-env-conf-mutation-report] (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  1072. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  1073. 208.48 s [opt-env-conf-mutation-report] set based on argument: "arg1"
  1074. 208.48 s [opt-env-conf-mutation-report] check
  1075. 208.48 s [opt-env-conf-mutation-report] failed, forgivable: False
  1076. 208.48 s [opt-env-conf-mutation-report] Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  1077. 208.48 s [opt-env-conf-mutation-report] could not set based on argument: no argument
  1078. 208.49 s [opt-env-conf-mutation-report] not found
  1079. 208.49 s [opt-env-conf-mutation-report] check
  1080. 208.50 s [opt-env-conf-mutation-report] coverage (13/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is missing but another setting failed (119 mutations)
  1081. 208.50 s [opt-env-conf-mutation-report] coverage (14/800): running OptEnvConf\.APISpec.secret.produces the same env docs structure as before
  1082. 208.50 s [opt-env-conf-mutation-report] coverage (16/800): done OptEnvConf\.APISpec.secret.renders the reference documentation in the same way (273 mutations)
  1083. 208.50 s [opt-env-conf-mutation-report] coverage (18/800): running OptEnvConf\.APISpec.secret.documents the env parser in the same way
  1084. 208.50 s [opt-env-conf-mutation-report] coverage (15/800): done OptEnvConf\.APISpec.secret.shows the parser in the same way (195 mutations)
  1085. 208.50 s [opt-env-conf-mutation-report] coverage (21/800): running OptEnvConf\.APISpec.secret.produces the same docs structure as before
  1086. 208.51 s [opt-env-conf-mutation-report] coverage (17/800): done OptEnvConf\.APISpec.secret.documents the short opt parser in the same way (113 mutations)
  1087. 208.51 s [opt-env-conf-mutation-report] coverage (19/800): running OptEnvConf\.APISpec.secret.documents the help page in the same way
  1088. 208.53 s [opt-env-conf-mutation-report] coverage (18/800): done OptEnvConf\.APISpec.secret.documents the env parser in the same way (90 mutations)
  1089. 208.53 s [opt-env-conf-mutation-report] coverage (23/800): running OptEnvConf\.APISpec.secret.documents the version page in the same way
  1090. 208.53 s [opt-env-conf-mutation-report] coverage (14/800): done OptEnvConf\.APISpec.secret.produces the same env docs structure as before (76 mutations)
  1091. 208.53 s [opt-env-conf-mutation-report] coverage (20/800): running OptEnvConf\.APISpec.secret.produces the same opt docs structure as before
  1092. 208.54 s [opt-env-conf-mutation-report] coverage (19/800): done OptEnvConf\.APISpec.secret.documents the help page in the same way (203 mutations)
  1093. 208.54 s [opt-env-conf-mutation-report] coverage (22/800): running OptEnvConf\.APISpec.secret.documents the long opt parser in the same way
  1094. 208.54 s [opt-env-conf-mutation-report] coverage (21/800): done OptEnvConf\.APISpec.secret.produces the same docs structure as before (76 mutations)
  1095. 208.54 s [opt-env-conf-mutation-report] coverage (26/800): running OptEnvConf\.APISpec.secret.documents the conf parser in the same way
  1096. 208.56 s [opt-env-conf-mutation-report] coverage (23/800): done OptEnvConf\.APISpec.secret.documents the version page in the same way (3 mutations)
  1097. 208.56 s [opt-env-conf-mutation-report] coverage (27/800): running OptEnvConf\.APISpec.secret.passes the linter
  1098. 208.56 s [opt-env-conf-mutation-report] coverage (20/800): done OptEnvConf\.APISpec.secret.produces the same opt docs structure as before (79 mutations)
  1099. 208.56 s [opt-env-conf-mutation-report] coverage (28/800): running OptEnvConf\.APISpec.secret.renders the Nix options the same way
  1100. 208.57 s [opt-env-conf-mutation-report] coverage (22/800): done OptEnvConf\.APISpec.secret.documents the long opt parser in the same way (99 mutations)
  1101. 208.57 s [opt-env-conf-mutation-report] coverage (24/800): running OptEnvConf\.APISpec.secret.documents the man page in the same way
  1102. 208.58 s [opt-env-conf-mutation-report] coverage (26/800): done OptEnvConf\.APISpec.secret.documents the conf parser in the same way (90 mutations)
  1103. 208.58 s [opt-env-conf-mutation-report] coverage (29/800): running OptEnvConf\.APISpec.greet.produces the same docs structure as before
  1104. 208.59 s [opt-env-conf-mutation-report] coverage (27/800): done OptEnvConf\.APISpec.secret.passes the linter (132 mutations)
  1105. 208.59 s [opt-env-conf-mutation-report] coverage (25/800): running OptEnvConf\.APISpec.secret.produces the same conf docs structure as before
  1106. 208.60 s [opt-env-conf-mutation-report] coverage (28/800): done OptEnvConf\.APISpec.secret.renders the Nix options the same way (124 mutations)
  1107. 208.60 s [opt-env-conf-mutation-report] coverage (32/800): running OptEnvConf\.APISpec.greet.documents the help page in the same way
  1108. 208.61 s [opt-env-conf-mutation-report] coverage (24/800): done OptEnvConf\.APISpec.secret.documents the man page in the same way (293 mutations)
  1109. 208.61 s [opt-env-conf-mutation-report] coverage (31/800): running OptEnvConf\.APISpec.greet.produces the same env docs structure as before
  1110. 208.61 s [opt-env-conf-mutation-report] coverage (29/800): done OptEnvConf\.APISpec.greet.produces the same docs structure as before (61 mutations)
  1111. 208.61 s [opt-env-conf-mutation-report] coverage (30/800): running OptEnvConf\.APISpec.greet.documents the version page in the same way
  1112. 208.62 s [opt-env-conf-mutation-report] coverage (25/800): done OptEnvConf\.APISpec.secret.produces the same conf docs structure as before (76 mutations)
  1113. 208.62 s [opt-env-conf-mutation-report] coverage (34/800): running OptEnvConf\.APISpec.greet.documents the long opt parser in the same way
  1114. 208.62 s [opt-env-conf-mutation-report] coverage (32/800): done OptEnvConf\.APISpec.greet.documents the help page in the same way (199 mutations)
  1115. 208.62 s [opt-env-conf-mutation-report] coverage (35/800): running OptEnvConf\.APISpec.greet.produces the same opt docs structure as before
  1116. 208.64 s [opt-env-conf-mutation-report] coverage (30/800): done OptEnvConf\.APISpec.greet.documents the version page in the same way (3 mutations)
  1117. 208.64 s [opt-env-conf-mutation-report] coverage (33/800): running OptEnvConf\.APISpec.greet.documents the short opt parser in the same way
  1118. 208.64 s [opt-env-conf-mutation-report] coverage (31/800): done OptEnvConf\.APISpec.greet.produces the same env docs structure as before (55 mutations)
  1119. 208.64 s [opt-env-conf-mutation-report] coverage (36/800): running OptEnvConf\.APISpec.greet.produces the same conf docs structure as before
  1120. 208.65 s [opt-env-conf-mutation-report] coverage (34/800): done OptEnvConf\.APISpec.greet.documents the long opt parser in the same way (87 mutations)
  1121. 208.65 s [opt-env-conf-mutation-report] coverage (38/800): running OptEnvConf\.APISpec.greet.shows the parser in the same way
  1122. 208.65 s [opt-env-conf-mutation-report] coverage (35/800): done OptEnvConf\.APISpec.greet.produces the same opt docs structure as before (58 mutations)
  1123. 208.66 s [opt-env-conf-mutation-report] coverage (37/800): running OptEnvConf\.APISpec.greet.renders the reference documentation in the same way
  1124. 208.67 s [opt-env-conf-mutation-report] coverage (33/800): done OptEnvConf\.APISpec.greet.documents the short opt parser in the same way (96 mutations)
  1125. 208.67 s [opt-env-conf-mutation-report] coverage (41/800): running OptEnvConf\.APISpec.greet.documents the env parser in the same way
  1126. 208.67 s [opt-env-conf-mutation-report] coverage (36/800): done OptEnvConf\.APISpec.greet.produces the same conf docs structure as before (61 mutations)
  1127. 208.67 s [opt-env-conf-mutation-report] coverage (39/800): running OptEnvConf\.APISpec.greet.documents the conf parser in the same way
  1128. 208.68 s [opt-env-conf-mutation-report] coverage (38/800): done OptEnvConf\.APISpec.greet.shows the parser in the same way (180 mutations)
  1129. 208.68 s [opt-env-conf-mutation-report] coverage (40/800): running OptEnvConf\.APISpec.greet.passes the linter
  1130. 208.69 s [opt-env-conf-mutation-report] coverage (37/800): done OptEnvConf\.APISpec.greet.renders the reference documentation in the same way (269 mutations)
  1131. 208.69 s [opt-env-conf-mutation-report] coverage (42/800): running OptEnvConf\.APISpec.greet.documents the man page in the same way
  1132. 208.70 s [opt-env-conf-mutation-report] coverage (39/800): done OptEnvConf\.APISpec.greet.documents the conf parser in the same way (76 mutations)
  1133. 208.70 s [opt-env-conf-mutation-report] coverage (44/800): running OptEnvConf\.APISpec.hidden.documents the help page in the same way
  1134. 208.70 s [opt-env-conf-mutation-report] coverage (41/800): done OptEnvConf\.APISpec.greet.documents the env parser in the same way (82 mutations)
  1135. 208.70 s [opt-env-conf-mutation-report] coverage (43/800): running OptEnvConf\.APISpec.greet.renders the Nix options the same way
  1136. 208.71 s [opt-env-conf-mutation-report] coverage (40/800): done OptEnvConf\.APISpec.greet.passes the linter (108 mutations)
  1137. 208.71 s [opt-env-conf-mutation-report] coverage (45/800): running OptEnvConf\.APISpec.hidden.produces the same docs structure as before
  1138. 208.72 s [opt-env-conf-mutation-report] coverage (42/800): done OptEnvConf\.APISpec.greet.documents the man page in the same way (289 mutations)
  1139. 208.72 s [opt-env-conf-mutation-report] coverage (46/800): running OptEnvConf\.APISpec.hidden.renders the reference documentation in the same way
  1140. 208.73 s [opt-env-conf-mutation-report] coverage (44/800): done OptEnvConf\.APISpec.hidden.documents the help page in the same way (101 mutations)
  1141. 208.73 s [opt-env-conf-mutation-report] coverage (47/800): running OptEnvConf\.APISpec.hidden.shows the parser in the same way
  1142. 208.73 s [opt-env-conf-mutation-report] coverage (43/800): done OptEnvConf\.APISpec.greet.renders the Nix options the same way (96 mutations)
  1143. 208.73 s [opt-env-conf-mutation-report] coverage (48/800): running OptEnvConf\.APISpec.hidden.produces the same conf docs structure as before
  1144. 208.74 s [opt-env-conf-mutation-report] coverage (45/800): done OptEnvConf\.APISpec.hidden.produces the same docs structure as before (18 mutations)
  1145. 208.74 s [opt-env-conf-mutation-report] coverage (49/800): running OptEnvConf\.APISpec.hidden.renders the Nix options the same way
  1146. 208.75 s [opt-env-conf-mutation-report] coverage (46/800): done OptEnvConf\.APISpec.hidden.renders the reference documentation in the same way (143 mutations)
  1147. 208.75 s [opt-env-conf-mutation-report] coverage (50/800): running OptEnvConf\.APISpec.hidden.documents the conf parser in the same way
  1148. 208.75 s [opt-env-conf-mutation-report] coverage (47/800): done OptEnvConf\.APISpec.hidden.shows the parser in the same way (75 mutations)
  1149. 208.75 s [opt-env-conf-mutation-report] coverage (52/800): running OptEnvConf\.APISpec.hidden.passes the linter
  1150. 208.76 s [opt-env-conf-mutation-report] coverage (48/800): done OptEnvConf\.APISpec.hidden.produces the same conf docs structure as before (20 mutations)
  1151. 208.76 s [opt-env-conf-mutation-report] coverage (51/800): running OptEnvConf\.APISpec.hidden.documents the man page in the same way
  1152. 208.76 s [opt-env-conf-mutation-report] coverage (49/800): done OptEnvConf\.APISpec.hidden.renders the Nix options the same way (68 mutations)
  1153. 208.76 s [opt-env-conf-mutation-report] coverage (53/800): running OptEnvConf\.APISpec.hidden.produces the same env docs structure as before
  1154. 208.77 s [opt-env-conf-mutation-report] coverage (50/800): done OptEnvConf\.APISpec.hidden.documents the conf parser in the same way (20 mutations)
  1155. 208.78 s [opt-env-conf-mutation-report] coverage (54/800): running OptEnvConf\.APISpec.hidden.documents the version page in the same way
  1156. 208.78 s [opt-env-conf-mutation-report] coverage (52/800): done OptEnvConf\.APISpec.hidden.passes the linter (39 mutations)
  1157. 208.78 s [opt-env-conf-mutation-report] coverage (55/800): running OptEnvConf\.APISpec.hidden.documents the short opt parser in the same way
  1158. 208.78 s [opt-env-conf-mutation-report] coverage (51/800): done OptEnvConf\.APISpec.hidden.documents the man page in the same way (159 mutations)
  1159. 208.78 s [opt-env-conf-mutation-report] coverage (56/800): running OptEnvConf\.APISpec.hidden.produces the same opt docs structure as before
  1160. 208.79 s [opt-env-conf-mutation-report] coverage (53/800): done OptEnvConf\.APISpec.hidden.produces the same env docs structure as before (20 mutations)
  1161. 208.79 s [opt-env-conf-mutation-report] coverage (57/800): running OptEnvConf\.APISpec.hidden.documents the env parser in the same way
  1162. 208.80 s [opt-env-conf-mutation-report] coverage (54/800): done OptEnvConf\.APISpec.hidden.documents the version page in the same way (3 mutations)
  1163. 208.80 s [opt-env-conf-mutation-report] coverage (58/800): running OptEnvConf\.APISpec.hidden.documents the long opt parser in the same way
  1164. 208.81 s [opt-env-conf-mutation-report] coverage (56/800): done OptEnvConf\.APISpec.hidden.produces the same opt docs structure as before (20 mutations)
  1165. 208.81 s [opt-env-conf-mutation-report] coverage (59/800): running OptEnvConf\.APISpec.yes-no.renders the reference documentation in the same way
  1166. 208.81 s [opt-env-conf-mutation-report] coverage (55/800): done OptEnvConf\.APISpec.hidden.documents the short opt parser in the same way (25 mutations)
  1167. 208.81 s [opt-env-conf-mutation-report] coverage (60/800): running OptEnvConf\.APISpec.yes-no.documents the short opt parser in the same way
  1168. 208.82 s [opt-env-conf-mutation-report] coverage (57/800): done OptEnvConf\.APISpec.hidden.documents the env parser in the same way (20 mutations)
  1169. 208.82 s [opt-env-conf-mutation-report] coverage (61/800): running OptEnvConf\.APISpec.yes-no.renders the Nix options the same way
  1170. 208.83 s [opt-env-conf-mutation-report] coverage (58/800): done OptEnvConf\.APISpec.hidden.documents the long opt parser in the same way (22 mutations)
  1171. 208.83 s [opt-env-conf-mutation-report] coverage (62/800): running OptEnvConf\.APISpec.yes-no.documents the man page in the same way
  1172. 208.83 s [opt-env-conf-mutation-report] coverage (59/800): done OptEnvConf\.APISpec.yes-no.renders the reference documentation in the same way (235 mutations)
  1173. 208.84 s [opt-env-conf-mutation-report] coverage (63/800): running OptEnvConf\.APISpec.yes-no.produces the same env docs structure as before
  1174. 208.84 s [opt-env-conf-mutation-report] coverage (60/800): done OptEnvConf\.APISpec.yes-no.documents the short opt parser in the same way (79 mutations)
  1175. 208.84 s [opt-env-conf-mutation-report] coverage (64/800): running OptEnvConf\.APISpec.yes-no.shows the parser in the same way
  1176. 208.85 s [opt-env-conf-mutation-report] coverage (61/800): done OptEnvConf\.APISpec.yes-no.renders the Nix options the same way (93 mutations)
  1177. 208.85 s [opt-env-conf-mutation-report] coverage (65/800): running OptEnvConf\.APISpec.yes-no.produces the same conf docs structure as before
  1178. 208.86 s [opt-env-conf-mutation-report] coverage (62/800): done OptEnvConf\.APISpec.yes-no.documents the man page in the same way (255 mutations)
  1179. 208.86 s [opt-env-conf-mutation-report] coverage (66/800): running OptEnvConf\.APISpec.yes-no.documents the version page in the same way
  1180. 208.86 s [opt-env-conf-mutation-report] coverage (63/800): done OptEnvConf\.APISpec.yes-no.produces the same env docs structure as before (50 mutations)
  1181. 208.86 s [opt-env-conf-mutation-report] coverage (68/800): running OptEnvConf\.APISpec.yes-no.documents the conf parser in the same way
  1182. 208.87 s [opt-env-conf-mutation-report] coverage (64/800): done OptEnvConf\.APISpec.yes-no.shows the parser in the same way (153 mutations)
  1183. 208.87 s [opt-env-conf-mutation-report] coverage (67/800): running OptEnvConf\.APISpec.yes-no.produces the same docs structure as before
  1184. 208.87 s [opt-env-conf-mutation-report] coverage (65/800): done OptEnvConf\.APISpec.yes-no.produces the same conf docs structure as before (50 mutations)
  1185. 208.88 s [opt-env-conf-mutation-report] coverage (69/800): running OptEnvConf\.APISpec.yes-no.documents the help page in the same way
  1186. 208.88 s [opt-env-conf-mutation-report] coverage (66/800): done OptEnvConf\.APISpec.yes-no.documents the version page in the same way (3 mutations)
  1187. 208.88 s [opt-env-conf-mutation-report] coverage (70/800): running OptEnvConf\.APISpec.yes-no.documents the env parser in the same way
  1188. 208.89 s [opt-env-conf-mutation-report] coverage (68/800): done OptEnvConf\.APISpec.yes-no.documents the conf parser in the same way (64 mutations)
  1189. 208.89 s [opt-env-conf-mutation-report] coverage (71/800): running OptEnvConf\.APISpec.yes-no.produces the same opt docs structure as before
  1190. 208.90 s [opt-env-conf-mutation-report] coverage (67/800): done OptEnvConf\.APISpec.yes-no.produces the same docs structure as before (50 mutations)
  1191. 208.90 s [opt-env-conf-mutation-report] coverage (72/800): running OptEnvConf\.APISpec.yes-no.passes the linter
  1192. 208.90 s [opt-env-conf-mutation-report] coverage (69/800): done OptEnvConf\.APISpec.yes-no.documents the help page in the same way (165 mutations)
  1193. 208.90 s [opt-env-conf-mutation-report] coverage (73/800): running OptEnvConf\.APISpec.yes-no.documents the long opt parser in the same way
  1194. 208.91 s [opt-env-conf-mutation-report] coverage (71/800): done OptEnvConf\.APISpec.yes-no.produces the same opt docs structure as before (53 mutations)
  1195. 208.91 s [opt-env-conf-mutation-report] coverage (75/800): running OptEnvConf\.APISpec.yes-no-optional.documents the long opt parser in the same way
  1196. 208.91 s [opt-env-conf-mutation-report] coverage (70/800): done OptEnvConf\.APISpec.yes-no.documents the env parser in the same way (64 mutations)
  1197. 208.91 s [opt-env-conf-mutation-report] coverage (74/800): running OptEnvConf\.APISpec.yes-no-optional.renders the Nix options the same way
  1198. 208.92 s [opt-env-conf-mutation-report] coverage (72/800): done OptEnvConf\.APISpec.yes-no.passes the linter (95 mutations)
  1199. 208.92 s [opt-env-conf-mutation-report] coverage (76/800): running OptEnvConf\.APISpec.yes-no-optional.documents the conf parser in the same way
  1200. 208.93 s [opt-env-conf-mutation-report] coverage (73/800): done OptEnvConf\.APISpec.yes-no.documents the long opt parser in the same way (73 mutations)
  1201. 208.93 s [opt-env-conf-mutation-report] coverage (77/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same env docs structure as before
  1202. 208.94 s [opt-env-conf-mutation-report] coverage (75/800): done OptEnvConf\.APISpec.yes-no-optional.documents the long opt parser in the same way (72 mutations)
  1203. 208.94 s [opt-env-conf-mutation-report] coverage (79/800): running OptEnvConf\.APISpec.yes-no-optional.documents the version page in the same way
  1204. 208.94 s [opt-env-conf-mutation-report] coverage (74/800): done OptEnvConf\.APISpec.yes-no-optional.renders the Nix options the same way (92 mutations)
  1205. 208.94 s [opt-env-conf-mutation-report] coverage (78/800): running OptEnvConf\.APISpec.yes-no-optional.renders the reference documentation in the same way
  1206. 208.95 s [opt-env-conf-mutation-report] coverage (76/800): done OptEnvConf\.APISpec.yes-no-optional.documents the conf parser in the same way (63 mutations)
  1207. 208.95 s [opt-env-conf-mutation-report] coverage (80/800): running OptEnvConf\.APISpec.yes-no-optional.shows the parser in the same way
  1208. 208.95 s [opt-env-conf-mutation-report] coverage (77/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same env docs structure as before (49 mutations)
  1209. 208.95 s [opt-env-conf-mutation-report] coverage (81/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same docs structure as before
  1210. 208.96 s [opt-env-conf-mutation-report] coverage (79/800): done OptEnvConf\.APISpec.yes-no-optional.documents the version page in the same way (3 mutations)
  1211. 208.96 s [opt-env-conf-mutation-report] coverage (82/800): running OptEnvConf\.APISpec.yes-no-optional.documents the help page in the same way
  1212. 208.97 s [opt-env-conf-mutation-report] coverage (78/800): done OptEnvConf\.APISpec.yes-no-optional.renders the reference documentation in the same way (234 mutations)
  1213. 208.97 s [opt-env-conf-mutation-report] coverage (83/800): running OptEnvConf\.APISpec.yes-no-optional.documents the short opt parser in the same way
  1214. 208.98 s [opt-env-conf-mutation-report] coverage (80/800): done OptEnvConf\.APISpec.yes-no-optional.shows the parser in the same way (152 mutations)
  1215. 208.98 s [opt-env-conf-mutation-report] coverage (84/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same opt docs structure as before
  1216. 208.99 s [opt-env-conf-mutation-report] coverage (81/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same docs structure as before (49 mutations)
  1217. 208.99 s [opt-env-conf-mutation-report] coverage (86/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same conf docs structure as before
  1218. 208.99 s [opt-env-conf-mutation-report] coverage (82/800): done OptEnvConf\.APISpec.yes-no-optional.documents the help page in the same way (164 mutations)
  1219. 208.99 s [opt-env-conf-mutation-report] coverage (88/800): running OptEnvConf\.APISpec.yes-no-optional.documents the man page in the same way
  1220. 209.00 s [opt-env-conf-mutation-report] coverage (83/800): done OptEnvConf\.APISpec.yes-no-optional.documents the short opt parser in the same way (78 mutations)
  1221. 209.00 s [opt-env-conf-mutation-report] coverage (87/800): running OptEnvConf\.APISpec.yes-no-optional.passes the linter
  1222. 209.01 s [opt-env-conf-mutation-report] coverage (84/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same opt docs structure as before (52 mutations)
  1223. 209.01 s [opt-env-conf-mutation-report] coverage (85/800): running OptEnvConf\.APISpec.yes-no-optional.documents the env parser in the same way
  1224. 209.02 s [opt-env-conf-mutation-report] coverage (86/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same conf docs structure as before (49 mutations)
  1225. 209.02 s [opt-env-conf-mutation-report] coverage (89/800): running OptEnvConf\.APISpec.sum-type.documents the env parser in the same way
  1226. 209.03 s [opt-env-conf-mutation-report] coverage (87/800): done OptEnvConf\.APISpec.yes-no-optional.passes the linter (94 mutations)
  1227. 209.03 s [opt-env-conf-mutation-report] coverage (90/800): running OptEnvConf\.APISpec.sum-type.documents the long opt parser in the same way
  1228. 209.03 s [opt-env-conf-mutation-report] coverage (88/800): done OptEnvConf\.APISpec.yes-no-optional.documents the man page in the same way (254 mutations)
  1229. 209.03 s [opt-env-conf-mutation-report] coverage (91/800): running OptEnvConf\.APISpec.sum-type.documents the short opt parser in the same way
  1230. 209.04 s [opt-env-conf-mutation-report] coverage (85/800): done OptEnvConf\.APISpec.yes-no-optional.documents the env parser in the same way (63 mutations)
  1231. 209.04 s [opt-env-conf-mutation-report] coverage (92/800): running OptEnvConf\.APISpec.sum-type.shows the parser in the same way
  1232. 209.05 s [opt-env-conf-mutation-report] coverage (89/800): done OptEnvConf\.APISpec.sum-type.documents the env parser in the same way (55 mutations)
  1233. 209.05 s [opt-env-conf-mutation-report] coverage (93/800): running OptEnvConf\.APISpec.sum-type.produces the same opt docs structure as before
  1234. 209.05 s [opt-env-conf-mutation-report] coverage (90/800): done OptEnvConf\.APISpec.sum-type.documents the long opt parser in the same way (66 mutations)
  1235. 209.05 s [opt-env-conf-mutation-report] coverage (91/800): done OptEnvConf\.APISpec.sum-type.documents the short opt parser in the same way (69 mutations)
  1236. 209.06 s [opt-env-conf-mutation-report] coverage (97/800): running OptEnvConf\.APISpec.sum-type.produces the same env docs structure as before
  1237. 209.06 s [opt-env-conf-mutation-report] coverage (95/800): running OptEnvConf\.APISpec.sum-type.documents the version page in the same way
  1238. 209.07 s [opt-env-conf-mutation-report] coverage (92/800): done OptEnvConf\.APISpec.sum-type.shows the parser in the same way (120 mutations)
  1239. 209.07 s [opt-env-conf-mutation-report] coverage (94/800): running OptEnvConf\.APISpec.sum-type.produces the same conf docs structure as before
  1240. 209.07 s [opt-env-conf-mutation-report] coverage (93/800): done OptEnvConf\.APISpec.sum-type.produces the same opt docs structure as before (44 mutations)
  1241. 209.07 s [opt-env-conf-mutation-report] coverage (96/800): running OptEnvConf\.APISpec.sum-type.documents the man page in the same way
  1242. 209.08 s [opt-env-conf-mutation-report] coverage (95/800): done OptEnvConf\.APISpec.sum-type.documents the version page in the same way (3 mutations)
  1243. 209.08 s [opt-env-conf-mutation-report] coverage (99/800): running OptEnvConf\.APISpec.sum-type.renders the reference documentation in the same way
  1244. 209.08 s [opt-env-conf-mutation-report] coverage (97/800): done OptEnvConf\.APISpec.sum-type.produces the same env docs structure as before (41 mutations)
  1245. 209.08 s [opt-env-conf-mutation-report] coverage (98/800): running OptEnvConf\.APISpec.sum-type.documents the help page in the same way
  1246. 209.10 s [opt-env-conf-mutation-report] coverage (94/800): done OptEnvConf\.APISpec.sum-type.produces the same conf docs structure as before (41 mutations)
  1247. 209.10 s [opt-env-conf-mutation-report] coverage (100/800): running OptEnvConf\.APISpec.sum-type.renders the Nix options the same way
  1248. 209.11 s [opt-env-conf-mutation-report] coverage (96/800): done OptEnvConf\.APISpec.sum-type.documents the man page in the same way (245 mutations)
  1249. 209.11 s [opt-env-conf-mutation-report] coverage (101/800): running OptEnvConf\.APISpec.sum-type.produces the same docs structure as before
  1250. 209.11 s [opt-env-conf-mutation-report] coverage (99/800): done OptEnvConf\.APISpec.sum-type.renders the reference documentation in the same way (225 mutations)
  1251. 209.11 s [opt-env-conf-mutation-report] coverage (102/800): running OptEnvConf\.APISpec.sum-type.passes the linter
  1252. 209.11 s [opt-env-conf-mutation-report] coverage (98/800): done OptEnvConf\.APISpec.sum-type.documents the help page in the same way (155 mutations)
  1253. 209.11 s [opt-env-conf-mutation-report] coverage (103/800): running OptEnvConf\.APISpec.sum-type.documents the conf parser in the same way
  1254. 209.12 s [opt-env-conf-mutation-report] coverage (100/800): done OptEnvConf\.APISpec.sum-type.renders the Nix options the same way (84 mutations)
  1255. 209.12 s [opt-env-conf-mutation-report] coverage (105/800): running OptEnvConf\.APISpec.verbose.produces the same env docs structure as before
  1256. 209.13 s [opt-env-conf-mutation-report] coverage (101/800): done OptEnvConf\.APISpec.sum-type.produces the same docs structure as before (41 mutations)
  1257. 209.13 s [opt-env-conf-mutation-report] coverage (104/800): running OptEnvConf\.APISpec.verbose.documents the env parser in the same way
  1258. 209.14 s [opt-env-conf-mutation-report] coverage (103/800): done OptEnvConf\.APISpec.sum-type.documents the conf parser in the same way (55 mutations)
  1259. 209.14 s [opt-env-conf-mutation-report] coverage (107/800): running OptEnvConf\.APISpec.verbose.documents the long opt parser in the same way
  1260. 209.14 s [opt-env-conf-mutation-report] coverage (102/800): done OptEnvConf\.APISpec.sum-type.passes the linter (86 mutations)
  1261. 209.14 s [opt-env-conf-mutation-report] coverage (106/800): running OptEnvConf\.APISpec.verbose.shows the parser in the same way
  1262. 209.15 s [opt-env-conf-mutation-report] coverage (105/800): done OptEnvConf\.APISpec.verbose.produces the same env docs structure as before (22 mutations)
  1263. 209.15 s [opt-env-conf-mutation-report] coverage (108/800): running OptEnvConf\.APISpec.verbose.documents the short opt parser in the same way
  1264. 209.16 s [opt-env-conf-mutation-report] coverage (104/800): done OptEnvConf\.APISpec.verbose.documents the env parser in the same way (22 mutations)
  1265. 209.16 s [opt-env-conf-mutation-report] coverage (109/800): running OptEnvConf\.APISpec.verbose.produces the same conf docs structure as before
  1266. 209.17 s [opt-env-conf-mutation-report] coverage (107/800): done OptEnvConf\.APISpec.verbose.documents the long opt parser in the same way (47 mutations)
  1267. 209.17 s [opt-env-conf-mutation-report] coverage (110/800): running OptEnvConf\.APISpec.verbose.renders the Nix options the same way
  1268. 209.17 s [opt-env-conf-mutation-report] coverage (106/800): done OptEnvConf\.APISpec.verbose.shows the parser in the same way (86 mutations)
  1269. 209.17 s [opt-env-conf-mutation-report] coverage (112/800): running OptEnvConf\.APISpec.verbose.documents the version page in the same way
  1270. 209.19 s [opt-env-conf-mutation-report] coverage (108/800): done OptEnvConf\.APISpec.verbose.documents the short opt parser in the same way (52 mutations)
  1271. 209.19 s [opt-env-conf-mutation-report] coverage (111/800): running OptEnvConf\.APISpec.verbose.documents the man page in the same way
  1272. 209.19 s [opt-env-conf-mutation-report] coverage (109/800): done OptEnvConf\.APISpec.verbose.produces the same conf docs structure as before (22 mutations)
  1273. 209.19 s [opt-env-conf-mutation-report] coverage (113/800): running OptEnvConf\.APISpec.verbose.renders the reference documentation in the same way
  1274. 209.19 s [opt-env-conf-mutation-report] coverage (112/800): done OptEnvConf\.APISpec.verbose.documents the version page in the same way (3 mutations)
  1275. 209.19 s [opt-env-conf-mutation-report] coverage (114/800): running OptEnvConf\.APISpec.verbose.documents the help page in the same way
  1276. 209.20 s [opt-env-conf-mutation-report] coverage (110/800): done OptEnvConf\.APISpec.verbose.renders the Nix options the same way (67 mutations)
  1277. 209.20 s [opt-env-conf-mutation-report] coverage (115/800): running OptEnvConf\.APISpec.verbose.passes the linter
  1278. 209.21 s [opt-env-conf-mutation-report] coverage (113/800): done OptEnvConf\.APISpec.verbose.renders the reference documentation in the same way (165 mutations)
  1279. 209.21 s [opt-env-conf-mutation-report] coverage (117/800): running OptEnvConf\.APISpec.verbose.produces the same opt docs structure as before
  1280. 209.22 s [opt-env-conf-mutation-report] coverage (111/800): done OptEnvConf\.APISpec.verbose.documents the man page in the same way (181 mutations)
  1281. 209.22 s [opt-env-conf-mutation-report] coverage (116/800): running OptEnvConf\.APISpec.verbose.produces the same docs structure as before
  1282. 209.22 s [opt-env-conf-mutation-report] coverage (114/800): done OptEnvConf\.APISpec.verbose.documents the help page in the same way (126 mutations)
  1283. 209.22 s [opt-env-conf-mutation-report] coverage (118/800): running OptEnvConf\.APISpec.verbose.documents the conf parser in the same way
  1284. 209.22 s [opt-env-conf-mutation-report] coverage (115/800): done OptEnvConf\.APISpec.verbose.passes the linter (48 mutations)
  1285. 209.22 s [opt-env-conf-mutation-report] coverage (119/800): running OptEnvConf\.APISpec.empty.passes the linter
  1286. 209.24 s [opt-env-conf-mutation-report] coverage (117/800): done OptEnvConf\.APISpec.verbose.produces the same opt docs structure as before (25 mutations)
  1287. 209.24 s [opt-env-conf-mutation-report] coverage (120/800): running OptEnvConf\.APISpec.empty.documents the short opt parser in the same way
  1288. 209.24 s [opt-env-conf-mutation-report] coverage (116/800): done OptEnvConf\.APISpec.verbose.produces the same docs structure as before (22 mutations)
  1289. 209.24 s [opt-env-conf-mutation-report] coverage (121/800): running OptEnvConf\.APISpec.empty.shows the parser in the same way
  1290. 209.25 s [opt-env-conf-mutation-report] coverage (118/800): done OptEnvConf\.APISpec.verbose.documents the conf parser in the same way (22 mutations)
  1291. 209.25 s [opt-env-conf-mutation-report] coverage (122/800): running OptEnvConf\.APISpec.empty.produces the same env docs structure as before
  1292. 209.25 s [opt-env-conf-mutation-report] coverage (119/800): done OptEnvConf\.APISpec.empty.passes the linter (2 mutations)
  1293. 209.25 s [opt-env-conf-mutation-report] coverage (124/800): running OptEnvConf\.APISpec.empty.documents the man page in the same way
  1294. 209.27 s [opt-env-conf-mutation-report] coverage (120/800): done OptEnvConf\.APISpec.empty.documents the short opt parser in the same way (7 mutations)
  1295. 209.27 s [opt-env-conf-mutation-report] coverage (125/800): running OptEnvConf\.APISpec.empty.documents the long opt parser in the same way
  1296. 209.27 s [opt-env-conf-mutation-report] coverage (122/800): done OptEnvConf\.APISpec.empty.produces the same env docs structure as before (3 mutations)
  1297. 209.27 s [opt-env-conf-mutation-report] coverage (123/800): running OptEnvConf\.APISpec.empty.produces the same opt docs structure as before
  1298. 209.27 s [opt-env-conf-mutation-report] coverage (121/800): done OptEnvConf\.APISpec.empty.shows the parser in the same way (13 mutations)
  1299. 209.27 s [opt-env-conf-mutation-report] coverage (126/800): running OptEnvConf\.APISpec.empty.documents the version page in the same way
  1300. 209.28 s [opt-env-conf-mutation-report] coverage (124/800): done OptEnvConf\.APISpec.empty.documents the man page in the same way (141 mutations)
  1301. 209.28 s [opt-env-conf-mutation-report] coverage (128/800): running OptEnvConf\.APISpec.empty.renders the Nix options the same way
  1302. 209.29 s [opt-env-conf-mutation-report] coverage (125/800): done OptEnvConf\.APISpec.empty.documents the long opt parser in the same way (4 mutations)
  1303. 209.29 s [opt-env-conf-mutation-report] coverage (127/800): running OptEnvConf\.APISpec.empty.documents the env parser in the same way
  1304. 209.30 s [opt-env-conf-mutation-report] coverage (123/800): done OptEnvConf\.APISpec.empty.produces the same opt docs structure as before (3 mutations)
  1305. 209.30 s [opt-env-conf-mutation-report] coverage (129/800): running OptEnvConf\.APISpec.empty.produces the same conf docs structure as before
  1306. 209.30 s [opt-env-conf-mutation-report] coverage (126/800): done OptEnvConf\.APISpec.empty.documents the version page in the same way (3 mutations)
  1307. 209.30 s [opt-env-conf-mutation-report] coverage (130/800): running OptEnvConf\.APISpec.empty.produces the same docs structure as before
  1308. 209.30 s [opt-env-conf-mutation-report] coverage (128/800): done OptEnvConf\.APISpec.empty.renders the Nix options the same way (50 mutations)
  1309. 209.30 s [opt-env-conf-mutation-report] coverage (132/800): running OptEnvConf\.APISpec.empty.documents the help page in the same way
  1310. 209.32 s [opt-env-conf-mutation-report] coverage (127/800): done OptEnvConf\.APISpec.empty.documents the env parser in the same way (2 mutations)
  1311. 209.32 s [opt-env-conf-mutation-report] coverage (131/800): running OptEnvConf\.APISpec.empty.renders the reference documentation in the same way
  1312. 209.32 s [opt-env-conf-mutation-report] coverage (129/800): done OptEnvConf\.APISpec.empty.produces the same conf docs structure as before (3 mutations)
  1313. 209.32 s [opt-env-conf-mutation-report] coverage (133/800): running OptEnvConf\.APISpec.empty.documents the conf parser in the same way
  1314. 209.32 s [opt-env-conf-mutation-report] coverage (130/800): done OptEnvConf\.APISpec.empty.produces the same docs structure as before (1 mutations)
  1315. 209.32 s [opt-env-conf-mutation-report] coverage (134/800): running OptEnvConf\.APISpec.enable-disable.produces the same conf docs structure as before
  1316. 209.33 s [opt-env-conf-mutation-report] coverage (132/800): done OptEnvConf\.APISpec.empty.documents the help page in the same way (83 mutations)
  1317. 209.33 s [opt-env-conf-mutation-report] coverage (135/800): running OptEnvConf\.APISpec.enable-disable.passes the linter
  1318. 209.35 s [opt-env-conf-mutation-report] coverage (133/800): done OptEnvConf\.APISpec.empty.documents the conf parser in the same way (2 mutations)
  1319. 209.35 s [opt-env-conf-mutation-report] coverage (136/800): running OptEnvConf\.APISpec.enable-disable.renders the Nix options the same way
  1320. 209.35 s [opt-env-conf-mutation-report] coverage (131/800): done OptEnvConf\.APISpec.empty.renders the reference documentation in the same way (125 mutations)
  1321. 209.35 s [opt-env-conf-mutation-report] coverage (138/800): running OptEnvConf\.APISpec.enable-disable.renders the reference documentation in the same way
  1322. 209.35 s [opt-env-conf-mutation-report] coverage (134/800): done OptEnvConf\.APISpec.enable-disable.produces the same conf docs structure as before (50 mutations)
  1323. 209.35 s [opt-env-conf-mutation-report] coverage (139/800): running OptEnvConf\.APISpec.enable-disable.documents the help page in the same way
  1324. 209.36 s [opt-env-conf-mutation-report] coverage (135/800): done OptEnvConf\.APISpec.enable-disable.passes the linter (95 mutations)
  1325. 209.36 s [opt-env-conf-mutation-report] coverage (140/800): running OptEnvConf\.APISpec.enable-disable.documents the version page in the same way
  1326. 209.38 s [opt-env-conf-mutation-report] coverage (136/800): done OptEnvConf\.APISpec.enable-disable.renders the Nix options the same way (93 mutations)
  1327. 209.38 s [opt-env-conf-mutation-report] coverage (141/800): running OptEnvConf\.APISpec.enable-disable.documents the conf parser in the same way
  1328. 209.38 s [opt-env-conf-mutation-report] coverage (139/800): done OptEnvConf\.APISpec.enable-disable.documents the help page in the same way (165 mutations)
  1329. 209.38 s [opt-env-conf-mutation-report] coverage (137/800): running OptEnvConf\.APISpec.enable-disable.produces the same docs structure as before
  1330. 209.38 s [opt-env-conf-mutation-report] coverage (138/800): done OptEnvConf\.APISpec.enable-disable.renders the reference documentation in the same way (235 mutations)
  1331. 209.38 s [opt-env-conf-mutation-report] coverage (142/800): running OptEnvConf\.APISpec.enable-disable.documents the man page in the same way
  1332. 209.38 s [opt-env-conf-mutation-report] coverage (140/800): done OptEnvConf\.APISpec.enable-disable.documents the version page in the same way (3 mutations)
  1333. 209.38 s [opt-env-conf-mutation-report] coverage (143/800): running OptEnvConf\.APISpec.enable-disable.produces the same opt docs structure as before
  1334. 209.40 s [opt-env-conf-mutation-report] coverage (137/800): done OptEnvConf\.APISpec.enable-disable.produces the same docs structure as before (50 mutations)
  1335. 209.40 s [opt-env-conf-mutation-report] coverage (141/800): done OptEnvConf\.APISpec.enable-disable.documents the conf parser in the same way (64 mutations)
  1336. 209.40 s [opt-env-conf-mutation-report] coverage (145/800): running OptEnvConf\.APISpec.enable-disable.documents the long opt parser in the same way
  1337. 209.40 s [opt-env-conf-mutation-report] coverage (144/800): running OptEnvConf\.APISpec.enable-disable.documents the env parser in the same way
  1338. 209.41 s [opt-env-conf-mutation-report] coverage (142/800): done OptEnvConf\.APISpec.enable-disable.documents the man page in the same way (255 mutations)
  1339. 209.41 s [opt-env-conf-mutation-report] coverage (146/800): running OptEnvConf\.APISpec.enable-disable.shows the parser in the same way
  1340. 209.41 s [opt-env-conf-mutation-report] coverage (143/800): done OptEnvConf\.APISpec.enable-disable.produces the same opt docs structure as before (53 mutations)
  1341. 209.41 s [opt-env-conf-mutation-report] coverage (148/800): running OptEnvConf\.APISpec.enable-disable.produces the same env docs structure as before
  1342. 209.43 s [opt-env-conf-mutation-report] coverage (145/800): done OptEnvConf\.APISpec.enable-disable.documents the long opt parser in the same way (73 mutations)
  1343. 209.43 s [opt-env-conf-mutation-report] coverage (149/800): running OptEnvConf\.APISpec.sub-commands.renders the Nix options the same way
  1344. 209.43 s [opt-env-conf-mutation-report] coverage (144/800): done OptEnvConf\.APISpec.enable-disable.documents the env parser in the same way (64 mutations)
  1345. 209.43 s [opt-env-conf-mutation-report] coverage (147/800): running OptEnvConf\.APISpec.enable-disable.documents the short opt parser in the same way
  1346. 209.44 s [opt-env-conf-mutation-report] coverage (146/800): done OptEnvConf\.APISpec.enable-disable.shows the parser in the same way (153 mutations)
  1347. 209.44 s [opt-env-conf-mutation-report] coverage (150/800): running OptEnvConf\.APISpec.sub-commands.documents the help page in the same way
  1348. 209.44 s [opt-env-conf-mutation-report] coverage (148/800): done OptEnvConf\.APISpec.enable-disable.produces the same env docs structure as before (50 mutations)
  1349. 209.44 s [opt-env-conf-mutation-report] coverage (151/800): running OptEnvConf\.APISpec.sub-commands.produces the same docs structure as before
  1350. 209.46 s [opt-env-conf-mutation-report] coverage (149/800): done OptEnvConf\.APISpec.sub-commands.renders the Nix options the same way (97 mutations)
  1351. 209.46 s [opt-env-conf-mutation-report] coverage (152/800): running OptEnvConf\.APISpec.sub-commands.renders the reference documentation in the same way
  1352. 209.46 s [opt-env-conf-mutation-report] coverage (147/800): done OptEnvConf\.APISpec.enable-disable.documents the short opt parser in the same way (79 mutations)
  1353. 209.46 s [opt-env-conf-mutation-report] coverage (153/800): running OptEnvConf\.APISpec.sub-commands.passes the linter
  1354. 209.46 s [opt-env-conf-mutation-report] coverage (150/800): done OptEnvConf\.APISpec.sub-commands.documents the help page in the same way (190 mutations)
  1355. 209.46 s [opt-env-conf-mutation-report] coverage (154/800): running OptEnvConf\.APISpec.sub-commands.produces the same env docs structure as before
  1356. 209.47 s [opt-env-conf-mutation-report] coverage (151/800): done OptEnvConf\.APISpec.sub-commands.produces the same docs structure as before (56 mutations)
  1357. 209.47 s [opt-env-conf-mutation-report] coverage (155/800): running OptEnvConf\.APISpec.sub-commands.produces the same opt docs structure as before
  1358. 209.49 s [opt-env-conf-mutation-report] coverage (153/800): done OptEnvConf\.APISpec.sub-commands.passes the linter (111 mutations)
  1359. 209.49 s [opt-env-conf-mutation-report] coverage (156/800): running OptEnvConf\.APISpec.sub-commands.documents the long opt parser in the same way
  1360. 209.49 s [opt-env-conf-mutation-report] coverage (154/800): done OptEnvConf\.APISpec.sub-commands.produces the same env docs structure as before (56 mutations)
  1361. 209.49 s [opt-env-conf-mutation-report] coverage (157/800): running OptEnvConf\.APISpec.sub-commands.documents the version page in the same way
  1362. 209.49 s [opt-env-conf-mutation-report] coverage (152/800): done OptEnvConf\.APISpec.sub-commands.renders the reference documentation in the same way (317 mutations)
  1363. 209.49 s [opt-env-conf-mutation-report] coverage (158/800): running OptEnvConf\.APISpec.sub-commands.produces the same conf docs structure as before
  1364. 209.49 s [opt-env-conf-mutation-report] coverage (155/800): done OptEnvConf\.APISpec.sub-commands.produces the same opt docs structure as before (59 mutations)
  1365. 209.49 s [opt-env-conf-mutation-report] coverage (159/800): running OptEnvConf\.APISpec.sub-commands.documents the short opt parser in the same way
  1366. 209.51 s [opt-env-conf-mutation-report] coverage (156/800): done OptEnvConf\.APISpec.sub-commands.documents the long opt parser in the same way (97 mutations)
  1367. 209.51 s [opt-env-conf-mutation-report] coverage (160/800): running OptEnvConf\.APISpec.sub-commands.documents the man page in the same way
  1368. 209.51 s [opt-env-conf-mutation-report] coverage (157/800): done OptEnvConf\.APISpec.sub-commands.documents the version page in the same way (3 mutations)
  1369. 209.51 s [opt-env-conf-mutation-report] coverage (162/800): running OptEnvConf\.APISpec.sub-commands.documents the env parser in the same way
  1370. 209.52 s [opt-env-conf-mutation-report] coverage (158/800): done OptEnvConf\.APISpec.sub-commands.produces the same conf docs structure as before (56 mutations)
  1371. 209.52 s [opt-env-conf-mutation-report] coverage (161/800): running OptEnvConf\.APISpec.sub-commands.shows the parser in the same way
  1372. 209.52 s [opt-env-conf-mutation-report] coverage (159/800): done OptEnvConf\.APISpec.sub-commands.documents the short opt parser in the same way (93 mutations)
  1373. 209.52 s [opt-env-conf-mutation-report] coverage (163/800): running OptEnvConf\.APISpec.sub-commands.documents the conf parser in the same way
  1374. 209.54 s [opt-env-conf-mutation-report] coverage (162/800): done OptEnvConf\.APISpec.sub-commands.documents the env parser in the same way (75 mutations)
  1375. 209.54 s [opt-env-conf-mutation-report] coverage (164/800): running OptEnvConf\.APISpec.many-args.documents the conf parser in the same way
  1376. 209.56 s [opt-env-conf-mutation-report] coverage (163/800): done OptEnvConf\.APISpec.sub-commands.documents the conf parser in the same way (75 mutations)
  1377. 209.56 s [opt-env-conf-mutation-report] coverage (165/800): running OptEnvConf\.APISpec.many-args.renders the Nix options the same way
  1378. 209.56 s [opt-env-conf-mutation-report] coverage (161/800): done OptEnvConf\.APISpec.sub-commands.shows the parser in the same way (193 mutations)
  1379. 209.56 s [opt-env-conf-mutation-report] coverage (160/800): done OptEnvConf\.APISpec.sub-commands.documents the man page in the same way (339 mutations)
  1380. 209.56 s [opt-env-conf-mutation-report] coverage (167/800): running OptEnvConf\.APISpec.many-args.documents the env parser in the same way
  1381. 209.56 s [opt-env-conf-mutation-report] coverage (166/800): running OptEnvConf\.APISpec.many-args.produces the same docs structure as before
  1382. 209.57 s [opt-env-conf-mutation-report] coverage (164/800): done OptEnvConf\.APISpec.many-args.documents the conf parser in the same way (22 mutations)
  1383. 209.57 s [opt-env-conf-mutation-report] coverage (169/800): running OptEnvConf\.APISpec.many-args.documents the long opt parser in the same way
  1384. 209.58 s [opt-env-conf-mutation-report] coverage (167/800): done OptEnvConf\.APISpec.many-args.documents the env parser in the same way (22 mutations)
  1385. 209.58 s [opt-env-conf-mutation-report] coverage (168/800): running OptEnvConf\.APISpec.many-args.renders the reference documentation in the same way
  1386. 209.58 s [opt-env-conf-mutation-report] coverage (165/800): done OptEnvConf\.APISpec.many-args.renders the Nix options the same way (67 mutations)
  1387. 209.58 s [opt-env-conf-mutation-report] coverage (171/800): running OptEnvConf\.APISpec.many-args.passes the linter
  1388. 209.59 s [opt-env-conf-mutation-report] coverage (166/800): done OptEnvConf\.APISpec.many-args.produces the same docs structure as before (22 mutations)
  1389. 209.59 s [opt-env-conf-mutation-report] coverage (170/800): running OptEnvConf\.APISpec.many-args.shows the parser in the same way
  1390. 209.61 s [opt-env-conf-mutation-report] coverage (169/800): done OptEnvConf\.APISpec.many-args.documents the long opt parser in the same way (45 mutations)
  1391. 209.61 s [opt-env-conf-mutation-report] coverage (173/800): running OptEnvConf\.APISpec.many-args.documents the version page in the same way
  1392. 209.61 s [opt-env-conf-mutation-report] coverage (168/800): done OptEnvConf\.APISpec.many-args.renders the reference documentation in the same way (167 mutations)
  1393. 209.61 s [opt-env-conf-mutation-report] coverage (172/800): running OptEnvConf\.APISpec.many-args.produces the same conf docs structure as before
  1394. 209.61 s [opt-env-conf-mutation-report] coverage (171/800): done OptEnvConf\.APISpec.many-args.passes the linter (38 mutations)
  1395. 209.61 s [opt-env-conf-mutation-report] coverage (174/800): running OptEnvConf\.APISpec.many-args.documents the help page in the same way
  1396. 209.61 s [opt-env-conf-mutation-report] coverage (170/800): done OptEnvConf\.APISpec.many-args.shows the parser in the same way (64 mutations)
  1397. 209.61 s [opt-env-conf-mutation-report] coverage (175/800): running OptEnvConf\.APISpec.many-args.documents the man page in the same way
  1398. 209.63 s [opt-env-conf-mutation-report] coverage (173/800): done OptEnvConf\.APISpec.many-args.documents the version page in the same way (3 mutations)
  1399. 209.63 s [opt-env-conf-mutation-report] coverage (177/800): running OptEnvConf\.APISpec.many-args.documents the short opt parser in the same way
  1400. 209.63 s [opt-env-conf-mutation-report] coverage (172/800): done OptEnvConf\.APISpec.many-args.produces the same conf docs structure as before (22 mutations)
  1401. 209.63 s [opt-env-conf-mutation-report] coverage (176/800): running OptEnvConf\.APISpec.many-args.produces the same opt docs structure as before
  1402. 209.64 s [opt-env-conf-mutation-report] coverage (174/800): done OptEnvConf\.APISpec.many-args.documents the help page in the same way (128 mutations)
  1403. 209.64 s [opt-env-conf-mutation-report] coverage (179/800): running OptEnvConf\.APISpec.with-default.produces the same opt docs structure as before
  1404. 209.64 s [opt-env-conf-mutation-report] coverage (175/800): done OptEnvConf\.APISpec.many-args.documents the man page in the same way (183 mutations)
  1405. 209.64 s [opt-env-conf-mutation-report] coverage (178/800): running OptEnvConf\.APISpec.many-args.produces the same env docs structure as before
  1406. 209.65 s [opt-env-conf-mutation-report] coverage (177/800): done OptEnvConf\.APISpec.many-args.documents the short opt parser in the same way (50 mutations)
  1407. 209.65 s [opt-env-conf-mutation-report] coverage (180/800): running OptEnvConf\.APISpec.with-default.documents the man page in the same way
  1408. 209.66 s [opt-env-conf-mutation-report] coverage (176/800): done OptEnvConf\.APISpec.many-args.produces the same opt docs structure as before (25 mutations)
  1409. 209.66 s [opt-env-conf-mutation-report] coverage (181/800): running OptEnvConf\.APISpec.with-default.documents the long opt parser in the same way
  1410. 209.66 s [opt-env-conf-mutation-report] coverage (179/800): done OptEnvConf\.APISpec.with-default.produces the same opt docs structure as before (53 mutations)
  1411. 209.66 s [opt-env-conf-mutation-report] coverage (183/800): running OptEnvConf\.APISpec.with-default.shows the parser in the same way
  1412. 209.66 s [opt-env-conf-mutation-report] coverage (178/800): done OptEnvConf\.APISpec.many-args.produces the same env docs structure as before (22 mutations)
  1413. 209.66 s [opt-env-conf-mutation-report] coverage (182/800): running OptEnvConf\.APISpec.with-default.documents the version page in the same way
  1414. 209.68 s [opt-env-conf-mutation-report] coverage (180/800): done OptEnvConf\.APISpec.with-default.documents the man page in the same way (208 mutations)
  1415. 209.68 s [opt-env-conf-mutation-report] coverage (184/800): running OptEnvConf\.APISpec.with-default.produces the same docs structure as before
  1416. 209.68 s [opt-env-conf-mutation-report] coverage (181/800): done OptEnvConf\.APISpec.with-default.documents the long opt parser in the same way (77 mutations)
  1417. 209.68 s [opt-env-conf-mutation-report] coverage (186/800): running OptEnvConf\.APISpec.with-default.documents the short opt parser in the same way
  1418. 209.69 s [opt-env-conf-mutation-report] coverage (182/800): done OptEnvConf\.APISpec.with-default.documents the version page in the same way (3 mutations)
  1419. 209.69 s [opt-env-conf-mutation-report] coverage (185/800): running OptEnvConf\.APISpec.with-default.renders the reference documentation in the same way
  1420. 209.69 s [opt-env-conf-mutation-report] coverage (183/800): done OptEnvConf\.APISpec.with-default.shows the parser in the same way (93 mutations)
  1421. 209.69 s [opt-env-conf-mutation-report] coverage (187/800): running OptEnvConf\.APISpec.with-default.passes the linter
  1422. 209.71 s [opt-env-conf-mutation-report] coverage (184/800): done OptEnvConf\.APISpec.with-default.produces the same docs structure as before (50 mutations)
  1423. 209.71 s [opt-env-conf-mutation-report] coverage (186/800): done OptEnvConf\.APISpec.with-default.documents the short opt parser in the same way (77 mutations)
  1424. 209.71 s [opt-env-conf-mutation-report] coverage (188/800): running OptEnvConf\.APISpec.with-default.documents the conf parser in the same way
  1425. 209.71 s [opt-env-conf-mutation-report] coverage (189/800): running OptEnvConf\.APISpec.with-default.produces the same env docs structure as before
  1426. 209.71 s [opt-env-conf-mutation-report] coverage (187/800): done OptEnvConf\.APISpec.with-default.passes the linter (89 mutations)
  1427. 209.71 s [opt-env-conf-mutation-report] coverage (190/800): running OptEnvConf\.APISpec.with-default.produces the same conf docs structure as before
  1428. 209.72 s [opt-env-conf-mutation-report] coverage (185/800): done OptEnvConf\.APISpec.with-default.renders the reference documentation in the same way (192 mutations)
  1429. 209.72 s [opt-env-conf-mutation-report] coverage (191/800): running OptEnvConf\.APISpec.with-default.documents the help page in the same way
  1430. 209.74 s [opt-env-conf-mutation-report] coverage (188/800): done OptEnvConf\.APISpec.with-default.documents the conf parser in the same way (50 mutations)
  1431. 209.74 s [opt-env-conf-mutation-report] coverage (192/800): running OptEnvConf\.APISpec.with-default.documents the env parser in the same way
  1432. 209.74 s [opt-env-conf-mutation-report] coverage (189/800): done OptEnvConf\.APISpec.with-default.produces the same env docs structure as before (50 mutations)
  1433. 209.74 s [opt-env-conf-mutation-report] coverage (193/800): running OptEnvConf\.APISpec.with-default.renders the Nix options the same way
  1434. 209.74 s [opt-env-conf-mutation-report] coverage (190/800): done OptEnvConf\.APISpec.with-default.produces the same conf docs structure as before (50 mutations)
  1435. 209.74 s [opt-env-conf-mutation-report] coverage (194/800): running OptEnvConf\.APISpec.three-commands.produces the same conf docs structure as before
  1436. 209.75 s [opt-env-conf-mutation-report] coverage (191/800): done OptEnvConf\.APISpec.with-default.documents the help page in the same way (153 mutations)
  1437. 209.75 s [opt-env-conf-mutation-report] coverage (195/800): running OptEnvConf\.APISpec.three-commands.passes the linter
  1438. 209.76 s [opt-env-conf-mutation-report] coverage (192/800): done OptEnvConf\.APISpec.with-default.documents the env parser in the same way (50 mutations)
  1439. 209.76 s [opt-env-conf-mutation-report] coverage (196/800): running OptEnvConf\.APISpec.three-commands.documents the conf parser in the same way
  1440. 209.77 s [opt-env-conf-mutation-report] coverage (193/800): done OptEnvConf\.APISpec.with-default.renders the Nix options the same way (95 mutations)
  1441. 209.77 s [opt-env-conf-mutation-report] coverage (198/800): running OptEnvConf\.APISpec.three-commands.renders the reference documentation in the same way
  1442. 209.77 s [opt-env-conf-mutation-report] coverage (194/800): done OptEnvConf\.APISpec.three-commands.produces the same conf docs structure as before (61 mutations)
  1443. 209.77 s [opt-env-conf-mutation-report] coverage (200/800): running OptEnvConf\.APISpec.three-commands.renders the Nix options the same way
  1444. 209.77 s [opt-env-conf-mutation-report] coverage (195/800): done OptEnvConf\.APISpec.three-commands.passes the linter (127 mutations)
  1445. 209.77 s [opt-env-conf-mutation-report] coverage (197/800): running OptEnvConf\.APISpec.three-commands.documents the short opt parser in the same way
  1446. 209.79 s [opt-env-conf-mutation-report] coverage (196/800): done OptEnvConf\.APISpec.three-commands.documents the conf parser in the same way (80 mutations)
  1447. 209.79 s [opt-env-conf-mutation-report] coverage (202/800): running OptEnvConf\.APISpec.three-commands.documents the env parser in the same way
  1448. 209.79 s [opt-env-conf-mutation-report] coverage (198/800): done OptEnvConf\.APISpec.three-commands.renders the reference documentation in the same way (294 mutations)
  1449. 209.79 s [opt-env-conf-mutation-report] coverage (203/800): running OptEnvConf\.APISpec.three-commands.produces the same opt docs structure as before
  1450. 209.80 s [opt-env-conf-mutation-report] coverage (197/800): done OptEnvConf\.APISpec.three-commands.documents the short opt parser in the same way (59 mutations)
  1451. 209.80 s [opt-env-conf-mutation-report] coverage (201/800): running OptEnvConf\.APISpec.three-commands.documents the help page in the same way
  1452. 209.80 s [opt-env-conf-mutation-report] coverage (200/800): done OptEnvConf\.APISpec.three-commands.renders the Nix options the same way (102 mutations)
  1453. 209.81 s [opt-env-conf-mutation-report] coverage (204/800): running OptEnvConf\.APISpec.three-commands.documents the version page in the same way
  1454. 209.82 s [opt-env-conf-mutation-report] coverage (202/800): done OptEnvConf\.APISpec.three-commands.documents the env parser in the same way (80 mutations)
  1455. 209.82 s [opt-env-conf-mutation-report] coverage (199/800): running OptEnvConf\.APISpec.three-commands.produces the same docs structure as before
  1456. 209.82 s [opt-env-conf-mutation-report] coverage (203/800): done OptEnvConf\.APISpec.three-commands.produces the same opt docs structure as before (64 mutations)
  1457. 209.82 s [opt-env-conf-mutation-report] coverage (205/800): running OptEnvConf\.APISpec.three-commands.produces the same env docs structure as before
  1458. 209.83 s [opt-env-conf-mutation-report] coverage (201/800): done OptEnvConf\.APISpec.three-commands.documents the help page in the same way (148 mutations)
  1459. 209.83 s [opt-env-conf-mutation-report] coverage (206/800): running OptEnvConf\.APISpec.three-commands.shows the parser in the same way
  1460. 209.83 s [opt-env-conf-mutation-report] coverage (204/800): done OptEnvConf\.APISpec.three-commands.documents the version page in the same way (3 mutations)
  1461. 209.83 s [opt-env-conf-mutation-report] coverage (207/800): running OptEnvConf\.APISpec.three-commands.documents the long opt parser in the same way
  1462. 209.85 s [opt-env-conf-mutation-report] coverage (205/800): done OptEnvConf\.APISpec.three-commands.produces the same env docs structure as before (61 mutations)
  1463. 209.85 s [opt-env-conf-mutation-report] coverage (209/800): running OptEnvConf\.APISpec.same-help.documents the conf parser in the same way
  1464. 209.85 s [opt-env-conf-mutation-report] coverage (199/800): done OptEnvConf\.APISpec.three-commands.produces the same docs structure as before (61 mutations)
  1465. 209.85 s [opt-env-conf-mutation-report] coverage (208/800): running OptEnvConf\.APISpec.three-commands.documents the man page in the same way
  1466. 209.86 s [opt-env-conf-mutation-report] coverage (206/800): done OptEnvConf\.APISpec.three-commands.shows the parser in the same way (198 mutations)
  1467. 209.86 s [opt-env-conf-mutation-report] coverage (210/800): running OptEnvConf\.APISpec.same-help.documents the help page in the same way
  1468. 209.86 s [opt-env-conf-mutation-report] coverage (207/800): done OptEnvConf\.APISpec.three-commands.documents the long opt parser in the same way (102 mutations)
  1469. 209.86 s [opt-env-conf-mutation-report] coverage (211/800): running OptEnvConf\.APISpec.same-help.documents the version page in the same way
  1470. 209.87 s [opt-env-conf-mutation-report] coverage (209/800): done OptEnvConf\.APISpec.same-help.documents the conf parser in the same way (78 mutations)
  1471. 209.87 s [opt-env-conf-mutation-report] coverage (212/800): running OptEnvConf\.APISpec.same-help.documents the short opt parser in the same way
  1472. 209.88 s [opt-env-conf-mutation-report] coverage (208/800): done OptEnvConf\.APISpec.three-commands.documents the man page in the same way (316 mutations)
  1473. 209.88 s [opt-env-conf-mutation-report] coverage (213/800): running OptEnvConf\.APISpec.same-help.produces the same opt docs structure as before
  1474. 209.88 s [opt-env-conf-mutation-report] coverage (210/800): done OptEnvConf\.APISpec.same-help.documents the help page in the same way (194 mutations)
  1475. 209.88 s [opt-env-conf-mutation-report] coverage (214/800): running OptEnvConf\.APISpec.same-help.passes the linter
  1476. 209.89 s [opt-env-conf-mutation-report] coverage (211/800): done OptEnvConf\.APISpec.same-help.documents the version page in the same way (3 mutations)
  1477. 209.89 s [opt-env-conf-mutation-report] coverage (216/800): running OptEnvConf\.APISpec.same-help.produces the same conf docs structure as before
  1478. 209.90 s [opt-env-conf-mutation-report] coverage (212/800): done OptEnvConf\.APISpec.same-help.documents the short opt parser in the same way (104 mutations)
  1479. 209.90 s [opt-env-conf-mutation-report] coverage (217/800): running OptEnvConf\.APISpec.same-help.renders the Nix options the same way
  1480. 209.91 s [opt-env-conf-mutation-report] coverage (213/800): done OptEnvConf\.APISpec.same-help.produces the same opt docs structure as before (67 mutations)
  1481. 209.91 s [opt-env-conf-mutation-report] coverage (218/800): running OptEnvConf\.APISpec.same-help.renders the reference documentation in the same way
  1482. 209.91 s [opt-env-conf-mutation-report] coverage (214/800): done OptEnvConf\.APISpec.same-help.passes the linter (120 mutations)
  1483. 209.91 s [opt-env-conf-mutation-report] coverage (219/800): running OptEnvConf\.APISpec.same-help.produces the same docs structure as before
  1484. 209.92 s [opt-env-conf-mutation-report] coverage (216/800): done OptEnvConf\.APISpec.same-help.produces the same conf docs structure as before (64 mutations)
  1485. 209.92 s [opt-env-conf-mutation-report] coverage (215/800): running OptEnvConf\.APISpec.same-help.documents the man page in the same way
  1486. 209.93 s [opt-env-conf-mutation-report] coverage (217/800): done OptEnvConf\.APISpec.same-help.renders the Nix options the same way (105 mutations)
  1487. 209.93 s [opt-env-conf-mutation-report] coverage (220/800): running OptEnvConf\.APISpec.same-help.produces the same env docs structure as before
  1488. 209.94 s [opt-env-conf-mutation-report] coverage (218/800): done OptEnvConf\.APISpec.same-help.renders the reference documentation in the same way (264 mutations)
  1489. 209.94 s [opt-env-conf-mutation-report] coverage (221/800): running OptEnvConf\.APISpec.same-help.documents the long opt parser in the same way
  1490. 209.94 s [opt-env-conf-mutation-report] coverage (219/800): done OptEnvConf\.APISpec.same-help.produces the same docs structure as before (64 mutations)
  1491. 209.94 s [opt-env-conf-mutation-report] coverage (222/800): running OptEnvConf\.APISpec.same-help.documents the env parser in the same way
  1492. 209.94 s [opt-env-conf-mutation-report] coverage (215/800): done OptEnvConf\.APISpec.same-help.documents the man page in the same way (284 mutations)
  1493. 209.94 s [opt-env-conf-mutation-report] coverage (223/800): running OptEnvConf\.APISpec.same-help.shows the parser in the same way
  1494. 209.96 s [opt-env-conf-mutation-report] coverage (220/800): done OptEnvConf\.APISpec.same-help.produces the same env docs structure as before (64 mutations)
  1495. 209.96 s [opt-env-conf-mutation-report] coverage (224/800): running OptEnvConf\.APISpec.some-args.produces the same docs structure as before
  1496. 209.96 s [opt-env-conf-mutation-report] coverage (221/800): done OptEnvConf\.APISpec.same-help.documents the long opt parser in the same way (87 mutations)
  1497. 209.97 s [opt-env-conf-mutation-report] coverage (226/800): running OptEnvConf\.APISpec.some-args.documents the env parser in the same way
  1498. 209.97 s [opt-env-conf-mutation-report] coverage (222/800): done OptEnvConf\.APISpec.same-help.documents the env parser in the same way (78 mutations)
  1499. 209.97 s [opt-env-conf-mutation-report] coverage (225/800): running OptEnvConf\.APISpec.some-args.produces the same opt docs structure as before
  1500. 209.98 s [opt-env-conf-mutation-report] coverage (223/800): done OptEnvConf\.APISpec.same-help.shows the parser in the same way (183 mutations)
  1501. 209.98 s [opt-env-conf-mutation-report] coverage (228/800): running OptEnvConf\.APISpec.some-args.passes the linter
  1502. 209.99 s [opt-env-conf-mutation-report] coverage (224/800): done OptEnvConf\.APISpec.some-args.produces the same docs structure as before (26 mutations)
  1503. 209.99 s [opt-env-conf-mutation-report] coverage (227/800): running OptEnvConf\.APISpec.some-args.renders the Nix options the same way
  1504. 209.99 s [opt-env-conf-mutation-report] coverage (226/800): done OptEnvConf\.APISpec.some-args.documents the env parser in the same way (26 mutations)
  1505. 209.99 s [opt-env-conf-mutation-report] coverage (229/800): running OptEnvConf\.APISpec.some-args.documents the long opt parser in the same way
  1506. 209.99 s [opt-env-conf-mutation-report] coverage (225/800): done OptEnvConf\.APISpec.some-args.produces the same opt docs structure as before (29 mutations)
  1507. 209.99 s [opt-env-conf-mutation-report] coverage (230/800): running OptEnvConf\.APISpec.some-args.renders the reference documentation in the same way
  1508. 210.00 s [opt-env-conf-mutation-report] coverage (228/800): done OptEnvConf\.APISpec.some-args.passes the linter (38 mutations)
  1509. 210.00 s [opt-env-conf-mutation-report] coverage (232/800): running OptEnvConf\.APISpec.some-args.documents the short opt parser in the same way
  1510. 210.01 s [opt-env-conf-mutation-report] coverage (227/800): done OptEnvConf\.APISpec.some-args.renders the Nix options the same way (67 mutations)
  1511. 210.01 s [opt-env-conf-mutation-report] coverage (231/800): running OptEnvConf\.APISpec.some-args.documents the man page in the same way
  1512. 210.02 s [opt-env-conf-mutation-report] coverage (229/800): done OptEnvConf\.APISpec.some-args.documents the long opt parser in the same way (49 mutations)
  1513. 210.02 s [opt-env-conf-mutation-report] coverage (234/800): running OptEnvConf\.APISpec.some-args.produces the same env docs structure as before
  1514. 210.02 s [opt-env-conf-mutation-report] coverage (230/800): done OptEnvConf\.APISpec.some-args.renders the reference documentation in the same way (181 mutations)
  1515. 210.02 s [opt-env-conf-mutation-report] coverage (233/800): running OptEnvConf\.APISpec.some-args.documents the version page in the same way
  1516. 210.03 s [opt-env-conf-mutation-report] coverage (232/800): done OptEnvConf\.APISpec.some-args.documents the short opt parser in the same way (61 mutations)
  1517. 210.03 s [opt-env-conf-mutation-report] coverage (235/800): running OptEnvConf\.APISpec.some-args.documents the help page in the same way
  1518. 210.04 s [opt-env-conf-mutation-report] coverage (231/800): done OptEnvConf\.APISpec.some-args.documents the man page in the same way (201 mutations)
  1519. 210.04 s [opt-env-conf-mutation-report] coverage (236/800): running OptEnvConf\.APISpec.some-args.shows the parser in the same way
  1520. 210.05 s [opt-env-conf-mutation-report] coverage (234/800): done OptEnvConf\.APISpec.some-args.produces the same env docs structure as before (26 mutations)
  1521. 210.05 s [opt-env-conf-mutation-report] coverage (237/800): running OptEnvConf\.APISpec.some-args.produces the same conf docs structure as before
  1522. 210.05 s [opt-env-conf-mutation-report] coverage (233/800): done OptEnvConf\.APISpec.some-args.documents the version page in the same way (3 mutations)
  1523. 210.05 s [opt-env-conf-mutation-report] coverage (238/800): running OptEnvConf\.APISpec.some-args.documents the conf parser in the same way
  1524. 210.06 s [opt-env-conf-mutation-report] coverage (235/800): done OptEnvConf\.APISpec.some-args.documents the help page in the same way (139 mutations)
  1525. 210.06 s [opt-env-conf-mutation-report] coverage (239/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the long opt parser in the same way
  1526. 210.07 s [opt-env-conf-mutation-report] coverage (236/800): done OptEnvConf\.APISpec.some-args.shows the parser in the same way (88 mutations)
  1527. 210.07 s [opt-env-conf-mutation-report] coverage (241/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same opt docs structure as before
  1528. 210.08 s [opt-env-conf-mutation-report] coverage (237/800): done OptEnvConf\.APISpec.some-args.produces the same conf docs structure as before (26 mutations)
  1529. 210.08 s [opt-env-conf-mutation-report] coverage (243/800): running OptEnvConf\.APISpec.enable-disable-optional.renders the reference documentation in the same way
  1530. 210.08 s [opt-env-conf-mutation-report] coverage (238/800): done OptEnvConf\.APISpec.some-args.documents the conf parser in the same way (26 mutations)
  1531. 210.08 s [opt-env-conf-mutation-report] coverage (242/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the short opt parser in the same way
  1532. 210.08 s [opt-env-conf-mutation-report] coverage (239/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the long opt parser in the same way (72 mutations)
  1533. 210.08 s [opt-env-conf-mutation-report] coverage (240/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same docs structure as before
  1534. 210.10 s [opt-env-conf-mutation-report] coverage (241/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same opt docs structure as before (52 mutations)
  1535. 210.10 s [opt-env-conf-mutation-report] coverage (244/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the man page in the same way
  1536. 210.11 s [opt-env-conf-mutation-report] coverage (242/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the short opt parser in the same way (78 mutations)
  1537. 210.11 s [opt-env-conf-mutation-report] coverage (246/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the help page in the same way
  1538. 210.11 s [opt-env-conf-mutation-report] coverage (243/800): done OptEnvConf\.APISpec.enable-disable-optional.renders the reference documentation in the same way (234 mutations)
  1539. 210.11 s [opt-env-conf-mutation-report] coverage (247/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the env parser in the same way
  1540. 210.11 s [opt-env-conf-mutation-report] coverage (240/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same docs structure as before (49 mutations)
  1541. 210.11 s [opt-env-conf-mutation-report] coverage (248/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the conf parser in the same way
  1542. 210.13 s [opt-env-conf-mutation-report] coverage (244/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the man page in the same way (254 mutations)
  1543. 210.13 s [opt-env-conf-mutation-report] coverage (249/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the version page in the same way
  1544. 210.13 s [opt-env-conf-mutation-report] coverage (246/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the help page in the same way (164 mutations)
  1545. 210.13 s [opt-env-conf-mutation-report] coverage (245/800): running OptEnvConf\.APISpec.enable-disable-optional.passes the linter
  1546. 210.14 s [opt-env-conf-mutation-report] coverage (247/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the env parser in the same way (63 mutations)
  1547. 210.14 s [opt-env-conf-mutation-report] coverage (250/800): running OptEnvConf\.APISpec.enable-disable-optional.renders the Nix options the same way
  1548. 210.14 s [opt-env-conf-mutation-report] coverage (248/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the conf parser in the same way (63 mutations)
  1549. 210.14 s [opt-env-conf-mutation-report] coverage (251/800): running OptEnvConf\.APISpec.enable-disable-optional.shows the parser in the same way
  1550. 210.15 s [opt-env-conf-mutation-report] coverage (249/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the version page in the same way (3 mutations)
  1551. 210.15 s [opt-env-conf-mutation-report] coverage (252/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same conf docs structure as before
  1552. 210.16 s [opt-env-conf-mutation-report] coverage (245/800): done OptEnvConf\.APISpec.enable-disable-optional.passes the linter (94 mutations)
  1553. 210.16 s [opt-env-conf-mutation-report] coverage (253/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same env docs structure as before
  1554. 210.16 s [opt-env-conf-mutation-report] coverage (250/800): done OptEnvConf\.APISpec.enable-disable-optional.renders the Nix options the same way (92 mutations)
  1555. 210.16 s [opt-env-conf-mutation-report] coverage (254/800): running OptEnvConf\.APISpec.sub-settings.produces the same opt docs structure as before
  1556. 210.17 s [opt-env-conf-mutation-report] coverage (251/800): done OptEnvConf\.APISpec.enable-disable-optional.shows the parser in the same way (152 mutations)
  1557. 210.17 s [opt-env-conf-mutation-report] coverage (255/800): running OptEnvConf\.APISpec.sub-settings.produces the same docs structure as before
  1558. 210.18 s [opt-env-conf-mutation-report] coverage (253/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same env docs structure as before (49 mutations)
  1559. 210.18 s [opt-env-conf-mutation-report] coverage (256/800): running OptEnvConf\.APISpec.sub-settings.produces the same env docs structure as before
  1560. 210.18 s [opt-env-conf-mutation-report] coverage (252/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same conf docs structure as before (49 mutations)
  1561. 210.18 s [opt-env-conf-mutation-report] coverage (257/800): running OptEnvConf\.APISpec.sub-settings.documents the conf parser in the same way
  1562. 210.19 s [opt-env-conf-mutation-report] coverage (254/800): done OptEnvConf\.APISpec.sub-settings.produces the same opt docs structure as before (52 mutations)
  1563. 210.20 s [opt-env-conf-mutation-report] coverage (258/800): running OptEnvConf\.APISpec.sub-settings.documents the version page in the same way
  1564. 210.20 s [opt-env-conf-mutation-report] coverage (255/800): done OptEnvConf\.APISpec.sub-settings.produces the same docs structure as before (61 mutations)
  1565. 210.20 s [opt-env-conf-mutation-report] coverage (259/800): running OptEnvConf\.APISpec.sub-settings.renders the Nix options the same way
  1566. 210.21 s [opt-env-conf-mutation-report] coverage (257/800): done OptEnvConf\.APISpec.sub-settings.documents the conf parser in the same way (69 mutations)
  1567. 210.21 s [opt-env-conf-mutation-report] coverage (260/800): running OptEnvConf\.APISpec.sub-settings.renders the reference documentation in the same way
  1568. 210.21 s [opt-env-conf-mutation-report] coverage (256/800): done OptEnvConf\.APISpec.sub-settings.produces the same env docs structure as before (55 mutations)
  1569. 210.21 s [opt-env-conf-mutation-report] coverage (261/800): running OptEnvConf\.APISpec.sub-settings.produces the same conf docs structure as before
  1570. 210.22 s [opt-env-conf-mutation-report] coverage (259/800): done OptEnvConf\.APISpec.sub-settings.renders the Nix options the same way (99 mutations)
  1571. 210.22 s [opt-env-conf-mutation-report] coverage (262/800): running OptEnvConf\.APISpec.sub-settings.documents the man page in the same way
  1572. 210.22 s [opt-env-conf-mutation-report] coverage (258/800): done OptEnvConf\.APISpec.sub-settings.documents the version page in the same way (3 mutations)
  1573. 210.22 s [opt-env-conf-mutation-report] coverage (264/800): running OptEnvConf\.APISpec.sub-settings.documents the help page in the same way
  1574. 210.24 s [opt-env-conf-mutation-report] coverage (260/800): done OptEnvConf\.APISpec.sub-settings.renders the reference documentation in the same way (257 mutations)
  1575. 210.24 s [opt-env-conf-mutation-report] coverage (263/800): running OptEnvConf\.APISpec.sub-settings.documents the long opt parser in the same way
  1576. 210.24 s [opt-env-conf-mutation-report] coverage (261/800): done OptEnvConf\.APISpec.sub-settings.produces the same conf docs structure as before (55 mutations)
  1577. 210.24 s [opt-env-conf-mutation-report] coverage (265/800): running OptEnvConf\.APISpec.sub-settings.passes the linter
  1578. 210.25 s [opt-env-conf-mutation-report] coverage (262/800): done OptEnvConf\.APISpec.sub-settings.documents the man page in the same way (277 mutations)
  1579. 210.25 s [opt-env-conf-mutation-report] coverage (266/800): running OptEnvConf\.APISpec.sub-settings.documents the env parser in the same way
  1580. 210.26 s [opt-env-conf-mutation-report] coverage (264/800): done OptEnvConf\.APISpec.sub-settings.documents the help page in the same way (187 mutations)
  1581. 210.26 s [opt-env-conf-mutation-report] coverage (267/800): running OptEnvConf\.APISpec.sub-settings.documents the short opt parser in the same way
  1582. 210.26 s [opt-env-conf-mutation-report] coverage (265/800): done OptEnvConf\.APISpec.sub-settings.passes the linter (85 mutations)
  1583. 210.26 s [opt-env-conf-mutation-report] coverage (268/800): running OptEnvConf\.APISpec.sub-settings.shows the parser in the same way
  1584. 210.27 s [opt-env-conf-mutation-report] coverage (263/800): done OptEnvConf\.APISpec.sub-settings.documents the long opt parser in the same way (72 mutations)
  1585. 210.27 s [opt-env-conf-mutation-report] coverage (269/800): running OptEnvConf\.APISpec.optional.documents the conf parser in the same way
  1586. 210.28 s [opt-env-conf-mutation-report] coverage (266/800): done OptEnvConf\.APISpec.sub-settings.documents the env parser in the same way (69 mutations)
  1587. 210.28 s [opt-env-conf-mutation-report] coverage (270/800): running OptEnvConf\.APISpec.optional.renders the Nix options the same way
  1588. 210.28 s [opt-env-conf-mutation-report] coverage (267/800): done OptEnvConf\.APISpec.sub-settings.documents the short opt parser in the same way (85 mutations)
  1589. 210.28 s [opt-env-conf-mutation-report] coverage (271/800): running OptEnvConf\.APISpec.optional.shows the parser in the same way
  1590. 210.29 s [opt-env-conf-mutation-report] coverage (269/800): done OptEnvConf\.APISpec.optional.documents the conf parser in the same way (41 mutations)
  1591. 210.29 s [opt-env-conf-mutation-report] coverage (272/800): running OptEnvConf\.APISpec.optional.renders the reference documentation in the same way
  1592. 210.29 s [opt-env-conf-mutation-report] coverage (268/800): done OptEnvConf\.APISpec.sub-settings.shows the parser in the same way (164 mutations)
  1593. 210.29 s [opt-env-conf-mutation-report] coverage (273/800): running OptEnvConf\.APISpec.optional.documents the help page in the same way
  1594. 210.31 s [opt-env-conf-mutation-report] coverage (270/800): done OptEnvConf\.APISpec.optional.renders the Nix options the same way (86 mutations)
  1595. 210.31 s [opt-env-conf-mutation-report] coverage (274/800): running OptEnvConf\.APISpec.optional.produces the same env docs structure as before
  1596. 210.31 s [opt-env-conf-mutation-report] coverage (271/800): done OptEnvConf\.APISpec.optional.shows the parser in the same way (122 mutations)
  1597. 210.31 s [opt-env-conf-mutation-report] coverage (275/800): running OptEnvConf\.APISpec.optional.documents the env parser in the same way
  1598. 210.32 s [opt-env-conf-mutation-report] coverage (272/800): done OptEnvConf\.APISpec.optional.renders the reference documentation in the same way (186 mutations)
  1599. 210.32 s [opt-env-conf-mutation-report] coverage (276/800): running OptEnvConf\.APISpec.optional.documents the version page in the same way
  1600. 210.32 s [opt-env-conf-mutation-report] coverage (273/800): done OptEnvConf\.APISpec.optional.documents the help page in the same way (147 mutations)
  1601. 210.32 s [opt-env-conf-mutation-report] coverage (277/800): running OptEnvConf\.APISpec.optional.produces the same docs structure as before
  1602. 210.33 s [opt-env-conf-mutation-report] coverage (275/800): done OptEnvConf\.APISpec.optional.documents the env parser in the same way (41 mutations)
  1603. 210.33 s [opt-env-conf-mutation-report] coverage (278/800): running OptEnvConf\.APISpec.optional.documents the man page in the same way
  1604. 210.34 s [opt-env-conf-mutation-report] coverage (274/800): done OptEnvConf\.APISpec.optional.produces the same env docs structure as before (41 mutations)
  1605. 210.34 s [opt-env-conf-mutation-report] coverage (279/800): running OptEnvConf\.APISpec.optional.documents the long opt parser in the same way
  1606. 210.34 s [opt-env-conf-mutation-report] coverage (276/800): done OptEnvConf\.APISpec.optional.documents the version page in the same way (3 mutations)
  1607. 210.34 s [opt-env-conf-mutation-report] coverage (280/800): running OptEnvConf\.APISpec.optional.produces the same conf docs structure as before
  1608. 210.35 s [opt-env-conf-mutation-report] coverage (277/800): done OptEnvConf\.APISpec.optional.produces the same docs structure as before (41 mutations)
  1609. 210.35 s [opt-env-conf-mutation-report] coverage (282/800): running OptEnvConf\.APISpec.optional.passes the linter
  1610. 210.36 s [opt-env-conf-mutation-report] coverage (278/800): done OptEnvConf\.APISpec.optional.documents the man page in the same way (202 mutations)
  1611. 210.36 s [opt-env-conf-mutation-report] coverage (281/800): running OptEnvConf\.APISpec.optional.produces the same opt docs structure as before
  1612. 210.36 s [opt-env-conf-mutation-report] coverage (279/800): done OptEnvConf\.APISpec.optional.documents the long opt parser in the same way (64 mutations)
  1613. 210.36 s [opt-env-conf-mutation-report] coverage (284/800): running OptEnvConf\.APISpec.big-config.renders the Nix options the same way
  1614. 210.37 s [opt-env-conf-mutation-report] coverage (280/800): done OptEnvConf\.APISpec.optional.produces the same conf docs structure as before (41 mutations)
  1615. 210.37 s [opt-env-conf-mutation-report] coverage (283/800): running OptEnvConf\.APISpec.optional.documents the short opt parser in the same way
  1616. 210.37 s [opt-env-conf-mutation-report] coverage (282/800): done OptEnvConf\.APISpec.optional.passes the linter (70 mutations)
  1617. 210.37 s [opt-env-conf-mutation-report] coverage (285/800): running OptEnvConf\.APISpec.big-config.documents the man page in the same way
  1618. 210.39 s [opt-env-conf-mutation-report] coverage (284/800): done OptEnvConf\.APISpec.big-config.renders the Nix options the same way (89 mutations)
  1619. 210.39 s [opt-env-conf-mutation-report] coverage (286/800): running OptEnvConf\.APISpec.big-config.documents the conf parser in the same way
  1620. 210.39 s [opt-env-conf-mutation-report] coverage (281/800): done OptEnvConf\.APISpec.optional.produces the same opt docs structure as before (44 mutations)
  1621. 210.39 s [opt-env-conf-mutation-report] coverage (288/800): running OptEnvConf\.APISpec.big-config.documents the env parser in the same way
  1622. 210.40 s [opt-env-conf-mutation-report] coverage (283/800): done OptEnvConf\.APISpec.optional.documents the short opt parser in the same way (69 mutations)
  1623. 210.40 s [opt-env-conf-mutation-report] coverage (287/800): running OptEnvConf\.APISpec.big-config.documents the help page in the same way
  1624. 210.40 s [opt-env-conf-mutation-report] coverage (285/800): done OptEnvConf\.APISpec.big-config.documents the man page in the same way (260 mutations)
  1625. 210.40 s [opt-env-conf-mutation-report] coverage (289/800): running OptEnvConf\.APISpec.big-config.produces the same docs structure as before
  1626. 210.41 s [opt-env-conf-mutation-report] coverage (286/800): done OptEnvConf\.APISpec.big-config.documents the conf parser in the same way (60 mutations)
  1627. 210.41 s [opt-env-conf-mutation-report] coverage (290/800): running OptEnvConf\.APISpec.big-config.passes the linter
  1628. 210.42 s [opt-env-conf-mutation-report] coverage (288/800): done OptEnvConf\.APISpec.big-config.documents the env parser in the same way (60 mutations)
  1629. 210.42 s [opt-env-conf-mutation-report] coverage (291/800): running OptEnvConf\.APISpec.big-config.produces the same conf docs structure as before
  1630. 210.43 s [opt-env-conf-mutation-report] coverage (287/800): done OptEnvConf\.APISpec.big-config.documents the help page in the same way (170 mutations)
  1631. 210.43 s [opt-env-conf-mutation-report] coverage (292/800): running OptEnvConf\.APISpec.big-config.shows the parser in the same way
  1632. 210.43 s [opt-env-conf-mutation-report] coverage (289/800): done OptEnvConf\.APISpec.big-config.produces the same docs structure as before (46 mutations)
  1633. 210.43 s [opt-env-conf-mutation-report] coverage (294/800): running OptEnvConf\.APISpec.big-config.renders the reference documentation in the same way
  1634. 210.44 s [opt-env-conf-mutation-report] coverage (290/800): done OptEnvConf\.APISpec.big-config.passes the linter (85 mutations)
  1635. 210.44 s [opt-env-conf-mutation-report] coverage (293/800): running OptEnvConf\.APISpec.big-config.documents the long opt parser in the same way
  1636. 210.44 s [opt-env-conf-mutation-report] coverage (291/800): done OptEnvConf\.APISpec.big-config.produces the same conf docs structure as before (46 mutations)
  1637. 210.44 s [opt-env-conf-mutation-report] coverage (295/800): running OptEnvConf\.APISpec.big-config.documents the version page in the same way
  1638. 210.46 s [opt-env-conf-mutation-report] coverage (292/800): done OptEnvConf\.APISpec.big-config.shows the parser in the same way (149 mutations)
  1639. 210.46 s [opt-env-conf-mutation-report] coverage (298/800): running OptEnvConf\.APISpec.big-config.produces the same opt docs structure as before
  1640. 210.46 s [opt-env-conf-mutation-report] coverage (294/800): done OptEnvConf\.APISpec.big-config.renders the reference documentation in the same way (240 mutations)
  1641. 210.46 s [opt-env-conf-mutation-report] coverage (296/800): running OptEnvConf\.APISpec.big-config.produces the same env docs structure as before
  1642. 210.47 s [opt-env-conf-mutation-report] coverage (293/800): done OptEnvConf\.APISpec.big-config.documents the long opt parser in the same way (69 mutations)
  1643. 210.47 s [opt-env-conf-mutation-report] coverage (297/800): running OptEnvConf\.APISpec.big-config.documents the short opt parser in the same way
  1644. 210.47 s [opt-env-conf-mutation-report] coverage (295/800): done OptEnvConf\.APISpec.big-config.documents the version page in the same way (3 mutations)
  1645. 210.47 s [opt-env-conf-mutation-report] coverage (300/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["quux"]
  1646. 210.49 s [opt-env-conf-mutation-report] coverage (298/800): done OptEnvConf\.APISpec.big-config.produces the same opt docs structure as before (49 mutations)
  1647. 210.49 s [opt-env-conf-mutation-report] coverage (299/800): running OptEnvConf\.EnvMapSpec.parseEnvMap.produces valid EnvMaps
  1648. 210.49 s [opt-env-conf-mutation-report] coverage (296/800): done OptEnvConf\.APISpec.big-config.produces the same env docs structure as before (46 mutations)
  1649. 210.49 s [opt-env-conf-mutation-report] coverage (302/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub"]
  1650. 210.50 s [opt-env-conf-mutation-report] coverage (297/800): done OptEnvConf\.APISpec.big-config.documents the short opt parser in the same way (80 mutations)
  1651. 210.50 s [opt-env-conf-mutation-report] coverage (303/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: []
  1652. 210.50 s [opt-env-conf-mutation-report] coverage (300/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["quux"] (260 mutations)
  1653. 210.50 s [opt-env-conf-mutation-report] coverage (301/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","foo"]
  1654. 210.52 s [opt-env-conf-mutation-report] coverage (299/800): done OptEnvConf\.EnvMapSpec.parseEnvMap.produces valid EnvMaps (0 mutations)
  1655. 210.52 s [opt-env-conf-mutation-report] coverage (304/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["--port","notaport"]
  1656. 210.52 s [opt-env-conf-mutation-report] coverage (302/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub"] (177 mutations)
  1657. 210.52 s [opt-env-conf-mutation-report] coverage (306/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["create"]
  1658. 210.53 s [opt-env-conf-mutation-report] coverage (303/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: [] (249 mutations)
  1659. 210.53 s [opt-env-conf-mutation-report] coverage (307/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","bar"]
  1660. 210.53 s [opt-env-conf-mutation-report] coverage (301/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","foo"] (164 mutations)
  1661. 210.53 s [opt-env-conf-mutation-report] coverage (305/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["read"]
  1662. 210.55 s [opt-env-conf-mutation-report] coverage (304/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["--port","notaport"] (264 mutations)
  1663. 210.55 s [opt-env-conf-mutation-report] coverage (308/800): running OptEnvConf\.RunSpec.runParser.withCombinedYamlConfig.can parse without any arguments
  1664. 210.55 s [opt-env-conf-mutation-report] coverage (306/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["create"] (190 mutations)
  1665. 210.55 s [opt-env-conf-mutation-report] coverage (309/800): running OptEnvConf\.RunSpec.runParser.subConfig.can prefix a conf val parser
  1666. 210.56 s [opt-env-conf-mutation-report] coverage (307/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","bar"] (164 mutations)
  1667. 210.56 s [opt-env-conf-mutation-report] coverage (311/800): running OptEnvConf\.RunSpec.runParser.Select.can avoid the second parser with select
  1668. 210.56 s [opt-env-conf-mutation-report] coverage (305/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["read"] (164 mutations)
  1669. 210.56 s [opt-env-conf-mutation-report] coverage (310/800): running OptEnvConf\.RunSpec.runParser.Select.can use the second parser with select
  1670. 210.59 s [opt-env-conf-mutation-report] coverage (311/800): done OptEnvConf\.RunSpec.runParser.Select.can avoid the second parser with select (10 mutations)
  1671. 210.59 s [opt-env-conf-mutation-report] coverage (312/800): running OptEnvConf\.RunSpec.runParser.subArgs.can prefix a switch parser
  1672. 210.59 s [opt-env-conf-mutation-report] coverage (309/800): done OptEnvConf\.RunSpec.runParser.subConfig.can prefix a conf val parser (81 mutations)
  1673. 210.59 s [opt-env-conf-mutation-report] coverage (313/800): running OptEnvConf\.RunSpec.runParser.subArgs.can prefix an option parser
  1674. 210.59 s [opt-env-conf-mutation-report] coverage (310/800): done OptEnvConf\.RunSpec.runParser.Select.can use the second parser with select (10 mutations)
  1675. 210.59 s [opt-env-conf-mutation-report] coverage (315/800): running OptEnvConf\.RunSpec.runParser.Some.can parse some args
  1676. 210.60 s [opt-env-conf-mutation-report] coverage (308/800): done OptEnvConf\.RunSpec.runParser.withCombinedYamlConfig.can parse without any arguments (108 mutations)
  1677. 210.60 s [opt-env-conf-mutation-report] coverage (316/800): running OptEnvConf\.RunSpec.runParser.Some.fails to parse zero args
  1678. 210.62 s [opt-env-conf-mutation-report] coverage (312/800): done OptEnvConf\.RunSpec.runParser.subArgs.can prefix a switch parser (67 mutations)
  1679. 210.62 s [opt-env-conf-mutation-report] coverage (314/800): running OptEnvConf\.RunSpec.runParser.Some.parses many-many input in bounded time (regression\: no exponential blowup)
  1680. 210.63 s [opt-env-conf-mutation-report] coverage (313/800): done OptEnvConf\.RunSpec.runParser.subArgs.can prefix an option parser (91 mutations)
  1681. 210.63 s [opt-env-conf-mutation-report] coverage (317/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["command","arg"] as ("command",'2')
  1682. 210.65 s [opt-env-conf-mutation-report] coverage (316/800): done OptEnvConf\.RunSpec.runParser.Some.fails to parse zero args (79 mutations)
  1683. 210.65 s [opt-env-conf-mutation-report] coverage (318/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True
  1684. 210.65 s [opt-env-conf-mutation-report] coverage (314/800): done OptEnvConf\.RunSpec.runParser.Some.parses many-many input in bounded time (regression\: no exponential blowup) (178 mutations)
  1685. 210.65 s [opt-env-conf-mutation-report] coverage (319/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True
  1686. 210.66 s [opt-env-conf-mutation-report] coverage (317/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["command","arg"] as ("command",'2') (70 mutations)
  1687. 210.66 s [opt-env-conf-mutation-report] coverage (320/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6])
  1688. 210.67 s [opt-env-conf-mutation-report] coverage (318/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True (106 mutations)
  1689. 210.67 s [opt-env-conf-mutation-report] coverage (322/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","all","-bare","--arguments"] as ["all","-bare","--arguments"]
  1690. 210.68 s [opt-env-conf-mutation-report] coverage (319/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True (128 mutations)
  1691. 210.68 s [opt-env-conf-mutation-report] coverage (321/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False
  1692. 210.68 s [opt-env-conf-mutation-report] coverage (320/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]) (148 mutations)
  1693. 210.68 s [opt-env-conf-mutation-report] coverage (323/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True)
  1694. 210.70 s [opt-env-conf-mutation-report] coverage (322/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","all","-bare","--arguments"] as ["all","-bare","--arguments"] (110 mutations)
  1695. 210.70 s [opt-env-conf-mutation-report] coverage (324/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False
  1696. 210.71 s [opt-env-conf-mutation-report] coverage (321/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False (123 mutations)
  1697. 210.71 s [opt-env-conf-mutation-report] coverage (325/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2)
  1698. 210.71 s [opt-env-conf-mutation-report] coverage (323/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True) (167 mutations)
  1699. 210.71 s [opt-env-conf-mutation-report] coverage (326/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:1
  1700. 210.73 s [opt-env-conf-mutation-report] coverage (324/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False (106 mutations)
  1701. 210.73 s [opt-env-conf-mutation-report] coverage (328/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo","-v"] as (2,"foo")
  1702. 210.73 s [opt-env-conf-mutation-report] coverage (325/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2) (155 mutations)
  1703. 210.73 s [opt-env-conf-mutation-report] coverage (329/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ('a','b')
  1704. 210.74 s [opt-env-conf-mutation-report] coverage (326/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:1 (123 mutations)
  1705. 210.74 s [opt-env-conf-mutation-report] coverage (330/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4)
  1706. 210.74 s [opt-env-conf-mutation-report] coverage (315/800): done OptEnvConf\.RunSpec.runParser.Some.can parse some args (100 mutations)
  1707. 210.74 s [opt-env-conf-mutation-report] coverage (327/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[])
  1708. 210.76 s [opt-env-conf-mutation-report] coverage (329/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ('a','b') (132 mutations)
  1709. 210.76 s [opt-env-conf-mutation-report] coverage (331/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("foo",String "bar")]) as Right "bar"
  1710. 210.76 s [opt-env-conf-mutation-report] coverage (328/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo","-v"] as (2,"foo") (174 mutations)
  1711. 210.76 s [opt-env-conf-mutation-report] coverage (334/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True
  1712. 210.77 s [opt-env-conf-mutation-report] coverage (330/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4) (138 mutations)
  1713. 210.77 s [opt-env-conf-mutation-report] coverage (333/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3)
  1714. 210.77 s [opt-env-conf-mutation-report] coverage (327/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]) (127 mutations)
  1715. 210.77 s [opt-env-conf-mutation-report] coverage (332/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True)
  1716. 210.79 s [opt-env-conf-mutation-report] coverage (334/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True (91 mutations)
  1717. 210.79 s [opt-env-conf-mutation-report] coverage (335/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5)
  1718. 210.79 s [opt-env-conf-mutation-report] coverage (333/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3) (138 mutations)
  1719. 210.79 s [opt-env-conf-mutation-report] coverage (336/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar"
  1720. 210.79 s [opt-env-conf-mutation-report] coverage (331/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("foo",String "bar")]) as Right "bar" (75 mutations)
  1721. 210.79 s [opt-env-conf-mutation-report] coverage (337/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--option","command","arg"] as ("command",'2')
  1722. 210.80 s [opt-env-conf-mutation-report] coverage (332/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True) (119 mutations)
  1723. 210.80 s [opt-env-conf-mutation-report] coverage (338/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2):1
  1724. 210.82 s [opt-env-conf-mutation-report] coverage (335/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5) (147 mutations)
  1725. 210.82 s [opt-env-conf-mutation-report] coverage (339/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing
  1726. 210.82 s [opt-env-conf-mutation-report] coverage (337/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--option","command","arg"] as ("command",'2') (114 mutations)
  1727. 210.82 s [opt-env-conf-mutation-report] coverage (341/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--verbose"] as 1
  1728. 210.83 s [opt-env-conf-mutation-report] coverage (336/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar" (145 mutations)
  1729. 210.83 s [opt-env-conf-mutation-report] coverage (340/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True)
  1730. 210.83 s [opt-env-conf-mutation-report] coverage (338/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2):1 (147 mutations)
  1731. 210.83 s [opt-env-conf-mutation-report] coverage (342/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True
  1732. 210.85 s [opt-env-conf-mutation-report] coverage (339/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing (104 mutations)
  1733. 210.85 s [opt-env-conf-mutation-report] coverage (343/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True)
  1734. 210.85 s [opt-env-conf-mutation-report] coverage (341/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--verbose"] as 1 (106 mutations)
  1735. 210.85 s [opt-env-conf-mutation-report] coverage (344/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2)
  1736. 210.85 s [opt-env-conf-mutation-report] coverage (340/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True) (121 mutations)
  1737. 210.85 s [opt-env-conf-mutation-report] coverage (345/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[])
  1738. 210.86 s [opt-env-conf-mutation-report] coverage (342/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True (123 mutations)
  1739. 210.86 s [opt-env-conf-mutation-report] coverage (346/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["args","here"] as ["args","here"]
  1740. 210.88 s [opt-env-conf-mutation-report] coverage (344/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2) (133 mutations)
  1741. 210.88 s [opt-env-conf-mutation-report] coverage (347/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["c"] as "c"
  1742. 210.88 s [opt-env-conf-mutation-report] coverage (343/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True) (165 mutations)
  1743. 210.88 s [opt-env-conf-mutation-report] coverage (349/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6)
  1744. 210.88 s [opt-env-conf-mutation-report] coverage (345/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]) (127 mutations)
  1745. 210.88 s [opt-env-conf-mutation-report] coverage (348/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False
  1746. 210.89 s [opt-env-conf-mutation-report] coverage (346/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["args","here"] as ["args","here"] (139 mutations)
  1747. 210.89 s [opt-env-conf-mutation-report] coverage (350/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]):1
  1748. 210.90 s [opt-env-conf-mutation-report] coverage (347/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["c"] as "c" (74 mutations)
  1749. 210.90 s [opt-env-conf-mutation-report] coverage (351/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0)
  1750. 210.91 s [opt-env-conf-mutation-report] coverage (349/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6) (147 mutations)
  1751. 210.91 s [opt-env-conf-mutation-report] coverage (353/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as Just True
  1752. 210.91 s [opt-env-conf-mutation-report] coverage (348/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False (127 mutations)
  1753. 210.91 s [opt-env-conf-mutation-report] coverage (352/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True:1
  1754. 210.92 s [opt-env-conf-mutation-report] coverage (350/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]):1 (124 mutations)
  1755. 210.92 s [opt-env-conf-mutation-report] coverage (354/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:2
  1756. 210.93 s [opt-env-conf-mutation-report] coverage (352/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True:1 (128 mutations)
  1757. 210.93 s [opt-env-conf-mutation-report] coverage (355/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False)
  1758. 210.93 s [opt-env-conf-mutation-report] coverage (353/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as Just True (128 mutations)
  1759. 210.93 s [opt-env-conf-mutation-report] coverage (356/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--before","'m'"] as ('m',Nothing)
  1760. 210.93 s [opt-env-conf-mutation-report] coverage (351/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0) (86 mutations)
  1761. 210.93 s [opt-env-conf-mutation-report] coverage (357/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3])
  1762. 210.95 s [opt-env-conf-mutation-report] coverage (354/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:2 (123 mutations)
  1763. 210.95 s [opt-env-conf-mutation-report] coverage (358/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as "ho"
  1764. 210.96 s [opt-env-conf-mutation-report] coverage (357/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]) (149 mutations)
  1765. 210.96 s [opt-env-conf-mutation-report] coverage (359/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True
  1766. 210.96 s [opt-env-conf-mutation-report] coverage (356/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--before","'m'"] as ('m',Nothing) (170 mutations)
  1767. 210.96 s [opt-env-conf-mutation-report] coverage (360/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False):1
  1768. 210.97 s [opt-env-conf-mutation-report] coverage (355/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False) (160 mutations)
  1769. 210.97 s [opt-env-conf-mutation-report] coverage (361/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1])
  1770. 210.98 s [opt-env-conf-mutation-report] coverage (358/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as "ho" (73 mutations)
  1771. 210.98 s [opt-env-conf-mutation-report] coverage (362/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-f","foo"] as (1,"foo")
  1772. 210.99 s [opt-env-conf-mutation-report] coverage (360/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False):1 (160 mutations)
  1773. 210.99 s [opt-env-conf-mutation-report] coverage (363/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["two"] as '2'
  1774. 210.99 s [opt-env-conf-mutation-report] coverage (359/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True (128 mutations)
  1775. 210.99 s [opt-env-conf-mutation-report] coverage (364/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo"] as "foo"
  1776. 210.99 s [opt-env-conf-mutation-report] coverage (361/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]) (140 mutations)
  1777. 210.99 s [opt-env-conf-mutation-report] coverage (366/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3])
  1778. 211.03 s [opt-env-conf-mutation-report] coverage (363/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["two"] as '2' (25 mutations)
  1779. 211.03 s [opt-env-conf-mutation-report] coverage (365/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]):1
  1780. 211.03 s [opt-env-conf-mutation-report] coverage (362/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-f","foo"] as (1,"foo") (165 mutations)
  1781. 211.03 s [opt-env-conf-mutation-report] coverage (367/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True)
  1782. 211.03 s [opt-env-conf-mutation-report] coverage (366/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]) (156 mutations)
  1783. 211.03 s [opt-env-conf-mutation-report] coverage (368/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False)
  1784. 211.03 s [opt-env-conf-mutation-report] coverage (364/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo"] as "foo" (91 mutations)
  1785. 211.03 s [opt-env-conf-mutation-report] coverage (370/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False
  1786. 211.06 s [opt-env-conf-mutation-report] coverage (368/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False) (118 mutations)
  1787. 211.06 s [opt-env-conf-mutation-report] coverage (370/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False (123 mutations)
  1788. 211.06 s [opt-env-conf-mutation-report] coverage (369/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False):1
  1789. 211.06 s [opt-env-conf-mutation-report] coverage (371/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8])
  1790. 211.06 s [opt-env-conf-mutation-report] coverage (365/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]):1 (152 mutations)
  1791. 211.06 s [opt-env-conf-mutation-report] coverage (373/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5])
  1792. 211.06 s [opt-env-conf-mutation-report] coverage (367/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True) (143 mutations)
  1793. 211.06 s [opt-env-conf-mutation-report] coverage (372/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6):1
  1794. 211.08 s [opt-env-conf-mutation-report] coverage (369/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False):1 (115 mutations)
  1795. 211.08 s [opt-env-conf-mutation-report] coverage (373/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]) (134 mutations)
  1796. 211.08 s [opt-env-conf-mutation-report] coverage (374/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True):1
  1797. 211.08 s [opt-env-conf-mutation-report] coverage (376/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--verbose"] as 2
  1798. 211.09 s [opt-env-conf-mutation-report] coverage (371/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]) (146 mutations)
  1799. 211.09 s [opt-env-conf-mutation-report] coverage (375/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as (0,"foo")
  1800. 211.09 s [opt-env-conf-mutation-report] coverage (372/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6):1 (165 mutations)
  1801. 211.09 s [opt-env-conf-mutation-report] coverage (377/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3])
  1802. 211.11 s [opt-env-conf-mutation-report] coverage (376/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--verbose"] as 2 (113 mutations)
  1803. 211.11 s [opt-env-conf-mutation-report] coverage (379/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2):1
  1804. 211.11 s [opt-env-conf-mutation-report] coverage (374/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True):1 (119 mutations)
  1805. 211.11 s [opt-env-conf-mutation-report] coverage (378/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]):1
  1806. 211.11 s [opt-env-conf-mutation-report] coverage (375/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as (0,"foo") (164 mutations)
  1807. 211.11 s [opt-env-conf-mutation-report] coverage (380/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":1
  1808. 211.12 s [opt-env-conf-mutation-report] coverage (377/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]) (143 mutations)
  1809. 211.12 s [opt-env-conf-mutation-report] coverage (381/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",Number 5\.0)]) as Left 5
  1810. 211.14 s [opt-env-conf-mutation-report] coverage (378/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]):1 (134 mutations)
  1811. 211.14 s [opt-env-conf-mutation-report] coverage (383/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose","-v"] as 4
  1812. 211.14 s [opt-env-conf-mutation-report] coverage (380/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":1 (145 mutations)
  1813. 211.14 s [opt-env-conf-mutation-report] coverage (382/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True:1
  1814. 211.14 s [opt-env-conf-mutation-report] coverage (379/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2):1 (151 mutations)
  1815. 211.14 s [opt-env-conf-mutation-report] coverage (385/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False
  1816. 211.15 s [opt-env-conf-mutation-report] coverage (381/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",Number 5\.0)]) as Left 5 (75 mutations)
  1817. 211.15 s [opt-env-conf-mutation-report] coverage (386/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True
  1818. 211.17 s [opt-env-conf-mutation-report] coverage (383/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose","-v"] as 4 (122 mutations)
  1819. 211.17 s [opt-env-conf-mutation-report] coverage (384/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2])
  1820. 211.17 s [opt-env-conf-mutation-report] coverage (382/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True:1 (106 mutations)
  1821. 211.17 s [opt-env-conf-mutation-report] coverage (387/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2])
  1822. 211.17 s [opt-env-conf-mutation-report] coverage (385/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False (127 mutations)
  1823. 211.17 s [opt-env-conf-mutation-report] coverage (389/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]):1
  1824. 211.18 s [opt-env-conf-mutation-report] coverage (386/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True (123 mutations)
  1825. 211.18 s [opt-env-conf-mutation-report] coverage (388/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:1
  1826. 211.19 s [opt-env-conf-mutation-report] coverage (384/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]) (166 mutations)
  1827. 211.19 s [opt-env-conf-mutation-report] coverage (390/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False:1
  1828. 211.19 s [opt-env-conf-mutation-report] coverage (387/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]) (127 mutations)
  1829. 211.19 s [opt-env-conf-mutation-report] coverage (391/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True)
  1830. 211.20 s [opt-env-conf-mutation-report] coverage (389/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]):1 (131 mutations)
  1831. 211.20 s [opt-env-conf-mutation-report] coverage (392/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True
  1832. 211.21 s [opt-env-conf-mutation-report] coverage (388/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:1 (123 mutations)
  1833. 211.21 s [opt-env-conf-mutation-report] coverage (393/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as "foo"
  1834. 211.22 s [opt-env-conf-mutation-report] coverage (391/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True) (141 mutations)
  1835. 211.22 s [opt-env-conf-mutation-report] coverage (394/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[])
  1836. 211.22 s [opt-env-conf-mutation-report] coverage (390/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False:1 (127 mutations)
  1837. 211.22 s [opt-env-conf-mutation-report] coverage (395/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right "arg"
  1838. 211.23 s [opt-env-conf-mutation-report] coverage (392/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True (106 mutations)
  1839. 211.23 s [opt-env-conf-mutation-report] coverage (396/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar"
  1840. 211.23 s [opt-env-conf-mutation-report] coverage (393/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as "foo" (108 mutations)
  1841. 211.23 s [opt-env-conf-mutation-report] coverage (397/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar")
  1842. 211.25 s [opt-env-conf-mutation-report] coverage (394/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]) (85 mutations)
  1843. 211.25 s [opt-env-conf-mutation-report] coverage (398/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as 0
  1844. 211.25 s [opt-env-conf-mutation-report] coverage (395/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right "arg" (127 mutations)
  1845. 211.25 s [opt-env-conf-mutation-report] coverage (399/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar":1
  1846. 211.26 s [opt-env-conf-mutation-report] coverage (396/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar" (131 mutations)
  1847. 211.26 s [opt-env-conf-mutation-report] coverage (400/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]):1
  1848. 211.26 s [opt-env-conf-mutation-report] coverage (397/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar") (91 mutations)
  1849. 211.26 s [opt-env-conf-mutation-report] coverage (401/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[])
  1850. 211.27 s [opt-env-conf-mutation-report] coverage (398/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as 0 (77 mutations)
  1851. 211.27 s [opt-env-conf-mutation-report] coverage (403/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):1
  1852. 211.27 s [opt-env-conf-mutation-report] coverage (399/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar":1 (131 mutations)
  1853. 211.28 s [opt-env-conf-mutation-report] coverage (402/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False
  1854. 211.28 s [opt-env-conf-mutation-report] coverage (400/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]):1 (88 mutations)
  1855. 211.28 s [opt-env-conf-mutation-report] coverage (404/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose"] as 3
  1856. 211.29 s [opt-env-conf-mutation-report] coverage (401/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]) (121 mutations)
  1857. 211.29 s [opt-env-conf-mutation-report] coverage (405/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-v"] as 2
  1858. 211.30 s [opt-env-conf-mutation-report] coverage (403/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):1 (89 mutations)
  1859. 211.30 s [opt-env-conf-mutation-report] coverage (406/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1)
  1860. 211.30 s [opt-env-conf-mutation-report] coverage (402/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False (106 mutations)
  1861. 211.30 s [opt-env-conf-mutation-report] coverage (407/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False:1
  1862. 211.31 s [opt-env-conf-mutation-report] coverage (404/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose"] as 3 (122 mutations)
  1863. 211.31 s [opt-env-conf-mutation-report] coverage (408/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:1
  1864. 211.32 s [opt-env-conf-mutation-report] coverage (405/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-v"] as 2 (108 mutations)
  1865. 211.32 s [opt-env-conf-mutation-report] coverage (409/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0)
  1866. 211.33 s [opt-env-conf-mutation-report] coverage (407/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False:1 (106 mutations)
  1867. 211.33 s [opt-env-conf-mutation-report] coverage (410/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True):1
  1868. 211.33 s [opt-env-conf-mutation-report] coverage (406/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1) (138 mutations)
  1869. 211.33 s [opt-env-conf-mutation-report] coverage (411/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0)
  1870. 211.34 s [opt-env-conf-mutation-report] coverage (408/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:1 (106 mutations)
  1871. 211.34 s [opt-env-conf-mutation-report] coverage (412/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]):1
  1872. 211.34 s [opt-env-conf-mutation-report] coverage (409/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0) (114 mutations)
  1873. 211.34 s [opt-env-conf-mutation-report] coverage (413/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar"
  1874. 211.36 s [opt-env-conf-mutation-report] coverage (410/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True):1 (148 mutations)
  1875. 211.36 s [opt-env-conf-mutation-report] coverage (414/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:1
  1876. 211.36 s [opt-env-conf-mutation-report] coverage (411/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0) (125 mutations)
  1877. 211.36 s [opt-env-conf-mutation-report] coverage (415/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo","-v"] as (["foo"],1)
  1878. 211.37 s [opt-env-conf-mutation-report] coverage (413/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar" (131 mutations)
  1879. 211.37 s [opt-env-conf-mutation-report] coverage (416/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":2
  1880. 211.37 s [opt-env-conf-mutation-report] coverage (412/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]):1 (164 mutations)
  1881. 211.37 s [opt-env-conf-mutation-report] coverage (417/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as Just False
  1882. 211.38 s [opt-env-conf-mutation-report] coverage (415/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo","-v"] as (["foo"],1) (159 mutations)
  1883. 211.38 s [opt-env-conf-mutation-report] coverage (418/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9])
  1884. 211.38 s [opt-env-conf-mutation-report] coverage (414/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:1 (123 mutations)
  1885. 211.38 s [opt-env-conf-mutation-report] coverage (419/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True):1
  1886. 211.39 s [opt-env-conf-mutation-report] coverage (416/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":2 (145 mutations)
  1887. 211.40 s [opt-env-conf-mutation-report] coverage (420/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):2
  1888. 211.40 s [opt-env-conf-mutation-report] coverage (417/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as Just False (127 mutations)
  1889. 211.40 s [opt-env-conf-mutation-report] coverage (421/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3)
  1890. 211.41 s [opt-env-conf-mutation-report] coverage (419/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True):1 (121 mutations)
  1891. 211.41 s [opt-env-conf-mutation-report] coverage (422/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","-dfu"] as "-dfu"
  1892. 211.41 s [opt-env-conf-mutation-report] coverage (418/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]) (148 mutations)
  1893. 211.41 s [opt-env-conf-mutation-report] coverage (423/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True:1
  1894. 211.42 s [opt-env-conf-mutation-report] coverage (420/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):2 (88 mutations)
  1895. 211.42 s [opt-env-conf-mutation-report] coverage (424/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing)
  1896. 211.43 s [opt-env-conf-mutation-report] coverage (421/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3) (133 mutations)
  1897. 211.43 s [opt-env-conf-mutation-report] coverage (425/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True:1
  1898. 211.44 s [opt-env-conf-mutation-report] coverage (423/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True:1 (128 mutations)
  1899. 211.44 s [opt-env-conf-mutation-report] coverage (427/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","'c'","--bar","'d'"] as ('c','d')
  1900. 211.44 s [opt-env-conf-mutation-report] coverage (422/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","-dfu"] as "-dfu" (97 mutations)
  1901. 211.44 s [opt-env-conf-mutation-report] coverage (426/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:2
  1902. 211.45 s [opt-env-conf-mutation-report] coverage (424/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing) (159 mutations)
  1903. 211.45 s [opt-env-conf-mutation-report] coverage (429/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:3
  1904. 211.45 s [opt-env-conf-mutation-report] coverage (425/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True:1 (106 mutations)
  1905. 211.45 s [opt-env-conf-mutation-report] coverage (430/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run","--foo","bar"] as "bar"
  1906. 211.47 s [opt-env-conf-mutation-report] coverage (427/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","'c'","--bar","'d'"] as ('c','d') (136 mutations)
  1907. 211.47 s [opt-env-conf-mutation-report] coverage (428/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as Just "ho"
  1908. 211.47 s [opt-env-conf-mutation-report] coverage (426/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:2 (123 mutations)
  1909. 211.47 s [opt-env-conf-mutation-report] coverage (431/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo"] as (["foo"],1)
  1910. 211.47 s [opt-env-conf-mutation-report] coverage (429/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:3 (123 mutations)
  1911. 211.47 s [opt-env-conf-mutation-report] coverage (433/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:2
  1912. 211.48 s [opt-env-conf-mutation-report] coverage (430/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run","--foo","bar"] as "bar" (131 mutations)
  1913. 211.48 s [opt-env-conf-mutation-report] coverage (432/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:1
  1914. 211.49 s [opt-env-conf-mutation-report] coverage (431/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo"] as (["foo"],1) (162 mutations)
  1915. 211.49 s [opt-env-conf-mutation-report] coverage (434/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3):1
  1916. 211.49 s [opt-env-conf-mutation-report] coverage (428/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as Just "ho" (97 mutations)
  1917. 211.50 s [opt-env-conf-mutation-report] coverage (435/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing):1
  1918. 211.50 s [opt-env-conf-mutation-report] coverage (433/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:2 (123 mutations)
  1919. 211.50 s [opt-env-conf-mutation-report] coverage (437/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":3
  1920. 211.51 s [opt-env-conf-mutation-report] coverage (432/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:1 (123 mutations)
  1921. 211.51 s [opt-env-conf-mutation-report] coverage (436/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4])
  1922. 211.52 s [opt-env-conf-mutation-report] coverage (435/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing):1 (174 mutations)
  1923. 211.52 s [opt-env-conf-mutation-report] coverage (438/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:2
  1924. 211.53 s [opt-env-conf-mutation-report] coverage (434/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3):1 (156 mutations)
  1925. 211.53 s [opt-env-conf-mutation-report] coverage (439/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[])
  1926. 211.53 s [opt-env-conf-mutation-report] coverage (437/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":3 (91 mutations)
  1927. 211.53 s [opt-env-conf-mutation-report] coverage (440/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as "b"
  1928. 211.54 s [opt-env-conf-mutation-report] coverage (436/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]) (147 mutations)
  1929. 211.54 s [opt-env-conf-mutation-report] coverage (441/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]):1
  1930. 211.55 s [opt-env-conf-mutation-report] coverage (438/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:2 (123 mutations)
  1931. 211.55 s [opt-env-conf-mutation-report] coverage (443/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("--foo","bar")
  1932. 211.55 s [opt-env-conf-mutation-report] coverage (440/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as "b" (17 mutations)
  1933. 211.55 s [opt-env-conf-mutation-report] coverage (445/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]):1
  1934. 211.56 s [opt-env-conf-mutation-report] coverage (439/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]) (121 mutations)
  1935. 211.56 s [opt-env-conf-mutation-report] coverage (446/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7])
  1936. 211.56 s [opt-env-conf-mutation-report] coverage (441/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]):1 (141 mutations)
  1937. 211.57 s [opt-env-conf-mutation-report] coverage (442/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0):1
  1938. 211.58 s [opt-env-conf-mutation-report] coverage (443/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("--foo","bar") (110 mutations)
  1939. 211.58 s [opt-env-conf-mutation-report] coverage (447/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["delete"] as "ho"
  1940. 211.58 s [opt-env-conf-mutation-report] coverage (445/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]):1 (134 mutations)
  1941. 211.58 s [opt-env-conf-mutation-report] coverage (444/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv"] as 2
  1942. 211.58 s [opt-env-conf-mutation-report] coverage (446/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]) (147 mutations)
  1943. 211.59 s [opt-env-conf-mutation-report] coverage (448/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True):1
  1944. 211.59 s [opt-env-conf-mutation-report] coverage (442/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0):1 (120 mutations)
  1945. 211.59 s [opt-env-conf-mutation-report] coverage (450/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo","-v"] as (3,"foo")
  1946. 211.60 s [opt-env-conf-mutation-report] coverage (447/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["delete"] as "ho" (25 mutations)
  1947. 211.60 s [opt-env-conf-mutation-report] coverage (449/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","bar","--foo","quux"] as ["bar","quux"]
  1948. 211.61 s [opt-env-conf-mutation-report] coverage (444/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv"] as 2 (117 mutations)
  1949. 211.61 s [opt-env-conf-mutation-report] coverage (451/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True:1
  1950. 211.61 s [opt-env-conf-mutation-report] coverage (448/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True):1 (146 mutations)
  1951. 211.61 s [opt-env-conf-mutation-report] coverage (452/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:1
  1952. 211.62 s [opt-env-conf-mutation-report] coverage (450/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo","-v"] as (3,"foo") (174 mutations)
  1953. 211.62 s [opt-env-conf-mutation-report] coverage (454/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True):1
  1954. 211.63 s [opt-env-conf-mutation-report] coverage (449/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","bar","--foo","quux"] as ["bar","quux"] (144 mutations)
  1955. 211.63 s [opt-env-conf-mutation-report] coverage (455/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right (Just "arg")
  1956. 211.63 s [opt-env-conf-mutation-report] coverage (451/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True:1 (94 mutations)
  1957. 211.63 s [opt-env-conf-mutation-report] coverage (453/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]):1
  1958. 211.64 s [opt-env-conf-mutation-report] coverage (452/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:1 (130 mutations)
  1959. 211.64 s [opt-env-conf-mutation-report] coverage (456/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as Just False
  1960. 211.65 s [opt-env-conf-mutation-report] coverage (454/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True):1 (121 mutations)
  1961. 211.65 s [opt-env-conf-mutation-report] coverage (457/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]):1
  1962. 211.66 s [opt-env-conf-mutation-report] coverage (453/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]):1 (149 mutations)
  1963. 211.66 s [opt-env-conf-mutation-report] coverage (459/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4)
  1964. 211.66 s [opt-env-conf-mutation-report] coverage (455/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right (Just "arg") (131 mutations)
  1965. 211.66 s [opt-env-conf-mutation-report] coverage (458/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3):1
  1966. 211.67 s [opt-env-conf-mutation-report] coverage (456/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as Just False (127 mutations)
  1967. 211.67 s [opt-env-conf-mutation-report] coverage (460/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:2
  1968. 211.68 s [opt-env-conf-mutation-report] coverage (457/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]):1 (124 mutations)
  1969. 211.68 s [opt-env-conf-mutation-report] coverage (461/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:3
  1970. 211.69 s [opt-env-conf-mutation-report] coverage (458/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3):1 (137 mutations)
  1971. 211.69 s [opt-env-conf-mutation-report] coverage (462/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5):1
  1972. 211.69 s [opt-env-conf-mutation-report] coverage (459/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4) (156 mutations)
  1973. 211.69 s [opt-env-conf-mutation-report] coverage (463/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ["bar"]
  1974. 211.70 s [opt-env-conf-mutation-report] coverage (460/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:2 (136 mutations)
  1975. 211.70 s [opt-env-conf-mutation-report] coverage (464/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False:1
  1976. 211.71 s [opt-env-conf-mutation-report] coverage (461/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:3 (104 mutations)
  1977. 211.71 s [opt-env-conf-mutation-report] coverage (465/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar"):1
  1978. 211.72 s [opt-env-conf-mutation-report] coverage (463/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ["bar"] (121 mutations)
  1979. 211.72 s [opt-env-conf-mutation-report] coverage (466/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("bar",True)
  1980. 211.72 s [opt-env-conf-mutation-report] coverage (462/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5):1 (165 mutations)
  1981. 211.72 s [opt-env-conf-mutation-report] coverage (467/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:3
  1982. 211.73 s [opt-env-conf-mutation-report] coverage (464/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False:1 (127 mutations)
  1983. 211.73 s [opt-env-conf-mutation-report] coverage (469/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-ffoo"] as "foo"
  1984. 211.73 s [opt-env-conf-mutation-report] coverage (465/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar"):1 (92 mutations)
  1985. 211.73 s [opt-env-conf-mutation-report] coverage (468/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["True"] as True
  1986. 211.75 s [opt-env-conf-mutation-report] coverage (466/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("bar",True) (129 mutations)
  1987. 211.75 s [opt-env-conf-mutation-report] coverage (470/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4):1
  1988. 211.75 s [opt-env-conf-mutation-report] coverage (467/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:3 (123 mutations)
  1989. 211.75 s [opt-env-conf-mutation-report] coverage (471/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as Just True
  1990. 211.75 s [opt-env-conf-mutation-report] coverage (469/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-ffoo"] as "foo" (92 mutations)
  1991. 211.75 s [opt-env-conf-mutation-report] coverage (472/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1):1
  1992. 211.76 s [opt-env-conf-mutation-report] coverage (468/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["True"] as True (75 mutations)
  1993. 211.76 s [opt-env-conf-mutation-report] coverage (473/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:2
  1994. 211.77 s [opt-env-conf-mutation-report] coverage (471/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as Just True (128 mutations)
  1995. 211.77 s [opt-env-conf-mutation-report] coverage (474/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]):1
  1996. 211.78 s [opt-env-conf-mutation-report] coverage (470/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4):1 (156 mutations)
  1997. 211.78 s [opt-env-conf-mutation-report] coverage (476/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:3
  1998. 211.78 s [opt-env-conf-mutation-report] coverage (472/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1):1 (146 mutations)
  1999. 211.78 s [opt-env-conf-mutation-report] coverage (475/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4):1
  2000. 211.79 s [opt-env-conf-mutation-report] coverage (473/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:2 (70 mutations)
  2001. 211.79 s [opt-env-conf-mutation-report] coverage (478/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v"] as 1
  2002. 211.80 s [opt-env-conf-mutation-report] coverage (474/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]):1 (158 mutations)
  2003. 211.80 s [opt-env-conf-mutation-report] coverage (477/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]):1
  2004. 211.80 s [opt-env-conf-mutation-report] coverage (476/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:3 (123 mutations)
  2005. 211.80 s [opt-env-conf-mutation-report] coverage (479/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:3
  2006. 211.81 s [opt-env-conf-mutation-report] coverage (475/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4):1 (138 mutations)
  2007. 211.81 s [opt-env-conf-mutation-report] coverage (480/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["add","hi"] as "hi"
  2008. 211.82 s [opt-env-conf-mutation-report] coverage (478/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v"] as 1 (108 mutations)
  2009. 211.82 s [opt-env-conf-mutation-report] coverage (481/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]):1
  2010. 211.83 s [opt-env-conf-mutation-report] coverage (479/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:3 (123 mutations)
  2011. 211.83 s [opt-env-conf-mutation-report] coverage (483/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True):1
  2012. 211.83 s [opt-env-conf-mutation-report] coverage (477/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]):1 (159 mutations)
  2013. 211.83 s [opt-env-conf-mutation-report] coverage (482/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file=foo"] as "foo"
  2014. 211.83 s [opt-env-conf-mutation-report] coverage (480/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["add","hi"] as "hi" (65 mutations)
  2015. 211.83 s [opt-env-conf-mutation-report] coverage (485/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","-f","quux"] as ["bar","quux"]
  2016. 211.84 s [opt-env-conf-mutation-report] coverage (481/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]):1 (124 mutations)
  2017. 211.85 s [opt-env-conf-mutation-report] coverage (484/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo"] as (2,"foo")
  2018. 211.86 s [opt-env-conf-mutation-report] coverage (482/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file=foo"] as "foo" (77 mutations)
  2019. 211.86 s [opt-env-conf-mutation-report] coverage (486/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar":1
  2020. 211.86 s [opt-env-conf-mutation-report] coverage (485/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","-f","quux"] as ["bar","quux"] (144 mutations)
  2021. 211.86 s [opt-env-conf-mutation-report] coverage (487/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["one"] as '1'
  2022. 211.86 s [opt-env-conf-mutation-report] coverage (483/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True):1 (119 mutations)
  2023. 211.86 s [opt-env-conf-mutation-report] coverage (489/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0):1
  2024. 211.87 s [opt-env-conf-mutation-report] coverage (484/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo"] as (2,"foo") (174 mutations)
  2025. 211.87 s [opt-env-conf-mutation-report] coverage (491/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]):1
  2026. 211.88 s [opt-env-conf-mutation-report] coverage (486/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar":1 (131 mutations)
  2027. 211.88 s [opt-env-conf-mutation-report] coverage (490/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]):1
  2028. 211.89 s [opt-env-conf-mutation-report] coverage (487/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["one"] as '1' (25 mutations)
  2029. 211.89 s [opt-env-conf-mutation-report] coverage (492/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Nothing as Nothing
  2030. 211.89 s [opt-env-conf-mutation-report] coverage (489/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0):1 (128 mutations)
  2031. 211.89 s [opt-env-conf-mutation-report] coverage (493/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","--bar"] as "--bar"
  2032. 211.90 s [opt-env-conf-mutation-report] coverage (491/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]):1 (147 mutations)
  2033. 211.90 s [opt-env-conf-mutation-report] coverage (488/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]):1
  2034. 211.91 s [opt-env-conf-mutation-report] coverage (490/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]):1 (124 mutations)
  2035. 211.91 s [opt-env-conf-mutation-report] coverage (495/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]):1
  2036. 211.91 s [opt-env-conf-mutation-report] coverage (492/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Nothing as Nothing (89 mutations)
  2037. 211.91 s [opt-env-conf-mutation-report] coverage (494/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","--foo","quux"] as ["bar","quux"]
  2038. 211.92 s [opt-env-conf-mutation-report] coverage (493/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","--bar"] as "--bar" (94 mutations)
  2039. 211.92 s [opt-env-conf-mutation-report] coverage (496/800): running OptEnvConf\.RunSpec.runParser.MapIO.can run an IO action on the result of a parser
  2040. 211.94 s [opt-env-conf-mutation-report] coverage (488/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]):1 (144 mutations)
  2041. 211.94 s [opt-env-conf-mutation-report] coverage (497/800): running OptEnvConf\.RunSpec.runParser.Alt.can parse a Right value with Alt
  2042. 211.96 s [opt-env-conf-mutation-report] coverage (496/800): done OptEnvConf\.RunSpec.runParser.MapIO.can run an IO action on the result of a parser (11 mutations)
  2043. 211.96 s [opt-env-conf-mutation-report] coverage (498/800): running OptEnvConf\.RunSpec.runParser.Alt.can parse a Left value with Alt
  2044. 211.96 s [opt-env-conf-mutation-report] coverage (495/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]):1 (154 mutations)
  2045. 211.96 s [opt-env-conf-mutation-report] coverage (499/800): running OptEnvConf\.RunSpec.runParser.WithConfig.can replace the config object
  2046. 211.96 s [opt-env-conf-mutation-report] coverage (494/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","--foo","quux"] as ["bar","quux"] (121 mutations)
  2047. 211.96 s [opt-env-conf-mutation-report] coverage (500/800): running OptEnvConf\.RunSpec.runParser.Many.can pass many args
  2048. 211.97 s [opt-env-conf-mutation-report] coverage (497/800): done OptEnvConf\.RunSpec.runParser.Alt.can parse a Right value with Alt (18 mutations)
  2049. 211.97 s [opt-env-conf-mutation-report] coverage (501/800): running OptEnvConf\.RunSpec.runParser.pure.can parse a pure value from anything
  2050. 211.99 s [opt-env-conf-mutation-report] coverage (498/800): done OptEnvConf\.RunSpec.runParser.Alt.can parse a Left value with Alt (26 mutations)
  2051. 211.99 s [opt-env-conf-mutation-report] coverage (502/800): running OptEnvConf\.RunSpec.runParser.withFirstYamlConfig.can parse without any arguments
  2052. 211.99 s [opt-env-conf-mutation-report] coverage (501/800): done OptEnvConf\.RunSpec.runParser.pure.can parse a pure value from anything (7 mutations)
  2053. 211.99 s [opt-env-conf-mutation-report] coverage (503/800): running OptEnvConf\.RunSpec.runParser.<*>.can parse two values with ap
  2054. 212.00 s [opt-env-conf-mutation-report] coverage (499/800): done OptEnvConf\.RunSpec.runParser.WithConfig.can replace the config object (74 mutations)
  2055. 212.01 s [opt-env-conf-mutation-report] coverage (504/800): running OptEnvConf\.RunSpec.runParser.subEnv.can prefix an env var parser
  2056. 212.02 s [opt-env-conf-mutation-report] coverage (503/800): done OptEnvConf\.RunSpec.runParser.<*>.can parse two values with ap (9 mutations)
  2057. 212.02 s [opt-env-conf-mutation-report] coverage (506/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single arg
  2058. 212.04 s [opt-env-conf-mutation-report] coverage (502/800): done OptEnvConf\.RunSpec.runParser.withFirstYamlConfig.can parse without any arguments (108 mutations)
  2059. 212.04 s [opt-env-conf-mutation-report] coverage (505/800): running OptEnvConf\.RunSpec.runParser.Empty.can fail to parse an empty value
  2060. 212.05 s [opt-env-conf-mutation-report] coverage (504/800): done OptEnvConf\.RunSpec.runParser.subEnv.can prefix an env var parser (69 mutations)
  2061. 212.05 s [opt-env-conf-mutation-report] coverage (507/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single env var
  2062. 212.06 s [opt-env-conf-mutation-report] coverage (506/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single arg (58 mutations)
  2063. 212.06 s [opt-env-conf-mutation-report] coverage (508/800): running OptEnvConf\.RunSpec.runParser.Setting.parses Null as the default value
  2064. 212.09 s [opt-env-conf-mutation-report] coverage (507/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single env var (63 mutations)
  2065. 212.09 s [opt-env-conf-mutation-report] coverage (510/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single config value
  2066. 212.10 s [opt-env-conf-mutation-report] coverage (505/800): done OptEnvConf\.RunSpec.runParser.Empty.can fail to parse an empty value (27 mutations)
  2067. 212.10 s [opt-env-conf-mutation-report] coverage (509/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a many of the same option
  2068. 212.10 s [opt-env-conf-mutation-report] coverage (500/800): done OptEnvConf\.RunSpec.runParser.Many.can pass many args (97 mutations)
  2069. 212.10 s [opt-env-conf-mutation-report] coverage (511/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single option
  2070. 212.10 s [opt-env-conf-mutation-report] coverage (508/800): done OptEnvConf\.RunSpec.runParser.Setting.parses Null as the default value (66 mutations)
  2071. 212.10 s [opt-env-conf-mutation-report] coverage (512/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the setting parser if the capability is available
  2072. 212.13 s [opt-env-conf-mutation-report] coverage (510/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single config value (73 mutations)
  2073. 212.13 s [opt-env-conf-mutation-report] coverage (513/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.still runs the below parser when a capability is missing for the check parser
  2074. 212.14 s [opt-env-conf-mutation-report] coverage (511/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single option (91 mutations)
  2075. 212.14 s [opt-env-conf-mutation-report] coverage (514/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.can run the setting parser if the capability is available
  2076. 212.15 s [opt-env-conf-mutation-report] coverage (512/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the setting parser if the capability is available (50 mutations)
  2077. 212.15 s [opt-env-conf-mutation-report] coverage (515/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the check parser if the capability is not available
  2078. 212.17 s [opt-env-conf-mutation-report] coverage (513/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.still runs the below parser when a capability is missing for the check parser (19 mutations)
  2079. 212.17 s [opt-env-conf-mutation-report] coverage (516/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.can run the check parser if the capability is available
  2080. 212.19 s [opt-env-conf-mutation-report] coverage (515/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the check parser if the capability is not available (17 mutations)
  2081. 212.19 s [opt-env-conf-mutation-report] coverage (517/800): running OptEnvConf\.RunSpec.runParser.fmap.can parse a mapped value from anything
  2082. 212.19 s [opt-env-conf-mutation-report] coverage (514/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.can run the setting parser if the capability is available (70 mutations)
  2083. 212.19 s [opt-env-conf-mutation-report] coverage (518/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories for a file argument
  2084. 212.20 s [opt-env-conf-mutation-report] coverage (516/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.can run the check parser if the capability is available (22 mutations)
  2085. 212.20 s [opt-env-conf-mutation-report] coverage (519/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories after a file option's dashed
  2086. 212.22 s [opt-env-conf-mutation-report] coverage (517/800): done OptEnvConf\.RunSpec.runParser.fmap.can parse a mapped value from anything (7 mutations)
  2087. 212.22 s [opt-env-conf-mutation-report] coverage (520/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.filters by prefix
  2088. 212.22 s [opt-env-conf-mutation-report] coverage (518/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories for a file argument (60 mutations)
  2089. 212.22 s [opt-env-conf-mutation-report] coverage (521/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.directories end in / and files do not
  2090. 212.23 s [opt-env-conf-mutation-report] coverage (509/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a many of the same option (121 mutations)
  2091. 212.23 s [opt-env-conf-mutation-report] coverage (522/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.files are final and directories are not final
  2092. 212.23 s [opt-env-conf-mutation-report] coverage (519/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories after a file option's dashed (100 mutations)
  2093. 212.23 s [opt-env-conf-mutation-report] coverage (523/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.carries the description through to file completions
  2094. 212.25 s [opt-env-conf-mutation-report] coverage (520/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.filters by prefix (69 mutations)
  2095. 212.25 s [opt-env-conf-mutation-report] coverage (524/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories for a directory argument
  2096. 212.25 s [opt-env-conf-mutation-report] coverage (521/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.directories end in / and files do not (60 mutations)
  2097. 212.25 s [opt-env-conf-mutation-report] coverage (525/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories after a directory option's dashed
  2098. 212.26 s [opt-env-conf-mutation-report] coverage (522/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.files are final and directories are not final (60 mutations)
  2099. 212.26 s [opt-env-conf-mutation-report] coverage (527/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.directories are not final
  2100. 212.26 s [opt-env-conf-mutation-report] coverage (523/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.carries the description through to file completions (60 mutations)
  2101. 212.26 s [opt-env-conf-mutation-report] coverage (526/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.never includes files
  2102. 212.28 s [opt-env-conf-mutation-report] coverage (525/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories after a directory option's dashed (96 mutations)
  2103. 212.28 s [opt-env-conf-mutation-report] coverage (528/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.carries the description through to directory completions
  2104. 212.28 s [opt-env-conf-mutation-report] coverage (524/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories for a directory argument (56 mutations)
  2105. 212.28 s [opt-env-conf-mutation-report] coverage (529/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes file completions alongside other options
  2106. 212.28 s [opt-env-conf-mutation-report] coverage (527/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.directories are not final (56 mutations)
  2107. 212.28 s [opt-env-conf-mutation-report] coverage (530/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes directory completions alongside other options
  2108. 212.29 s [opt-env-conf-mutation-report] coverage (526/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.never includes files (56 mutations)
  2109. 212.29 s [opt-env-conf-mutation-report] coverage (531/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value first, then other options
  2110. 212.30 s [opt-env-conf-mutation-report] coverage (528/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.carries the description through to directory completions (56 mutations)
  2111. 212.30 s [opt-env-conf-mutation-report] coverage (532/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes file option value first, then other options
  2112. 212.30 s [opt-env-conf-mutation-report] coverage (529/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes file completions alongside other options (114 mutations)
  2113. 212.30 s [opt-env-conf-mutation-report] coverage (534/800): running OptEnvConf\.CompletionSpec.fish.produces the same fish completion script
  2114. 212.31 s [opt-env-conf-mutation-report] coverage (530/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes directory completions alongside other options (110 mutations)
  2115. 212.31 s [opt-env-conf-mutation-report] coverage (533/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value alongside default command with argument
  2116. 212.31 s [opt-env-conf-mutation-report] coverage (531/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value first, then other options (110 mutations)
  2117. 212.31 s [opt-env-conf-mutation-report] coverage (535/800): running OptEnvConf\.CompletionSpec.zsh.produces the same zsh completion script
  2118. 212.33 s [opt-env-conf-mutation-report] coverage (532/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes file option value first, then other options (114 mutations)
  2119. 212.33 s [opt-env-conf-mutation-report] coverage (536/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a switch from nothing
  2120. 212.33 s [opt-env-conf-mutation-report] coverage (534/800): done OptEnvConf\.CompletionSpec.fish.produces the same fish completion script (3 mutations)
  2121. 212.33 s [opt-env-conf-mutation-report] coverage (537/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden switches
  2122. 212.33 s [opt-env-conf-mutation-report] coverage (533/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value alongside default command with argument (132 mutations)
  2123. 212.33 s [opt-env-conf-mutation-report] coverage (538/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden options
  2124. 212.34 s [opt-env-conf-mutation-report] coverage (535/800): done OptEnvConf\.CompletionSpec.zsh.produces the same zsh completion script (3 mutations)
  2125. 212.34 s [opt-env-conf-mutation-report] coverage (539/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.select.completes through a select
  2126. 212.36 s [opt-env-conf-mutation-report] coverage (536/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a switch from nothing (34 mutations)
  2127. 212.36 s [opt-env-conf-mutation-report] coverage (540/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes sub-commands after selecting a top-level command
  2128. 212.36 s [opt-env-conf-mutation-report] coverage (537/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden switches (39 mutations)
  2129. 212.36 s [opt-env-conf-mutation-report] coverage (542/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes nested default commands
  2130. 212.36 s [opt-env-conf-mutation-report] coverage (538/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden options (44 mutations)
  2131. 212.36 s [opt-env-conf-mutation-report] coverage (541/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.filters sub-commands by prefix
  2132. 212.36 s [opt-env-conf-mutation-report] coverage (539/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.select.completes through a select (34 mutations)
  2133. 212.36 s [opt-env-conf-mutation-report] coverage (543/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes top-level commands
  2134. 212.38 s [opt-env-conf-mutation-report] coverage (540/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes sub-commands after selecting a top-level command (21 mutations)
  2135. 212.38 s [opt-env-conf-mutation-report] coverage (544/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a longer prefix matching one
  2136. 212.38 s [opt-env-conf-mutation-report] coverage (542/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes nested default commands (60 mutations)
  2137. 212.38 s [opt-env-conf-mutation-report] coverage (545/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a short prefix matching multiple
  2138. 212.39 s [opt-env-conf-mutation-report] coverage (541/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.filters sub-commands by prefix (21 mutations)
  2139. 212.39 s [opt-env-conf-mutation-report] coverage (546/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes commands after consuming many switches
  2140. 212.39 s [opt-env-conf-mutation-report] coverage (543/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes top-level commands (9 mutations)
  2141. 212.39 s [opt-env-conf-mutation-report] coverage (547/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes many switches combined with a command
  2142. 212.41 s [opt-env-conf-mutation-report] coverage (544/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a longer prefix matching one (38 mutations)
  2143. 212.41 s [opt-env-conf-mutation-report] coverage (548/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both after consuming one many-option
  2144. 212.41 s [opt-env-conf-mutation-report] coverage (545/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a short prefix matching multiple (38 mutations)
  2145. 212.41 s [opt-env-conf-mutation-report] coverage (549/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both many and a following switch
  2146. 212.41 s [opt-env-conf-mutation-report] coverage (546/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes commands after consuming many switches (79 mutations)
  2147. 212.41 s [opt-env-conf-mutation-report] coverage (550/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option's dashed
  2148. 212.41 s [opt-env-conf-mutation-report] coverage (547/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes many switches combined with a command (51 mutations)
  2149. 212.41 s [opt-env-conf-mutation-report] coverage (552/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.option with different dashed in args.does not suggest an option when a different dashed is in the args
  2150. 212.44 s [opt-env-conf-mutation-report] coverage (549/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both many and a following switch (51 mutations)
  2151. 212.44 s [opt-env-conf-mutation-report] coverage (551/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a double dash
  2152. 212.44 s [opt-env-conf-mutation-report] coverage (550/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option's dashed (39 mutations)
  2153. 212.44 s [opt-env-conf-mutation-report] coverage (553/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can still complete after consuming one
  2154. 212.44 s [opt-env-conf-mutation-report] coverage (548/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both after consuming one many-option (86 mutations)
  2155. 212.44 s [opt-env-conf-mutation-report] coverage (554/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can complete at least one switch
  2156. 212.44 s [opt-env-conf-mutation-report] coverage (552/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.option with different dashed in args.does not suggest an option when a different dashed is in the args (77 mutations)
  2157. 212.44 s [opt-env-conf-mutation-report] coverage (555/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short switch from a single dash
  2158. 212.46 s [opt-env-conf-mutation-report] coverage (553/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can still complete after consuming one (60 mutations)
  2159. 212.46 s [opt-env-conf-mutation-report] coverage (556/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.settings with only env or conf.does not error on env-only settings combined with arg settings
  2160. 212.46 s [opt-env-conf-mutation-report] coverage (551/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a double dash (33 mutations)
  2161. 212.46 s [opt-env-conf-mutation-report] coverage (557/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.filters completions when cursor word narrows the match
  2162. 212.47 s [opt-env-conf-mutation-report] coverage (555/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short switch from a single dash (35 mutations)
  2163. 212.47 s [opt-env-conf-mutation-report] coverage (558/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.completes the value of an option at its value position with a matching prefix
  2164. 212.47 s [opt-env-conf-mutation-report] coverage (554/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can complete at least one switch (38 mutations)
  2165. 212.47 s [opt-env-conf-mutation-report] coverage (560/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.no longer suggests a switch consumed via folding
  2166. 212.49 s [opt-env-conf-mutation-report] coverage (556/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.settings with only env or conf.does not error on env-only settings combined with arg settings (42 mutations)
  2167. 212.49 s [opt-env-conf-mutation-report] coverage (557/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.filters completions when cursor word narrows the match (38 mutations)
  2168. 212.49 s [opt-env-conf-mutation-report] coverage (559/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.can complete after a folded short switch is consumed
  2169. 212.49 s [opt-env-conf-mutation-report] coverage (562/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes both arguments when none have been typed
  2170. 212.50 s [opt-env-conf-mutation-report] coverage (558/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.completes the value of an option at its value position with a matching prefix (82 mutations)
  2171. 212.50 s [opt-env-conf-mutation-report] coverage (561/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.default command parser failure.falls back to explicit commands when default command parser fails
  2172. 212.50 s [opt-env-conf-mutation-report] coverage (560/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.no longer suggests a switch consumed via folding (70 mutations)
  2173. 212.50 s [opt-env-conf-mutation-report] coverage (563/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes the second argument after the first
  2174. 212.51 s [opt-env-conf-mutation-report] coverage (562/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes both arguments when none have been typed (36 mutations)
  2175. 212.51 s [opt-env-conf-mutation-report] coverage (564/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes through an optional parser
  2176. 212.52 s [opt-env-conf-mutation-report] coverage (559/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.can complete after a folded short switch is consumed (61 mutations)
  2177. 212.52 s [opt-env-conf-mutation-report] coverage (566/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes the second part when the optional is skipped
  2178. 212.53 s [opt-env-conf-mutation-report] coverage (561/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.default command parser failure.falls back to explicit commands when default command parser fails (43 mutations)
  2179. 212.53 s [opt-env-conf-mutation-report] coverage (567/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options
  2180. 212.53 s [opt-env-conf-mutation-report] coverage (563/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes the second argument after the first (47 mutations)
  2181. 212.53 s [opt-env-conf-mutation-report] coverage (565/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes an optional with an applicative
  2182. 212.54 s [opt-env-conf-mutation-report] coverage (564/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes through an optional parser (55 mutations)
  2183. 212.54 s [opt-env-conf-mutation-report] coverage (568/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming one
  2184. 212.54 s [opt-env-conf-mutation-report] coverage (566/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes the second part when the optional is skipped (70 mutations)
  2185. 212.54 s [opt-env-conf-mutation-report] coverage (570/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated switches
  2186. 212.55 s [opt-env-conf-mutation-report] coverage (567/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options (79 mutations)
  2187. 212.55 s [opt-env-conf-mutation-report] coverage (569/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options after one has already been parsed
  2188. 212.55 s [opt-env-conf-mutation-report] coverage (565/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes an optional with an applicative (71 mutations)
  2189. 212.55 s [opt-env-conf-mutation-report] coverage (571/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming two
  2190. 212.57 s [opt-env-conf-mutation-report] coverage (568/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming one (60 mutations)
  2191. 212.57 s [opt-env-conf-mutation-report] coverage (572/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an option that has already been parsed
  2192. 212.57 s [opt-env-conf-mutation-report] coverage (570/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated switches (38 mutations)
  2193. 212.57 s [opt-env-conf-mutation-report] coverage (573/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.still suggests the option when it has a default
  2194. 212.58 s [opt-env-conf-mutation-report] coverage (569/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options after one has already been parsed (96 mutations)
  2195. 212.58 s [opt-env-conf-mutation-report] coverage (575/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a mapIO
  2196. 212.58 s [opt-env-conf-mutation-report] coverage (571/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming two (62 mutations)
  2197. 212.58 s [opt-env-conf-mutation-report] coverage (576/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a checkMapEither
  2198. 212.60 s [opt-env-conf-mutation-report] coverage (572/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an option that has already been parsed (78 mutations)
  2199. 212.60 s [opt-env-conf-mutation-report] coverage (577/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.empty parser.produces no completions for empty
  2200. 212.60 s [opt-env-conf-mutation-report] coverage (573/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.still suggests the option when it has a default (53 mutations)
  2201. 212.60 s [opt-env-conf-mutation-report] coverage (578/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.completes normally inside allOrNothing
  2202. 212.61 s [opt-env-conf-mutation-report] coverage (575/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a mapIO (33 mutations)
  2203. 212.61 s [opt-env-conf-mutation-report] coverage (574/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.completes the underlying parser
  2204. 212.61 s [opt-env-conf-mutation-report] coverage (576/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a checkMapEither (31 mutations)
  2205. 212.61 s [opt-env-conf-mutation-report] coverage (580/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes through optional + many + applicative
  2206. 212.62 s [opt-env-conf-mutation-report] coverage (577/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.empty parser.produces no completions for empty (0 mutations)
  2207. 212.62 s [opt-env-conf-mutation-report] coverage (579/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.still suggests the remaining option after one is consumed
  2208. 212.62 s [opt-env-conf-mutation-report] coverage (578/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.completes normally inside allOrNothing (43 mutations)
  2209. 212.62 s [opt-env-conf-mutation-report] coverage (581/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes correctly after all optional+many consumed
  2210. 212.64 s [opt-env-conf-mutation-report] coverage (574/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.completes the underlying parser (86 mutations)
  2211. 212.64 s [opt-env-conf-mutation-report] coverage (582/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file argument
  2212. 212.64 s [opt-env-conf-mutation-report] coverage (580/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes through optional + many + applicative (84 mutations)
  2213. 212.64 s [opt-env-conf-mutation-report] coverage (583/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory argument
  2214. 212.65 s [opt-env-conf-mutation-report] coverage (581/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes correctly after all optional+many consumed (137 mutations)
  2215. 212.65 s [opt-env-conf-mutation-report] coverage (579/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.still suggests the remaining option after one is consumed (75 mutations)
  2216. 212.65 s [opt-env-conf-mutation-report] coverage (586/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple
  2217. 212.65 s [opt-env-conf-mutation-report] coverage (585/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should not offer the argument completer after a dashed value is consumed
  2218. 212.66 s [opt-env-conf-mutation-report] coverage (582/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file argument (32 mutations)
  2219. 212.85 s [opt-env-conf-mutation-report] coverage (587/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.handles many where the inner parser fails
  2220. 212.85 s [opt-env-conf-mutation-report] coverage (583/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory argument (32 mutations)
  2221. 212.85 s [opt-env-conf-mutation-report] coverage (588/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.returns first iteration completions when recursive call fails
  2222. 212.85 s [opt-env-conf-mutation-report] coverage (586/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple (38 mutations)
  2223. 212.85 s [opt-env-conf-mutation-report] coverage (589/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file value along with main parser suggestions
  2224. 212.85 s [opt-env-conf-mutation-report] coverage (585/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should not offer the argument completer after a dashed value is consumed (41 mutations)
  2225. 212.85 s [opt-env-conf-mutation-report] coverage (590/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file option together with the main parser
  2226. 212.85 s [opt-env-conf-mutation-report] coverage (587/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.handles many where the inner parser fails (3 mutations)
  2227. 212.85 s [opt-env-conf-mutation-report] coverage (584/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should only complete the second argument after a dashed first argument
  2228. 212.85 s [opt-env-conf-mutation-report] coverage (588/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.returns first iteration completions when recursive call fails (29 mutations)
  2229. 212.85 s [opt-env-conf-mutation-report] coverage (591/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser through withConfig
  2230. 212.85 s [opt-env-conf-mutation-report] coverage (589/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file value along with main parser suggestions (80 mutations)
  2231. 212.85 s [opt-env-conf-mutation-report] coverage (592/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser after the config option is consumed
  2232. 212.85 s [opt-env-conf-mutation-report] coverage (590/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file option together with the main parser (45 mutations)
  2233. 212.85 s [opt-env-conf-mutation-report] coverage (593/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either wrapped in optionals
  2234. 212.85 s [opt-env-conf-mutation-report] coverage (591/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser through withConfig (37 mutations)
  2235. 212.85 s [opt-env-conf-mutation-report] coverage (594/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an argument that has already been parsed
  2236. 212.85 s [opt-env-conf-mutation-report] coverage (584/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should only complete the second argument after a dashed first argument (52 mutations)
  2237. 212.85 s [opt-env-conf-mutation-report] coverage (595/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by typed prefix
  2238. 212.85 s [opt-env-conf-mutation-report] coverage (592/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser after the config option is consumed (89 mutations)
  2239. 212.85 s [opt-env-conf-mutation-report] coverage (596/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by a different prefix
  2240. 212.85 s [opt-env-conf-mutation-report] coverage (593/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either wrapped in optionals (55 mutations)
  2241. 212.85 s [opt-env-conf-mutation-report] coverage (597/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when first applicative branch fails
  2242. 212.85 s [opt-env-conf-mutation-report] coverage (594/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an argument that has already been parsed (58 mutations)
  2243. 212.85 s [opt-env-conf-mutation-report] coverage (598/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when second applicative branch fails
  2244. 212.85 s [opt-env-conf-mutation-report] coverage (595/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by typed prefix (31 mutations)
  2245. 212.85 s [opt-env-conf-mutation-report] coverage (599/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests a switch that has already been parsed
  2246. 212.85 s [opt-env-conf-mutation-report] coverage (596/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by a different prefix (31 mutations)
  2247. 212.85 s [opt-env-conf-mutation-report] coverage (600/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.does not leak options from other commands
  2248. 212.85 s [opt-env-conf-mutation-report] coverage (597/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when first applicative branch fails (20 mutations)
  2249. 212.85 s [opt-env-conf-mutation-report] coverage (601/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.completes options in the selected command only
  2250. 212.85 s [opt-env-conf-mutation-report] coverage (599/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests a switch that has already been parsed (57 mutations)
  2251. 212.85 s [opt-env-conf-mutation-report] coverage (602/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands merged via alternative.completes commands from both sides of an alternative
  2252. 212.85 s [opt-env-conf-mutation-report] coverage (598/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when second applicative branch fails (35 mutations)
  2253. 212.85 s [opt-env-conf-mutation-report] coverage (603/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long option
  2254. 212.85 s [opt-env-conf-mutation-report] coverage (600/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.does not leak options from other commands (52 mutations)
  2255. 212.85 s [opt-env-conf-mutation-report] coverage (604/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a single dash
  2256. 212.85 s [opt-env-conf-mutation-report] coverage (601/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.completes options in the selected command only (52 mutations)
  2257. 212.85 s [opt-env-conf-mutation-report] coverage (605/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short option
  2258. 212.85 s [opt-env-conf-mutation-report] coverage (602/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands merged via alternative.completes commands from both sides of an alternative (25 mutations)
  2259. 212.85 s [opt-env-conf-mutation-report] coverage (606/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short switch
  2260. 212.85 s [opt-env-conf-mutation-report] coverage (603/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long option (90 mutations)
  2261. 212.85 s [opt-env-conf-mutation-report] coverage (607/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a double dash
  2262. 212.85 s [opt-env-conf-mutation-report] coverage (604/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a single dash (52 mutations)
  2263. 212.85 s [opt-env-conf-mutation-report] coverage (608/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command with a switch
  2264. 212.85 s [opt-env-conf-mutation-report] coverage (605/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short option (102 mutations)
  2265. 212.85 s [opt-env-conf-mutation-report] coverage (610/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns no completions when both alternatives fail
  2266. 212.85 s [opt-env-conf-mutation-report] coverage (606/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short switch (54 mutations)
  2267. 212.85 s [opt-env-conf-mutation-report] coverage (609/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.restores state when first branch fails in an alternative
  2268. 212.85 s [opt-env-conf-mutation-report] coverage (607/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a double dash (52 mutations)
  2269. 212.85 s [opt-env-conf-mutation-report] coverage (611/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns first branch completions when second branch fails
  2270. 212.85 s [opt-env-conf-mutation-report] coverage (608/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command with a switch (53 mutations)
  2271. 212.85 s [opt-env-conf-mutation-report] coverage (612/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a single dash
  2272. 212.85 s [opt-env-conf-mutation-report] coverage (610/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns no completions when both alternatives fail (31 mutations)
  2273. 212.85 s [opt-env-conf-mutation-report] coverage (613/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option with a separate arg
  2274. 212.85 s [opt-env-conf-mutation-report] coverage (609/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.restores state when first branch fails in an alternative (66 mutations)
  2275. 212.85 s [opt-env-conf-mutation-report] coverage (614/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix after one is consumed
  2276. 212.86 s [opt-env-conf-mutation-report] coverage (611/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns first branch completions when second branch fails (66 mutations)
  2277. 212.86 s [opt-env-conf-mutation-report] coverage (615/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix
  2278. 212.87 s [opt-env-conf-mutation-report] coverage (612/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a single dash (33 mutations)
  2279. 212.87 s [opt-env-conf-mutation-report] coverage (616/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file option
  2280. 212.87 s [opt-env-conf-mutation-report] coverage (613/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option with a separate arg (83 mutations)
  2281. 212.87 s [opt-env-conf-mutation-report] coverage (617/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.short option shorthand.completes after a short option consumed in shorthand
  2282. 212.88 s [opt-env-conf-mutation-report] coverage (614/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix after one is consumed (96 mutations)
  2283. 212.88 s [opt-env-conf-mutation-report] coverage (619/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.returns all option values when prefix is empty
  2284. 212.91 s [opt-env-conf-mutation-report] coverage (615/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix (79 mutations)
  2285. 212.91 s [opt-env-conf-mutation-report] coverage (620/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options
  2286. 212.95 s [opt-env-conf-mutation-report] coverage (619/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.returns all option values when prefix is empty (71 mutations)
  2287. 212.95 s [opt-env-conf-mutation-report] coverage (621/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options after one is consumed
  2288. 212.95 s [opt-env-conf-mutation-report] coverage (617/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.short option shorthand.completes after a short option consumed in shorthand (74 mutations)
  2289. 212.95 s [opt-env-conf-mutation-report] coverage (622/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.suggests the switch even after -- (known bug)
  2290. 212.95 s [opt-env-conf-mutation-report] coverage (616/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file option (72 mutations)
  2291. 212.95 s [opt-env-conf-mutation-report] coverage (623/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.consumes -- as the argument value
  2292. 212.95 s [opt-env-conf-mutation-report] coverage (620/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options (98 mutations)
  2293. 212.95 s [opt-env-conf-mutation-report] coverage (624/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion after consuming earlier args.filters the second argument's completer by prefix after the first is consumed
  2294. 212.98 s [opt-env-conf-mutation-report] coverage (621/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options after one is consumed (97 mutations)
  2295. 212.98 s [opt-env-conf-mutation-report] coverage (625/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple, with a prefix
  2296. 212.98 s [opt-env-conf-mutation-report] coverage (622/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.suggests the switch even after -- (known bug) (62 mutations)
  2297. 212.98 s [opt-env-conf-mutation-report] coverage (618/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.filters option values by typed prefix
  2298. 212.98 s [opt-env-conf-mutation-report] coverage (623/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.consumes -- as the argument value (41 mutations)
  2299. 212.98 s [opt-env-conf-mutation-report] coverage (626/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's argument when no command is given
  2300. 212.98 s [opt-env-conf-mutation-report] coverage (624/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion after consuming earlier args.filters the second argument's completer by prefix after the first is consumed (47 mutations)
  2301. 212.98 s [opt-env-conf-mutation-report] coverage (627/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still filters commands by prefix when there is a default
  2302. 213.00 s [opt-env-conf-mutation-report] coverage (618/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.filters option values by typed prefix (71 mutations)
  2303. 213.00 s [opt-env-conf-mutation-report] coverage (628/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option value when no command is given
  2304. 213.00 s [opt-env-conf-mutation-report] coverage (625/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple, with a prefix (38 mutations)
  2305. 213.00 s [opt-env-conf-mutation-report] coverage (629/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option when no command is given
  2306. 213.01 s [opt-env-conf-mutation-report] coverage (627/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still filters commands by prefix when there is a default (17 mutations)
  2307. 213.01 s [opt-env-conf-mutation-report] coverage (630/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes both commands and the default command's switch
  2308. 213.01 s [opt-env-conf-mutation-report] coverage (626/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's argument when no command is given (44 mutations)
  2309. 213.01 s [opt-env-conf-mutation-report] coverage (631/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still lists all commands when there is a default
  2310. 213.03 s [opt-env-conf-mutation-report] coverage (628/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option value when no command is given (101 mutations)
  2311. 213.03 s [opt-env-conf-mutation-report] coverage (632/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its switch
  2312. 213.03 s [opt-env-conf-mutation-report] coverage (629/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option when no command is given (53 mutations)
  2313. 213.03 s [opt-env-conf-mutation-report] coverage (633/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's switch when no command is given
  2314. 213.03 s [opt-env-conf-mutation-report] coverage (630/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes both commands and the default command's switch (48 mutations)
  2315. 213.03 s [opt-env-conf-mutation-report] coverage (634/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its option
  2316. 213.04 s [opt-env-conf-mutation-report] coverage (631/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still lists all commands when there is a default (17 mutations)
  2317. 213.04 s [opt-env-conf-mutation-report] coverage (635/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete an option after a positional argument
  2318. 213.05 s [opt-env-conf-mutation-report] coverage (633/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's switch when no command is given (47 mutations)
  2319. 213.06 s [opt-env-conf-mutation-report] coverage (632/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its switch (86 mutations)
  2320. 213.06 s [opt-env-conf-mutation-report] coverage (636/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete a positional after an option
  2321. 213.06 s [opt-env-conf-mutation-report] coverage (637/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument when it's been partially provided
  2322. 213.06 s [opt-env-conf-mutation-report] coverage (634/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its option (109 mutations)
  2323. 213.06 s [opt-env-conf-mutation-report] coverage (638/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument
  2324. 213.06 s [opt-env-conf-mutation-report] coverage (635/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete an option after a positional argument (52 mutations)
  2325. 213.06 s [opt-env-conf-mutation-report] coverage (639/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.filters the documented flag by prefix
  2326. 213.08 s [opt-env-conf-mutation-report] coverage (637/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument when it's been partially provided (9 mutations)
  2327. 213.08 s [opt-env-conf-mutation-report] coverage (640/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.completes the documented dummy flag
  2328. 213.08 s [opt-env-conf-mutation-report] coverage (636/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete a positional after an option (65 mutations)
  2329. 213.08 s [opt-env-conf-mutation-report] coverage (641/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes the default command's options after a global option
  2330. 213.08 s [opt-env-conf-mutation-report] coverage (638/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument (9 mutations)
  2331. 213.08 s [opt-env-conf-mutation-report] coverage (643/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes global options and commands together
  2332. 213.09 s [opt-env-conf-mutation-report] coverage (639/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.filters the documented flag by prefix (71 mutations)
  2333. 213.09 s [opt-env-conf-mutation-report] coverage (642/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes commands after a global option
  2334. 213.11 s [opt-env-conf-mutation-report] coverage (640/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.completes the documented dummy flag (71 mutations)
  2335. 213.11 s [opt-env-conf-mutation-report] coverage (644/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial command name with inner option completion.completes a command's options after selecting by prefix
  2336. 213.11 s [opt-env-conf-mutation-report] coverage (643/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes global options and commands together (53 mutations)
  2337. 213.11 s [opt-env-conf-mutation-report] coverage (645/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with partial option value inside.filters a command's option values by prefix
  2338. 213.11 s [opt-env-conf-mutation-report] coverage (641/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes the default command's options after a global option (75 mutations)
  2339. 213.11 s [opt-env-conf-mutation-report] coverage (646/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.pure parser.produces no completions for pure
  2340. 213.11 s [opt-env-conf-mutation-report] coverage (642/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes commands after a global option (71 mutations)
  2341. 213.12 s [opt-env-conf-mutation-report] coverage (647/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.choice.completes across all choices
  2342. 213.13 s [opt-env-conf-mutation-report] coverage (644/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial command name with inner option completion.completes a command's options after selecting by prefix (52 mutations)
  2343. 213.13 s [opt-env-conf-mutation-report] coverage (648/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option's dashed
  2344. 213.14 s [opt-env-conf-mutation-report] coverage (646/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.pure parser.produces no completions for pure (1 mutations)
  2345. 213.14 s [opt-env-conf-mutation-report] coverage (649/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory option
  2346. 213.14 s [opt-env-conf-mutation-report] coverage (645/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with partial option value inside.filters a command's option values by prefix (90 mutations)
  2347. 213.14 s [opt-env-conf-mutation-report] coverage (650/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either
  2348. 213.14 s [opt-env-conf-mutation-report] coverage (647/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.choice.completes across all choices (51 mutations)
  2349. 213.14 s [opt-env-conf-mutation-report] coverage (651/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters commands by typed prefix
  2350. 213.16 s [opt-env-conf-mutation-report] coverage (648/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option's dashed (41 mutations)
  2351. 213.16 s [opt-env-conf-mutation-report] coverage (652/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters switches by typed prefix
  2352. 213.16 s [opt-env-conf-mutation-report] coverage (649/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory option (72 mutations)
  2353. 213.16 s [opt-env-conf-mutation-report] coverage (653/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.returns nothing when prefix matches nothing
  2354. 213.17 s [opt-env-conf-mutation-report] coverage (651/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters commands by typed prefix (8 mutations)
  2355. 213.17 s [opt-env-conf-mutation-report] coverage (654/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.command not found.returns no completions for an unknown command
  2356. 213.17 s [opt-env-conf-mutation-report] coverage (650/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either (51 mutations)
  2357. 213.17 s [opt-env-conf-mutation-report] coverage (655/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option
  2358. 213.19 s [opt-env-conf-mutation-report] coverage (652/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters switches by typed prefix (38 mutations)
  2359. 213.19 s [opt-env-conf-mutation-report] coverage (656/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.does not offer option completer when not at end of args
  2360. 213.19 s [opt-env-conf-mutation-report] coverage (653/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.returns nothing when prefix matches nothing (33 mutations)
  2361. 213.19 s [opt-env-conf-mutation-report] coverage (657/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.offers the argument completer at the end after a switch is consumed
  2362. 213.19 s [opt-env-conf-mutation-report] coverage (654/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.command not found.returns no completions for an unknown command (19 mutations)
  2363. 213.19 s [opt-env-conf-mutation-report] coverage (658/800): running OptEnvConf\.CompletionSpec.bash.produces the same bash completion script
  2364. 213.19 s [opt-env-conf-mutation-report] coverage (655/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option (71 mutations)
  2365. 213.19 s [opt-env-conf-mutation-report] coverage (659/800): running OptEnvConf\.NonDetSpec.runNonDet.can guard against previous values
  2366. 213.22 s [opt-env-conf-mutation-report] coverage (657/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.offers the argument completer at the end after a switch is consumed (65 mutations)
  2367. 213.22 s [opt-env-conf-mutation-report] coverage (660/800): running OptEnvConf\.NonDetSpec.runNonDet.can recover from failures with <|>
  2368. 213.22 s [opt-env-conf-mutation-report] coverage (658/800): done OptEnvConf\.CompletionSpec.bash.produces the same bash completion script (3 mutations)
  2369. 213.22 s [opt-env-conf-mutation-report] coverage (661/800): running OptEnvConf\.NonDetSpec.runNonDetT.can recover from underlying errors
  2370. 213.22 s [opt-env-conf-mutation-report] coverage (656/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.does not offer option completer when not at end of args (80 mutations)
  2371. 213.22 s [opt-env-conf-mutation-report] coverage (662/800): running OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"]
  2372. 213.22 s [opt-env-conf-mutation-report] coverage (659/800): done OptEnvConf\.NonDetSpec.runNonDet.can guard against previous values (0 mutations)
  2373. 213.22 s [opt-env-conf-mutation-report] coverage (663/800): running OptEnvConf\.CompleterSpec.filePath.can complete "f" to ["foo\.txt"]
  2374. 213.24 s [opt-env-conf-mutation-report] coverage (660/800): done OptEnvConf\.NonDetSpec.runNonDet.can recover from failures with <|> (0 mutations)
  2375. 213.25 s [opt-env-conf-mutation-report] coverage (664/800): running OptEnvConf\.CompleterSpec.filePath.can complete "b" to ["bar/"]
  2376. 213.25 s [opt-env-conf-mutation-report] Tests:
  2377. 213.25 s [opt-env-conf-mutation-report]
  2378. 213.25 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2379. 213.25 s [opt-env-conf-mutation-report] filePath
  2380. 213.25 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2381. 213.25 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2382. 213.25 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2383. 213.25 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2384. 213.25 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2385. 213.25 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2386. 213.25 s [opt-env-conf-mutation-report]
  2387. 213.25 s [opt-env-conf-mutation-report]
  2388. 213.25 s [opt-env-conf-mutation-report] coverage (661/800): done OptEnvConf\.NonDetSpec.runNonDetT.can recover from underlying errors (0 mutations)
  2389. 213.25 s [opt-env-conf-mutation-report] coverage (665/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar" to ["bar/quux\.txt","bar/","bar/deep/"]
  2390. 213.25 s [opt-env-conf-mutation-report] coverage (663/800): done OptEnvConf\.CompleterSpec.filePath.can complete "f" to ["foo\.txt"] (39 mutations)
  2391. 213.25 s [opt-env-conf-mutation-report] coverage (666/800): running OptEnvConf\.CompleterSpec.filePath.can complete "c" to ["config\.yaml"]
  2392. 213.25 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 2 retries left)
  2393. 213.27 s [opt-env-conf-mutation-report] Tests:
  2394. 213.27 s [opt-env-conf-mutation-report]
  2395. 213.27 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2396. 213.27 s [opt-env-conf-mutation-report] filePath
  2397. 213.27 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2398. 213.27 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2399. 213.27 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2400. 213.27 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2401. 213.27 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2402. 213.27 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2403. 213.27 s [opt-env-conf-mutation-report]
  2404. 213.27 s [opt-env-conf-mutation-report]
  2405. 213.27 s [opt-env-conf-mutation-report] coverage (664/800): done OptEnvConf\.CompleterSpec.filePath.can complete "b" to ["bar/"] (39 mutations)
  2406. 213.27 s [opt-env-conf-mutation-report] coverage (667/800): running OptEnvConf\.CompleterSpec.filePath.can complete "q" to []
  2407. 213.27 s [opt-env-conf-mutation-report] coverage (665/800): done OptEnvConf\.CompleterSpec.filePath.can complete "bar" to ["bar/quux\.txt","bar/","bar/deep/"] (39 mutations)
  2408. 213.27 s [opt-env-conf-mutation-report] coverage (668/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\." to ["\.hidden\.txt","\.hidden/"]
  2409. 213.28 s [opt-env-conf-mutation-report] coverage (666/800): done OptEnvConf\.CompleterSpec.filePath.can complete "c" to ["config\.yaml"] (39 mutations)
  2410. 213.28 s [opt-env-conf-mutation-report] coverage (669/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"]
  2411. 213.28 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 1 retry left)
  2412. 213.30 s [opt-env-conf-mutation-report] Tests:
  2413. 213.30 s [opt-env-conf-mutation-report]
  2414. 213.30 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2415. 213.30 s [opt-env-conf-mutation-report] filePath
  2416. 213.30 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2417. 213.30 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2418. 213.30 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2419. 213.30 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2420. 213.30 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2421. 213.30 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2422. 213.30 s [opt-env-conf-mutation-report]
  2423. 213.30 s [opt-env-conf-mutation-report]
  2424. 213.30 s [opt-env-conf-mutation-report] coverage (667/800): done OptEnvConf\.CompleterSpec.filePath.can complete "q" to [] (38 mutations)
  2425. 213.30 s [opt-env-conf-mutation-report] coverage (670/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./\./" to ["\./\./foo\.txt","\./\./config\.yaml","\./\./bar/"]
  2426. 213.30 s [opt-env-conf-mutation-report] Tests:
  2427. 213.30 s [opt-env-conf-mutation-report]
  2428. 213.30 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2429. 213.30 s [opt-env-conf-mutation-report] filePath
  2430. 213.30 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2431. 213.30 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2432. 213.30 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2433. 213.30 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2434. 213.30 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2435. 213.30 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2436. 213.30 s [opt-env-conf-mutation-report]
  2437. 213.30 s [opt-env-conf-mutation-report]
  2438. 213.30 s [opt-env-conf-mutation-report] coverage (668/800): done OptEnvConf\.CompleterSpec.filePath.can complete "\." to ["\.hidden\.txt","\.hidden/"] (39 mutations)
  2439. 213.30 s [opt-env-conf-mutation-report] coverage (671/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./\." to ["\./\.hidden\.txt","\./\.hidden/"]
  2440. 213.30 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 0 retries left)
  2441. 213.31 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"] (exited with code 1, 2 retries left)
  2442. 213.32 s [opt-env-conf-mutation-report] Tests:
  2443. 213.32 s [opt-env-conf-mutation-report]
  2444. 213.32 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2445. 213.32 s [opt-env-conf-mutation-report] filePath
  2446. 213.32 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2447. 213.32 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2448. 213.32 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2449. 213.32 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2450. 213.32 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2451. 213.32 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2452. 213.32 s [opt-env-conf-mutation-report]
  2453. 213.33 s [opt-env-conf-mutation-report]
  2454. 213.33 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./\./" to ["\./\./foo\.txt","\./\./config\.yaml","\./\./bar/"] (exited with code 1, 2 retries left)
  2455. 213.33 s [opt-env-conf-mutation-report] coverage (671/800): done OptEnvConf\.CompleterSpec.filePath.can complete "\./\." to ["\./\.hidden\.txt","\./\.hidden/"] (39 mutations)
  2456. 213.33 s [opt-env-conf-mutation-report] coverage (674/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar/d" to ["bar/deep/"]
  2457. 213.33 s [opt-env-conf-mutation-report] Tests:
  2458. 213.33 s [opt-env-conf-mutation-report]
  2459. 213.33 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2460. 213.33 s [opt-env-conf-mutation-report] filePath
  2461. 213.33 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2462. 213.33 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2463. 213.33 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2464. 213.33 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2465. 213.33 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2466. 213.33 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2467. 213.33 s [opt-env-conf-mutation-report]
  2468. 213.33 s [opt-env-conf-mutation-report]
  2469. 213.33 s [opt-env-conf-mutation-report] Tests:
  2470. 213.33 s [opt-env-conf-mutation-report]
  2471. 213.33 s [opt-env-conf-mutation-report] OptEnvConf.CompleterSpec
  2472. 213.33 s [opt-env-conf-mutation-report] filePath
  2473. 213.33 s [opt-env-conf-mutation-report] opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  2474. 213.33 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2475. 213.33 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2476. 213.33 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2477. 213.33 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  2478. 213.33 s [opt-env-conf-mutation-report] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  2479. 213.33 s [opt-env-conf-mutation-report]
  2480. 213.33 s [opt-env-conf-mutation-report]
  2481. 213.34 s [opt-env-conf-mutation-report] coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"] (exited with code 1, 1 retry left)
  2482. 213.34 s [opt-env-conf-mutation-report] coverage (673/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar/" to ["bar/quux\.txt","bar/deep/"]
  2483. 213.34 s [opt-env-conf-mutation-report] coverage (698/800): running OptEnvConf\.CompleterSpec.directoryPath.can complete "\.\." to parent directories
  2484. 213.34 s [opt-env-conf-mutation-report] coverage (697/800): running OptEnvConf\.CompleterSpec.directoryPath.can complete "bar/deep" to ["bar/deep/"]
  2485. 213.34 s [opt-env-conf-mutation-report] coverage (714/800): running OptEnvConf\.ReaderSpec.parseCommaSeparated.roundtrips with renderCommaSeparated starting from lists
  2486. 213.34 s [opt-env-conf-mutation-report] coverage (732/800): running OptEnvConf\.ArgsSpec.parseArg.roundtrips with renderArg
  2487. 213.34 s [opt-env-conf-mutation-report] coverage (733/800): running OptEnvConf\.ArgsSpec.parseArg.produces valid args
  2488. 213.34 s [opt-env-conf-mutation-report] coverage (742/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a long option with an equals sign
  2489. 213.34 s [opt-env-conf-mutation-report] coverage (743/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a short option
  2490. 213.34 s [opt-env-conf-mutation-report] coverage (746/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a long option
  2491. 213.34 s [opt-env-conf-mutation-report] coverage (757/800): running OptEnvConf\.ErrorSpec.renders the required-command error the same as before
  2492. 213.34 s [opt-env-conf-mutation-report] sydtest-mutation-driver: user error (coverage child for OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"]: exited with code 1)
  2493. 213.34 s [opt-env-conf-mutation-report] HasCallStack backtrace:
  2494. 213.34 s [opt-env-conf-mutation-report] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  2495. 213.34 s [opt-env-conf-mutation-report] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  2496. 213.34 s [opt-env-conf-mutation-report] throwIO, called at libraries/ghc-internal/src/GHC/Internal/Control/Exception/Base.hs:195:43 in ghc-internal:GHC.Internal.Control.Exception.Base
  2497. 213.34 s [opt-env-conf-mutation-report]
  2498. 213.34 s [opt-env-conf-mutation-report]
  2499. 213.41 s Progress: 9 of 10 built (1 failed)
  2500. 213.47 s Cannot build '/nix/store/3kz62399h5yk5f79wwsxl2is2cqg3gld-opt-env-conf-mutation-report.drv'.
  2501. 213.47 s Reason: builder failed with exit code 1.
  2502. 213.47 s Output paths:
  2503. 213.47 s /nix/store/lkg1rx2qp92wmpsmw8h3bwv9y5agrjls-opt-env-conf-mutation-report
  2504. 213.47 s Last 1618 log lines:
  2505. 213.47 s > Running phase: patchPhase
  2506. 213.47 s > Running phase: updateAutotoolsGnuConfigScriptsPhase
  2507. 213.47 s > Running phase: configurePhase
  2508. 213.47 s > no configure script, doing nothing
  2509. 213.47 s > Running phase: buildPhase
  2510. 213.47 s > coverage (1/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with -h
  2511. 213.47 s > coverage (2/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args
  2512. 213.47 s > coverage (3/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args:1
  2513. 213.47 s > coverage (4/800): running OptEnvConf\.ToplevelSpec.--help.can show help text with --help
  2514. 213.47 s > Usage: opt-env-conf-test
  2515. 213.47 s >
  2516. 213.47 s > dummy
  2517. 213.47 s >
  2518. 213.47 s > Available settings:
  2519. 213.47 s > Show this help text
  2520. 213.47 s > switch: -h|--help
  2521. 213.47 s >
  2522. 213.47 s > Output version information: 0.0.0
  2523. 213.47 s > switch: --version
  2524. 213.47 s >
  2525. 213.47 s > Usage: opt-env-conf-test
  2526. 213.47 s >
  2527. 213.47 s > dummy
  2528. 213.47 s >
  2529. 213.47 s > Available settings:
  2530. 213.47 s > Show this help text
  2531. 213.47 s > switch: -h|--help
  2532. 213.47 s >
  2533. 213.47 s > Output version information: 0.0.0
  2534. 213.47 s > switch: --version
  2535. 213.47 s >
  2536. 213.47 s > Usage: opt-env-conf-test
  2537. 213.47 s >
  2538. 213.47 s > dummy
  2539. 213.47 s >
  2540. 213.47 s > Available settings:
  2541. 213.47 s > Show this help text
  2542. 213.47 s > switch: -h|--help
  2543. 213.47 s >
  2544. 213.47 s > Output version information: 0.0.0
  2545. 213.47 s > switch: --version
  2546. 213.47 s >
  2547. 213.47 s > Usage: opt-env-conf-test
  2548. 213.47 s >
  2549. 213.47 s > dummy
  2550. 213.47 s >
  2551. 213.47 s > Available settings:
  2552. 213.47 s > Show this help text
  2553. 213.47 s > switch: -h|--help
  2554. 213.47 s >
  2555. 213.47 s > Output version information: 0.0.0
  2556. 213.47 s > switch: --version
  2557. 213.47 s >
  2558. 213.47 s > coverage (3/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args:1 (108 mutations)
  2559. 213.47 s > coverage (5/800): running OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check
  2560. 213.47 s > coverage (2/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help even when there are more args (107 mutations)
  2561. 213.47 s > coverage (6/800): running OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check even when there are more args
  2562. 213.47 s > coverage (1/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with -h (107 mutations)
  2563. 213.47 s > coverage (8/800): running OptEnvConf\.ToplevelSpec.--version.can show version info with --version
  2564. 213.47 s > coverage (4/800): done OptEnvConf\.ToplevelSpec.--help.can show help text with --help (108 mutations)
  2565. 213.47 s > coverage (7/800): running OptEnvConf\.ToplevelSpec.can fail fast when too many unrecognsied arguments are given
  2566. 213.47 s > Many: without srcLoc
  2567. 213.47 s > Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  2568. 213.47 s > Trying to consume an argument
  2569. 213.47 s > Found these possibilities to consume an argument:
  2570. 213.47 s > (Just "more",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  2571. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "more"),Live (ArgPlain "args"),Live (ArgPlain "here")]})
  2572. 213.47 s > Conopt-env-conf-test 0.0.0
  2573. 213.47 s > sidering this posibility: (Just "more",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  2574. 213.47 s > set based on argument: "more"
  2575. 213.47 s > Many: without psurrceL ovca
  2576. 213.47 s > lue
  2577. 213.47 s > Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  2578. 213.47 s > Trying to consume an arSettings parsed successfully.gument
  2579. 213.47 s > Found these possibilities to consume an argument:
  2580. 213.47 s > (Just "args",Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  2581. 213.47 s > (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "args"),Live (ArgPlain "here")]})
  2582. 213.47 s > Considering this posibility: (Just "args",Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  2583. 213.47 s > set based on argument: "args"
  2584. 213.47 s > Many: without srcLoc
  2585. 213.47 s > Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  2586. 213.47 s > Trying to consume an argument
  2587. 213.47 s > Found these possibilities to consume an argument:
  2588. 213.47 s > (Just "here",Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  2589. 213.47 s > (Nothing,Args {argsBefore = [Dead,Dead], argsAfter = [Live (ArgPlain "here")]})
  2590. 213.47 s > Considering this posibility: (Just "here",Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  2591. 213.47 s > set based on argument: "here"
  2592. 213.47 s > Many: without srcLoc
  2593. 213.47 s > Setting: test/OptEnvConf/ToplevelSpec.hs:49:19 in opt-env-conf-test:OptEnvConf.ToplevelSpec
  2594. 213.47 s > Trying to consume an argument
  2595. 213.47 s > Found these possibilities to consume an argument:
  2596. 213.47 s > (Nothing,Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  2597. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [Dead,Dead,Dead], argsAfter = []})
  2598. 213.47 s > could not set based on argument: no argument
  2599. 213.47 s > not found
  2600. 213.47 s > Settings parsed successfully.Unrecognised args: -option1 option --option2 option --option3 option --option4 option
  2601. 213.47 s > coverage (5/800): done OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check (33 mutations)
  2602. 213.47 s > coverage (12/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is available
  2603. 213.47 s > coverage (8/800): done OptEnvConf\.ToplevelSpec.--version.can show version info with --version (117 mutations)
  2604. 213.47 s > coverage (9/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.is succesful on the trivial parser
  2605. 213.47 s > coverage (6/800): done OptEnvConf\.ToplevelSpec.--run-settings-check.can run a settings check with --run-settings-check even when there are more args (146 mutations)
  2606. 213.47 s > coverage (10/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.fails when a required setting is missing
  2607. 213.47 s > coverage (7/800): done OptEnvConf\.ToplevelSpec.can fail fast when too many unrecognsied arguments are given (206 mutations)
  2608. 213.47 s > coverage (11/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says incapable when a required capability is missing
  2609. 213.47 s > Parser with check: test/OptEnvConf/CheckSpec.hs:55:68 in opt-env-confp-utrees tv:aOlputeE
  2610. 213.47 s > nvConf.CheckSpec
  2611. 213.47 s > Requires capabilities: read-secret
  2612. 213.47 s > parser
  2613. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:55:109 in opt-env-conf-test:OptEnvConf.CheckSpec
  2614. 213.47 s > Trying to consume an argument
  2615. 213.47 s > Found these possibilities to consume an argument:
  2616. 213.47 s > (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  2617. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  2618. 213.47 s > Considering this posibility: (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  2619. 213.47 s > set based on argument: "arg"
  2620. 213.47 s > check
  2621. 213.47 s > failed, forgivable: False
  2622. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  2623. 213.47 s > could not set based on argument: no argument
  2624. 213.47 s > not found
  2625. 213.47 s > check
  2626. 213.47 s > coverage (9/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.is succesful on the trivial parser (10 mutations)
  2627. 213.47 s > coverage (13/800): running OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is missing but another setting failed
  2628. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:35:17 in opt-env-conf-test:OptEnvConf.CheckSpec
  2629. 213.47 s > Trying to consume an argument
  2630. 213.47 s > Found these possibilities to consume an argument:
  2631. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = []})
  2632. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = []})
  2633. 213.47 s > could not set based on argument: no argument
  2634. 213.47 s > not found
  2635. 213.47 s > Parser with ccoverage (12/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is available (111 mutations)
  2636. 213.47 s > heck: test/OptEnvConf/CheckSpec.hs:45:6coverage (16/800): running OptEnvConf\.APISpec.secret.renders the reference documentation in the same way
  2637. 213.47 s > 8 in opt-env-conf-test:OptEnvConf.CheckSpec
  2638. 213.47 s > Requires capabilities: read-secret
  2639. 213.47 s > parser
  2640. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:45:109 in opt-env-conf-test:OptEnvConf.CheckSpec
  2641. 213.47 s > Trying to consume an argument
  2642. 213.47 s > Found these possibilities to consume an argument:
  2643. 213.47 s > (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  2644. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  2645. 213.47 s > Considering this posibility: (Just "arg",Args {argsBefore = [Dead], argsAfter = []})
  2646. 213.47 s > set based on argument: "arg"
  2647. 213.47 s > check
  2648. 213.47 s > Missing capabilities: read-secret
  2649. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg")]})
  2650. 213.47 s > could not set based on argument: no argument
  2651. 213.47 s > not found
  2652. 213.47 s > check
  2653. 213.47 s > coverage (10/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.fails when a required setting is missing (75 mutations)
  2654. 213.47 s > coverage (15/800): running OptEnvConf\.APISpec.secret.shows the parser in the same way
  2655. 213.47 s > coverage (11/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says incapable when a required capability is missing (103 mutations)
  2656. 213.47 s > coverage (17/800): running OptEnvConf\.APISpec.secret.documents the short opt parser in the same way
  2657. 213.47 s > Ap
  2658. 213.47 s > Parser with check: test/OptEnvConf/CheckSpec.hs:68:71 in opt-env-conf-test:OptEnvConf.CheckSpec
  2659. 213.47 s > Requires capabilities: read-secret
  2660. 213.47 s > parser
  2661. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:68:112 in opt-env-conf-test:OptEnvConf.CheckSpec
  2662. 213.47 s > Trying to consume an argument
  2663. 213.47 s > Found these possibilities to consume an argument:
  2664. 213.47 s > (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2665. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  2666. 213.47 s > Considering this posibility: (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2667. 213.47 s > set based on argument: "arg1"
  2668. 213.47 s > check
  2669. 213.47 s > Missing capabilities: read-secret
  2670. 213.47 s > Parser with check: test/OptEnvConf/CheckSpec.hs:69:21 in opt-env-conf-test:OptEnvConf.CheckSpec
  2671. 213.47 s > parser
  2672. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:69:61 in opt-env-conf-test:OptEnvConf.CheckSpec
  2673. 213.47 s > Trying to consume an argument
  2674. 213.47 s > Found these possibilities to consume an argument:
  2675. 213.47 s > (Just "arg2",Args {argsBefore = [Dead,Dead], argsAfter = []})
  2676. 213.47 s > (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2677. 213.47 s > Considering this posibility: (Just "arg2",Args {argsBefore = [Dead,Dead], argsAfter = []})
  2678. 213.47 s > set based on argument: "arg2"
  2679. 213.47 s > check
  2680. 213.47 s > failed, forgivable: False
  2681. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2682. 213.47 s > could not set based on argument: no argument
  2683. 213.47 s > not found
  2684. 213.47 s > check
  2685. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  2686. 213.47 s > could not set based on argument: no argument
  2687. 213.47 s > not found
  2688. 213.47 s > check
  2689. 213.47 s > Parser with check: test/OptEnvConf/CheckSpec.hs:69:21 in opt-env-conf-test:OptEnvConf.CheckSpec
  2690. 213.47 s > parser
  2691. 213.47 s > Setting: test/OptEnvConf/CheckSpec.hs:69:61 in opt-env-conf-test:OptEnvConf.CheckSpec
  2692. 213.47 s > Trying to consume an argument
  2693. 213.47 s > Found these possibilities to consume an argument:
  2694. 213.47 s > (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2695. 213.47 s > (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  2696. 213.47 s > Considering this posibility: (Just "arg1",Args {argsBefore = [Dead], argsAfter = [Live (ArgPlain "arg2")]})
  2697. 213.47 s > set based on argument: "arg1"
  2698. 213.47 s > check
  2699. 213.47 s > failed, forgivable: False
  2700. 213.47 s > Considering this posibility: (Nothing,Args {argsBefore = [], argsAfter = [Live (ArgPlain "arg1"),Live (ArgPlain "arg2")]})
  2701. 213.47 s > could not set based on argument: no argument
  2702. 213.47 s > not found
  2703. 213.47 s > check
  2704. 213.47 s > coverage (13/800): done OptEnvConf\.CheckSpec.runSettingsCheckOn.says failed when a required capability is missing but another setting failed (119 mutations)
  2705. 213.47 s > coverage (14/800): running OptEnvConf\.APISpec.secret.produces the same env docs structure as before
  2706. 213.47 s > coverage (16/800): done OptEnvConf\.APISpec.secret.renders the reference documentation in the same way (273 mutations)
  2707. 213.47 s > coverage (18/800): running OptEnvConf\.APISpec.secret.documents the env parser in the same way
  2708. 213.47 s > coverage (15/800): done OptEnvConf\.APISpec.secret.shows the parser in the same way (195 mutations)
  2709. 213.47 s > coverage (21/800): running OptEnvConf\.APISpec.secret.produces the same docs structure as before
  2710. 213.47 s > coverage (17/800): done OptEnvConf\.APISpec.secret.documents the short opt parser in the same way (113 mutations)
  2711. 213.47 s > coverage (19/800): running OptEnvConf\.APISpec.secret.documents the help page in the same way
  2712. 213.47 s > coverage (18/800): done OptEnvConf\.APISpec.secret.documents the env parser in the same way (90 mutations)
  2713. 213.47 s > coverage (23/800): running OptEnvConf\.APISpec.secret.documents the version page in the same way
  2714. 213.47 s > coverage (14/800): done OptEnvConf\.APISpec.secret.produces the same env docs structure as before (76 mutations)
  2715. 213.47 s > coverage (20/800): running OptEnvConf\.APISpec.secret.produces the same opt docs structure as before
  2716. 213.47 s > coverage (19/800): done OptEnvConf\.APISpec.secret.documents the help page in the same way (203 mutations)
  2717. 213.47 s > coverage (22/800): running OptEnvConf\.APISpec.secret.documents the long opt parser in the same way
  2718. 213.47 s > coverage (21/800): done OptEnvConf\.APISpec.secret.produces the same docs structure as before (76 mutations)
  2719. 213.47 s > coverage (26/800): running OptEnvConf\.APISpec.secret.documents the conf parser in the same way
  2720. 213.47 s > coverage (23/800): done OptEnvConf\.APISpec.secret.documents the version page in the same way (3 mutations)
  2721. 213.47 s > coverage (27/800): running OptEnvConf\.APISpec.secret.passes the linter
  2722. 213.47 s > coverage (20/800): done OptEnvConf\.APISpec.secret.produces the same opt docs structure as before (79 mutations)
  2723. 213.47 s > coverage (28/800): running OptEnvConf\.APISpec.secret.renders the Nix options the same way
  2724. 213.47 s > coverage (22/800): done OptEnvConf\.APISpec.secret.documents the long opt parser in the same way (99 mutations)
  2725. 213.47 s > coverage (24/800): running OptEnvConf\.APISpec.secret.documents the man page in the same way
  2726. 213.47 s > coverage (26/800): done OptEnvConf\.APISpec.secret.documents the conf parser in the same way (90 mutations)
  2727. 213.47 s > coverage (29/800): running OptEnvConf\.APISpec.greet.produces the same docs structure as before
  2728. 213.47 s > coverage (27/800): done OptEnvConf\.APISpec.secret.passes the linter (132 mutations)
  2729. 213.47 s > coverage (25/800): running OptEnvConf\.APISpec.secret.produces the same conf docs structure as before
  2730. 213.47 s > coverage (28/800): done OptEnvConf\.APISpec.secret.renders the Nix options the same way (124 mutations)
  2731. 213.47 s > coverage (32/800): running OptEnvConf\.APISpec.greet.documents the help page in the same way
  2732. 213.47 s > coverage (24/800): done OptEnvConf\.APISpec.secret.documents the man page in the same way (293 mutations)
  2733. 213.47 s > coverage (31/800): running OptEnvConf\.APISpec.greet.produces the same env docs structure as before
  2734. 213.47 s > coverage (29/800): done OptEnvConf\.APISpec.greet.produces the same docs structure as before (61 mutations)
  2735. 213.47 s > coverage (30/800): running OptEnvConf\.APISpec.greet.documents the version page in the same way
  2736. 213.47 s > coverage (25/800): done OptEnvConf\.APISpec.secret.produces the same conf docs structure as before (76 mutations)
  2737. 213.47 s > coverage (34/800): running OptEnvConf\.APISpec.greet.documents the long opt parser in the same way
  2738. 213.47 s > coverage (32/800): done OptEnvConf\.APISpec.greet.documents the help page in the same way (199 mutations)
  2739. 213.47 s > coverage (35/800): running OptEnvConf\.APISpec.greet.produces the same opt docs structure as before
  2740. 213.47 s > coverage (30/800): done OptEnvConf\.APISpec.greet.documents the version page in the same way (3 mutations)
  2741. 213.47 s > coverage (33/800): running OptEnvConf\.APISpec.greet.documents the short opt parser in the same way
  2742. 213.47 s > coverage (31/800): done OptEnvConf\.APISpec.greet.produces the same env docs structure as before (55 mutations)
  2743. 213.47 s > coverage (36/800): running OptEnvConf\.APISpec.greet.produces the same conf docs structure as before
  2744. 213.47 s > coverage (34/800): done OptEnvConf\.APISpec.greet.documents the long opt parser in the same way (87 mutations)
  2745. 213.47 s > coverage (38/800): running OptEnvConf\.APISpec.greet.shows the parser in the same way
  2746. 213.47 s > coverage (35/800): done OptEnvConf\.APISpec.greet.produces the same opt docs structure as before (58 mutations)
  2747. 213.47 s > coverage (37/800): running OptEnvConf\.APISpec.greet.renders the reference documentation in the same way
  2748. 213.47 s > coverage (33/800): done OptEnvConf\.APISpec.greet.documents the short opt parser in the same way (96 mutations)
  2749. 213.47 s > coverage (41/800): running OptEnvConf\.APISpec.greet.documents the env parser in the same way
  2750. 213.47 s > coverage (36/800): done OptEnvConf\.APISpec.greet.produces the same conf docs structure as before (61 mutations)
  2751. 213.47 s > coverage (39/800): running OptEnvConf\.APISpec.greet.documents the conf parser in the same way
  2752. 213.47 s > coverage (38/800): done OptEnvConf\.APISpec.greet.shows the parser in the same way (180 mutations)
  2753. 213.47 s > coverage (40/800): running OptEnvConf\.APISpec.greet.passes the linter
  2754. 213.47 s > coverage (37/800): done OptEnvConf\.APISpec.greet.renders the reference documentation in the same way (269 mutations)
  2755. 213.47 s > coverage (42/800): running OptEnvConf\.APISpec.greet.documents the man page in the same way
  2756. 213.47 s > coverage (39/800): done OptEnvConf\.APISpec.greet.documents the conf parser in the same way (76 mutations)
  2757. 213.47 s > coverage (44/800): running OptEnvConf\.APISpec.hidden.documents the help page in the same way
  2758. 213.47 s > coverage (41/800): done OptEnvConf\.APISpec.greet.documents the env parser in the same way (82 mutations)
  2759. 213.47 s > coverage (43/800): running OptEnvConf\.APISpec.greet.renders the Nix options the same way
  2760. 213.47 s > coverage (40/800): done OptEnvConf\.APISpec.greet.passes the linter (108 mutations)
  2761. 213.47 s > coverage (45/800): running OptEnvConf\.APISpec.hidden.produces the same docs structure as before
  2762. 213.47 s > coverage (42/800): done OptEnvConf\.APISpec.greet.documents the man page in the same way (289 mutations)
  2763. 213.47 s > coverage (46/800): running OptEnvConf\.APISpec.hidden.renders the reference documentation in the same way
  2764. 213.47 s > coverage (44/800): done OptEnvConf\.APISpec.hidden.documents the help page in the same way (101 mutations)
  2765. 213.47 s > coverage (47/800): running OptEnvConf\.APISpec.hidden.shows the parser in the same way
  2766. 213.47 s > coverage (43/800): done OptEnvConf\.APISpec.greet.renders the Nix options the same way (96 mutations)
  2767. 213.47 s > coverage (48/800): running OptEnvConf\.APISpec.hidden.produces the same conf docs structure as before
  2768. 213.47 s > coverage (45/800): done OptEnvConf\.APISpec.hidden.produces the same docs structure as before (18 mutations)
  2769. 213.47 s > coverage (49/800): running OptEnvConf\.APISpec.hidden.renders the Nix options the same way
  2770. 213.47 s > coverage (46/800): done OptEnvConf\.APISpec.hidden.renders the reference documentation in the same way (143 mutations)
  2771. 213.47 s > coverage (50/800): running OptEnvConf\.APISpec.hidden.documents the conf parser in the same way
  2772. 213.47 s > coverage (47/800): done OptEnvConf\.APISpec.hidden.shows the parser in the same way (75 mutations)
  2773. 213.47 s > coverage (52/800): running OptEnvConf\.APISpec.hidden.passes the linter
  2774. 213.47 s > coverage (48/800): done OptEnvConf\.APISpec.hidden.produces the same conf docs structure as before (20 mutations)
  2775. 213.47 s > coverage (51/800): running OptEnvConf\.APISpec.hidden.documents the man page in the same way
  2776. 213.47 s > coverage (49/800): done OptEnvConf\.APISpec.hidden.renders the Nix options the same way (68 mutations)
  2777. 213.47 s > coverage (53/800): running OptEnvConf\.APISpec.hidden.produces the same env docs structure as before
  2778. 213.47 s > coverage (50/800): done OptEnvConf\.APISpec.hidden.documents the conf parser in the same way (20 mutations)
  2779. 213.47 s > coverage (54/800): running OptEnvConf\.APISpec.hidden.documents the version page in the same way
  2780. 213.47 s > coverage (52/800): done OptEnvConf\.APISpec.hidden.passes the linter (39 mutations)
  2781. 213.47 s > coverage (55/800): running OptEnvConf\.APISpec.hidden.documents the short opt parser in the same way
  2782. 213.47 s > coverage (51/800): done OptEnvConf\.APISpec.hidden.documents the man page in the same way (159 mutations)
  2783. 213.47 s > coverage (56/800): running OptEnvConf\.APISpec.hidden.produces the same opt docs structure as before
  2784. 213.47 s > coverage (53/800): done OptEnvConf\.APISpec.hidden.produces the same env docs structure as before (20 mutations)
  2785. 213.47 s > coverage (57/800): running OptEnvConf\.APISpec.hidden.documents the env parser in the same way
  2786. 213.47 s > coverage (54/800): done OptEnvConf\.APISpec.hidden.documents the version page in the same way (3 mutations)
  2787. 213.47 s > coverage (58/800): running OptEnvConf\.APISpec.hidden.documents the long opt parser in the same way
  2788. 213.47 s > coverage (56/800): done OptEnvConf\.APISpec.hidden.produces the same opt docs structure as before (20 mutations)
  2789. 213.47 s > coverage (59/800): running OptEnvConf\.APISpec.yes-no.renders the reference documentation in the same way
  2790. 213.47 s > coverage (55/800): done OptEnvConf\.APISpec.hidden.documents the short opt parser in the same way (25 mutations)
  2791. 213.47 s > coverage (60/800): running OptEnvConf\.APISpec.yes-no.documents the short opt parser in the same way
  2792. 213.47 s > coverage (57/800): done OptEnvConf\.APISpec.hidden.documents the env parser in the same way (20 mutations)
  2793. 213.47 s > coverage (61/800): running OptEnvConf\.APISpec.yes-no.renders the Nix options the same way
  2794. 213.47 s > coverage (58/800): done OptEnvConf\.APISpec.hidden.documents the long opt parser in the same way (22 mutations)
  2795. 213.47 s > coverage (62/800): running OptEnvConf\.APISpec.yes-no.documents the man page in the same way
  2796. 213.47 s > coverage (59/800): done OptEnvConf\.APISpec.yes-no.renders the reference documentation in the same way (235 mutations)
  2797. 213.47 s > coverage (63/800): running OptEnvConf\.APISpec.yes-no.produces the same env docs structure as before
  2798. 213.47 s > coverage (60/800): done OptEnvConf\.APISpec.yes-no.documents the short opt parser in the same way (79 mutations)
  2799. 213.47 s > coverage (64/800): running OptEnvConf\.APISpec.yes-no.shows the parser in the same way
  2800. 213.47 s > coverage (61/800): done OptEnvConf\.APISpec.yes-no.renders the Nix options the same way (93 mutations)
  2801. 213.47 s > coverage (65/800): running OptEnvConf\.APISpec.yes-no.produces the same conf docs structure as before
  2802. 213.47 s > coverage (62/800): done OptEnvConf\.APISpec.yes-no.documents the man page in the same way (255 mutations)
  2803. 213.47 s > coverage (66/800): running OptEnvConf\.APISpec.yes-no.documents the version page in the same way
  2804. 213.47 s > coverage (63/800): done OptEnvConf\.APISpec.yes-no.produces the same env docs structure as before (50 mutations)
  2805. 213.47 s > coverage (68/800): running OptEnvConf\.APISpec.yes-no.documents the conf parser in the same way
  2806. 213.47 s > coverage (64/800): done OptEnvConf\.APISpec.yes-no.shows the parser in the same way (153 mutations)
  2807. 213.47 s > coverage (67/800): running OptEnvConf\.APISpec.yes-no.produces the same docs structure as before
  2808. 213.47 s > coverage (65/800): done OptEnvConf\.APISpec.yes-no.produces the same conf docs structure as before (50 mutations)
  2809. 213.47 s > coverage (69/800): running OptEnvConf\.APISpec.yes-no.documents the help page in the same way
  2810. 213.47 s > coverage (66/800): done OptEnvConf\.APISpec.yes-no.documents the version page in the same way (3 mutations)
  2811. 213.47 s > coverage (70/800): running OptEnvConf\.APISpec.yes-no.documents the env parser in the same way
  2812. 213.47 s > coverage (68/800): done OptEnvConf\.APISpec.yes-no.documents the conf parser in the same way (64 mutations)
  2813. 213.47 s > coverage (71/800): running OptEnvConf\.APISpec.yes-no.produces the same opt docs structure as before
  2814. 213.47 s > coverage (67/800): done OptEnvConf\.APISpec.yes-no.produces the same docs structure as before (50 mutations)
  2815. 213.47 s > coverage (72/800): running OptEnvConf\.APISpec.yes-no.passes the linter
  2816. 213.47 s > coverage (69/800): done OptEnvConf\.APISpec.yes-no.documents the help page in the same way (165 mutations)
  2817. 213.47 s > coverage (73/800): running OptEnvConf\.APISpec.yes-no.documents the long opt parser in the same way
  2818. 213.47 s > coverage (71/800): done OptEnvConf\.APISpec.yes-no.produces the same opt docs structure as before (53 mutations)
  2819. 213.47 s > coverage (75/800): running OptEnvConf\.APISpec.yes-no-optional.documents the long opt parser in the same way
  2820. 213.47 s > coverage (70/800): done OptEnvConf\.APISpec.yes-no.documents the env parser in the same way (64 mutations)
  2821. 213.47 s > coverage (74/800): running OptEnvConf\.APISpec.yes-no-optional.renders the Nix options the same way
  2822. 213.47 s > coverage (72/800): done OptEnvConf\.APISpec.yes-no.passes the linter (95 mutations)
  2823. 213.47 s > coverage (76/800): running OptEnvConf\.APISpec.yes-no-optional.documents the conf parser in the same way
  2824. 213.47 s > coverage (73/800): done OptEnvConf\.APISpec.yes-no.documents the long opt parser in the same way (73 mutations)
  2825. 213.47 s > coverage (77/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same env docs structure as before
  2826. 213.47 s > coverage (75/800): done OptEnvConf\.APISpec.yes-no-optional.documents the long opt parser in the same way (72 mutations)
  2827. 213.47 s > coverage (79/800): running OptEnvConf\.APISpec.yes-no-optional.documents the version page in the same way
  2828. 213.47 s > coverage (74/800): done OptEnvConf\.APISpec.yes-no-optional.renders the Nix options the same way (92 mutations)
  2829. 213.47 s > coverage (78/800): running OptEnvConf\.APISpec.yes-no-optional.renders the reference documentation in the same way
  2830. 213.47 s > coverage (76/800): done OptEnvConf\.APISpec.yes-no-optional.documents the conf parser in the same way (63 mutations)
  2831. 213.47 s > coverage (80/800): running OptEnvConf\.APISpec.yes-no-optional.shows the parser in the same way
  2832. 213.47 s > coverage (77/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same env docs structure as before (49 mutations)
  2833. 213.47 s > coverage (81/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same docs structure as before
  2834. 213.47 s > coverage (79/800): done OptEnvConf\.APISpec.yes-no-optional.documents the version page in the same way (3 mutations)
  2835. 213.47 s > coverage (82/800): running OptEnvConf\.APISpec.yes-no-optional.documents the help page in the same way
  2836. 213.47 s > coverage (78/800): done OptEnvConf\.APISpec.yes-no-optional.renders the reference documentation in the same way (234 mutations)
  2837. 213.47 s > coverage (83/800): running OptEnvConf\.APISpec.yes-no-optional.documents the short opt parser in the same way
  2838. 213.47 s > coverage (80/800): done OptEnvConf\.APISpec.yes-no-optional.shows the parser in the same way (152 mutations)
  2839. 213.47 s > coverage (84/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same opt docs structure as before
  2840. 213.47 s > coverage (81/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same docs structure as before (49 mutations)
  2841. 213.47 s > coverage (86/800): running OptEnvConf\.APISpec.yes-no-optional.produces the same conf docs structure as before
  2842. 213.47 s > coverage (82/800): done OptEnvConf\.APISpec.yes-no-optional.documents the help page in the same way (164 mutations)
  2843. 213.47 s > coverage (88/800): running OptEnvConf\.APISpec.yes-no-optional.documents the man page in the same way
  2844. 213.47 s > coverage (83/800): done OptEnvConf\.APISpec.yes-no-optional.documents the short opt parser in the same way (78 mutations)
  2845. 213.47 s > coverage (87/800): running OptEnvConf\.APISpec.yes-no-optional.passes the linter
  2846. 213.47 s > coverage (84/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same opt docs structure as before (52 mutations)
  2847. 213.47 s > coverage (85/800): running OptEnvConf\.APISpec.yes-no-optional.documents the env parser in the same way
  2848. 213.47 s > coverage (86/800): done OptEnvConf\.APISpec.yes-no-optional.produces the same conf docs structure as before (49 mutations)
  2849. 213.47 s > coverage (89/800): running OptEnvConf\.APISpec.sum-type.documents the env parser in the same way
  2850. 213.47 s > coverage (87/800): done OptEnvConf\.APISpec.yes-no-optional.passes the linter (94 mutations)
  2851. 213.47 s > coverage (90/800): running OptEnvConf\.APISpec.sum-type.documents the long opt parser in the same way
  2852. 213.47 s > coverage (88/800): done OptEnvConf\.APISpec.yes-no-optional.documents the man page in the same way (254 mutations)
  2853. 213.47 s > coverage (91/800): running OptEnvConf\.APISpec.sum-type.documents the short opt parser in the same way
  2854. 213.47 s > coverage (85/800): done OptEnvConf\.APISpec.yes-no-optional.documents the env parser in the same way (63 mutations)
  2855. 213.47 s > coverage (92/800): running OptEnvConf\.APISpec.sum-type.shows the parser in the same way
  2856. 213.47 s > coverage (89/800): done OptEnvConf\.APISpec.sum-type.documents the env parser in the same way (55 mutations)
  2857. 213.47 s > coverage (93/800): running OptEnvConf\.APISpec.sum-type.produces the same opt docs structure as before
  2858. 213.47 s > coverage (90/800): done OptEnvConf\.APISpec.sum-type.documents the long opt parser in the same way (66 mutations)
  2859. 213.47 s > coverage (91/800): done OptEnvConf\.APISpec.sum-type.documents the short opt parser in the same way (69 mutations)
  2860. 213.47 s > coverage (97/800): running OptEnvConf\.APISpec.sum-type.produces the same env docs structure as before
  2861. 213.47 s > coverage (95/800): running OptEnvConf\.APISpec.sum-type.documents the version page in the same way
  2862. 213.47 s > coverage (92/800): done OptEnvConf\.APISpec.sum-type.shows the parser in the same way (120 mutations)
  2863. 213.47 s > coverage (94/800): running OptEnvConf\.APISpec.sum-type.produces the same conf docs structure as before
  2864. 213.47 s > coverage (93/800): done OptEnvConf\.APISpec.sum-type.produces the same opt docs structure as before (44 mutations)
  2865. 213.47 s > coverage (96/800): running OptEnvConf\.APISpec.sum-type.documents the man page in the same way
  2866. 213.47 s > coverage (95/800): done OptEnvConf\.APISpec.sum-type.documents the version page in the same way (3 mutations)
  2867. 213.47 s > coverage (99/800): running OptEnvConf\.APISpec.sum-type.renders the reference documentation in the same way
  2868. 213.47 s > coverage (97/800): done OptEnvConf\.APISpec.sum-type.produces the same env docs structure as before (41 mutations)
  2869. 213.47 s > coverage (98/800): running OptEnvConf\.APISpec.sum-type.documents the help page in the same way
  2870. 213.47 s > coverage (94/800): done OptEnvConf\.APISpec.sum-type.produces the same conf docs structure as before (41 mutations)
  2871. 213.47 s > coverage (100/800): running OptEnvConf\.APISpec.sum-type.renders the Nix options the same way
  2872. 213.47 s > coverage (96/800): done OptEnvConf\.APISpec.sum-type.documents the man page in the same way (245 mutations)
  2873. 213.47 s > coverage (101/800): running OptEnvConf\.APISpec.sum-type.produces the same docs structure as before
  2874. 213.47 s > coverage (99/800): done OptEnvConf\.APISpec.sum-type.renders the reference documentation in the same way (225 mutations)
  2875. 213.47 s > coverage (102/800): running OptEnvConf\.APISpec.sum-type.passes the linter
  2876. 213.47 s > coverage (98/800): done OptEnvConf\.APISpec.sum-type.documents the help page in the same way (155 mutations)
  2877. 213.47 s > coverage (103/800): running OptEnvConf\.APISpec.sum-type.documents the conf parser in the same way
  2878. 213.47 s > coverage (100/800): done OptEnvConf\.APISpec.sum-type.renders the Nix options the same way (84 mutations)
  2879. 213.47 s > coverage (105/800): running OptEnvConf\.APISpec.verbose.produces the same env docs structure as before
  2880. 213.47 s > coverage (101/800): done OptEnvConf\.APISpec.sum-type.produces the same docs structure as before (41 mutations)
  2881. 213.47 s > coverage (104/800): running OptEnvConf\.APISpec.verbose.documents the env parser in the same way
  2882. 213.47 s > coverage (103/800): done OptEnvConf\.APISpec.sum-type.documents the conf parser in the same way (55 mutations)
  2883. 213.47 s > coverage (107/800): running OptEnvConf\.APISpec.verbose.documents the long opt parser in the same way
  2884. 213.47 s > coverage (102/800): done OptEnvConf\.APISpec.sum-type.passes the linter (86 mutations)
  2885. 213.47 s > coverage (106/800): running OptEnvConf\.APISpec.verbose.shows the parser in the same way
  2886. 213.47 s > coverage (105/800): done OptEnvConf\.APISpec.verbose.produces the same env docs structure as before (22 mutations)
  2887. 213.47 s > coverage (108/800): running OptEnvConf\.APISpec.verbose.documents the short opt parser in the same way
  2888. 213.47 s > coverage (104/800): done OptEnvConf\.APISpec.verbose.documents the env parser in the same way (22 mutations)
  2889. 213.47 s > coverage (109/800): running OptEnvConf\.APISpec.verbose.produces the same conf docs structure as before
  2890. 213.47 s > coverage (107/800): done OptEnvConf\.APISpec.verbose.documents the long opt parser in the same way (47 mutations)
  2891. 213.47 s > coverage (110/800): running OptEnvConf\.APISpec.verbose.renders the Nix options the same way
  2892. 213.47 s > coverage (106/800): done OptEnvConf\.APISpec.verbose.shows the parser in the same way (86 mutations)
  2893. 213.47 s > coverage (112/800): running OptEnvConf\.APISpec.verbose.documents the version page in the same way
  2894. 213.47 s > coverage (108/800): done OptEnvConf\.APISpec.verbose.documents the short opt parser in the same way (52 mutations)
  2895. 213.47 s > coverage (111/800): running OptEnvConf\.APISpec.verbose.documents the man page in the same way
  2896. 213.47 s > coverage (109/800): done OptEnvConf\.APISpec.verbose.produces the same conf docs structure as before (22 mutations)
  2897. 213.47 s > coverage (113/800): running OptEnvConf\.APISpec.verbose.renders the reference documentation in the same way
  2898. 213.47 s > coverage (112/800): done OptEnvConf\.APISpec.verbose.documents the version page in the same way (3 mutations)
  2899. 213.47 s > coverage (114/800): running OptEnvConf\.APISpec.verbose.documents the help page in the same way
  2900. 213.47 s > coverage (110/800): done OptEnvConf\.APISpec.verbose.renders the Nix options the same way (67 mutations)
  2901. 213.47 s > coverage (115/800): running OptEnvConf\.APISpec.verbose.passes the linter
  2902. 213.47 s > coverage (113/800): done OptEnvConf\.APISpec.verbose.renders the reference documentation in the same way (165 mutations)
  2903. 213.47 s > coverage (117/800): running OptEnvConf\.APISpec.verbose.produces the same opt docs structure as before
  2904. 213.47 s > coverage (111/800): done OptEnvConf\.APISpec.verbose.documents the man page in the same way (181 mutations)
  2905. 213.47 s > coverage (116/800): running OptEnvConf\.APISpec.verbose.produces the same docs structure as before
  2906. 213.47 s > coverage (114/800): done OptEnvConf\.APISpec.verbose.documents the help page in the same way (126 mutations)
  2907. 213.47 s > coverage (118/800): running OptEnvConf\.APISpec.verbose.documents the conf parser in the same way
  2908. 213.47 s > coverage (115/800): done OptEnvConf\.APISpec.verbose.passes the linter (48 mutations)
  2909. 213.47 s > coverage (119/800): running OptEnvConf\.APISpec.empty.passes the linter
  2910. 213.47 s > coverage (117/800): done OptEnvConf\.APISpec.verbose.produces the same opt docs structure as before (25 mutations)
  2911. 213.47 s > coverage (120/800): running OptEnvConf\.APISpec.empty.documents the short opt parser in the same way
  2912. 213.47 s > coverage (116/800): done OptEnvConf\.APISpec.verbose.produces the same docs structure as before (22 mutations)
  2913. 213.47 s > coverage (121/800): running OptEnvConf\.APISpec.empty.shows the parser in the same way
  2914. 213.47 s > coverage (118/800): done OptEnvConf\.APISpec.verbose.documents the conf parser in the same way (22 mutations)
  2915. 213.47 s > coverage (122/800): running OptEnvConf\.APISpec.empty.produces the same env docs structure as before
  2916. 213.47 s > coverage (119/800): done OptEnvConf\.APISpec.empty.passes the linter (2 mutations)
  2917. 213.47 s > coverage (124/800): running OptEnvConf\.APISpec.empty.documents the man page in the same way
  2918. 213.47 s > coverage (120/800): done OptEnvConf\.APISpec.empty.documents the short opt parser in the same way (7 mutations)
  2919. 213.47 s > coverage (125/800): running OptEnvConf\.APISpec.empty.documents the long opt parser in the same way
  2920. 213.47 s > coverage (122/800): done OptEnvConf\.APISpec.empty.produces the same env docs structure as before (3 mutations)
  2921. 213.47 s > coverage (123/800): running OptEnvConf\.APISpec.empty.produces the same opt docs structure as before
  2922. 213.47 s > coverage (121/800): done OptEnvConf\.APISpec.empty.shows the parser in the same way (13 mutations)
  2923. 213.47 s > coverage (126/800): running OptEnvConf\.APISpec.empty.documents the version page in the same way
  2924. 213.47 s > coverage (124/800): done OptEnvConf\.APISpec.empty.documents the man page in the same way (141 mutations)
  2925. 213.47 s > coverage (128/800): running OptEnvConf\.APISpec.empty.renders the Nix options the same way
  2926. 213.47 s > coverage (125/800): done OptEnvConf\.APISpec.empty.documents the long opt parser in the same way (4 mutations)
  2927. 213.47 s > coverage (127/800): running OptEnvConf\.APISpec.empty.documents the env parser in the same way
  2928. 213.47 s > coverage (123/800): done OptEnvConf\.APISpec.empty.produces the same opt docs structure as before (3 mutations)
  2929. 213.47 s > coverage (129/800): running OptEnvConf\.APISpec.empty.produces the same conf docs structure as before
  2930. 213.47 s > coverage (126/800): done OptEnvConf\.APISpec.empty.documents the version page in the same way (3 mutations)
  2931. 213.47 s > coverage (130/800): running OptEnvConf\.APISpec.empty.produces the same docs structure as before
  2932. 213.47 s > coverage (128/800): done OptEnvConf\.APISpec.empty.renders the Nix options the same way (50 mutations)
  2933. 213.47 s > coverage (132/800): running OptEnvConf\.APISpec.empty.documents the help page in the same way
  2934. 213.47 s > coverage (127/800): done OptEnvConf\.APISpec.empty.documents the env parser in the same way (2 mutations)
  2935. 213.47 s > coverage (131/800): running OptEnvConf\.APISpec.empty.renders the reference documentation in the same way
  2936. 213.47 s > coverage (129/800): done OptEnvConf\.APISpec.empty.produces the same conf docs structure as before (3 mutations)
  2937. 213.47 s > coverage (133/800): running OptEnvConf\.APISpec.empty.documents the conf parser in the same way
  2938. 213.47 s > coverage (130/800): done OptEnvConf\.APISpec.empty.produces the same docs structure as before (1 mutations)
  2939. 213.47 s > coverage (134/800): running OptEnvConf\.APISpec.enable-disable.produces the same conf docs structure as before
  2940. 213.47 s > coverage (132/800): done OptEnvConf\.APISpec.empty.documents the help page in the same way (83 mutations)
  2941. 213.47 s > coverage (135/800): running OptEnvConf\.APISpec.enable-disable.passes the linter
  2942. 213.47 s > coverage (133/800): done OptEnvConf\.APISpec.empty.documents the conf parser in the same way (2 mutations)
  2943. 213.47 s > coverage (136/800): running OptEnvConf\.APISpec.enable-disable.renders the Nix options the same way
  2944. 213.47 s > coverage (131/800): done OptEnvConf\.APISpec.empty.renders the reference documentation in the same way (125 mutations)
  2945. 213.47 s > coverage (138/800): running OptEnvConf\.APISpec.enable-disable.renders the reference documentation in the same way
  2946. 213.47 s > coverage (134/800): done OptEnvConf\.APISpec.enable-disable.produces the same conf docs structure as before (50 mutations)
  2947. 213.47 s > coverage (139/800): running OptEnvConf\.APISpec.enable-disable.documents the help page in the same way
  2948. 213.47 s > coverage (135/800): done OptEnvConf\.APISpec.enable-disable.passes the linter (95 mutations)
  2949. 213.47 s > coverage (140/800): running OptEnvConf\.APISpec.enable-disable.documents the version page in the same way
  2950. 213.47 s > coverage (136/800): done OptEnvConf\.APISpec.enable-disable.renders the Nix options the same way (93 mutations)
  2951. 213.47 s > coverage (141/800): running OptEnvConf\.APISpec.enable-disable.documents the conf parser in the same way
  2952. 213.47 s > coverage (139/800): done OptEnvConf\.APISpec.enable-disable.documents the help page in the same way (165 mutations)
  2953. 213.47 s > coverage (137/800): running OptEnvConf\.APISpec.enable-disable.produces the same docs structure as before
  2954. 213.47 s > coverage (138/800): done OptEnvConf\.APISpec.enable-disable.renders the reference documentation in the same way (235 mutations)
  2955. 213.47 s > coverage (142/800): running OptEnvConf\.APISpec.enable-disable.documents the man page in the same way
  2956. 213.47 s > coverage (140/800): done OptEnvConf\.APISpec.enable-disable.documents the version page in the same way (3 mutations)
  2957. 213.47 s > coverage (143/800): running OptEnvConf\.APISpec.enable-disable.produces the same opt docs structure as before
  2958. 213.47 s > coverage (137/800): done OptEnvConf\.APISpec.enable-disable.produces the same docs structure as before (50 mutations)
  2959. 213.47 s > coverage (141/800): done OptEnvConf\.APISpec.enable-disable.documents the conf parser in the same way (64 mutations)
  2960. 213.47 s > coverage (145/800): running OptEnvConf\.APISpec.enable-disable.documents the long opt parser in the same way
  2961. 213.47 s > coverage (144/800): running OptEnvConf\.APISpec.enable-disable.documents the env parser in the same way
  2962. 213.47 s > coverage (142/800): done OptEnvConf\.APISpec.enable-disable.documents the man page in the same way (255 mutations)
  2963. 213.47 s > coverage (146/800): running OptEnvConf\.APISpec.enable-disable.shows the parser in the same way
  2964. 213.47 s > coverage (143/800): done OptEnvConf\.APISpec.enable-disable.produces the same opt docs structure as before (53 mutations)
  2965. 213.47 s > coverage (148/800): running OptEnvConf\.APISpec.enable-disable.produces the same env docs structure as before
  2966. 213.47 s > coverage (145/800): done OptEnvConf\.APISpec.enable-disable.documents the long opt parser in the same way (73 mutations)
  2967. 213.47 s > coverage (149/800): running OptEnvConf\.APISpec.sub-commands.renders the Nix options the same way
  2968. 213.47 s > coverage (144/800): done OptEnvConf\.APISpec.enable-disable.documents the env parser in the same way (64 mutations)
  2969. 213.47 s > coverage (147/800): running OptEnvConf\.APISpec.enable-disable.documents the short opt parser in the same way
  2970. 213.47 s > coverage (146/800): done OptEnvConf\.APISpec.enable-disable.shows the parser in the same way (153 mutations)
  2971. 213.47 s > coverage (150/800): running OptEnvConf\.APISpec.sub-commands.documents the help page in the same way
  2972. 213.47 s > coverage (148/800): done OptEnvConf\.APISpec.enable-disable.produces the same env docs structure as before (50 mutations)
  2973. 213.47 s > coverage (151/800): running OptEnvConf\.APISpec.sub-commands.produces the same docs structure as before
  2974. 213.47 s > coverage (149/800): done OptEnvConf\.APISpec.sub-commands.renders the Nix options the same way (97 mutations)
  2975. 213.47 s > coverage (152/800): running OptEnvConf\.APISpec.sub-commands.renders the reference documentation in the same way
  2976. 213.47 s > coverage (147/800): done OptEnvConf\.APISpec.enable-disable.documents the short opt parser in the same way (79 mutations)
  2977. 213.47 s > coverage (153/800): running OptEnvConf\.APISpec.sub-commands.passes the linter
  2978. 213.47 s > coverage (150/800): done OptEnvConf\.APISpec.sub-commands.documents the help page in the same way (190 mutations)
  2979. 213.47 s > coverage (154/800): running OptEnvConf\.APISpec.sub-commands.produces the same env docs structure as before
  2980. 213.47 s > coverage (151/800): done OptEnvConf\.APISpec.sub-commands.produces the same docs structure as before (56 mutations)
  2981. 213.47 s > coverage (155/800): running OptEnvConf\.APISpec.sub-commands.produces the same opt docs structure as before
  2982. 213.47 s > coverage (153/800): done OptEnvConf\.APISpec.sub-commands.passes the linter (111 mutations)
  2983. 213.47 s > coverage (156/800): running OptEnvConf\.APISpec.sub-commands.documents the long opt parser in the same way
  2984. 213.47 s > coverage (154/800): done OptEnvConf\.APISpec.sub-commands.produces the same env docs structure as before (56 mutations)
  2985. 213.47 s > coverage (157/800): running OptEnvConf\.APISpec.sub-commands.documents the version page in the same way
  2986. 213.47 s > coverage (152/800): done OptEnvConf\.APISpec.sub-commands.renders the reference documentation in the same way (317 mutations)
  2987. 213.47 s > coverage (158/800): running OptEnvConf\.APISpec.sub-commands.produces the same conf docs structure as before
  2988. 213.47 s > coverage (155/800): done OptEnvConf\.APISpec.sub-commands.produces the same opt docs structure as before (59 mutations)
  2989. 213.47 s > coverage (159/800): running OptEnvConf\.APISpec.sub-commands.documents the short opt parser in the same way
  2990. 213.47 s > coverage (156/800): done OptEnvConf\.APISpec.sub-commands.documents the long opt parser in the same way (97 mutations)
  2991. 213.47 s > coverage (160/800): running OptEnvConf\.APISpec.sub-commands.documents the man page in the same way
  2992. 213.47 s > coverage (157/800): done OptEnvConf\.APISpec.sub-commands.documents the version page in the same way (3 mutations)
  2993. 213.47 s > coverage (162/800): running OptEnvConf\.APISpec.sub-commands.documents the env parser in the same way
  2994. 213.47 s > coverage (158/800): done OptEnvConf\.APISpec.sub-commands.produces the same conf docs structure as before (56 mutations)
  2995. 213.47 s > coverage (161/800): running OptEnvConf\.APISpec.sub-commands.shows the parser in the same way
  2996. 213.47 s > coverage (159/800): done OptEnvConf\.APISpec.sub-commands.documents the short opt parser in the same way (93 mutations)
  2997. 213.47 s > coverage (163/800): running OptEnvConf\.APISpec.sub-commands.documents the conf parser in the same way
  2998. 213.47 s > coverage (162/800): done OptEnvConf\.APISpec.sub-commands.documents the env parser in the same way (75 mutations)
  2999. 213.47 s > coverage (164/800): running OptEnvConf\.APISpec.many-args.documents the conf parser in the same way
  3000. 213.47 s > coverage (163/800): done OptEnvConf\.APISpec.sub-commands.documents the conf parser in the same way (75 mutations)
  3001. 213.47 s > coverage (165/800): running OptEnvConf\.APISpec.many-args.renders the Nix options the same way
  3002. 213.47 s > coverage (161/800): done OptEnvConf\.APISpec.sub-commands.shows the parser in the same way (193 mutations)
  3003. 213.47 s > coverage (160/800): done OptEnvConf\.APISpec.sub-commands.documents the man page in the same way (339 mutations)
  3004. 213.47 s > coverage (167/800): running OptEnvConf\.APISpec.many-args.documents the env parser in the same way
  3005. 213.47 s > coverage (166/800): running OptEnvConf\.APISpec.many-args.produces the same docs structure as before
  3006. 213.47 s > coverage (164/800): done OptEnvConf\.APISpec.many-args.documents the conf parser in the same way (22 mutations)
  3007. 213.47 s > coverage (169/800): running OptEnvConf\.APISpec.many-args.documents the long opt parser in the same way
  3008. 213.47 s > coverage (167/800): done OptEnvConf\.APISpec.many-args.documents the env parser in the same way (22 mutations)
  3009. 213.47 s > coverage (168/800): running OptEnvConf\.APISpec.many-args.renders the reference documentation in the same way
  3010. 213.47 s > coverage (165/800): done OptEnvConf\.APISpec.many-args.renders the Nix options the same way (67 mutations)
  3011. 213.47 s > coverage (171/800): running OptEnvConf\.APISpec.many-args.passes the linter
  3012. 213.47 s > coverage (166/800): done OptEnvConf\.APISpec.many-args.produces the same docs structure as before (22 mutations)
  3013. 213.47 s > coverage (170/800): running OptEnvConf\.APISpec.many-args.shows the parser in the same way
  3014. 213.47 s > coverage (169/800): done OptEnvConf\.APISpec.many-args.documents the long opt parser in the same way (45 mutations)
  3015. 213.47 s > coverage (173/800): running OptEnvConf\.APISpec.many-args.documents the version page in the same way
  3016. 213.47 s > coverage (168/800): done OptEnvConf\.APISpec.many-args.renders the reference documentation in the same way (167 mutations)
  3017. 213.47 s > coverage (172/800): running OptEnvConf\.APISpec.many-args.produces the same conf docs structure as before
  3018. 213.47 s > coverage (171/800): done OptEnvConf\.APISpec.many-args.passes the linter (38 mutations)
  3019. 213.47 s > coverage (174/800): running OptEnvConf\.APISpec.many-args.documents the help page in the same way
  3020. 213.47 s > coverage (170/800): done OptEnvConf\.APISpec.many-args.shows the parser in the same way (64 mutations)
  3021. 213.47 s > coverage (175/800): running OptEnvConf\.APISpec.many-args.documents the man page in the same way
  3022. 213.47 s > coverage (173/800): done OptEnvConf\.APISpec.many-args.documents the version page in the same way (3 mutations)
  3023. 213.47 s > coverage (177/800): running OptEnvConf\.APISpec.many-args.documents the short opt parser in the same way
  3024. 213.47 s > coverage (172/800): done OptEnvConf\.APISpec.many-args.produces the same conf docs structure as before (22 mutations)
  3025. 213.47 s > coverage (176/800): running OptEnvConf\.APISpec.many-args.produces the same opt docs structure as before
  3026. 213.47 s > coverage (174/800): done OptEnvConf\.APISpec.many-args.documents the help page in the same way (128 mutations)
  3027. 213.47 s > coverage (179/800): running OptEnvConf\.APISpec.with-default.produces the same opt docs structure as before
  3028. 213.47 s > coverage (175/800): done OptEnvConf\.APISpec.many-args.documents the man page in the same way (183 mutations)
  3029. 213.47 s > coverage (178/800): running OptEnvConf\.APISpec.many-args.produces the same env docs structure as before
  3030. 213.47 s > coverage (177/800): done OptEnvConf\.APISpec.many-args.documents the short opt parser in the same way (50 mutations)
  3031. 213.47 s > coverage (180/800): running OptEnvConf\.APISpec.with-default.documents the man page in the same way
  3032. 213.47 s > coverage (176/800): done OptEnvConf\.APISpec.many-args.produces the same opt docs structure as before (25 mutations)
  3033. 213.47 s > coverage (181/800): running OptEnvConf\.APISpec.with-default.documents the long opt parser in the same way
  3034. 213.47 s > coverage (179/800): done OptEnvConf\.APISpec.with-default.produces the same opt docs structure as before (53 mutations)
  3035. 213.47 s > coverage (183/800): running OptEnvConf\.APISpec.with-default.shows the parser in the same way
  3036. 213.47 s > coverage (178/800): done OptEnvConf\.APISpec.many-args.produces the same env docs structure as before (22 mutations)
  3037. 213.47 s > coverage (182/800): running OptEnvConf\.APISpec.with-default.documents the version page in the same way
  3038. 213.47 s > coverage (180/800): done OptEnvConf\.APISpec.with-default.documents the man page in the same way (208 mutations)
  3039. 213.47 s > coverage (184/800): running OptEnvConf\.APISpec.with-default.produces the same docs structure as before
  3040. 213.47 s > coverage (181/800): done OptEnvConf\.APISpec.with-default.documents the long opt parser in the same way (77 mutations)
  3041. 213.47 s > coverage (186/800): running OptEnvConf\.APISpec.with-default.documents the short opt parser in the same way
  3042. 213.47 s > coverage (182/800): done OptEnvConf\.APISpec.with-default.documents the version page in the same way (3 mutations)
  3043. 213.47 s > coverage (185/800): running OptEnvConf\.APISpec.with-default.renders the reference documentation in the same way
  3044. 213.47 s > coverage (183/800): done OptEnvConf\.APISpec.with-default.shows the parser in the same way (93 mutations)
  3045. 213.47 s > coverage (187/800): running OptEnvConf\.APISpec.with-default.passes the linter
  3046. 213.47 s > coverage (184/800): done OptEnvConf\.APISpec.with-default.produces the same docs structure as before (50 mutations)
  3047. 213.47 s > coverage (186/800): done OptEnvConf\.APISpec.with-default.documents the short opt parser in the same way (77 mutations)
  3048. 213.47 s > coverage (188/800): running OptEnvConf\.APISpec.with-default.documents the conf parser in the same way
  3049. 213.47 s > coverage (189/800): running OptEnvConf\.APISpec.with-default.produces the same env docs structure as before
  3050. 213.47 s > coverage (187/800): done OptEnvConf\.APISpec.with-default.passes the linter (89 mutations)
  3051. 213.47 s > coverage (190/800): running OptEnvConf\.APISpec.with-default.produces the same conf docs structure as before
  3052. 213.47 s > coverage (185/800): done OptEnvConf\.APISpec.with-default.renders the reference documentation in the same way (192 mutations)
  3053. 213.47 s > coverage (191/800): running OptEnvConf\.APISpec.with-default.documents the help page in the same way
  3054. 213.47 s > coverage (188/800): done OptEnvConf\.APISpec.with-default.documents the conf parser in the same way (50 mutations)
  3055. 213.47 s > coverage (192/800): running OptEnvConf\.APISpec.with-default.documents the env parser in the same way
  3056. 213.47 s > coverage (189/800): done OptEnvConf\.APISpec.with-default.produces the same env docs structure as before (50 mutations)
  3057. 213.47 s > coverage (193/800): running OptEnvConf\.APISpec.with-default.renders the Nix options the same way
  3058. 213.47 s > coverage (190/800): done OptEnvConf\.APISpec.with-default.produces the same conf docs structure as before (50 mutations)
  3059. 213.47 s > coverage (194/800): running OptEnvConf\.APISpec.three-commands.produces the same conf docs structure as before
  3060. 213.47 s > coverage (191/800): done OptEnvConf\.APISpec.with-default.documents the help page in the same way (153 mutations)
  3061. 213.47 s > coverage (195/800): running OptEnvConf\.APISpec.three-commands.passes the linter
  3062. 213.47 s > coverage (192/800): done OptEnvConf\.APISpec.with-default.documents the env parser in the same way (50 mutations)
  3063. 213.47 s > coverage (196/800): running OptEnvConf\.APISpec.three-commands.documents the conf parser in the same way
  3064. 213.47 s > coverage (193/800): done OptEnvConf\.APISpec.with-default.renders the Nix options the same way (95 mutations)
  3065. 213.47 s > coverage (198/800): running OptEnvConf\.APISpec.three-commands.renders the reference documentation in the same way
  3066. 213.47 s > coverage (194/800): done OptEnvConf\.APISpec.three-commands.produces the same conf docs structure as before (61 mutations)
  3067. 213.47 s > coverage (200/800): running OptEnvConf\.APISpec.three-commands.renders the Nix options the same way
  3068. 213.47 s > coverage (195/800): done OptEnvConf\.APISpec.three-commands.passes the linter (127 mutations)
  3069. 213.47 s > coverage (197/800): running OptEnvConf\.APISpec.three-commands.documents the short opt parser in the same way
  3070. 213.47 s > coverage (196/800): done OptEnvConf\.APISpec.three-commands.documents the conf parser in the same way (80 mutations)
  3071. 213.47 s > coverage (202/800): running OptEnvConf\.APISpec.three-commands.documents the env parser in the same way
  3072. 213.47 s > coverage (198/800): done OptEnvConf\.APISpec.three-commands.renders the reference documentation in the same way (294 mutations)
  3073. 213.47 s > coverage (203/800): running OptEnvConf\.APISpec.three-commands.produces the same opt docs structure as before
  3074. 213.47 s > coverage (197/800): done OptEnvConf\.APISpec.three-commands.documents the short opt parser in the same way (59 mutations)
  3075. 213.47 s > coverage (201/800): running OptEnvConf\.APISpec.three-commands.documents the help page in the same way
  3076. 213.47 s > coverage (200/800): done OptEnvConf\.APISpec.three-commands.renders the Nix options the same way (102 mutations)
  3077. 213.47 s > coverage (204/800): running OptEnvConf\.APISpec.three-commands.documents the version page in the same way
  3078. 213.47 s > coverage (202/800): done OptEnvConf\.APISpec.three-commands.documents the env parser in the same way (80 mutations)
  3079. 213.47 s > coverage (199/800): running OptEnvConf\.APISpec.three-commands.produces the same docs structure as before
  3080. 213.47 s > coverage (203/800): done OptEnvConf\.APISpec.three-commands.produces the same opt docs structure as before (64 mutations)
  3081. 213.47 s > coverage (205/800): running OptEnvConf\.APISpec.three-commands.produces the same env docs structure as before
  3082. 213.47 s > coverage (201/800): done OptEnvConf\.APISpec.three-commands.documents the help page in the same way (148 mutations)
  3083. 213.47 s > coverage (206/800): running OptEnvConf\.APISpec.three-commands.shows the parser in the same way
  3084. 213.47 s > coverage (204/800): done OptEnvConf\.APISpec.three-commands.documents the version page in the same way (3 mutations)
  3085. 213.47 s > coverage (207/800): running OptEnvConf\.APISpec.three-commands.documents the long opt parser in the same way
  3086. 213.47 s > coverage (205/800): done OptEnvConf\.APISpec.three-commands.produces the same env docs structure as before (61 mutations)
  3087. 213.47 s > coverage (209/800): running OptEnvConf\.APISpec.same-help.documents the conf parser in the same way
  3088. 213.47 s > coverage (199/800): done OptEnvConf\.APISpec.three-commands.produces the same docs structure as before (61 mutations)
  3089. 213.47 s > coverage (208/800): running OptEnvConf\.APISpec.three-commands.documents the man page in the same way
  3090. 213.47 s > coverage (206/800): done OptEnvConf\.APISpec.three-commands.shows the parser in the same way (198 mutations)
  3091. 213.47 s > coverage (210/800): running OptEnvConf\.APISpec.same-help.documents the help page in the same way
  3092. 213.47 s > coverage (207/800): done OptEnvConf\.APISpec.three-commands.documents the long opt parser in the same way (102 mutations)
  3093. 213.47 s > coverage (211/800): running OptEnvConf\.APISpec.same-help.documents the version page in the same way
  3094. 213.47 s > coverage (209/800): done OptEnvConf\.APISpec.same-help.documents the conf parser in the same way (78 mutations)
  3095. 213.47 s > coverage (212/800): running OptEnvConf\.APISpec.same-help.documents the short opt parser in the same way
  3096. 213.47 s > coverage (208/800): done OptEnvConf\.APISpec.three-commands.documents the man page in the same way (316 mutations)
  3097. 213.47 s > coverage (213/800): running OptEnvConf\.APISpec.same-help.produces the same opt docs structure as before
  3098. 213.47 s > coverage (210/800): done OptEnvConf\.APISpec.same-help.documents the help page in the same way (194 mutations)
  3099. 213.47 s > coverage (214/800): running OptEnvConf\.APISpec.same-help.passes the linter
  3100. 213.47 s > coverage (211/800): done OptEnvConf\.APISpec.same-help.documents the version page in the same way (3 mutations)
  3101. 213.47 s > coverage (216/800): running OptEnvConf\.APISpec.same-help.produces the same conf docs structure as before
  3102. 213.47 s > coverage (212/800): done OptEnvConf\.APISpec.same-help.documents the short opt parser in the same way (104 mutations)
  3103. 213.47 s > coverage (217/800): running OptEnvConf\.APISpec.same-help.renders the Nix options the same way
  3104. 213.47 s > coverage (213/800): done OptEnvConf\.APISpec.same-help.produces the same opt docs structure as before (67 mutations)
  3105. 213.47 s > coverage (218/800): running OptEnvConf\.APISpec.same-help.renders the reference documentation in the same way
  3106. 213.47 s > coverage (214/800): done OptEnvConf\.APISpec.same-help.passes the linter (120 mutations)
  3107. 213.47 s > coverage (219/800): running OptEnvConf\.APISpec.same-help.produces the same docs structure as before
  3108. 213.47 s > coverage (216/800): done OptEnvConf\.APISpec.same-help.produces the same conf docs structure as before (64 mutations)
  3109. 213.47 s > coverage (215/800): running OptEnvConf\.APISpec.same-help.documents the man page in the same way
  3110. 213.47 s > coverage (217/800): done OptEnvConf\.APISpec.same-help.renders the Nix options the same way (105 mutations)
  3111. 213.47 s > coverage (220/800): running OptEnvConf\.APISpec.same-help.produces the same env docs structure as before
  3112. 213.47 s > coverage (218/800): done OptEnvConf\.APISpec.same-help.renders the reference documentation in the same way (264 mutations)
  3113. 213.47 s > coverage (221/800): running OptEnvConf\.APISpec.same-help.documents the long opt parser in the same way
  3114. 213.47 s > coverage (219/800): done OptEnvConf\.APISpec.same-help.produces the same docs structure as before (64 mutations)
  3115. 213.47 s > coverage (222/800): running OptEnvConf\.APISpec.same-help.documents the env parser in the same way
  3116. 213.47 s > coverage (215/800): done OptEnvConf\.APISpec.same-help.documents the man page in the same way (284 mutations)
  3117. 213.47 s > coverage (223/800): running OptEnvConf\.APISpec.same-help.shows the parser in the same way
  3118. 213.47 s > coverage (220/800): done OptEnvConf\.APISpec.same-help.produces the same env docs structure as before (64 mutations)
  3119. 213.47 s > coverage (224/800): running OptEnvConf\.APISpec.some-args.produces the same docs structure as before
  3120. 213.47 s > coverage (221/800): done OptEnvConf\.APISpec.same-help.documents the long opt parser in the same way (87 mutations)
  3121. 213.47 s > coverage (226/800): running OptEnvConf\.APISpec.some-args.documents the env parser in the same way
  3122. 213.47 s > coverage (222/800): done OptEnvConf\.APISpec.same-help.documents the env parser in the same way (78 mutations)
  3123. 213.47 s > coverage (225/800): running OptEnvConf\.APISpec.some-args.produces the same opt docs structure as before
  3124. 213.47 s > coverage (223/800): done OptEnvConf\.APISpec.same-help.shows the parser in the same way (183 mutations)
  3125. 213.47 s > coverage (228/800): running OptEnvConf\.APISpec.some-args.passes the linter
  3126. 213.47 s > coverage (224/800): done OptEnvConf\.APISpec.some-args.produces the same docs structure as before (26 mutations)
  3127. 213.47 s > coverage (227/800): running OptEnvConf\.APISpec.some-args.renders the Nix options the same way
  3128. 213.47 s > coverage (226/800): done OptEnvConf\.APISpec.some-args.documents the env parser in the same way (26 mutations)
  3129. 213.47 s > coverage (229/800): running OptEnvConf\.APISpec.some-args.documents the long opt parser in the same way
  3130. 213.47 s > coverage (225/800): done OptEnvConf\.APISpec.some-args.produces the same opt docs structure as before (29 mutations)
  3131. 213.47 s > coverage (230/800): running OptEnvConf\.APISpec.some-args.renders the reference documentation in the same way
  3132. 213.47 s > coverage (228/800): done OptEnvConf\.APISpec.some-args.passes the linter (38 mutations)
  3133. 213.47 s > coverage (232/800): running OptEnvConf\.APISpec.some-args.documents the short opt parser in the same way
  3134. 213.47 s > coverage (227/800): done OptEnvConf\.APISpec.some-args.renders the Nix options the same way (67 mutations)
  3135. 213.47 s > coverage (231/800): running OptEnvConf\.APISpec.some-args.documents the man page in the same way
  3136. 213.47 s > coverage (229/800): done OptEnvConf\.APISpec.some-args.documents the long opt parser in the same way (49 mutations)
  3137. 213.47 s > coverage (234/800): running OptEnvConf\.APISpec.some-args.produces the same env docs structure as before
  3138. 213.47 s > coverage (230/800): done OptEnvConf\.APISpec.some-args.renders the reference documentation in the same way (181 mutations)
  3139. 213.47 s > coverage (233/800): running OptEnvConf\.APISpec.some-args.documents the version page in the same way
  3140. 213.47 s > coverage (232/800): done OptEnvConf\.APISpec.some-args.documents the short opt parser in the same way (61 mutations)
  3141. 213.47 s > coverage (235/800): running OptEnvConf\.APISpec.some-args.documents the help page in the same way
  3142. 213.47 s > coverage (231/800): done OptEnvConf\.APISpec.some-args.documents the man page in the same way (201 mutations)
  3143. 213.47 s > coverage (236/800): running OptEnvConf\.APISpec.some-args.shows the parser in the same way
  3144. 213.47 s > coverage (234/800): done OptEnvConf\.APISpec.some-args.produces the same env docs structure as before (26 mutations)
  3145. 213.47 s > coverage (237/800): running OptEnvConf\.APISpec.some-args.produces the same conf docs structure as before
  3146. 213.47 s > coverage (233/800): done OptEnvConf\.APISpec.some-args.documents the version page in the same way (3 mutations)
  3147. 213.47 s > coverage (238/800): running OptEnvConf\.APISpec.some-args.documents the conf parser in the same way
  3148. 213.47 s > coverage (235/800): done OptEnvConf\.APISpec.some-args.documents the help page in the same way (139 mutations)
  3149. 213.47 s > coverage (239/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the long opt parser in the same way
  3150. 213.47 s > coverage (236/800): done OptEnvConf\.APISpec.some-args.shows the parser in the same way (88 mutations)
  3151. 213.47 s > coverage (241/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same opt docs structure as before
  3152. 213.47 s > coverage (237/800): done OptEnvConf\.APISpec.some-args.produces the same conf docs structure as before (26 mutations)
  3153. 213.47 s > coverage (243/800): running OptEnvConf\.APISpec.enable-disable-optional.renders the reference documentation in the same way
  3154. 213.47 s > coverage (238/800): done OptEnvConf\.APISpec.some-args.documents the conf parser in the same way (26 mutations)
  3155. 213.47 s > coverage (242/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the short opt parser in the same way
  3156. 213.47 s > coverage (239/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the long opt parser in the same way (72 mutations)
  3157. 213.47 s > coverage (240/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same docs structure as before
  3158. 213.47 s > coverage (241/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same opt docs structure as before (52 mutations)
  3159. 213.47 s > coverage (244/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the man page in the same way
  3160. 213.47 s > coverage (242/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the short opt parser in the same way (78 mutations)
  3161. 213.47 s > coverage (246/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the help page in the same way
  3162. 213.47 s > coverage (243/800): done OptEnvConf\.APISpec.enable-disable-optional.renders the reference documentation in the same way (234 mutations)
  3163. 213.47 s > coverage (247/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the env parser in the same way
  3164. 213.47 s > coverage (240/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same docs structure as before (49 mutations)
  3165. 213.47 s > coverage (248/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the conf parser in the same way
  3166. 213.47 s > coverage (244/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the man page in the same way (254 mutations)
  3167. 213.47 s > coverage (249/800): running OptEnvConf\.APISpec.enable-disable-optional.documents the version page in the same way
  3168. 213.47 s > coverage (246/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the help page in the same way (164 mutations)
  3169. 213.47 s > coverage (245/800): running OptEnvConf\.APISpec.enable-disable-optional.passes the linter
  3170. 213.47 s > coverage (247/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the env parser in the same way (63 mutations)
  3171. 213.47 s > coverage (250/800): running OptEnvConf\.APISpec.enable-disable-optional.renders the Nix options the same way
  3172. 213.47 s > coverage (248/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the conf parser in the same way (63 mutations)
  3173. 213.47 s > coverage (251/800): running OptEnvConf\.APISpec.enable-disable-optional.shows the parser in the same way
  3174. 213.47 s > coverage (249/800): done OptEnvConf\.APISpec.enable-disable-optional.documents the version page in the same way (3 mutations)
  3175. 213.47 s > coverage (252/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same conf docs structure as before
  3176. 213.47 s > coverage (245/800): done OptEnvConf\.APISpec.enable-disable-optional.passes the linter (94 mutations)
  3177. 213.47 s > coverage (253/800): running OptEnvConf\.APISpec.enable-disable-optional.produces the same env docs structure as before
  3178. 213.47 s > coverage (250/800): done OptEnvConf\.APISpec.enable-disable-optional.renders the Nix options the same way (92 mutations)
  3179. 213.47 s > coverage (254/800): running OptEnvConf\.APISpec.sub-settings.produces the same opt docs structure as before
  3180. 213.47 s > coverage (251/800): done OptEnvConf\.APISpec.enable-disable-optional.shows the parser in the same way (152 mutations)
  3181. 213.47 s > coverage (255/800): running OptEnvConf\.APISpec.sub-settings.produces the same docs structure as before
  3182. 213.47 s > coverage (253/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same env docs structure as before (49 mutations)
  3183. 213.47 s > coverage (256/800): running OptEnvConf\.APISpec.sub-settings.produces the same env docs structure as before
  3184. 213.47 s > coverage (252/800): done OptEnvConf\.APISpec.enable-disable-optional.produces the same conf docs structure as before (49 mutations)
  3185. 213.47 s > coverage (257/800): running OptEnvConf\.APISpec.sub-settings.documents the conf parser in the same way
  3186. 213.47 s > coverage (254/800): done OptEnvConf\.APISpec.sub-settings.produces the same opt docs structure as before (52 mutations)
  3187. 213.47 s > coverage (258/800): running OptEnvConf\.APISpec.sub-settings.documents the version page in the same way
  3188. 213.47 s > coverage (255/800): done OptEnvConf\.APISpec.sub-settings.produces the same docs structure as before (61 mutations)
  3189. 213.47 s > coverage (259/800): running OptEnvConf\.APISpec.sub-settings.renders the Nix options the same way
  3190. 213.47 s > coverage (257/800): done OptEnvConf\.APISpec.sub-settings.documents the conf parser in the same way (69 mutations)
  3191. 213.47 s > coverage (260/800): running OptEnvConf\.APISpec.sub-settings.renders the reference documentation in the same way
  3192. 213.47 s > coverage (256/800): done OptEnvConf\.APISpec.sub-settings.produces the same env docs structure as before (55 mutations)
  3193. 213.47 s > coverage (261/800): running OptEnvConf\.APISpec.sub-settings.produces the same conf docs structure as before
  3194. 213.47 s > coverage (259/800): done OptEnvConf\.APISpec.sub-settings.renders the Nix options the same way (99 mutations)
  3195. 213.47 s > coverage (262/800): running OptEnvConf\.APISpec.sub-settings.documents the man page in the same way
  3196. 213.47 s > coverage (258/800): done OptEnvConf\.APISpec.sub-settings.documents the version page in the same way (3 mutations)
  3197. 213.47 s > coverage (264/800): running OptEnvConf\.APISpec.sub-settings.documents the help page in the same way
  3198. 213.47 s > coverage (260/800): done OptEnvConf\.APISpec.sub-settings.renders the reference documentation in the same way (257 mutations)
  3199. 213.47 s > coverage (263/800): running OptEnvConf\.APISpec.sub-settings.documents the long opt parser in the same way
  3200. 213.47 s > coverage (261/800): done OptEnvConf\.APISpec.sub-settings.produces the same conf docs structure as before (55 mutations)
  3201. 213.47 s > coverage (265/800): running OptEnvConf\.APISpec.sub-settings.passes the linter
  3202. 213.47 s > coverage (262/800): done OptEnvConf\.APISpec.sub-settings.documents the man page in the same way (277 mutations)
  3203. 213.47 s > coverage (266/800): running OptEnvConf\.APISpec.sub-settings.documents the env parser in the same way
  3204. 213.47 s > coverage (264/800): done OptEnvConf\.APISpec.sub-settings.documents the help page in the same way (187 mutations)
  3205. 213.47 s > coverage (267/800): running OptEnvConf\.APISpec.sub-settings.documents the short opt parser in the same way
  3206. 213.47 s > coverage (265/800): done OptEnvConf\.APISpec.sub-settings.passes the linter (85 mutations)
  3207. 213.47 s > coverage (268/800): running OptEnvConf\.APISpec.sub-settings.shows the parser in the same way
  3208. 213.47 s > coverage (263/800): done OptEnvConf\.APISpec.sub-settings.documents the long opt parser in the same way (72 mutations)
  3209. 213.47 s > coverage (269/800): running OptEnvConf\.APISpec.optional.documents the conf parser in the same way
  3210. 213.47 s > coverage (266/800): done OptEnvConf\.APISpec.sub-settings.documents the env parser in the same way (69 mutations)
  3211. 213.47 s > coverage (270/800): running OptEnvConf\.APISpec.optional.renders the Nix options the same way
  3212. 213.47 s > coverage (267/800): done OptEnvConf\.APISpec.sub-settings.documents the short opt parser in the same way (85 mutations)
  3213. 213.47 s > coverage (271/800): running OptEnvConf\.APISpec.optional.shows the parser in the same way
  3214. 213.47 s > coverage (269/800): done OptEnvConf\.APISpec.optional.documents the conf parser in the same way (41 mutations)
  3215. 213.47 s > coverage (272/800): running OptEnvConf\.APISpec.optional.renders the reference documentation in the same way
  3216. 213.47 s > coverage (268/800): done OptEnvConf\.APISpec.sub-settings.shows the parser in the same way (164 mutations)
  3217. 213.47 s > coverage (273/800): running OptEnvConf\.APISpec.optional.documents the help page in the same way
  3218. 213.47 s > coverage (270/800): done OptEnvConf\.APISpec.optional.renders the Nix options the same way (86 mutations)
  3219. 213.47 s > coverage (274/800): running OptEnvConf\.APISpec.optional.produces the same env docs structure as before
  3220. 213.47 s > coverage (271/800): done OptEnvConf\.APISpec.optional.shows the parser in the same way (122 mutations)
  3221. 213.47 s > coverage (275/800): running OptEnvConf\.APISpec.optional.documents the env parser in the same way
  3222. 213.47 s > coverage (272/800): done OptEnvConf\.APISpec.optional.renders the reference documentation in the same way (186 mutations)
  3223. 213.47 s > coverage (276/800): running OptEnvConf\.APISpec.optional.documents the version page in the same way
  3224. 213.47 s > coverage (273/800): done OptEnvConf\.APISpec.optional.documents the help page in the same way (147 mutations)
  3225. 213.47 s > coverage (277/800): running OptEnvConf\.APISpec.optional.produces the same docs structure as before
  3226. 213.47 s > coverage (275/800): done OptEnvConf\.APISpec.optional.documents the env parser in the same way (41 mutations)
  3227. 213.47 s > coverage (278/800): running OptEnvConf\.APISpec.optional.documents the man page in the same way
  3228. 213.47 s > coverage (274/800): done OptEnvConf\.APISpec.optional.produces the same env docs structure as before (41 mutations)
  3229. 213.47 s > coverage (279/800): running OptEnvConf\.APISpec.optional.documents the long opt parser in the same way
  3230. 213.47 s > coverage (276/800): done OptEnvConf\.APISpec.optional.documents the version page in the same way (3 mutations)
  3231. 213.47 s > coverage (280/800): running OptEnvConf\.APISpec.optional.produces the same conf docs structure as before
  3232. 213.47 s > coverage (277/800): done OptEnvConf\.APISpec.optional.produces the same docs structure as before (41 mutations)
  3233. 213.47 s > coverage (282/800): running OptEnvConf\.APISpec.optional.passes the linter
  3234. 213.47 s > coverage (278/800): done OptEnvConf\.APISpec.optional.documents the man page in the same way (202 mutations)
  3235. 213.47 s > coverage (281/800): running OptEnvConf\.APISpec.optional.produces the same opt docs structure as before
  3236. 213.47 s > coverage (279/800): done OptEnvConf\.APISpec.optional.documents the long opt parser in the same way (64 mutations)
  3237. 213.47 s > coverage (284/800): running OptEnvConf\.APISpec.big-config.renders the Nix options the same way
  3238. 213.47 s > coverage (280/800): done OptEnvConf\.APISpec.optional.produces the same conf docs structure as before (41 mutations)
  3239. 213.47 s > coverage (283/800): running OptEnvConf\.APISpec.optional.documents the short opt parser in the same way
  3240. 213.47 s > coverage (282/800): done OptEnvConf\.APISpec.optional.passes the linter (70 mutations)
  3241. 213.47 s > coverage (285/800): running OptEnvConf\.APISpec.big-config.documents the man page in the same way
  3242. 213.47 s > coverage (284/800): done OptEnvConf\.APISpec.big-config.renders the Nix options the same way (89 mutations)
  3243. 213.47 s > coverage (286/800): running OptEnvConf\.APISpec.big-config.documents the conf parser in the same way
  3244. 213.47 s > coverage (281/800): done OptEnvConf\.APISpec.optional.produces the same opt docs structure as before (44 mutations)
  3245. 213.47 s > coverage (288/800): running OptEnvConf\.APISpec.big-config.documents the env parser in the same way
  3246. 213.47 s > coverage (283/800): done OptEnvConf\.APISpec.optional.documents the short opt parser in the same way (69 mutations)
  3247. 213.47 s > coverage (287/800): running OptEnvConf\.APISpec.big-config.documents the help page in the same way
  3248. 213.47 s > coverage (285/800): done OptEnvConf\.APISpec.big-config.documents the man page in the same way (260 mutations)
  3249. 213.47 s > coverage (289/800): running OptEnvConf\.APISpec.big-config.produces the same docs structure as before
  3250. 213.47 s > coverage (286/800): done OptEnvConf\.APISpec.big-config.documents the conf parser in the same way (60 mutations)
  3251. 213.47 s > coverage (290/800): running OptEnvConf\.APISpec.big-config.passes the linter
  3252. 213.47 s > coverage (288/800): done OptEnvConf\.APISpec.big-config.documents the env parser in the same way (60 mutations)
  3253. 213.47 s > coverage (291/800): running OptEnvConf\.APISpec.big-config.produces the same conf docs structure as before
  3254. 213.47 s > coverage (287/800): done OptEnvConf\.APISpec.big-config.documents the help page in the same way (170 mutations)
  3255. 213.47 s > coverage (292/800): running OptEnvConf\.APISpec.big-config.shows the parser in the same way
  3256. 213.47 s > coverage (289/800): done OptEnvConf\.APISpec.big-config.produces the same docs structure as before (46 mutations)
  3257. 213.47 s > coverage (294/800): running OptEnvConf\.APISpec.big-config.renders the reference documentation in the same way
  3258. 213.47 s > coverage (290/800): done OptEnvConf\.APISpec.big-config.passes the linter (85 mutations)
  3259. 213.47 s > coverage (293/800): running OptEnvConf\.APISpec.big-config.documents the long opt parser in the same way
  3260. 213.47 s > coverage (291/800): done OptEnvConf\.APISpec.big-config.produces the same conf docs structure as before (46 mutations)
  3261. 213.47 s > coverage (295/800): running OptEnvConf\.APISpec.big-config.documents the version page in the same way
  3262. 213.47 s > coverage (292/800): done OptEnvConf\.APISpec.big-config.shows the parser in the same way (149 mutations)
  3263. 213.47 s > coverage (298/800): running OptEnvConf\.APISpec.big-config.produces the same opt docs structure as before
  3264. 213.47 s > coverage (294/800): done OptEnvConf\.APISpec.big-config.renders the reference documentation in the same way (240 mutations)
  3265. 213.47 s > coverage (296/800): running OptEnvConf\.APISpec.big-config.produces the same env docs structure as before
  3266. 213.47 s > coverage (293/800): done OptEnvConf\.APISpec.big-config.documents the long opt parser in the same way (69 mutations)
  3267. 213.47 s > coverage (297/800): running OptEnvConf\.APISpec.big-config.documents the short opt parser in the same way
  3268. 213.47 s > coverage (295/800): done OptEnvConf\.APISpec.big-config.documents the version page in the same way (3 mutations)
  3269. 213.47 s > coverage (300/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["quux"]
  3270. 213.47 s > coverage (298/800): done OptEnvConf\.APISpec.big-config.produces the same opt docs structure as before (49 mutations)
  3271. 213.47 s > coverage (299/800): running OptEnvConf\.EnvMapSpec.parseEnvMap.produces valid EnvMaps
  3272. 213.47 s > coverage (296/800): done OptEnvConf\.APISpec.big-config.produces the same env docs structure as before (46 mutations)
  3273. 213.47 s > coverage (302/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub"]
  3274. 213.47 s > coverage (297/800): done OptEnvConf\.APISpec.big-config.documents the short opt parser in the same way (80 mutations)
  3275. 213.47 s > coverage (303/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: []
  3276. 213.47 s > coverage (300/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["quux"] (260 mutations)
  3277. 213.47 s > coverage (301/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","foo"]
  3278. 213.47 s > coverage (299/800): done OptEnvConf\.EnvMapSpec.parseEnvMap.produces valid EnvMaps (0 mutations)
  3279. 213.47 s > coverage (304/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["--port","notaport"]
  3280. 213.47 s > coverage (302/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub"] (177 mutations)
  3281. 213.47 s > coverage (306/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["create"]
  3282. 213.47 s > coverage (303/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: [] (249 mutations)
  3283. 213.47 s > coverage (307/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","bar"]
  3284. 213.47 s > coverage (301/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","foo"] (164 mutations)
  3285. 213.47 s > coverage (305/800): running OptEnvConf\.HelpSpec.this help page in the same way for args\: ["read"]
  3286. 213.47 s > coverage (304/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["--port","notaport"] (264 mutations)
  3287. 213.47 s > coverage (308/800): running OptEnvConf\.RunSpec.runParser.withCombinedYamlConfig.can parse without any arguments
  3288. 213.47 s > coverage (306/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["create"] (190 mutations)
  3289. 213.47 s > coverage (309/800): running OptEnvConf\.RunSpec.runParser.subConfig.can prefix a conf val parser
  3290. 213.47 s > coverage (307/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["sub","bar"] (164 mutations)
  3291. 213.47 s > coverage (311/800): running OptEnvConf\.RunSpec.runParser.Select.can avoid the second parser with select
  3292. 213.47 s > coverage (305/800): done OptEnvConf\.HelpSpec.this help page in the same way for args\: ["read"] (164 mutations)
  3293. 213.47 s > coverage (310/800): running OptEnvConf\.RunSpec.runParser.Select.can use the second parser with select
  3294. 213.47 s > coverage (311/800): done OptEnvConf\.RunSpec.runParser.Select.can avoid the second parser with select (10 mutations)
  3295. 213.47 s > coverage (312/800): running OptEnvConf\.RunSpec.runParser.subArgs.can prefix a switch parser
  3296. 213.47 s > coverage (309/800): done OptEnvConf\.RunSpec.runParser.subConfig.can prefix a conf val parser (81 mutations)
  3297. 213.47 s > coverage (313/800): running OptEnvConf\.RunSpec.runParser.subArgs.can prefix an option parser
  3298. 213.47 s > coverage (310/800): done OptEnvConf\.RunSpec.runParser.Select.can use the second parser with select (10 mutations)
  3299. 213.47 s > coverage (315/800): running OptEnvConf\.RunSpec.runParser.Some.can parse some args
  3300. 213.47 s > coverage (308/800): done OptEnvConf\.RunSpec.runParser.withCombinedYamlConfig.can parse without any arguments (108 mutations)
  3301. 213.47 s > coverage (316/800): running OptEnvConf\.RunSpec.runParser.Some.fails to parse zero args
  3302. 213.47 s > coverage (312/800): done OptEnvConf\.RunSpec.runParser.subArgs.can prefix a switch parser (67 mutations)
  3303. 213.47 s > coverage (314/800): running OptEnvConf\.RunSpec.runParser.Some.parses many-many input in bounded time (regression\: no exponential blowup)
  3304. 213.47 s > coverage (313/800): done OptEnvConf\.RunSpec.runParser.subArgs.can prefix an option parser (91 mutations)
  3305. 213.47 s > coverage (317/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["command","arg"] as ("command",'2')
  3306. 213.47 s > coverage (316/800): done OptEnvConf\.RunSpec.runParser.Some.fails to parse zero args (79 mutations)
  3307. 213.47 s > coverage (318/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True
  3308. 213.47 s > coverage (314/800): done OptEnvConf\.RunSpec.runParser.Some.parses many-many input in bounded time (regression\: no exponential blowup) (178 mutations)
  3309. 213.47 s > coverage (319/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True
  3310. 213.47 s > coverage (317/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["command","arg"] as ("command",'2') (70 mutations)
  3311. 213.47 s > coverage (320/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6])
  3312. 213.47 s > coverage (318/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True (106 mutations)
  3313. 213.47 s > coverage (322/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","all","-bare","--arguments"] as ["all","-bare","--arguments"]
  3314. 213.47 s > coverage (319/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True (128 mutations)
  3315. 213.47 s > coverage (321/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False
  3316. 213.47 s > coverage (320/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]) (148 mutations)
  3317. 213.47 s > coverage (323/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True)
  3318. 213.47 s > coverage (322/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","all","-bare","--arguments"] as ["all","-bare","--arguments"] (110 mutations)
  3319. 213.47 s > coverage (324/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False
  3320. 213.47 s > coverage (321/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False (123 mutations)
  3321. 213.47 s > coverage (325/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2)
  3322. 213.47 s > coverage (323/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True) (167 mutations)
  3323. 213.47 s > coverage (326/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:1
  3324. 213.47 s > coverage (324/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False (106 mutations)
  3325. 213.47 s > coverage (328/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo","-v"] as (2,"foo")
  3326. 213.47 s > coverage (325/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2) (155 mutations)
  3327. 213.47 s > coverage (329/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ('a','b')
  3328. 213.47 s > coverage (326/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:1 (123 mutations)
  3329. 213.47 s > coverage (330/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4)
  3330. 213.47 s > coverage (315/800): done OptEnvConf\.RunSpec.runParser.Some.can parse some args (100 mutations)
  3331. 213.47 s > coverage (327/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[])
  3332. 213.47 s > coverage (329/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ('a','b') (132 mutations)
  3333. 213.47 s > coverage (331/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("foo",String "bar")]) as Right "bar"
  3334. 213.47 s > coverage (328/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo","-v"] as (2,"foo") (174 mutations)
  3335. 213.47 s > coverage (334/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True
  3336. 213.47 s > coverage (330/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4) (138 mutations)
  3337. 213.47 s > coverage (333/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3)
  3338. 213.47 s > coverage (327/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]) (127 mutations)
  3339. 213.47 s > coverage (332/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True)
  3340. 213.47 s > coverage (334/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True (91 mutations)
  3341. 213.47 s > coverage (335/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5)
  3342. 213.47 s > coverage (333/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3) (138 mutations)
  3343. 213.47 s > coverage (336/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar"
  3344. 213.47 s > coverage (331/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("foo",String "bar")]) as Right "bar" (75 mutations)
  3345. 213.47 s > coverage (337/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--option","command","arg"] as ("command",'2')
  3346. 213.47 s > coverage (332/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True) (119 mutations)
  3347. 213.47 s > coverage (338/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2):1
  3348. 213.47 s > coverage (335/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5) (147 mutations)
  3349. 213.47 s > coverage (339/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing
  3350. 213.47 s > coverage (337/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--option","command","arg"] as ("command",'2') (114 mutations)
  3351. 213.47 s > coverage (341/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--verbose"] as 1
  3352. 213.47 s > coverage (336/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar" (145 mutations)
  3353. 213.47 s > coverage (340/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True)
  3354. 213.47 s > coverage (338/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--"] as (["--"],2):1 (147 mutations)
  3355. 213.47 s > coverage (342/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True
  3356. 213.47 s > coverage (339/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing (104 mutations)
  3357. 213.47 s > coverage (343/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True)
  3358. 213.47 s > coverage (341/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--verbose"] as 1 (106 mutations)
  3359. 213.47 s > coverage (344/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2)
  3360. 213.47 s > coverage (340/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True) (121 mutations)
  3361. 213.47 s > coverage (345/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[])
  3362. 213.47 s > coverage (342/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True (123 mutations)
  3363. 213.47 s > coverage (346/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["args","here"] as ["args","here"]
  3364. 213.47 s > coverage (344/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2) (133 mutations)
  3365. 213.47 s > coverage (347/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["c"] as "c"
  3366. 213.47 s > coverage (343/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True) (165 mutations)
  3367. 213.47 s > coverage (349/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6)
  3368. 213.47 s > coverage (345/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]) (127 mutations)
  3369. 213.47 s > coverage (348/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False
  3370. 213.47 s > coverage (346/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["args","here"] as ["args","here"] (139 mutations)
  3371. 213.47 s > coverage (350/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]):1
  3372. 213.47 s > coverage (347/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["c"] as "c" (74 mutations)
  3373. 213.47 s > coverage (351/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0)
  3374. 213.47 s > coverage (349/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6) (147 mutations)
  3375. 213.47 s > coverage (353/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as Just True
  3376. 213.47 s > coverage (348/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False (127 mutations)
  3377. 213.47 s > coverage (352/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True:1
  3378. 213.47 s > coverage (350/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p1"] as (["-p1"],[]):1 (124 mutations)
  3379. 213.47 s > coverage (354/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:2
  3380. 213.47 s > coverage (352/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as True:1 (128 mutations)
  3381. 213.47 s > coverage (355/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False)
  3382. 213.47 s > coverage (353/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--enable-example"] as Just True (128 mutations)
  3383. 213.47 s > coverage (356/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--before","'m'"] as ('m',Nothing)
  3384. 213.47 s > coverage (351/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0) (86 mutations)
  3385. 213.47 s > coverage (357/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3])
  3386. 213.47 s > coverage (354/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:2 (123 mutations)
  3387. 213.47 s > coverage (358/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as "ho"
  3388. 213.47 s > coverage (357/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]) (149 mutations)
  3389. 213.47 s > coverage (359/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True
  3390. 213.47 s > coverage (356/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--before","'m'"] as ('m',Nothing) (170 mutations)
  3391. 213.47 s > coverage (360/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False):1
  3392. 213.47 s > coverage (355/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False) (160 mutations)
  3393. 213.47 s > coverage (361/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1])
  3394. 213.47 s > coverage (358/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as "ho" (73 mutations)
  3395. 213.47 s > coverage (362/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-f","foo"] as (1,"foo")
  3396. 213.47 s > coverage (360/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bar"] as (Just "--bar",False):1 (160 mutations)
  3397. 213.47 s > coverage (363/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["two"] as '2'
  3398. 213.47 s > coverage (359/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True (128 mutations)
  3399. 213.47 s > coverage (364/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo"] as "foo"
  3400. 213.47 s > coverage (361/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]) (140 mutations)
  3401. 213.47 s > coverage (366/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3])
  3402. 213.47 s > coverage (363/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["two"] as '2' (25 mutations)
  3403. 213.47 s > coverage (365/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]):1
  3404. 213.47 s > coverage (362/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-f","foo"] as (1,"foo") (165 mutations)
  3405. 213.47 s > coverage (367/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True)
  3406. 213.47 s > coverage (366/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]) (156 mutations)
  3407. 213.47 s > coverage (368/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False)
  3408. 213.47 s > coverage (364/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo"] as "foo" (91 mutations)
  3409. 213.47 s > coverage (370/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False
  3410. 213.47 s > coverage (368/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False) (118 mutations)
  3411. 213.47 s > coverage (370/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False (123 mutations)
  3412. 213.47 s > coverage (369/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False):1
  3413. 213.47 s > coverage (371/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8])
  3414. 213.47 s > coverage (365/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["quux","--port","6"] as (["quux"],[6]):1 (152 mutations)
  3415. 213.47 s > coverage (373/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5])
  3416. 213.47 s > coverage (367/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True) (143 mutations)
  3417. 213.47 s > coverage (372/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6):1
  3418. 213.47 s > coverage (369/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo"] as (Just "foo",False):1 (115 mutations)
  3419. 213.47 s > coverage (373/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]) (134 mutations)
  3420. 213.47 s > coverage (374/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True):1
  3421. 213.47 s > coverage (376/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--verbose"] as 2
  3422. 213.47 s > coverage (371/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]) (146 mutations)
  3423. 213.47 s > coverage (375/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as (0,"foo")
  3424. 213.47 s > coverage (372/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","-v","b","-v","c"] as (["a","b","c"],6):1 (165 mutations)
  3425. 213.47 s > coverage (377/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3])
  3426. 213.47 s > coverage (376/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--verbose"] as 2 (113 mutations)
  3427. 213.47 s > coverage (379/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2):1
  3428. 213.47 s > coverage (374/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch","foo"] as (Just "foo",True):1 (119 mutations)
  3429. 213.47 s > coverage (378/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]):1
  3430. 213.47 s > coverage (375/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as (0,"foo") (164 mutations)
  3431. 213.47 s > coverage (380/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":1
  3432. 213.47 s > coverage (377/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]) (143 mutations)
  3433. 213.47 s > coverage (381/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",Number 5\.0)]) as Left 5
  3434. 213.47 s > coverage (378/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=8","bar"] as (["bar"],[8]):1 (134 mutations)
  3435. 213.47 s > coverage (383/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose","-v"] as 4
  3436. 213.47 s > coverage (380/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":1 (145 mutations)
  3437. 213.47 s > coverage (382/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True:1
  3438. 213.47 s > coverage (379/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","-v","b","-v"] as (["a","b"],2):1 (151 mutations)
  3439. 213.47 s > coverage (385/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False
  3440. 213.47 s > coverage (381/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",Number 5\.0)]) as Left 5 (75 mutations)
  3441. 213.47 s > coverage (386/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True
  3442. 213.47 s > coverage (383/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose","-v"] as 4 (122 mutations)
  3443. 213.47 s > coverage (384/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2])
  3444. 213.47 s > coverage (382/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as True:1 (106 mutations)
  3445. 213.47 s > coverage (387/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2])
  3446. 213.47 s > coverage (385/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False (127 mutations)
  3447. 213.47 s > coverage (389/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]):1
  3448. 213.47 s > coverage (386/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True (123 mutations)
  3449. 213.47 s > coverage (388/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:1
  3450. 213.47 s > coverage (384/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]) (166 mutations)
  3451. 213.47 s > coverage (390/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False:1
  3452. 213.47 s > coverage (387/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]) (127 mutations)
  3453. 213.47 s > coverage (391/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True)
  3454. 213.47 s > coverage (389/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2"] as ([],[2]):1 (131 mutations)
  3455. 213.47 s > coverage (392/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True
  3456. 213.47 s > coverage (388/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:1 (123 mutations)
  3457. 213.47 s > coverage (393/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as "foo"
  3458. 213.47 s > coverage (391/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True) (141 mutations)
  3459. 213.47 s > coverage (394/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[])
  3460. 213.47 s > coverage (390/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as False:1 (127 mutations)
  3461. 213.47 s > coverage (395/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right "arg"
  3462. 213.47 s > coverage (392/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True (106 mutations)
  3463. 213.47 s > coverage (396/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar"
  3464. 213.47 s > coverage (393/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","foo"] as "foo" (108 mutations)
  3465. 213.47 s > coverage (397/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar")
  3466. 213.47 s > coverage (394/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]) (85 mutations)
  3467. 213.47 s > coverage (398/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as 0
  3468. 213.47 s > coverage (395/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right "arg" (127 mutations)
  3469. 213.47 s > coverage (399/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar":1
  3470. 213.47 s > coverage (396/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar" (131 mutations)
  3471. 213.47 s > coverage (400/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]):1
  3472. 213.47 s > coverage (397/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar") (91 mutations)
  3473. 213.47 s > coverage (401/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[])
  3474. 213.47 s > coverage (398/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as 0 (77 mutations)
  3475. 213.47 s > coverage (403/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):1
  3476. 213.47 s > coverage (399/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run2","--foo","bar"] as "bar":1 (131 mutations)
  3477. 213.47 s > coverage (402/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False
  3478. 213.47 s > coverage (400/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],[]):1 (88 mutations)
  3479. 213.47 s > coverage (404/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose"] as 3
  3480. 213.47 s > coverage (401/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]) (121 mutations)
  3481. 213.47 s > coverage (405/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-v"] as 2
  3482. 213.47 s > coverage (403/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):1 (89 mutations)
  3483. 213.47 s > coverage (406/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1)
  3484. 213.47 s > coverage (402/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False (106 mutations)
  3485. 213.47 s > coverage (407/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False:1
  3486. 213.47 s > coverage (404/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv","--verbose"] as 3 (122 mutations)
  3487. 213.47 s > coverage (408/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:1
  3488. 213.47 s > coverage (405/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","-v"] as 2 (108 mutations)
  3489. 213.47 s > coverage (409/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0)
  3490. 213.47 s > coverage (407/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [] as False:1 (106 mutations)
  3491. 213.47 s > coverage (410/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True):1
  3492. 213.47 s > coverage (406/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1) (138 mutations)
  3493. 213.47 s > coverage (411/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0)
  3494. 213.47 s > coverage (408/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:1 (106 mutations)
  3495. 213.47 s > coverage (412/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]):1
  3496. 213.47 s > coverage (409/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0) (114 mutations)
  3497. 213.47 s > coverage (413/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar"
  3498. 213.47 s > coverage (410/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w"] as (Nothing,True):1 (148 mutations)
  3499. 213.47 s > coverage (414/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:1
  3500. 213.47 s > coverage (411/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0) (125 mutations)
  3501. 213.47 s > coverage (415/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo","-v"] as (["foo"],1)
  3502. 213.47 s > coverage (413/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar" (131 mutations)
  3503. 213.47 s > coverage (416/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":2
  3504. 213.47 s > coverage (412/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p","1","-p","2","-p","3"] as ([],[1,2,3]):1 (164 mutations)
  3505. 213.47 s > coverage (417/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as Just False
  3506. 213.47 s > coverage (415/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file","foo","-v"] as (["foo"],1) (159 mutations)
  3507. 213.47 s > coverage (418/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9])
  3508. 213.47 s > coverage (414/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:1 (123 mutations)
  3509. 213.47 s > coverage (419/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True):1
  3510. 213.47 s > coverage (416/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":2 (145 mutations)
  3511. 213.47 s > coverage (420/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):2
  3512. 213.47 s > coverage (417/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as Just False (127 mutations)
  3513. 213.47 s > coverage (421/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3)
  3514. 213.47 s > coverage (419/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-w"] as (Just "foo",True):1 (121 mutations)
  3515. 213.47 s > coverage (422/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","-dfu"] as "-dfu"
  3516. 213.47 s > coverage (418/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]) (148 mutations)
  3517. 213.47 s > coverage (423/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True:1
  3518. 213.47 s > coverage (420/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as ([],0):2 (88 mutations)
  3519. 213.47 s > coverage (424/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing)
  3520. 213.47 s > coverage (421/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3) (133 mutations)
  3521. 213.47 s > coverage (425/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True:1
  3522. 213.47 s > coverage (423/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as True:1 (128 mutations)
  3523. 213.47 s > coverage (427/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","'c'","--bar","'d'"] as ('c','d')
  3524. 213.47 s > coverage (422/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","-dfu"] as "-dfu" (97 mutations)
  3525. 213.47 s > coverage (426/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:2
  3526. 213.47 s > coverage (424/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing) (159 mutations)
  3527. 213.47 s > coverage (429/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:3
  3528. 213.47 s > coverage (425/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as True:1 (106 mutations)
  3529. 213.47 s > coverage (430/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run","--foo","bar"] as "bar"
  3530. 213.47 s > coverage (427/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","'c'","--bar","'d'"] as ('c','d') (136 mutations)
  3531. 213.47 s > coverage (428/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as Just "ho"
  3532. 213.47 s > coverage (426/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:2 (123 mutations)
  3533. 213.47 s > coverage (431/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo"] as (["foo"],1)
  3534. 213.47 s > coverage (429/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","False")] as False:3 (123 mutations)
  3535. 213.47 s > coverage (433/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:2
  3536. 213.47 s > coverage (430/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run","--foo","bar"] as "bar" (131 mutations)
  3537. 213.47 s > coverage (432/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:1
  3538. 213.47 s > coverage (431/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vf","foo"] as (["foo"],1) (162 mutations)
  3539. 213.47 s > coverage (434/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3):1
  3540. 213.47 s > coverage (428/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Just (fromList [("hi",String "ho")]) as Just "ho" (97 mutations)
  3541. 213.47 s > coverage (435/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing):1
  3542. 213.47 s > coverage (433/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:2 (123 mutations)
  3543. 213.47 s > coverage (437/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":3
  3544. 213.47 s > coverage (432/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:1 (123 mutations)
  3545. 213.47 s > coverage (436/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4])
  3546. 213.47 s > coverage (435/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","foo"] as Just ("foo",Nothing):1 (174 mutations)
  3547. 213.47 s > coverage (438/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:2
  3548. 213.47 s > coverage (434/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","b","-v"] as (["a","b"],3):1 (156 mutations)
  3549. 213.47 s > coverage (439/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[])
  3550. 213.47 s > coverage (437/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as "bar":3 (91 mutations)
  3551. 213.47 s > coverage (440/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as "b"
  3552. 213.47 s > coverage (436/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]) (147 mutations)
  3553. 213.47 s > coverage (441/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]):1
  3554. 213.47 s > coverage (438/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:2 (123 mutations)
  3555. 213.47 s > coverage (443/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("--foo","bar")
  3556. 213.47 s > coverage (440/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as "b" (17 mutations)
  3557. 213.47 s > coverage (445/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]):1
  3558. 213.47 s > coverage (439/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]) (121 mutations)
  3559. 213.47 s > coverage (446/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7])
  3560. 213.47 s > coverage (441/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","3"] as ([],[3]):1 (141 mutations)
  3561. 213.47 s > coverage (442/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0):1
  3562. 213.47 s > coverage (443/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("--foo","bar") (110 mutations)
  3563. 213.47 s > coverage (447/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["delete"] as "ho"
  3564. 213.47 s > coverage (445/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["bar","--port=5"] as (["bar"],[5]):1 (134 mutations)
  3565. 213.47 s > coverage (444/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv"] as 2
  3566. 213.47 s > coverage (446/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]) (147 mutations)
  3567. 213.47 s > coverage (448/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True):1
  3568. 213.47 s > coverage (442/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--"] as (["--"],0):1 (120 mutations)
  3569. 213.47 s > coverage (450/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo","-v"] as (3,"foo")
  3570. 213.47 s > coverage (447/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["delete"] as "ho" (25 mutations)
  3571. 213.47 s > coverage (449/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","bar","--foo","quux"] as ["bar","quux"]
  3572. 213.47 s > coverage (444/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vv"] as 2 (117 mutations)
  3573. 213.47 s > coverage (451/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True:1
  3574. 213.47 s > coverage (448/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--watch"] as (Nothing,True):1 (146 mutations)
  3575. 213.47 s > coverage (452/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:1
  3576. 213.47 s > coverage (450/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo","-v"] as (3,"foo") (174 mutations)
  3577. 213.47 s > coverage (454/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True):1
  3578. 213.47 s > coverage (449/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-f","bar","--foo","quux"] as ["bar","quux"] (144 mutations)
  3579. 213.47 s > coverage (455/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right (Just "arg")
  3580. 213.47 s > coverage (451/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--bash-completion-script"] as Left True:1 (94 mutations)
  3581. 213.47 s > coverage (453/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]):1
  3582. 213.47 s > coverage (452/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:1 (130 mutations)
  3583. 213.47 s > coverage (456/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as Just False
  3584. 213.47 s > coverage (454/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-w","foo"] as (Just "foo",True):1 (121 mutations)
  3585. 213.47 s > coverage (457/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]):1
  3586. 213.47 s > coverage (453/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port=2","-p3"] as ([],[2,3]):1 (149 mutations)
  3587. 213.47 s > coverage (459/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4)
  3588. 213.47 s > coverage (455/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["arg"] as Right (Just "arg") (131 mutations)
  3589. 213.47 s > coverage (458/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3):1
  3590. 213.47 s > coverage (456/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--disable-example"] as Just False (127 mutations)
  3591. 213.47 s > coverage (460/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:2
  3592. 213.47 s > coverage (457/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port","4"] as (["--port","4"],[]):1 (124 mutations)
  3593. 213.47 s > coverage (461/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:3
  3594. 213.47 s > coverage (458/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvv"] as ([],3):1 (137 mutations)
  3595. 213.47 s > coverage (462/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5):1
  3596. 213.47 s > coverage (459/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4) (156 mutations)
  3597. 213.47 s > coverage (463/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ["bar"]
  3598. 213.47 s > coverage (460/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:2 (136 mutations)
  3599. 213.47 s > coverage (464/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False:1
  3600. 213.47 s > coverage (461/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as Nothing:3 (104 mutations)
  3601. 213.47 s > coverage (465/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar"):1
  3602. 213.47 s > coverage (463/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ["bar"] (121 mutations)
  3603. 213.47 s > coverage (466/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("bar",True)
  3604. 213.47 s > coverage (462/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-vv","b","-v","c"] as (["a","b","c"],5):1 (165 mutations)
  3605. 213.47 s > coverage (467/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:3
  3606. 213.47 s > coverage (464/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--no-example"] as False:1 (127 mutations)
  3607. 213.47 s > coverage (469/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-ffoo"] as "foo"
  3608. 213.47 s > coverage (465/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as (True,"bar"):1 (92 mutations)
  3609. 213.47 s > coverage (468/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["True"] as True
  3610. 213.47 s > coverage (466/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar"] as ("bar",True) (129 mutations)
  3611. 213.47 s > coverage (470/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4):1
  3612. 213.47 s > coverage (467/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("ALTERNATIVE","True")] as True:3 (123 mutations)
  3613. 213.47 s > coverage (471/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as Just True
  3614. 213.47 s > coverage (469/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-ffoo"] as "foo" (92 mutations)
  3615. 213.47 s > coverage (472/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1):1
  3616. 213.47 s > coverage (468/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["True"] as True (75 mutations)
  3617. 213.47 s > coverage (473/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:2
  3618. 213.47 s > coverage (471/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--example"] as Just True (128 mutations)
  3619. 213.47 s > coverage (474/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]):1
  3620. 213.47 s > coverage (470/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v","c"] as (["a","b","c"],4):1 (156 mutations)
  3621. 213.47 s > coverage (476/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:3
  3622. 213.47 s > coverage (472/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v","--"] as (["--"],1):1 (146 mutations)
  3623. 213.47 s > coverage (475/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4):1
  3624. 213.47 s > coverage (473/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args [] as False:2 (70 mutations)
  3625. 213.47 s > coverage (478/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v"] as 1
  3626. 213.47 s > coverage (474/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1","--port","2"] as ([],[1,2]):1 (158 mutations)
  3627. 213.47 s > coverage (477/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]):1
  3628. 213.47 s > coverage (476/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","False")] as False:3 (123 mutations)
  3629. 213.47 s > coverage (479/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:3
  3630. 213.47 s > coverage (475/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["a","--verbose","-v","-v","b","-v"] as (["a","b"],4):1 (138 mutations)
  3631. 213.47 s > coverage (480/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["add","hi"] as "hi"
  3632. 213.47 s > coverage (478/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-v"] as 1 (108 mutations)
  3633. 213.47 s > coverage (481/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]):1
  3634. 213.47 s > coverage (479/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses environment [("EXAMPLE","True")] as True:3 (123 mutations)
  3635. 213.47 s > coverage (483/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True):1
  3636. 213.47 s > coverage (477/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p7","foo"] as (["foo"],[7]):1 (159 mutations)
  3637. 213.47 s > coverage (482/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file=foo"] as "foo"
  3638. 213.47 s > coverage (480/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["add","hi"] as "hi" (65 mutations)
  3639. 213.47 s > coverage (485/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","-f","quux"] as ["bar","quux"]
  3640. 213.47 s > coverage (481/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-p","2"] as (["-p","2"],[]):1 (124 mutations)
  3641. 213.47 s > coverage (484/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo"] as (2,"foo")
  3642. 213.47 s > coverage (482/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--file=foo"] as "foo" (77 mutations)
  3643. 213.47 s > coverage (486/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar":1
  3644. 213.47 s > coverage (485/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","-f","quux"] as ["bar","quux"] (144 mutations)
  3645. 213.47 s > coverage (487/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["one"] as '1'
  3646. 213.47 s > coverage (483/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","--watch"] as (Just "foo",True):1 (119 mutations)
  3647. 213.47 s > coverage (489/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0):1
  3648. 213.47 s > coverage (484/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-vvf","foo"] as (2,"foo") (174 mutations)
  3649. 213.47 s > coverage (491/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]):1
  3650. 213.47 s > coverage (486/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["run1","--foo","bar"] as "bar":1 (131 mutations)
  3651. 213.47 s > coverage (490/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]):1
  3652. 213.47 s > coverage (487/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["one"] as '1' (25 mutations)
  3653. 213.47 s > coverage (492/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Nothing as Nothing
  3654. 213.47 s > coverage (489/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","-v"] as (["-v"],0):1 (128 mutations)
  3655. 213.47 s > coverage (493/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","--bar"] as "--bar"
  3656. 213.47 s > coverage (491/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["foo","-p4"] as (["foo"],[4]):1 (147 mutations)
  3657. 213.47 s > coverage (488/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]):1
  3658. 213.47 s > coverage (490/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--","--port=3"] as (["--port=3"],[]):1 (124 mutations)
  3659. 213.47 s > coverage (495/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]):1
  3660. 213.47 s > coverage (492/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses configuration Nothing as Nothing (89 mutations)
  3661. 213.47 s > coverage (494/800): running OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","--foo","quux"] as ["bar","quux"]
  3662. 213.47 s > coverage (493/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","--bar"] as "--bar" (94 mutations)
  3663. 213.47 s > coverage (496/800): running OptEnvConf\.RunSpec.runParser.MapIO.can run an IO action on the result of a parser
  3664. 213.47 s > coverage (488/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["-p1"] as ([],[1]):1 (144 mutations)
  3665. 213.47 s > coverage (497/800): running OptEnvConf\.RunSpec.runParser.Alt.can parse a Right value with Alt
  3666. 213.47 s > coverage (496/800): done OptEnvConf\.RunSpec.runParser.MapIO.can run an IO action on the result of a parser (11 mutations)
  3667. 213.47 s > coverage (498/800): running OptEnvConf\.RunSpec.runParser.Alt.can parse a Left value with Alt
  3668. 213.47 s > coverage (495/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--port","9","quux"] as (["quux"],[9]):1 (154 mutations)
  3669. 213.47 s > coverage (499/800): running OptEnvConf\.RunSpec.runParser.WithConfig.can replace the config object
  3670. 213.47 s > coverage (494/800): done OptEnvConf\.RunSpec.runParser.Unit tests.parses args ["--foo","bar","--foo","quux"] as ["bar","quux"] (121 mutations)
  3671. 213.47 s > coverage (500/800): running OptEnvConf\.RunSpec.runParser.Many.can pass many args
  3672. 213.47 s > coverage (497/800): done OptEnvConf\.RunSpec.runParser.Alt.can parse a Right value with Alt (18 mutations)
  3673. 213.47 s > coverage (501/800): running OptEnvConf\.RunSpec.runParser.pure.can parse a pure value from anything
  3674. 213.47 s > coverage (498/800): done OptEnvConf\.RunSpec.runParser.Alt.can parse a Left value with Alt (26 mutations)
  3675. 213.47 s > coverage (502/800): running OptEnvConf\.RunSpec.runParser.withFirstYamlConfig.can parse without any arguments
  3676. 213.47 s > coverage (501/800): done OptEnvConf\.RunSpec.runParser.pure.can parse a pure value from anything (7 mutations)
  3677. 213.47 s > coverage (503/800): running OptEnvConf\.RunSpec.runParser.<*>.can parse two values with ap
  3678. 213.47 s > coverage (499/800): done OptEnvConf\.RunSpec.runParser.WithConfig.can replace the config object (74 mutations)
  3679. 213.47 s > coverage (504/800): running OptEnvConf\.RunSpec.runParser.subEnv.can prefix an env var parser
  3680. 213.47 s > coverage (503/800): done OptEnvConf\.RunSpec.runParser.<*>.can parse two values with ap (9 mutations)
  3681. 213.47 s > coverage (506/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single arg
  3682. 213.47 s > coverage (502/800): done OptEnvConf\.RunSpec.runParser.withFirstYamlConfig.can parse without any arguments (108 mutations)
  3683. 213.47 s > coverage (505/800): running OptEnvConf\.RunSpec.runParser.Empty.can fail to parse an empty value
  3684. 213.47 s > coverage (504/800): done OptEnvConf\.RunSpec.runParser.subEnv.can prefix an env var parser (69 mutations)
  3685. 213.47 s > coverage (507/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single env var
  3686. 213.47 s > coverage (506/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single arg (58 mutations)
  3687. 213.47 s > coverage (508/800): running OptEnvConf\.RunSpec.runParser.Setting.parses Null as the default value
  3688. 213.47 s > coverage (507/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single env var (63 mutations)
  3689. 213.47 s > coverage (510/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single config value
  3690. 213.47 s > coverage (505/800): done OptEnvConf\.RunSpec.runParser.Empty.can fail to parse an empty value (27 mutations)
  3691. 213.47 s > coverage (509/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a many of the same option
  3692. 213.47 s > coverage (500/800): done OptEnvConf\.RunSpec.runParser.Many.can pass many args (97 mutations)
  3693. 213.47 s > coverage (511/800): running OptEnvConf\.RunSpec.runParser.Setting.can parse a single option
  3694. 213.47 s > coverage (508/800): done OptEnvConf\.RunSpec.runParser.Setting.parses Null as the default value (66 mutations)
  3695. 213.47 s > coverage (512/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the setting parser if the capability is available
  3696. 213.47 s > coverage (510/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single config value (73 mutations)
  3697. 213.47 s > coverage (513/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.still runs the below parser when a capability is missing for the check parser
  3698. 213.47 s > coverage (511/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a single option (91 mutations)
  3699. 213.47 s > coverage (514/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.can run the setting parser if the capability is available
  3700. 213.47 s > coverage (512/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the setting parser if the capability is available (50 mutations)
  3701. 213.47 s > coverage (515/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the check parser if the capability is not available
  3702. 213.47 s > coverage (513/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.still runs the below parser when a capability is missing for the check parser (19 mutations)
  3703. 213.47 s > coverage (516/800): running OptEnvConf\.RunSpec.runParser.RequireCapability.can run the check parser if the capability is available
  3704. 213.47 s > coverage (515/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.cannot run the check parser if the capability is not available (17 mutations)
  3705. 213.47 s > coverage (517/800): running OptEnvConf\.RunSpec.runParser.fmap.can parse a mapped value from anything
  3706. 213.47 s > coverage (514/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.can run the setting parser if the capability is available (70 mutations)
  3707. 213.47 s > coverage (518/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories for a file argument
  3708. 213.47 s > coverage (516/800): done OptEnvConf\.RunSpec.runParser.RequireCapability.can run the check parser if the capability is available (22 mutations)
  3709. 213.47 s > coverage (519/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories after a file option's dashed
  3710. 213.47 s > coverage (517/800): done OptEnvConf\.RunSpec.runParser.fmap.can parse a mapped value from anything (7 mutations)
  3711. 213.47 s > coverage (520/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.filters by prefix
  3712. 213.47 s > coverage (518/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories for a file argument (60 mutations)
  3713. 213.47 s > coverage (521/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.directories end in / and files do not
  3714. 213.47 s > coverage (509/800): done OptEnvConf\.RunSpec.runParser.Setting.can parse a many of the same option (121 mutations)
  3715. 213.47 s > coverage (522/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.files are final and directories are not final
  3716. 213.47 s > coverage (519/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.completes files and directories after a file option's dashed (100 mutations)
  3717. 213.47 s > coverage (523/800): running OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.carries the description through to file completions
  3718. 213.47 s > coverage (520/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.filters by prefix (69 mutations)
  3719. 213.47 s > coverage (524/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories for a directory argument
  3720. 213.47 s > coverage (521/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.directories end in / and files do not (60 mutations)
  3721. 213.47 s > coverage (525/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories after a directory option's dashed
  3722. 213.47 s > coverage (522/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.files are final and directories are not final (60 mutations)
  3723. 213.47 s > coverage (527/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.directories are not final
  3724. 213.47 s > coverage (523/800): done OptEnvConf\.CompletionSpec.file and directory completion.filePathSetting.carries the description through to file completions (60 mutations)
  3725. 213.47 s > coverage (526/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.never includes files
  3726. 213.47 s > coverage (525/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories after a directory option's dashed (96 mutations)
  3727. 213.47 s > coverage (528/800): running OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.carries the description through to directory completions
  3728. 213.47 s > coverage (524/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.completes only directories for a directory argument (56 mutations)
  3729. 213.47 s > coverage (529/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes file completions alongside other options
  3730. 213.47 s > coverage (527/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.directories are not final (56 mutations)
  3731. 213.47 s > coverage (530/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes directory completions alongside other options
  3732. 213.47 s > coverage (526/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.never includes files (56 mutations)
  3733. 213.47 s > coverage (531/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value first, then other options
  3734. 213.47 s > coverage (528/800): done OptEnvConf\.CompletionSpec.file and directory completion.directoryPathSetting.carries the description through to directory completions (56 mutations)
  3735. 213.47 s > coverage (532/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes file option value first, then other options
  3736. 213.47 s > coverage (529/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes file completions alongside other options (114 mutations)
  3737. 213.47 s > coverage (534/800): running OptEnvConf\.CompletionSpec.fish.produces the same fish completion script
  3738. 213.47 s > coverage (530/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.includes directory completions alongside other options (110 mutations)
  3739. 213.47 s > coverage (533/800): running OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value alongside default command with argument
  3740. 213.47 s > coverage (531/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value first, then other options (110 mutations)
  3741. 213.47 s > coverage (535/800): running OptEnvConf\.CompletionSpec.zsh.produces the same zsh completion script
  3742. 213.47 s > coverage (532/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes file option value first, then other options (114 mutations)
  3743. 213.47 s > coverage (536/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a switch from nothing
  3744. 213.47 s > coverage (534/800): done OptEnvConf\.CompletionSpec.fish.produces the same fish completion script (3 mutations)
  3745. 213.47 s > coverage (537/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden switches
  3746. 213.47 s > coverage (533/800): done OptEnvConf\.CompletionSpec.file and directory completion.combined with other settings.completes directory option value alongside default command with argument (132 mutations)
  3747. 213.47 s > coverage (538/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden options
  3748. 213.47 s > coverage (535/800): done OptEnvConf\.CompletionSpec.zsh.produces the same zsh completion script (3 mutations)
  3749. 213.47 s > coverage (539/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.select.completes through a select
  3750. 213.47 s > coverage (536/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a switch from nothing (34 mutations)
  3751. 213.47 s > coverage (540/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes sub-commands after selecting a top-level command
  3752. 213.47 s > coverage (537/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden switches (39 mutations)
  3753. 213.47 s > coverage (542/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes nested default commands
  3754. 213.47 s > coverage (538/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.hidden settings.does not suggest hidden options (44 mutations)
  3755. 213.47 s > coverage (541/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.filters sub-commands by prefix
  3756. 213.47 s > coverage (539/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.select.completes through a select (34 mutations)
  3757. 213.47 s > coverage (543/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes top-level commands
  3758. 213.47 s > coverage (540/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes sub-commands after selecting a top-level command (21 mutations)
  3759. 213.47 s > coverage (544/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a longer prefix matching one
  3760. 213.47 s > coverage (542/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes nested default commands (60 mutations)
  3761. 213.47 s > coverage (545/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a short prefix matching multiple
  3762. 213.47 s > coverage (541/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.filters sub-commands by prefix (21 mutations)
  3763. 213.47 s > coverage (546/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes commands after consuming many switches
  3764. 213.47 s > coverage (543/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.nested commands.completes top-level commands (9 mutations)
  3765. 213.47 s > coverage (547/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes many switches combined with a command
  3766. 213.47 s > coverage (544/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a longer prefix matching one (38 mutations)
  3767. 213.47 s > coverage (548/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both after consuming one many-option
  3768. 213.47 s > coverage (545/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial long option prefix with multiple matches.filters options by a short prefix matching multiple (38 mutations)
  3769. 213.47 s > coverage (549/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both many and a following switch
  3770. 213.47 s > coverage (546/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes commands after consuming many switches (79 mutations)
  3771. 213.47 s > coverage (550/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option's dashed
  3772. 213.47 s > coverage (547/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes many switches combined with a command (51 mutations)
  3773. 213.47 s > coverage (552/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.option with different dashed in args.does not suggest an option when a different dashed is in the args
  3774. 213.47 s > coverage (549/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both many and a following switch (51 mutations)
  3775. 213.47 s > coverage (551/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a double dash
  3776. 213.47 s > coverage (550/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option's dashed (39 mutations)
  3777. 213.47 s > coverage (553/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can still complete after consuming one
  3778. 213.47 s > coverage (548/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with other parsers.completes both after consuming one many-option (86 mutations)
  3779. 213.47 s > coverage (554/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can complete at least one switch
  3780. 213.47 s > coverage (552/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.option with different dashed in args.does not suggest an option when a different dashed is in the args (77 mutations)
  3781. 213.47 s > coverage (555/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short switch from a single dash
  3782. 213.47 s > coverage (553/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can still complete after consuming one (60 mutations)
  3783. 213.47 s > coverage (556/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.settings with only env or conf.does not error on env-only settings combined with arg settings
  3784. 213.47 s > coverage (551/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a double dash (33 mutations)
  3785. 213.47 s > coverage (557/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.filters completions when cursor word narrows the match
  3786. 213.47 s > coverage (555/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short switch from a single dash (35 mutations)
  3787. 213.47 s > coverage (558/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.completes the value of an option at its value position with a matching prefix
  3788. 213.47 s > coverage (554/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.some.can complete at least one switch (38 mutations)
  3789. 213.47 s > coverage (560/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.no longer suggests a switch consumed via folding
  3790. 213.47 s > coverage (556/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.settings with only env or conf.does not error on env-only settings combined with arg settings (42 mutations)
  3791. 213.47 s > coverage (557/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.filters completions when cursor word narrows the match (38 mutations)
  3792. 213.47 s > coverage (559/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.can complete after a folded short switch is consumed
  3793. 213.47 s > coverage (562/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes both arguments when none have been typed
  3794. 213.47 s > coverage (558/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion at a middle index.completes the value of an option at its value position with a matching prefix (82 mutations)
  3795. 213.47 s > coverage (561/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.default command parser failure.falls back to explicit commands when default command parser fails
  3796. 213.47 s > coverage (560/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.no longer suggests a switch consumed via folding (70 mutations)
  3797. 213.47 s > coverage (563/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes the second argument after the first
  3798. 213.47 s > coverage (562/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes both arguments when none have been typed (36 mutations)
  3799. 213.47 s > coverage (564/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes through an optional parser
  3800. 213.47 s > coverage (559/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.folded short switches.can complete after a folded short switch is consumed (61 mutations)
  3801. 213.47 s > coverage (566/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes the second part when the optional is skipped
  3802. 213.47 s > coverage (561/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.default command parser failure.falls back to explicit commands when default command parser fails (43 mutations)
  3803. 213.47 s > coverage (567/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options
  3804. 213.47 s > coverage (563/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple arguments.completes the second argument after the first (47 mutations)
  3805. 213.47 s > coverage (565/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes an optional with an applicative
  3806. 213.47 s > coverage (564/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes through an optional parser (55 mutations)
  3807. 213.47 s > coverage (568/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming one
  3808. 213.47 s > coverage (566/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes the second part when the optional is skipped (70 mutations)
  3809. 213.47 s > coverage (570/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated switches
  3810. 213.47 s > coverage (567/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options (79 mutations)
  3811. 213.47 s > coverage (569/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options after one has already been parsed
  3812. 213.47 s > coverage (565/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.optional.completes an optional with an applicative (71 mutations)
  3813. 213.47 s > coverage (571/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming two
  3814. 213.47 s > coverage (568/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming one (60 mutations)
  3815. 213.47 s > coverage (572/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an option that has already been parsed
  3816. 213.47 s > coverage (570/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated switches (38 mutations)
  3817. 213.47 s > coverage (573/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.still suggests the option when it has a default
  3818. 213.47 s > coverage (569/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can complete repeated options after one has already been parsed (96 mutations)
  3819. 213.47 s > coverage (575/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a mapIO
  3820. 213.47 s > coverage (571/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many.can still complete after consuming two (62 mutations)
  3821. 213.47 s > coverage (576/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a checkMapEither
  3822. 213.47 s > coverage (572/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an option that has already been parsed (78 mutations)
  3823. 213.47 s > coverage (577/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.empty parser.produces no completions for empty
  3824. 213.47 s > coverage (573/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.still suggests the option when it has a default (53 mutations)
  3825. 213.47 s > coverage (578/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.completes normally inside allOrNothing
  3826. 213.47 s > coverage (575/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a mapIO (33 mutations)
  3827. 213.47 s > coverage (574/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.completes the underlying parser
  3828. 213.47 s > coverage (576/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.check.completes through a checkMapEither (31 mutations)
  3829. 213.47 s > coverage (580/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes through optional + many + applicative
  3830. 213.47 s > coverage (577/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.empty parser.produces no completions for empty (0 mutations)
  3831. 213.47 s > coverage (579/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.still suggests the remaining option after one is consumed
  3832. 213.47 s > coverage (578/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.completes normally inside allOrNothing (43 mutations)
  3833. 213.47 s > coverage (581/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes correctly after all optional+many consumed
  3834. 213.47 s > coverage (574/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withDefault.completes the underlying parser (86 mutations)
  3835. 213.47 s > coverage (582/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file argument
  3836. 213.47 s > coverage (580/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes through optional + many + applicative (84 mutations)
  3837. 213.47 s > coverage (583/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory argument
  3838. 213.47 s > coverage (581/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.deeply nested parsers.completes correctly after all optional+many consumed (137 mutations)
  3839. 213.47 s > coverage (579/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.allOrNothing.still suggests the remaining option after one is consumed (75 mutations)
  3840. 213.47 s > coverage (586/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple
  3841. 213.47 s > coverage (585/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should not offer the argument completer after a dashed value is consumed
  3842. 213.47 s > coverage (582/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file argument (32 mutations)
  3843. 213.47 s > coverage (587/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.handles many where the inner parser fails
  3844. 213.47 s > coverage (583/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory argument (32 mutations)
  3845. 213.47 s > coverage (588/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.returns first iteration completions when recursive call fails
  3846. 213.47 s > coverage (586/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple (38 mutations)
  3847. 213.47 s > coverage (589/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file value along with main parser suggestions
  3848. 213.47 s > coverage (585/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should not offer the argument completer after a dashed value is consumed (41 mutations)
  3849. 213.47 s > coverage (590/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file option together with the main parser
  3850. 213.47 s > coverage (587/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.handles many where the inner parser fails (3 mutations)
  3851. 213.47 s > coverage (584/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should only complete the second argument after a dashed first argument
  3852. 213.47 s > coverage (588/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many edge cases.returns first iteration completions when recursive call fails (29 mutations)
  3853. 213.47 s > coverage (591/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser through withConfig
  3854. 213.47 s > coverage (589/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file value along with main parser suggestions (80 mutations)
  3855. 213.47 s > coverage (592/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser after the config option is consumed
  3856. 213.47 s > coverage (590/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the config file option together with the main parser (45 mutations)
  3857. 213.47 s > coverage (593/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either wrapped in optionals
  3858. 213.47 s > coverage (591/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser through withConfig (37 mutations)
  3859. 213.47 s > coverage (594/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an argument that has already been parsed
  3860. 213.47 s > coverage (584/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completion with dashed values.should only complete the second argument after a dashed first argument (52 mutations)
  3861. 213.47 s > coverage (595/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by typed prefix
  3862. 213.47 s > coverage (592/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.withConfig.completes the main parser after the config option is consumed (89 mutations)
  3863. 213.47 s > coverage (596/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by a different prefix
  3864. 213.47 s > coverage (593/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either wrapped in optionals (55 mutations)
  3865. 213.47 s > coverage (597/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when first applicative branch fails
  3866. 213.47 s > coverage (594/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests an argument that has already been parsed (58 mutations)
  3867. 213.47 s > coverage (598/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when second applicative branch fails
  3868. 213.47 s > coverage (595/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by typed prefix (31 mutations)
  3869. 213.47 s > coverage (599/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests a switch that has already been parsed
  3870. 213.47 s > coverage (596/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion.filters argument values by a different prefix (31 mutations)
  3871. 213.47 s > coverage (600/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.does not leak options from other commands
  3872. 213.47 s > coverage (597/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when first applicative branch fails (20 mutations)
  3873. 213.47 s > coverage (601/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.completes options in the selected command only
  3874. 213.47 s > coverage (599/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.no longer suggests a switch that has already been parsed (57 mutations)
  3875. 213.47 s > coverage (602/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands merged via alternative.completes commands from both sides of an alternative
  3876. 213.47 s > coverage (598/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.applicative branch failures.returns nothing when second applicative branch fails (35 mutations)
  3877. 213.47 s > coverage (603/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long option
  3878. 213.47 s > coverage (600/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.does not leak options from other commands (52 mutations)
  3879. 213.47 s > coverage (604/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a single dash
  3880. 213.47 s > coverage (601/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.multiple commands with shared options.completes options in the selected command only (52 mutations)
  3881. 213.47 s > coverage (605/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short option
  3882. 213.47 s > coverage (602/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands merged via alternative.completes commands from both sides of an alternative (25 mutations)
  3883. 213.47 s > coverage (606/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short switch
  3884. 213.47 s > coverage (603/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long option (90 mutations)
  3885. 213.47 s > coverage (607/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a double dash
  3886. 213.47 s > coverage (604/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a single dash (52 mutations)
  3887. 213.47 s > coverage (608/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command with a switch
  3888. 213.47 s > coverage (605/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short option (102 mutations)
  3889. 213.47 s > coverage (610/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns no completions when both alternatives fail
  3890. 213.47 s > coverage (606/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's short switch (54 mutations)
  3891. 213.47 s > coverage (609/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.restores state when first branch fails in an alternative
  3892. 213.47 s > coverage (607/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command's long switch from a double dash (52 mutations)
  3893. 213.47 s > coverage (611/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns first branch completions when second branch fails
  3894. 213.47 s > coverage (608/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.completion after a command.can complete a command with a switch (53 mutations)
  3895. 213.47 s > coverage (612/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a single dash
  3896. 213.47 s > coverage (610/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns no completions when both alternatives fail (31 mutations)
  3897. 213.47 s > coverage (613/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option with a separate arg
  3898. 213.47 s > coverage (609/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.restores state when first branch fails in an alternative (66 mutations)
  3899. 213.47 s > coverage (614/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix after one is consumed
  3900. 213.47 s > coverage (611/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.alternative branch failures.returns first branch completions when second branch fails (66 mutations)
  3901. 213.47 s > coverage (615/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix
  3902. 213.47 s > coverage (612/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long switch from a single dash (33 mutations)
  3903. 213.47 s > coverage (616/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file option
  3904. 213.47 s > coverage (613/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option with a separate arg (83 mutations)
  3905. 213.47 s > coverage (617/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.short option shorthand.completes after a short option consumed in shorthand
  3906. 213.47 s > coverage (614/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix after one is consumed (96 mutations)
  3907. 213.47 s > coverage (619/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.returns all option values when prefix is empty
  3908. 213.47 s > coverage (615/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.many with partial values.filters many option values by prefix (79 mutations)
  3909. 213.47 s > coverage (620/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options
  3910. 213.47 s > coverage (619/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.returns all option values when prefix is empty (71 mutations)
  3911. 213.47 s > coverage (621/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options after one is consumed
  3912. 213.47 s > coverage (617/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.short option shorthand.completes after a short option consumed in shorthand (74 mutations)
  3913. 213.47 s > coverage (622/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.suggests the switch even after -- (known bug)
  3914. 213.47 s > coverage (616/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a file option (72 mutations)
  3915. 213.47 s > coverage (623/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.consumes -- as the argument value
  3916. 213.47 s > coverage (620/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options (98 mutations)
  3917. 213.47 s > coverage (624/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion after consuming earlier args.filters the second argument's completer by prefix after the first is consumed
  3918. 213.47 s > coverage (621/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with options inside.completes a command's many options after one is consumed (97 mutations)
  3919. 213.47 s > coverage (625/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple, with a prefix
  3920. 213.47 s > coverage (622/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.suggests the switch even after -- (known bug) (62 mutations)
  3921. 213.47 s > coverage (618/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.filters option values by typed prefix
  3922. 213.47 s > coverage (623/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.arguments after double dash.consumes -- as the argument value (41 mutations)
  3923. 213.47 s > coverage (626/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's argument when no command is given
  3924. 213.47 s > coverage (624/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial argument completion after consuming earlier args.filters the second argument's completer by prefix after the first is consumed (47 mutations)
  3925. 213.47 s > coverage (627/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still filters commands by prefix when there is a default
  3926. 213.47 s > coverage (618/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial option value completion.filters option values by typed prefix (71 mutations)
  3927. 213.47 s > coverage (628/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option value when no command is given
  3928. 213.47 s > coverage (625/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of a tuple, with a prefix (38 mutations)
  3929. 213.47 s > coverage (629/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option when no command is given
  3930. 213.47 s > coverage (627/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still filters commands by prefix when there is a default (17 mutations)
  3931. 213.47 s > coverage (630/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes both commands and the default command's switch
  3932. 213.47 s > coverage (626/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's argument when no command is given (44 mutations)
  3933. 213.47 s > coverage (631/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still lists all commands when there is a default
  3934. 213.47 s > coverage (628/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option value when no command is given (101 mutations)
  3935. 213.47 s > coverage (632/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its switch
  3936. 213.47 s > coverage (629/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's option when no command is given (53 mutations)
  3937. 213.47 s > coverage (633/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's switch when no command is given
  3938. 213.47 s > coverage (630/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes both commands and the default command's switch (48 mutations)
  3939. 213.47 s > coverage (634/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its option
  3940. 213.47 s > coverage (631/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.still lists all commands when there is a default (17 mutations)
  3941. 213.47 s > coverage (635/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete an option after a positional argument
  3942. 213.47 s > coverage (633/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes the default command's switch when no command is given (47 mutations)
  3943. 213.47 s > coverage (632/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its switch (86 mutations)
  3944. 213.47 s > coverage (636/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete a positional after an option
  3945. 213.47 s > coverage (637/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument when it's been partially provided
  3946. 213.47 s > coverage (634/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with a default command.completes inside the default command after consuming its option (109 mutations)
  3947. 213.47 s > coverage (638/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument
  3948. 213.47 s > coverage (635/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete an option after a positional argument (52 mutations)
  3949. 213.47 s > coverage (639/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.filters the documented flag by prefix
  3950. 213.47 s > coverage (637/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument when it's been partially provided (9 mutations)
  3951. 213.47 s > coverage (640/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.completes the documented dummy flag
  3952. 213.47 s > coverage (636/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.mixed arguments and options.can complete a positional after an option (65 mutations)
  3953. 213.47 s > coverage (641/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes the default command's options after a global option
  3954. 213.47 s > coverage (638/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands.can complete a command argument (9 mutations)
  3955. 213.47 s > coverage (643/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes global options and commands together
  3956. 213.47 s > coverage (639/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.filters the documented flag by prefix (71 mutations)
  3957. 213.47 s > coverage (642/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes commands after a global option
  3958. 213.47 s > coverage (640/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.enableDisableSwitch.completes the documented dummy flag (71 mutations)
  3959. 213.47 s > coverage (644/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.partial command name with inner option completion.completes a command's options after selecting by prefix
  3960. 213.47 s > coverage (643/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes global options and commands together (53 mutations)
  3961. 213.47 s > coverage (645/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with partial option value inside.filters a command's option values by prefix
  3962. 213.47 s > coverage (641/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes the default command's options after a global option (75 mutations)
  3963. 213.47 s > coverage (646/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.pure parser.produces no completions for pure
  3964. 213.47 s > coverage (642/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.global options with commands and a default.completes commands after a global option (71 mutations)
  3965. 213.47 s > coverage (647/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.choice.completes across all choices
  3966. 213.47 s > coverage (644/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.partial command name with inner option completion.completes a command's options after selecting by prefix (52 mutations)
  3967. 213.47 s > coverage (648/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option's dashed
  3968. 213.47 s > coverage (646/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.pure parser.produces no completions for pure (1 mutations)
  3969. 213.47 s > coverage (649/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory option
  3970. 213.47 s > coverage (645/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.commands with partial option value inside.filters a command's option values by prefix (90 mutations)
  3971. 213.47 s > coverage (650/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either
  3972. 213.47 s > coverage (647/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.choice.completes across all choices (51 mutations)
  3973. 213.47 s > coverage (651/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters commands by typed prefix
  3974. 213.47 s > coverage (648/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a short option's dashed (41 mutations)
  3975. 213.47 s > coverage (652/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters switches by typed prefix
  3976. 213.47 s > coverage (649/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a directory option (72 mutations)
  3977. 213.47 s > coverage (653/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.returns nothing when prefix matches nothing
  3978. 213.47 s > coverage (651/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters commands by typed prefix (8 mutations)
  3979. 213.47 s > coverage (654/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.command not found.returns no completions for an unknown command
  3980. 213.47 s > coverage (650/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete both switches of an either (51 mutations)
  3981. 213.47 s > coverage (655/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option
  3982. 213.47 s > coverage (652/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.filters switches by typed prefix (38 mutations)
  3983. 213.47 s > coverage (656/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.does not offer option completer when not at end of args
  3984. 213.47 s > coverage (653/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.prefix filtering.returns nothing when prefix matches nothing (33 mutations)
  3985. 213.47 s > coverage (657/800): running OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.offers the argument completer at the end after a switch is consumed
  3986. 213.47 s > coverage (654/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.command not found.returns no completions for an unknown command (19 mutations)
  3987. 213.47 s > coverage (658/800): running OptEnvConf\.CompletionSpec.bash.produces the same bash completion script
  3988. 213.47 s > coverage (655/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.can complete a long option (71 mutations)
  3989. 213.47 s > coverage (659/800): running OptEnvConf\.NonDetSpec.runNonDet.can guard against previous values
  3990. 213.47 s > coverage (657/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.offers the argument completer at the end after a switch is consumed (65 mutations)
  3991. 213.47 s > coverage (660/800): running OptEnvConf\.NonDetSpec.runNonDet.can recover from failures with <|>
  3992. 213.47 s > coverage (658/800): done OptEnvConf\.CompletionSpec.bash.produces the same bash completion script (3 mutations)
  3993. 213.47 s > coverage (661/800): running OptEnvConf\.NonDetSpec.runNonDetT.can recover from underlying errors
  3994. 213.47 s > coverage (656/800): done OptEnvConf\.CompletionSpec.pureCompletionQuery.argument completer at end.does not offer option completer when not at end of args (80 mutations)
  3995. 213.47 s > coverage (662/800): running OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"]
  3996. 213.47 s > coverage (659/800): done OptEnvConf\.NonDetSpec.runNonDet.can guard against previous values (0 mutations)
  3997. 213.47 s > coverage (663/800): running OptEnvConf\.CompleterSpec.filePath.can complete "f" to ["foo\.txt"]
  3998. 213.47 s > coverage (660/800): done OptEnvConf\.NonDetSpec.runNonDet.can recover from failures with <|> (0 mutations)
  3999. 213.47 s > coverage (664/800): running OptEnvConf\.CompleterSpec.filePath.can complete "b" to ["bar/"]
  4000. 213.47 s > Tests:
  4001. 213.47 s >
  4002. 213.47 s > OptEnvConf.CompleterSpec
  4003. 213.47 s > filePath
  4004. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4005. 213.47 s > HasCallStack backtrace:
  4006. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4007. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4008. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4009. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4010. 213.47 s >
  4011. 213.47 s >
  4012. 213.47 s > coverage (661/800): done OptEnvConf\.NonDetSpec.runNonDetT.can recover from underlying errors (0 mutations)
  4013. 213.47 s > coverage (665/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar" to ["bar/quux\.txt","bar/","bar/deep/"]
  4014. 213.47 s > coverage (663/800): done OptEnvConf\.CompleterSpec.filePath.can complete "f" to ["foo\.txt"] (39 mutations)
  4015. 213.47 s > coverage (666/800): running OptEnvConf\.CompleterSpec.filePath.can complete "c" to ["config\.yaml"]
  4016. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 2 retries left)
  4017. 213.47 s > Tests:
  4018. 213.47 s >
  4019. 213.47 s > OptEnvConf.CompleterSpec
  4020. 213.47 s > filePath
  4021. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4022. 213.47 s > HasCallStack backtrace:
  4023. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4024. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4025. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4026. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4027. 213.47 s >
  4028. 213.47 s >
  4029. 213.47 s > coverage (664/800): done OptEnvConf\.CompleterSpec.filePath.can complete "b" to ["bar/"] (39 mutations)
  4030. 213.47 s > coverage (667/800): running OptEnvConf\.CompleterSpec.filePath.can complete "q" to []
  4031. 213.47 s > coverage (665/800): done OptEnvConf\.CompleterSpec.filePath.can complete "bar" to ["bar/quux\.txt","bar/","bar/deep/"] (39 mutations)
  4032. 213.47 s > coverage (668/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\." to ["\.hidden\.txt","\.hidden/"]
  4033. 213.47 s > coverage (666/800): done OptEnvConf\.CompleterSpec.filePath.can complete "c" to ["config\.yaml"] (39 mutations)
  4034. 213.47 s > coverage (669/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"]
  4035. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 1 retry left)
  4036. 213.47 s > Tests:
  4037. 213.47 s >
  4038. 213.47 s > OptEnvConf.CompleterSpec
  4039. 213.47 s > filePath
  4040. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4041. 213.47 s > HasCallStack backtrace:
  4042. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4043. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4044. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4045. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4046. 213.47 s >
  4047. 213.47 s >
  4048. 213.47 s > coverage (667/800): done OptEnvConf\.CompleterSpec.filePath.can complete "q" to [] (38 mutations)
  4049. 213.47 s > coverage (670/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./\./" to ["\./\./foo\.txt","\./\./config\.yaml","\./\./bar/"]
  4050. 213.47 s > Tests:
  4051. 213.47 s >
  4052. 213.47 s > OptEnvConf.CompleterSpec
  4053. 213.47 s > filePath
  4054. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4055. 213.47 s > HasCallStack backtrace:
  4056. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4057. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4058. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4059. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4060. 213.47 s >
  4061. 213.47 s >
  4062. 213.47 s > coverage (668/800): done OptEnvConf\.CompleterSpec.filePath.can complete "\." to ["\.hidden\.txt","\.hidden/"] (39 mutations)
  4063. 213.47 s > coverage (671/800): running OptEnvConf\.CompleterSpec.filePath.can complete "\./\." to ["\./\.hidden\.txt","\./\.hidden/"]
  4064. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"] (exited with code 1, 0 retries left)
  4065. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"] (exited with code 1, 2 retries left)
  4066. 213.47 s > Tests:
  4067. 213.47 s >
  4068. 213.47 s > OptEnvConf.CompleterSpec
  4069. 213.47 s > filePath
  4070. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4071. 213.47 s > HasCallStack backtrace:
  4072. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4073. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4074. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4075. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4076. 213.47 s >
  4077. 213.47 s >
  4078. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./\./" to ["\./\./foo\.txt","\./\./config\.yaml","\./\./bar/"] (exited with code 1, 2 retries left)
  4079. 213.47 s > coverage (671/800): done OptEnvConf\.CompleterSpec.filePath.can complete "\./\." to ["\./\.hidden\.txt","\./\.hidden/"] (39 mutations)
  4080. 213.47 s > coverage (674/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar/d" to ["bar/deep/"]
  4081. 213.47 s > Tests:
  4082. 213.47 s >
  4083. 213.47 s > OptEnvConf.CompleterSpec
  4084. 213.47 s > filePath
  4085. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4086. 213.47 s > HasCallStack backtrace:
  4087. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4088. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4089. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4090. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4091. 213.47 s >
  4092. 213.47 s >
  4093. 213.47 s > Tests:
  4094. 213.47 s >
  4095. 213.47 s > OptEnvConf.CompleterSpec
  4096. 213.47 s > filePath
  4097. 213.47 s > opt-env-conf-test: <stdout>: commitAndReleaseBuffer: invalid argument (cannot encode character '\10007')
  4098. 213.47 s > HasCallStack backtrace:
  4099. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4100. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4101. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  4102. 213.47 s > ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  4103. 213.47 s >
  4104. 213.47 s >
  4105. 213.47 s > coverage: retrying OptEnvConf\.CompleterSpec.filePath.can complete "\./" to ["\./foo\.txt","\./config\.yaml","\./bar/"] (exited with code 1, 1 retry left)
  4106. 213.47 s > coverage (673/800): running OptEnvConf\.CompleterSpec.filePath.can complete "bar/" to ["bar/quux\.txt","bar/deep/"]
  4107. 213.47 s > coverage (698/800): running OptEnvConf\.CompleterSpec.directoryPath.can complete "\.\." to parent directories
  4108. 213.47 s > coverage (697/800): running OptEnvConf\.CompleterSpec.directoryPath.can complete "bar/deep" to ["bar/deep/"]
  4109. 213.47 s > coverage (714/800): running OptEnvConf\.ReaderSpec.parseCommaSeparated.roundtrips with renderCommaSeparated starting from lists
  4110. 213.47 s > coverage (732/800): running OptEnvConf\.ArgsSpec.parseArg.roundtrips with renderArg
  4111. 213.47 s > coverage (733/800): running OptEnvConf\.ArgsSpec.parseArg.produces valid args
  4112. 213.47 s > coverage (742/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a long option with an equals sign
  4113. 213.47 s > coverage (743/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a short option
  4114. 213.47 s > coverage (746/800): running OptEnvConf\.ArgsSpec.consumeOption.consumes a long option
  4115. 213.47 s > coverage (757/800): running OptEnvConf\.ErrorSpec.renders the required-command error the same as before
  4116. 213.47 s > sydtest-mutation-driver: user error (coverage child for OptEnvConf\.CompleterSpec.filePath.can complete "" to ["foo\.txt","config\.yaml","bar/"]: exited with code 1)
  4117. 213.47 s > HasCallStack backtrace:
  4118. 213.47 s > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  4119. 213.47 s > toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  4120. 213.47 s > throwIO, called at libraries/ghc-internal/src/GHC/Internal/Control/Exception/Base.hs:195:43 in ghc-internal:GHC.Internal.Control.Exception.Base
  4121. 213.47 s >
  4122. 213.47 s >
  4123. 213.47 s For full logs, run:
  4124. 213.47 s nix log /nix/store/3kz62399h5yk5f79wwsxl2is2cqg3gld-opt-env-conf-mutation-report.drv