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

Dev container *Hellow World* not building #241

Closed
Pandananana opened this issue Oct 19, 2024 · 2 comments
Closed

Dev container *Hellow World* not building #241

Pandananana opened this issue Oct 19, 2024 · 2 comments

Comments

@Pandananana
Copy link

Bug description

I can't build the Hello World template in the devcontainer using Docker. I get this error, I don't understand which submodules i need to update.

esp@bdaee5d6e808:~/project_nexus$ cargo build
   Compiling compiler_builtins v0.1.109
   Compiling core v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/core)
   Compiling libc v0.2.155
   Compiling proc-macro2 v1.0.88
   Compiling unicode-ident v1.0.13
   Compiling memchr v2.5.0
   Compiling std v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/std)
   Compiling memchr v2.7.4
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.161
   Compiling serde v1.0.210
   Compiling bitflags v2.6.0
   Compiling regex-syntax v0.8.5
   Compiling crossbeam-utils v0.8.20
   Compiling cfg_aliases v0.2.1
   Compiling rustix v0.38.37
   Compiling aho-corasick v1.1.3
   Compiling quote v1.0.37
   Compiling glob v0.3.1
   Compiling syn v2.0.79
   Compiling nix v0.29.0
   Compiling clang-sys v1.8.1
   Compiling prettyplease v0.2.22
   Compiling linux-raw-sys v0.4.14
   Compiling syn v1.0.109
   Compiling log v0.4.22
   Compiling rustversion v1.0.18
   Compiling crossbeam-epoch v0.9.18
   Compiling bstr v1.10.0
   Compiling regex-automata v0.4.8
   Compiling serde_json v1.0.131
   Compiling shlex v1.3.0
   Compiling thiserror v1.0.64
   Compiling same-file v1.0.6
   Compiling either v1.13.0
   Compiling minimal-lexical v0.2.1
   Compiling walkdir v2.5.0
   Compiling nom v7.1.3
   Compiling crossbeam-deque v0.8.5
   Compiling globset v0.4.15
   Compiling libloading v0.8.5
   Compiling cvt v0.1.2
   Compiling home v0.5.9
   Compiling ryu v1.0.18
   Compiling anyhow v1.0.90
   Compiling heck v0.4.1
   Compiling once_cell v1.20.2
   Compiling itoa v1.0.11
   Compiling bindgen v0.69.5
   Compiling fs_at v0.2.1
   Compiling cexpr v0.6.0
   Compiling which v4.4.2
   Compiling ignore v0.4.23
   Compiling regex v1.11.0
   Compiling itertools v0.12.1
   Compiling cc v1.1.31
   Compiling lazy_static v1.5.0
   Compiling rustc-hash v1.1.0
   Compiling fastrand v2.1.1
   Compiling lazycell v1.3.0
   Compiling normpath v1.3.0
   Compiling bitflags v1.3.2
   Compiling globwalk v0.8.1
   Compiling serde_derive v1.0.210
   Compiling thiserror-impl v1.0.64
   Compiling remove_dir_all v0.8.4
   Compiling rustc-std-workspace-core v1.99.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/rustc-std-workspace-core)
   Compiling strum_macros v0.24.3
   Compiling alloc v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/alloc)
   Compiling unwind v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/unwind)
   Compiling adler v1.0.2
   Compiling rustc-demangle v0.1.24
   Compiling cmake v0.1.51
   Compiling strum v0.24.1
   Compiling tempfile v3.13.0
   Compiling filetime v0.2.25
   Compiling semver v1.0.23
   Compiling camino v1.1.9
   Compiling rustc-std-workspace-alloc v1.99.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
   Compiling gimli v0.29.0
   Compiling object v0.36.0
   Compiling std_detect v0.1.5 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
   Compiling hashbrown v0.14.5
   Compiling miniz_oxide v0.7.4
   Compiling panic_unwind v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/panic_unwind)
   Compiling panic_abort v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/panic_abort)
   Compiling ident_case v1.0.1
   Compiling fnv v1.0.7
   Compiling autocfg v1.4.0
   Compiling darling_core v0.20.10
   Compiling heapless v0.8.0
   Compiling embedded-io-async v0.6.1
   Compiling num-traits v0.2.19
   Compiling embassy-time-driver v0.1.0
   Compiling unicode-xid v0.2.6
   Compiling iana-time-zone v0.1.61
   Compiling addr2line v0.22.0
   Compiling const_format_proc_macros v0.2.33
   Compiling embassy-sync v0.6.0
   Compiling chrono v0.4.38
   Compiling version_check v0.9.5
   Compiling embedded-hal-async v1.0.0
   Compiling uncased v0.9.10
   Compiling num_enum_derive v0.7.3
   Compiling litrs v0.4.1
   Compiling cargo-platform v0.1.8
   Compiling envy v0.4.2
   Compiling build-time v0.1.3
   Compiling document-features v0.2.10
   Compiling embuild v0.32.0
   Compiling cargo_metadata v0.18.1
   Compiling darling_macro v0.20.10
   Compiling darling v0.20.10
   Compiling enumset_derive v0.10.0
   Compiling proc_macro v0.0.0 (/home/esp/.rustup/toolchains/esp/lib/rustlib/src/rust/library/proc_macro)
   Compiling byteorder v1.5.0
   Compiling nb v1.1.0
   Compiling stable_deref_trait v1.2.0
   Compiling embedded-io v0.6.1
   Compiling embedded-hal v1.0.0
   Compiling hash32 v0.3.1
   Compiling pin-utils v0.1.0
   Compiling futures-task v0.3.31
   Compiling futures-core v0.3.31
   Compiling pin-project-lite v0.2.14
   Compiling nb v0.1.3
   Compiling enumset v1.1.5
   Compiling futures-util v0.3.31
   Compiling const_format v0.2.33
   Compiling critical-section v1.2.0
   Compiling void v1.0.2
   Compiling embedded-hal v0.2.7
   Compiling embedded-hal-nb v1.0.0
   Compiling embedded-can v0.4.1
   Compiling atomic-waker v1.1.2
   Compiling num_enum v0.7.3
   Compiling embassy-futures v0.1.1
   Compiling esp-idf-sys v0.35.0
   Compiling esp-idf-hal v0.44.1
   Compiling esp-idf-svc v0.49.1
   Compiling project_nexus v0.1.0 (/home/esp/project_nexus)
   Compiling embedded-svc v0.28.0
