We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We built a chip-cert-bin image using TOT at the time of v1.4-branch (SHA 37a2d68a92f9d379ea46a236a9653cde05eeeaa3).
chip-cert-bin
v1.4-branch
37a2d68a92f9d379ea46a236a9653cde05eeeaa3
When we try to run any Python Test we are getting this error:
INFO | 2025-02-10 18:05:15.824977 | Sending command to SDK container: python3 /root/python_testing/scripts/sdk/test_harness_client.py commission --trace-to json:log --commissioning-method on-network --discriminator 3840 --passcode 20202021 PYTHON_TEST | 2025-02-10 18:05:16.948861 | Traceback (most recent call last): PYTHON_TEST | 2025-02-10 18:05:16.951518 | File "/root/python_testing/scripts/sdk/test_harness_client.py", line 25, in PYTHON_TEST | 2025-02-10 18:05:16.956753 | from matter_testing_support import ( PYTHON_TEST | 2025-02-10 18:05:16.959531 | File "/root/python_testing/scripts/sdk/matter_testing_support.py", line 47, in PYTHON_TEST | 2025-02-10 18:05:16.964367 | from chip import ChipDeviceCtrl # Needed before chip.FabricAdmin PYTHON_TEST | 2025-02-10 18:05:16.967166 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PYTHON_TEST | 2025-02-10 18:05:16.969789 | File "/usr/local/lib/python3.12/dist-packages/chip/ChipDeviceCtrl.py", line 48, in PYTHON_TEST | 2025-02-10 18:05:16.975739 | from . import FabricAdmin PYTHON_TEST | 2025-02-10 18:05:16.978357 | File "/usr/local/lib/python3.12/dist-packages/chip/FabricAdmin.py", line 24, in PYTHON_TEST | 2025-02-10 18:05:16.984311 | from chip import CertificateAuthority, ChipDeviceCtrl PYTHON_TEST | 2025-02-10 18:05:16.987055 | File "/usr/local/lib/python3.12/dist-packages/chip/CertificateAuthority.py", line 27, in PYTHON_TEST | 2025-02-10 18:05:16.992624 | from chip import ChipStack, FabricAdmin PYTHON_TEST | 2025-02-10 18:05:16.995501 | File "/usr/local/lib/python3.12/dist-packages/chip/ChipStack.py", line 39, in PYTHON_TEST | 2025-02-10 18:05:17.000485 | from .clusters import Attribute as ClusterAttribute PYTHON_TEST | 2025-02-10 18:05:17.003209 | File "/usr/local/lib/python3.12/dist-packages/chip/clusters/init.py", line 18, in PYTHON_TEST | 2025-02-10 18:05:17.009069 | from . import Attribute, CHIPClusters, Command, Objects # noqa: F401 PYTHON_TEST | 2025-02-10 18:05:17.014440 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PYTHON_TEST | 2025-02-10 18:05:17.016647 | File "/usr/local/lib/python3.12/dist-packages/chip/clusters/Objects.py", line 6913 PYTHON_TEST | 2025-02-10 18:05:17.018669 | <<<<<<< HEAD PYTHON_TEST | 2025-02-10 18:05:17.020905 | ^^ PYTHON_TEST | 2025-02-10 18:05:17.025678 | SyntaxError: invalid syntax
TH execution log:
[SDK]TH_Python_tests_Error_in_tot_v1_4_branch.log
always
37a2d68
raspi
No response
The text was updated successfully, but these errors were encountered:
Hi @cecille are you aware of this issue?
Sorry, something went wrong.
@rquidute can you also post the SHA on v1.4-branch where the TH worked fine when you tested a week or so ago ?
@raju-apple We built an image using this SHA ebf0be48787a05e85fdc904aca9dd361fdf8f81a and it was fine.
ebf0be48787a05e85fdc904aca9dd361fdf8f81a
Pretty sure that was a bad merge on that last cherry pick. I will put up a fix with just that change.
#37500
No branches or pull requests
Reproduction steps
We built a
chip-cert-bin
image using TOT at the time ofv1.4-branch
(SHA37a2d68a92f9d379ea46a236a9653cde05eeeaa3
).When we try to run any Python Test we are getting this error:
TH execution log:
[SDK]TH_Python_tests_Error_in_tot_v1_4_branch.log
Bug prevalence
always
GitHub hash of the SDK that was being used
37a2d68
Platform
raspi
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: