Guest User

Untitled

a guest
Oct 20th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. (toasterpyvenv) USER@util:/home/USER/projects//src/distro//build$ source toaster start
  2. The system will start.
  3. Check if toaster can listen on localhost:8000
  4. OK
  5. Operations to perform:
  6. Apply all migrations: admin, auth, bldcontrol, contenttypes, orm, sessions
  7. Running migrations:
  8. Applying contenttypes.0001_initial... OK
  9. Applying auth.0001_initial... OK
  10. Applying admin.0001_initial... OK
  11. Applying admin.0002_logentry_remove_auto_add... OK
  12. Applying contenttypes.0002_remove_content_type_name... OK
  13. Applying auth.0002_alter_permission_name_max_length... OK
  14. Applying auth.0003_alter_user_email_max_length... OK
  15. Applying auth.0004_alter_user_username_opts... OK
  16. Applying auth.0005_alter_user_last_login_null... OK
  17. Applying auth.0006_require_contenttypes_0002... OK
  18. Applying auth.0007_alter_validators_add_error_messages... OK
  19. Applying auth.0008_alter_user_username_max_length... OK
  20. Applying orm.0001_initial... OK
  21. Applying bldcontrol.0001_initial... OK
  22. Applying bldcontrol.0002_auto_20160120_1250... OK
  23. Applying bldcontrol.0003_add_cancelling_state... OK
  24. Applying bldcontrol.0004_auto_20160523_1446... OK
  25. Applying bldcontrol.0005_reorder_buildrequest_states... OK
  26. Applying bldcontrol.0006_brlayer_local_source_dir... OK
  27. Applying bldcontrol.0007_brlayers_optional_gitinfo... OK
  28. Applying orm.0002_customimagerecipe... OK
  29. Applying orm.0003_customimagepackage... OK
  30. Applying orm.0004_provides... OK
  31. Applying orm.0005_task_field_separation... OK
  32. Applying orm.0006_add_cancelled_state... OK
  33. Applying orm.0007_auto_20160523_1446... OK
  34. Applying orm.0008_refactor_artifact_models... OK
  35. Applying orm.0009_target_package_manifest_path... OK
  36. Applying orm.0010_delete_layer_source_references... OK
  37. Applying orm.0011_delete_layersource... OK
  38. Applying orm.0012_use_release_instead_of_up_branch...Converting all layer version up_branches to releases
  39. OK
  40. Applying orm.0013_recipe_parse_progress_fields... OK
  41. Applying orm.0014_allow_empty_buildname... OK
  42. Applying orm.0015_layer_local_source_dir... OK
  43. Applying orm.0016_clone_progress... OK
  44. Applying orm.0017_distro_clone... OK
  45. Applying orm.0018_project_specific... OK
  46. Applying sessions.0001_initial... OK
  47.  
  48. Build configuration saved
  49. Loading default settings
  50. Installed 7 object(s) from 1 fixture(s)
  51. Loading poky configuration
  52. Failure while trying to setup toaster: Problem installing fixtures: no such table: orm_build__old
  53. Traceback (most recent call last):
  54. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/utils.py", line 62, in execute
  55. return self.cursor.execute(sql)
  56. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/sqlite3/base.py", line 326, in execute
  57. return Database.Cursor.execute(self, query)
  58. sqlite3.OperationalError: no such table: orm_build__old
  59.  
  60. The above exception was the direct cause of the following exception:
  61.  
  62. Traceback (most recent call last):
  63. File "/home/USER/projects//src/distro//bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py", line 88, in _verify_be
  64. call_command("loaddata", "poky")
  65. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/core/management/__init__.py", line 131, in call_command
  66. return command.execute(*args, **defaults)
  67. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/core/management/base.py", line 330, in execute
  68. output = self.handle(*args, **options)
  69. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/core/management/commands/loaddata.py", line 69, in handle
  70. self.loaddata(fixture_labels)
  71. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/core/management/commands/loaddata.py", line 115, in loaddata
  72. connection.check_constraints(table_names=table_names)
  73. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/sqlite3/base.py", line 276, in check_constraints
  74. cursor.execute(
  75. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/utils.py", line 79, in execute
  76. return super(CursorDebugWrapper, self).execute(sql, params)
  77. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/utils.py", line 64, in execute
  78. return self.cursor.execute(sql, params)
  79. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/utils.py", line 94, in __exit__
  80. six.reraise(dj_exc_type, dj_exc_value, traceback)
  81. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/utils/six.py", line 685, in reraise
  82. raise value.with_traceback(tb)
  83. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/utils.py", line 62, in execute
  84. return self.cursor.execute(sql)
  85. File "/home/USER/.virtualenvs/toasterpyvenv/lib/python3.8/site-packages/django/db/backends/sqlite3/base.py", line 326, in execute
  86. return Database.Cursor.execute(self, query)
  87. django.db.utils.OperationalError: Problem installing fixtures: no such table: orm_build__old
  88. Starting webserver...
  89. Toaster development webserver started at http://localhost:8000
  90.  
  91. You can now run 'bitbake <target>' on the command line and monitor your build in Toaster.
  92. You can also use a Toaster project to configure and run a build.
  93.  
  94. Successful start.
Add Comment
Please, Sign In to add comment