Guest User

Untitled

a guest
Mar 11th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. building the system configuration...
  2. error:
  3. … while calling the 'seq' builtin
  4.  
  5. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:322:18:
  6.  
  7. 321| options = checked options;
  8. 322| config = checked (removeAttrs config [ "_module" ]);
  9. | ^
  10. 323| _module = checked (config._module);
  11.  
  12. … while evaluating a branch condition
  13.  
  14. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:261:9:
  15.  
  16. 260| checkUnmatched =
  17. 261| if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [] then
  18. | ^
  19. 262| let
  20.  
  21. … in the left operand of the AND (&&) operator
  22.  
  23. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:261:72:
  24.  
  25. 260| checkUnmatched =
  26. 261| if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [] then
  27. | ^
  28. 262| let
  29.  
  30. … in the left operand of the AND (&&) operator
  31.  
  32. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:261:33:
  33.  
  34. 260| checkUnmatched =
  35. 261| if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [] then
  36. | ^
  37. 262| let
  38.  
  39. … while evaluating a branch condition
  40.  
  41. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:254:12:
  42.  
  43. 253|
  44. 254| in if declaredConfig._module.freeformType == null then declaredConfig
  45. | ^
  46. 255| # Because all definitions that had an associated option ended in
  47.  
  48. … from call site
  49.  
  50. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:242:28:
  51.  
  52. 241| # For definitions that have an associated option
  53. 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options;
  54. | ^
  55. 243|
  56.  
  57. … while calling 'mapAttrsRecursiveCond'
  58.  
  59. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/attrsets.nix:745:5:
  60.  
  61. 744| # Attribute set to recursively map over.
  62. 745| set:
  63. | ^
  64. 746| let
  65.  
  66. … from call site
  67.  
  68. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:234:33:
  69.  
  70. 233| ({ inherit lib options config specialArgs; } // specialArgs);
  71. 234| in mergeModules prefix (reverseList collected);
  72. | ^
  73. 235|
  74.  
  75. … while calling 'reverseList'
  76.  
  77. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/lists.nix:504:17:
  78.  
  79. 503| */
  80. 504| reverseList = xs:
  81. | ^
  82. 505| let l = length xs; in genList (n: elemAt xs (l - n - 1)) l;
  83.  
  84. … from call site
  85.  
  86. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:229:25:
  87.  
  88. 228| merged =
  89. 229| let collected = collectModules
  90. | ^
  91. 230| class
  92.  
  93. … while calling anonymous lambda
  94.  
  95. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:445:37:
  96.  
  97. 444|
  98. 445| in modulesPath: initialModules: args:
  99. | ^
  100. 446| filterModules modulesPath (collectStructuredModules unknownModule "" initialModules args);
  101.  
  102. … from call site
  103.  
  104. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:446:7:
  105.  
  106. 445| in modulesPath: initialModules: args:
  107. 446| filterModules modulesPath (collectStructuredModules unknownModule "" initialModules args);
  108. | ^
  109. 447|
  110.  
  111. … while calling 'filterModules'
  112.  
  113. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:413:36:
  114.  
  115. 412| # modules recursively. It returns the final list of unique-by-key modules
  116. 413| filterModules = modulesPath: { disabled, modules }:
  117. | ^
  118. 414| let
  119.  
  120. … while calling anonymous lambda
  121.  
  122. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:439:31:
  123.  
  124. 438| disabledKeys = concatMap ({ file, disabled }: map (moduleKey file) disabled) disabled;
  125. 439| keyFilter = filter (attrs: ! elem attrs.key disabledKeys);
  126. | ^
  127. 440| in map (attrs: attrs.module) (builtins.genericClosure {
  128.  
  129. … from call site
  130.  
  131. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:400:22:
  132.  
  133. 399| let
  134. 400| module = checkModule (loadModule args parentFile "${parentKey}:anon-${toString n}" x);
  135. | ^
  136. 401| collectedImports = collectStructuredModules module._file module.key module.imports args;
  137.  
  138. … while calling anonymous lambda
  139.  
  140. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:359:11:
  141.  
  142. 358| then
  143. 359| m:
  144. | ^
  145. 360| if m._class != null -> m._class == class
  146.  
  147. … from call site
  148.  
  149. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:400:35:
  150.  
  151. 399| let
  152. 400| module = checkModule (loadModule args parentFile "${parentKey}:anon-${toString n}" x);
  153. | ^
  154. 401| collectedImports = collectStructuredModules module._file module.key module.imports args;
  155.  
  156. … while calling 'loadModule'
  157.  
  158. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:336:53:
  159.  
  160. 335| # Like unifyModuleSyntax, but also imports paths and calls functions if necessary
  161. 336| loadModule = args: fallbackFile: fallbackKey: m:
  162. | ^
  163. 337| if isFunction m then
  164.  
  165. … from call site
  166.  
  167. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:337:12:
  168.  
  169. 336| loadModule = args: fallbackFile: fallbackKey: m:
  170. 337| if isFunction m then
  171. | ^
  172. 338| unifyModuleSyntax fallbackFile fallbackKey (applyModuleArgs fallbackKey m args)
  173.  
  174. … while calling 'isFunction'
  175.  
  176. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/trivial.nix:443:16:
  177.  
  178. 442| */
  179. 443| isFunction = f: builtins.isFunction f ||
  180. | ^
  181. 444| (f ? __functor && isFunction (f.__functor f));
  182.  
  183. … while calling anonymous lambda
  184.  
  185. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:506:44:
  186.  
  187. 505| context = name: ''while evaluating the module argument `${name}' in "${key}":'';
  188. 506| extraArgs = builtins.mapAttrs (name: _:
  189. | ^
  190. 507| builtins.addErrorContext (context name)
  191.  
  192. … while evaluating the module argument `outputs' in "/nix/store/lp89ar687cf8laxn7g8ikhbba4l0zyma-source/hosts/marlon":
  193.  
  194. error: infinite recursion encountered
  195.  
  196. at /nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/lib/modules.nix:508:28:
  197.  
  198. 507| builtins.addErrorContext (context name)
  199. 508| (args.${name} or config._module.args.${name})
  200. | ^
  201. 509| ) (lib.functionArgs f);
  202.  
Advertisement
Add Comment
Please, Sign In to add comment