-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
Describe the bug
Build failure for tests/net/virtual cases
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=frdm_k64f
- make
- See error
Expected behavior
build pass
Impact
virtual network testing
Logs and console output
`
/build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/build_283b1e9/zephyr/misc/generated/extra_kconfig_options.conf:2: warning: malformed string literal in assignment to NET_TEST_TUNNEL_MY_ADDR (defined at /build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/Kconfig:14). Assignment ignored.
/build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/build_283b1e9/zephyr/misc/generated/extra_kconfig_options.conf:3: warning: malformed string literal in assignment to NET_TEST_TUNNEL_NAME (defined at /build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/Kconfig:20). Assignment ignored.
/build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/build_283b1e9/zephyr/misc/generated/extra_kconfig_options.conf:4: warning: malformed string literal in assignment to NET_TEST_TUNNEL_PEER_ADDR (defined at /build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/Kconfig:8). Assignment ignored.
error: Aborting due to Kconfig warnings
Parsing /build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/Kconfig
Loaded configuration '/build/src/workspace/test_jenkins_master/zephyr/boards/arm/frdm_k64f/frdm_k64f_defconfig'
Merged configuration '/build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/prj.conf'
Merged configuration '/build/src/workspace/test_jenkins_master/zephyr/tests/net/virtual/build_283b1e9/zephyr/misc/generated/extra_kconfig_options.conf'
CMake Error at /build/src/workspace/test_jenkins_master/zephyr/cmake/kconfig.cmake:264 (message):
command failed with return code: 1
Call Stack (most recent call first):
/build/src/workspace/test_jenkins_master/zephyr/cmake/app/boilerplate.cmake:555 (include)
/build/src/workspace/test_jenkins_master/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/build/src/workspace/test_jenkins_master/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found. Stop.
script returned exit code 2
`
Environment (please complete the following information):
- OS: (e.g. Linux, )
- Toolchain (e.g Zephyr SDK, ...)
- Commit SHA or Version used: zephyr-v2.5.0-2384-gfacd0f57db