Skip to content
New issue

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

[Workflow] [ESP32] Chef - ESP32 CI Examples failed #32489

Closed
lboue opened this issue Mar 7, 2024 · 2 comments
Closed

[Workflow] [ESP32] Chef - ESP32 CI Examples failed #32489

lboue opened this issue Mar 7, 2024 · 2 comments

Comments

@lboue
Copy link
Contributor

lboue commented Mar 7, 2024

Chef - ESP32 CI Examples failed

Workflow issues

Chef - ESP32 CI Examples failed. See my job 22399109167

Cmd: ./chef.py -cbr -d rootnode_dimmablelight_bCwGYSDpoe -t esp32
Error: Process completed with exit code 1.

From logfile

-- Building ESP-IDF components for target esp32
Solving dependencies requirements
..................................Updating lock file at /__w/connectedhomeip/connectedhomeip/examples/chef/esp32/dependencies.lock
Processing 10 dependencies:
[1/10] espressif/cbor (0.6.0~1)
[2/10] espressif/esp_diag_data_store (1.0.1)
[3/10] espressif/esp_diagnostics (1.0.2)
[4/10] espressif/esp_encrypted_img (2.1.0)
[5/10] espressif/esp_insights (1.0.1)
[6/10] espressif/esp_secure_cert_mgr (2.4.1)
[7/10] espressif/led_strip (1.1.0-alpha)
[8/10] espressif/mdns (1.2.5)
[9/10] espressif/rmaker_common (1.4.5)
[10/10] idf (5.1.2)
-- ** Start of Cluster List **
-- ** End of Cluster List **
-- Found Python3: /__w/connectedhomeip/connectedhomeip/.environment/pigweed-venv/bin/python3.9 (found version "3.9.5") found components: Interpreter 
CMake Error at /opt/espressif/esp-idf/tools/cmake/component.cmake:250 (message):
  ERROR: 2 problems were found in the manifest file
  /__w/connectedhomeip/connectedhomeip/examples/chef/esp32/managed_components/espressif__mdns/idf_component.yml:


  Invalid manifest format

  Unknown keys: repository_info

  

  SUGGESTION: This component may be using a newer version of the component
  manager.

  You can try to update the component manager by running:

      /__w/connectedhomeip/connectedhomeip/.environment/pigweed-venv/bin/python -m pip install --upgrade idf-component-manager

  

Call Stack (most recent call first):
  /opt/espressif/esp-idf/tools/cmake/build.cmake:574 (__component_get_requirements)
  /opt/espressif/esp-idf/tools/cmake/project.cmake:547 (idf_build_process)
  CMakeLists.txt:56 (project)


-- Configuring incomplete, errors occurred!
See also "/__w/connectedhomeip/connectedhomeip/examples/chef/esp32/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1, output of the command is in the /__w/connectedhomeip/connectedhomeip/examples/chef/esp32/build/log/idf_py_stderr_output_3883 and /__w/connectedhomeip/connectedhomeip/examples/chef/esp32/build/log/idf_py_stdout_output_3883
Traceback (most recent call last):
  File "/__w/connectedhomeip/connectedhomeip/examples/chef/./chef.py", line 1011, in <module>
    sys.exit(main())
  File "/__w/connectedhomeip/connectedhomeip/examples/chef/./chef.py", line 704, in main
    shell.run_cmd("idf.py build")
  File "/__w/connectedhomeip/connectedhomeip/examples/chef/stateful_shell.py", line 139, in run_cmd
    raise RuntimeError(
RuntimeError: Error. Nonzero return code.
Returncode: 2
Cmd: idf.py build
Traceback (most recent call last):
  File "/__w/connectedhomeip/connectedhomeip/./examples/chef/chef.py", line 1011, in <module>
    sys.exit(main())
  File "/__w/connectedhomeip/connectedhomeip/./examples/chef/chef.py", line 407, in main
    shell.run_cmd(command)
  File "/__w/connectedhomeip/connectedhomeip/examples/chef/stateful_shell.py", line 139, in run_cmd
    raise RuntimeError(
RuntimeError: Error. Nonzero return code.
Returncode: 1
Cmd: ./chef.py -cbr -d rootnode_dimmablelight_bCwGYSDpoe -t esp32

Can you fix the ESP32 CI?

Platform

esp32

Anything else?

Buid log:
chef_rootnode_dimmablelight_bCwGYSDpoe_esp32.log

@bzbarsky-apple
Copy link
Contributor

@lboue Wasn't this fixed in #32474?

@lboue
Copy link
Contributor Author

lboue commented Mar 8, 2024

I restarted 'Chef - ESP32 CI Examples' job and it's OK now.
Thanks.

@lboue lboue closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants