{"body":"root/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py:652: SAWarning: TypeDecorator MutableJSONEncodedDict() will not produce a cache key because the ``cache_ok`` attribute is not set to True.  This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions.  Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this warning at: https://sqlalche.me/e/20/cprf)\n  session.query(models.Platform).filter_by(uuid=uuid).update(values))\nCommand failed, please check log for more info\n2023-04-25 07:15:49.003 6342 CRITICAL rally [-] Unhandled error: sqlalchemy.exc.ArgumentError: expected ORM mapped attribute for loader strategy argument\n2023-04-25 07:15:49.003 6342 ERROR rally Traceback (most recent call last):\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2291, in _parse_attr_argument\n2023-04-25 07:15:49.003 6342 ERROR rally     insp: InspectionAttr = inspect(attr)  # type: ignore\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/inspection.py\", line 118, in inspect\n2023-04-25 07:15:49.003 6342 ERROR rally     raise exc.NoInspectionAvailable(\n2023-04-25 07:15:49.003 6342 ERROR rally sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of type <class 'str'>\n2023-04-25 07:15:49.003 6342 ERROR rally \n2023-04-25 07:15:49.003 6342 ERROR rally The above exception was the direct cause of the following exception:\n2023-04-25 07:15:49.003 6342 ERROR rally \n2023-04-25 07:15:49.003 6342 ERROR rally Traceback (most recent call last):\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/bin/rally\", line 8, in <module>\n2023-04-25 07:15:49.003 6342 ERROR rally     sys.exit(main())\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/main.py\", line 40, in main\n2023-04-25 07:15:49.003 6342 ERROR rally     return cliutils.run(sys.argv, categories)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/cliutils.py\", line 669, in run\n2023-04-25 07:15:49.003 6342 ERROR rally     ret = fn(*fn_args, **fn_kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/plugins/__init__.py\", line 59, in wrapper\n2023-04-25 07:15:49.003 6342 ERROR rally     return func(*args, **kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/commands/deployment.py\", line 109, in create\n2023-04-25 07:15:49.003 6342 ERROR rally     deployment = api.deployment.create(config=config, name=name)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/api.py\", line 107, in create\n2023-04-25 07:15:49.003 6342 ERROR rally     return self._create(config, name).to_dict()\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/objects/deploy.py\", line 119, in to_dict\n2023-04-25 07:15:49.003 6342 ERROR rally     \"status\": self[\"status\"]\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/objects/deploy.py\", line 98, in __getitem__\n2023-04-25 07:15:49.003 6342 ERROR rally     status = self._env.status\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/env/env_mgr.py\", line 152, in status\n2023-04-25 07:15:49.003 6342 ERROR rally     return db.env_get_status(self.uuid)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py\", line 133, in wrapper\n2023-04-25 07:15:49.003 6342 ERROR rally     result = f(session, *args, **kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py\", line 527, in env_get_status\n2023-04-25 07:15:49.003 6342 ERROR rally     .options(sa.orm.load_only(\"status\"))\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2344, in load_only\n2023-04-25 07:15:49.003 6342 ERROR rally     _, lead_element, _ = _parse_attr_argument(attrs[0])\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2293, in _parse_attr_argument\n2023-04-25 07:15:49.003 6342 ERROR rally     raise sa_exc.ArgumentError(\n2023-04-25 07:15:49.003 6342 ERROR rally sqlalchemy.exc.ArgumentError: expected ORM mapped attribute for loader strategy argument\n2023-04-25 07:15:49.003 6342 ERROR rallyroot/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py:652: SAWarning: TypeDecorator MutableJSONEncodedDict() will not produce a cache key because the ``cache_ok`` attribute is not set to True.  This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions.  Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this warning at: https://sqlalche.me/e/20/cprf)\n  session.query(models.Platform).filter_by(uuid=uuid).update(values))\nCommand failed, please check log for more info\n2023-04-25 07:15:49.003 6342 CRITICAL rally [-] Unhandled error: sqlalchemy.exc.ArgumentError: expected ORM mapped attribute for loader strategy argument\n2023-04-25 07:15:49.003 6342 ERROR rally Traceback (most recent call last):\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2291, in _parse_attr_argument\n2023-04-25 07:15:49.003 6342 ERROR rally     insp: InspectionAttr = inspect(attr)  # type: ignore\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/inspection.py\", line 118, in inspect\n2023-04-25 07:15:49.003 6342 ERROR rally     raise exc.NoInspectionAvailable(\n2023-04-25 07:15:49.003 6342 ERROR rally sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of type <class 'str'>\n2023-04-25 07:15:49.003 6342 ERROR rally \n2023-04-25 07:15:49.003 6342 ERROR rally The above exception was the direct cause of the following exception:\n2023-04-25 07:15:49.003 6342 ERROR rally \n2023-04-25 07:15:49.003 6342 ERROR rally Traceback (most recent call last):\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/bin/rally\", line 8, in <module>\n2023-04-25 07:15:49.003 6342 ERROR rally     sys.exit(main())\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/main.py\", line 40, in main\n2023-04-25 07:15:49.003 6342 ERROR rally     return cliutils.run(sys.argv, categories)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/cliutils.py\", line 669, in run\n2023-04-25 07:15:49.003 6342 ERROR rally     ret = fn(*fn_args, **fn_kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/plugins/__init__.py\", line 59, in wrapper\n2023-04-25 07:15:49.003 6342 ERROR rally     return func(*args, **kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/cli/commands/deployment.py\", line 109, in create\n2023-04-25 07:15:49.003 6342 ERROR rally     deployment = api.deployment.create(config=config, name=name)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/api.py\", line 107, in create\n2023-04-25 07:15:49.003 6342 ERROR rally     return self._create(config, name).to_dict()\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/objects/deploy.py\", line 119, in to_dict\n2023-04-25 07:15:49.003 6342 ERROR rally     \"status\": self[\"status\"]\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/objects/deploy.py\", line 98, in __getitem__\n2023-04-25 07:15:49.003 6342 ERROR rally     status = self._env.status\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/env/env_mgr.py\", line 152, in status\n2023-04-25 07:15:49.003 6342 ERROR rally     return db.env_get_status(self.uuid)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py\", line 133, in wrapper\n2023-04-25 07:15:49.003 6342 ERROR rally     result = f(session, *args, **kwargs)\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/rally/common/db/api.py\", line 527, in env_get_status\n2023-04-25 07:15:49.003 6342 ERROR rally     .options(sa.orm.load_only(\"status\"))\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2344, in load_only\n2023-04-25 07:15:49.003 6342 ERROR rally     _, lead_element, _ = _parse_attr_argument(attrs[0])\n2023-04-25 07:15:49.003 6342 ERROR rally   File \"/root/rally-results/.venv/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py\", line 2293, in _parse_attr_argument\n2023-04-25 07:15:49.003 6342 ERROR rally     raise sa_exc.ArgumentError(\n2023-04-25 07:15:49.003 6342 ERROR rally sqlalchemy.exc.ArgumentError: expected ORM mapped attribute for loader strategy argument\n2023-04-25 07:15:49.003 6342 ERROR rally","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/Wk4OAnDp","modified":1682410291,"id":"Wk4OAnDp","size":9962,"lines":83,"own_paste":false,"theme":"","date":1682410291}