Advertisement
daddy_jones

hunger_cleanroom build fail

Jun 1st, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. FAIL Generation of "system-moses" failed: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
  2.  
  3. Error report:
  4. >>>>>> Flushing buffer:
  5. FAIL Generation of "system-moses" failed: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
  6.  
  7. >>>>>> End of Buffer <<<<<<
  8.  
  9.  
  10. Traceback Information:
  11. File "/home/paul/hunger_cleanroom/cleanroom/generator.py", line 101, in generate_systems
  12. exe.run(
  13. File "/home/paul/hunger_cleanroom/cleanroom/executor.py", line 61, in run
  14. command.execute_func(
  15. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 191, in <lambda>
  16. execute_func=lambda loc, sc, *args, **kwargs: __execute_func(
  17. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 177, in __execute_func
  18. call_command(location, system_context, cmd, *args, **kwargs)
  19. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 55, in call_command
  20. command(location, system_context, *_args, **_kwargs)
  21. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 253, in __call__
  22. self.prepare_for_export(location, system_context)
  23. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 311, in prepare_for_export
  24. ) = self._create_cache_data(location, system_context, has_kernel=has_kernel)
  25. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 340, in _create_cache_data
  26. squashfs_file = self._create_squashfs(
  27. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 467, in _create_squashfs
  28. squash_file = os.path.join(
  29. File "/usr/lib/python3.8/posixpath.py", line 90, in join
  30. genericpath._check_arg_types('join', a, *p)
  31. File "/usr/lib/python3.8/genericpath.py", line 152, in _check_arg_types
  32. raise TypeError(f'{funcname}() argument must be str, bytes, or '
  33.  
  34.  
  35. >>>>>> END OF ERROR REPORT <<<<<<
  36. Traceback (most recent call last):
  37. File "/home/paul/hunger_cleanroom/cleanroom/generator.py", line 101, in generate_systems
  38. exe.run(
  39. File "/home/paul/hunger_cleanroom/cleanroom/executor.py", line 61, in run
  40. command.execute_func(
  41. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 191, in <lambda>
  42. execute_func=lambda loc, sc, *args, **kwargs: __execute_func(
  43. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 177, in __execute_func
  44. call_command(location, system_context, cmd, *args, **kwargs)
  45. File "/home/paul/hunger_cleanroom/cleanroom/commandmanager.py", line 55, in call_command
  46. command(location, system_context, *_args, **_kwargs)
  47. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 253, in __call__
  48. self.prepare_for_export(location, system_context)
  49. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 311, in prepare_for_export
  50. ) = self._create_cache_data(location, system_context, has_kernel=has_kernel)
  51. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 340, in _create_cache_data
  52. squashfs_file = self._create_squashfs(
  53. File "/home/paul/hunger_cleanroom/cleanroom/commands/export.py", line 467, in _create_squashfs
  54. squash_file = os.path.join(
  55. File "/usr/lib/python3.8/posixpath.py", line 90, in join
  56. genericpath._check_arg_types('join', a, *p)
  57. File "/usr/lib/python3.8/genericpath.py", line 152, in _check_arg_types
  58. raise TypeError(f'{funcname}() argument must be str, bytes, or '
  59. TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
  60.  
  61. During handling of the above exception, another exception occurred:
  62.  
  63. Traceback (most recent call last):
  64. File "/home/paul/hunger_cleanroom/clrm", line 13, in <module>
  65. main.run()
  66. File "/home/paul/hunger_cleanroom/cleanroom/main.py", line 104, in run
  67. main(*sys.argv)
  68. File "/home/paul/hunger_cleanroom/cleanroom/main.py", line 183, in main
  69. generator.generate_systems(
  70. File "/home/paul/hunger_cleanroom/cleanroom/generator.py", line 108, in generate_systems
  71. self._report_error(system_name, e, ignore_errors=ignore_errors)
  72. File "/home/paul/hunger_cleanroom/cleanroom/generator.py", line 41, in _report_error
  73. self._report_error_details(system, exception, ignore_errors=ignore_errors)
  74. File "/home/paul/hunger_cleanroom/cleanroom/generator.py", line 61, in _report_error_details
  75. raise GenerateError("Generation failed.", original_exception=exception)
  76. cleanroom.exceptions.GenerateError: Error: Generation failed.
  77. Trigger: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement