Paste #166703

   
pasted on 05.03.2021 12:56
  • Edit to this paste
  • Print
  • Raw
  • Compare it with the parent paste
  • Look at the parent paste
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
calculate ~ # cl-builder-image -c lz4 | wgetpaste

  File "/usr/bin/cl-builder-image", line 29, in <module>
    core_main.core_main()
  File "/usr/lib64/python2.7/site-packages/calculate/core/core_main.py", line 42, in core_main
    sys.exit(main())
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 1813, in wrapper
    return func(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/cl_server.py", line 240, in main
    return local_method(CombinedServerClass, args, unknown_args)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/local_call.py", line 242, in local_method
    call_method(metaObject, args, unknown_args, colorPrint)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/local_call.py", line 387, in call_method
    method_result = getattr(metaObject, method_name)(0, param_object)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 1669, in wrapper
    invalidators=kwargs.get('invalidators', None)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/api_types.py", line 612, in callAction
    args_proc=(objs, dv,))
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/local_call.py", line 75, in startprocess
    if getattr(com, method)(*args_proc):
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 718, in run
    res = method(*args)
  File "/usr/lib64/python2.7/site-packages/calculate/core/server/func.py", line 211, in applyTemplates
    cl_templ.applyTemplates()
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 75, in wrapper
    return f(*args, **kw)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 89, in wrapper
    return f(self, *args, **kw)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4489, in applyTemplates
    skipTemplates=skipTemplates) is False:
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4805, in scanningTemplates
    optNextDir)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4805, in scanningTemplates
    optNextDir)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4780, in scanningTemplates
    if not self.processingFile(absPath, prefix, optDir):
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 4845, in processingFile
    filesApl = self.joinTemplate(path, nameFileConfig, optFile)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 6044, in joinTemplate
    optFile)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 5495, in getApplyHeadTemplate
    function=function, templateObj=self)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 1046, in __init__
    i, errorMsg, function)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 609, in _equalTerm
    valVars = function("#-%s-#" % vals[0])
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 5472, in function
    return self.applyFuncTemplate(text, nameFileTemplate)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 3660, in applyFuncTemplate
    nameTemplate)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py", line 3118, in funcIni
    self._baseDir = self.objVar.Get('cl_builder_path')
  File "/usr/lib64/python2.7/site-packages/calculate/lib/datavars.py", line 1430, in Get
    var = self.__Get(varname, humanreadable)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/datavars.py", line 1474, in __Get
    section=section)
  File "/usr/lib64/python2.7/site-packages/calculate/lib/datavars.py", line 1277, in raiseVariableNotFound
    traceback.print_stack()
Add Comment
Author