error: failed to run custom build command for `esp-idf-sys v0.35.0`

Caused by:
  process didn't exit successfully: `/home/esp/project_nexus/target/debug/build/esp-idf-sys-b444dc1e3b55cd71/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-env-changed=ESP_IDF_TOOLS_INSTALL_DIR
  cargo:rerun-if-env-changed=ESP_IDF_SDKCONFIG
  cargo:rerun-if-env-changed=ESP_IDF_SDKCONFIG_DEFAULTS
  cargo:rerun-if-env-changed=MCU
  cargo:rerun-if-env-changed=ESP_IDF_SYS_ROOT_CRATE
  cargo:rerun-if-env-changed=ESP_IDF_VERSION
  cargo:rerun-if-env-changed=ESP_IDF_REPOSITORY
  cargo:rerun-if-env-changed=ESP_IDF_CMAKE_GENERATOR
  cargo:rerun-if-env-changed=IDF_PATH
  cargo:rerun-if-env-changed=EXTRA-COMPONENTS
  cargo:rerun-if-env-changed=ESP_IDF_COMPONENTS
  cargo:rerun-if-env-changed=ESP_IDF_COMPONENT_MANAGER
  Python 3.11.2
  pip 24.2 from /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages/pip (python 3.11)
  Requirement already satisfied: pip in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (24.2)
  Requirement already satisfied: setuptools in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (71.0.0)
  Collecting setuptools
    Using cached setuptools-75.2.0-py3-none-any.whl.metadata (6.9 kB)
  Using cached setuptools-75.2.0-py3-none-any.whl (1.2 MB)
  Installing collected packages: setuptools
    Attempting uninstall: setuptools
      Found existing installation: setuptools 71.0.0
      Uninstalling setuptools-71.0.0:
        Successfully uninstalled setuptools-71.0.0
  Successfully installed setuptools-75.2.0
  Looking in indexes: https://pypi.org/simple, https://dl.espressif.com/pypi
  Ignoring importlib_metadata: markers 'python_version < "3.8"' don't match your environment
  Collecting setuptools (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 3))
    Using cached https://dl.espressif.com/pypi/setuptools/setuptools-71.0.0-py3-none-any.whl (908 kB)
  Requirement already satisfied: packaging in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 4)) (24.1)
  Requirement already satisfied: click in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 7)) (8.1.7)
  Requirement already satisfied: pyserial in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 8)) (3.5)
  Requirement already satisfied: cryptography in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 9)) (41.0.7)
  Requirement already satisfied: pyparsing in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 10)) (3.2.0)
  Requirement already satisfied: pyelftools in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 11)) (0.31)
  Requirement already satisfied: idf-component-manager in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.0.4)
  Requirement already satisfied: esp-coredump in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 13)) (1.12.0)
  Requirement already satisfied: esptool in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (4.7.0)
  Requirement already satisfied: esp-idf-kconfig in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 15)) (1.4.3)
  Requirement already satisfied: esp-idf-monitor in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 16)) (1.5.0)
  Requirement already satisfied: esp-idf-size in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 17)) (1.6.0)
  Requirement already satisfied: esp-idf-panic-decoder in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 18)) (1.2.1)
  Requirement already satisfied: pyclang in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 19)) (0.5.0)
  Requirement already satisfied: construct in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 20)) (2.10.70)
  Requirement already satisfied: freertos_gdb in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from -r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 23)) (1.0.3)
  Requirement already satisfied: cffi>=1.12 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from cryptography->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 9)) (1.17.1)
  Requirement already satisfied: colorama in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (0.4.6)
  Requirement already satisfied: pyyaml in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (6.0.2)
  Requirement already satisfied: requests in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.32.3)
  Requirement already satisfied: requests-file in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.1.0)
  Requirement already satisfied: requests-toolbelt in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (1.0.0)
  Requirement already satisfied: tqdm in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (4.66.5)
  Requirement already satisfied: jsonref in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (1.1.0)
  Requirement already satisfied: pydantic in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.9.2)
  Requirement already satisfied: pydantic-core in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.23.4)
  Requirement already satisfied: pydantic-settings in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2.6.0)
  Requirement already satisfied: typing-extensions in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (4.12.2)
  Requirement already satisfied: pygdbmi>=0.9.0.2 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esp-coredump->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 13)) (0.11.0.0)
  Requirement already satisfied: bitstring>=3.1.6 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (4.2.3)
  Requirement already satisfied: ecdsa>=0.16.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (0.19.0)
  Requirement already satisfied: reedsolo<1.8,>=1.5.3 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (1.7.0)
  Requirement already satisfied: intelhex in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (2.3.0)
  Requirement already satisfied: kconfiglib>=13.7.1 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esp-idf-kconfig->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 15)) (14.1.0)
  Requirement already satisfied: rich in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from esp-idf-size->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 17)) (13.9.2)
  Requirement already satisfied: bitarray<3.0.0,>=2.9.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from bitstring>=3.1.6->esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (2.9.3)
  Requirement already satisfied: pycparser in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from cffi>=1.12->cryptography->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 9)) (2.22)
  Requirement already satisfied: six>=1.9.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from ecdsa>=0.16.0->esptool->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 14)) (1.16.0)
  Requirement already satisfied: annotated-types>=0.6.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from pydantic->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (0.7.0)
  Requirement already satisfied: python-dotenv>=0.21.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from pydantic-settings->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (1.0.1)
  Requirement already satisfied: charset-normalizer<4,>=2 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from requests->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (3.4.0)
  Requirement already satisfied: idna<4,>=2.5 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from requests->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (3.10)
  Requirement already satisfied: urllib3<3,>=1.21.1 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from requests->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (1.26.20)
  Requirement already satisfied: certifi>=2017.4.17 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from requests->idf-component-manager->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 12)) (2024.8.30)
  Requirement already satisfied: markdown-it-py>=2.2.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from rich->esp-idf-size->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 17)) (3.0.0)
  Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from rich->esp-idf-size->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 17)) (2.18.0)
  Requirement already satisfied: mdurl~=0.1 in /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->esp-idf-size->-r /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt (line 17)) (0.1.2)
  Installing collected packages: setuptools
    Attempting uninstall: setuptools
      Found existing installation: setuptools 75.2.0
      Uninstalling setuptools-75.2.0:
        Successfully uninstalled setuptools-75.2.0
  Successfully installed setuptools-71.0.0
  Upgrading pip and setuptools...
  Skipping the download of /home/esp/project_nexus/.embuild/espressif/espidf.constraints.v5.2.txt because it was downloaded recently.
  Installing Python packages
   Constraint file: /home/esp/project_nexus/.embuild/espressif/espidf.constraints.v5.2.txt
   Requirement files:
    - /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt
  cargo:rerun-if-changed=/home/esp/project_nexus/sdkconfig.defaults
  CMAKE_PREFIX_PATH_xtensa-esp32-espidf = None
  CMAKE_PREFIX_PATH_xtensa_esp32_espidf = None
  TARGET_CMAKE_PREFIX_PATH = None
  CMAKE_PREFIX_PATH = None
  CMAKE_xtensa-esp32-espidf = None
  CMAKE_xtensa_esp32_espidf = None
  TARGET_CMAKE = None
  CMAKE = None
  running: cd "/home/esp/project_nexus/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-0bdc8a4c80cb28d8/out/build" && CMAKE_PREFIX_PATH="" EXTRA_COMPONENT_DIRS="" IDF_COMPONENT_MANAGER="1" IDF_PATH="/home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2" IDF_TARGET="esp32" IDF_TOOLS_PATH="/home/esp/project_nexus/.embuild/espressif" PATH="/home/esp/project_nexus/.embuild/espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin:/home/esp/project_nexus/.embuild/espressif/tools/esp32ulp-elf/2.35_20220830/esp32ulp-elf/bin:/home/esp/project_nexus/.embuild/espressif/tools/cmake/3.24.0/bin:/home/esp/project_nexus/.embuild/espressif/tools/ninja/1.11.1:/home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/bin:/home/esp/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin:/vscode/vscode-server/bin/linux-x64/b1c0a14de1414fcdaa400695b4db1c0799bc3124/bin/remote-cli:/home/esp/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/esp/.cargo/bin" PROJECT_DIR="/home/esp/project_nexus" SDKCONFIG_DEFAULTS="/home/esp/project_nexus/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-0bdc8a4c80cb28d8/out/gen-sdkconfig.defaults;/home/esp/project_nexus/sdkconfig.defaults" "cmake" "/home/esp/project_nexus/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-0bdc8a4c80cb28d8/out" "-G" "Ninja" "-DCMAKE_TOOLCHAIN_FILE=/home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/toolchain-esp32.cmake" "-DCMAKE_BUILD_TYPE=" "-DPYTHON=/home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/bin/python" "-DCMAKE_INSTALL_PREFIX=/home/esp/project_nexus/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-0bdc8a4c80cb28d8/out" "-DCMAKE_C_FLAGS= -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" "-DCMAKE_CXX_FLAGS= -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" "-DCMAKE_ASM_FLAGS= -mlongcalls"
  -- Found Git: /usr/bin/git (found version "2.39.5") 
  -- The C compiler identification is GNU 13.2.0
  -- The CXX compiler identification is GNU 13.2.0
  -- The ASM compiler identification is GNU
  -- Found assembler: /home/esp/project_nexus/.embuild/espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: /home/esp/project_nexus/.embuild/espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /home/esp/project_nexus/.embuild/espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- git describe returned 'fatal: bad revision 'HEAD''
  -- Could not use 'git describe' to determine PROJECT_VER.
  -- Building ESP-IDF components for target esp32
  -- Checking Python dependencies...
  Python requirements are satisfied.
  Constraint file: /home/esp/project_nexus/.embuild/espressif/espidf.constraints.v5.2.txt
  Requirement files:
   - /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/requirements/requirements.core.txt
  Python being checked: /home/esp/project_nexus/.embuild/espressif/python_env/idf5.2_py3.11_env/bin/python
  -- Configuring incomplete, errors occurred!
  See also "/home/esp/project_nexus/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-0bdc8a4c80cb28d8/out/build/CMakeFiles/CMakeOutput.log".

  --- stderr
  Build configuration: BuildConfig {
      esp_idf_tools_install_dir: None,
      esp_idf_sdkconfig: None,
      esp_idf_sdkconfig_defaults: None,
      mcu: Some(
          "esp32",
      ),
      native: NativeConfig {
          esp_idf_version: Some(
              Tag(
                  "v5.2.2",
              ),
          ),
          esp_idf_repository: None,
          esp_idf_cmake_generator: None,
          idf_path: None,
          extra_components: [],
          esp_idf_components: None,
          esp_idf_component_manager: None,
      },
      esp_idf_sys_root_crate: None,
  }
  Using managed esp-idf repository: RemoteSdk { repo_url: None, git_ref: Tag("v5.2.2") }
  Using esp-idf v5.2.2 at '/home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2'
  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/bt/controller/lib_esp32c6/esp32c6-bt-lib is out of
    date.  Run 'git submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/bt/controller/lib_esp32h2/esp32h2-bt-lib is out of
    date.  Run 'git submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/bt/esp_ble_mesh/lib/lib is out of date.  Run 'git
    submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/bt/host/nimble/nimble is out of date.  Run 'git
    submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/cmock/CMock is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/esp_coex/lib is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/esp_phy/lib is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/esp_wifi/lib is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/heap/tlsf is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/json/cJSON is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/lwip/lwip is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/mbedtls/mbedtls is out of date.  Run 'git
    submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/mqtt/esp-mqtt is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/openthread/lib is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/openthread/openthread is out of date.  Run 'git
    submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/protobuf-c/protobuf-c is out of date.  Run 'git
    submodule update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/spiffs/spiffs is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Warning at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/git_submodules.cmake:52 (message):
    Git submodule components/unity/unity is out of date.  Run 'git submodule
    update --init --recursive' to fix.
  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:80 (git_submodule_check)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:242 (__build_get_idf_git_revision)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/idf.cmake:52 (__build_init)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:29 (include)
    CMakeLists.txt:10 (include)


  CMake Error at /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/component.cmake:224 (message):
    CMake Warning (dev) at build_properties.temp.cmake:8:

      Syntax Warning in cmake code at column 106

    

      Argument not separated from preceding token by whitespace.

    Call Stack (most recent call first):

      /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/scripts/component_get_requirements.cmake:3 (include)

    This warning is for project developers.  Use -Wno-dev to suppress it.

    

    CMake Error at
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/components/mqtt/CMakeLists.txt:3
    (message):

      Missing esp-mqtt submodule.  Please run 'git submodule update --init
      --recursive' in ESP-IDF directory to fix this.

    Call Stack (most recent call first):

      /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/scripts/component_get_requirements.cmake:107 (include)
      /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/scripts/component_get_requirements.cmake:127 (__component_get_requirements)

    

    

  Call Stack (most recent call first):
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/build.cmake:578 (__component_get_requirements)
    /home/esp/project_nexus/.embuild/espressif/esp-idf/v5.2.2/tools/cmake/project.cmake:605 (idf_build_process)
    CMakeLists.txt:28 (project)


  thread 'main' panicked at /home/esp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs:1100:5:

  command did not execute successfully, got: exit status: 1

  build script failed, must exit now
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • Would you like to work on a fix? Yes

To Reproduce

Steps to reproduce the behavior:

  1. Run cargo generate esp-rs/esp-idf-template cargo
  2. Use advanced template options
  3. Select use dev container
  4. Open in VS Code
  5. Run cargo build

Expected behavior

Expected it to run without errors

Screenshots

Environment

  • OS: Nixos
  • How did you install the environment: devcontainer option in the template

Additional context

@Pandananana
Copy link
Author

After changing from ESP-iDF version 5.2 to 5.1, it worked:

This is the full config:
✔ 🤷 Which MCU to target? · esp32
✔ 🤷 Configure advanced template options? · true
✔ 🤷 Enable STD support? · true
✔ 🤷 ESP-IDF version (master = UNSTABLE) · v5.1
✔ 🤷 Configure project to use Dev Containers (VS Code and GitHub Codespaces)? · true
✔ 🤷 Configure project to support Wokwi simulation with Wokwi VS Code extension? · true
✔ 🤷 Add CI files for GitHub Action? · true

Note that I also tested version 5.2 (which doesn't work in the esp-idf-template) on the esp-template (no_std), and there it worked.

@SergioGasquez
Copy link
Member

Thanks for posting your working setup!

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants