Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RobertCNelson/de01a2721632155d1b246aa583b7259d to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/de01a2721632155d1b246aa583b7259d to your computer and use it in GitHub Desktop.
Installing collected packages: wrapt, typing-extensions, msgpack, python-can, psutil, future, pylink-square, pyelftools, progress, intelhex, canopen, anytree
Successfully installed anytree-2.8.0 canopen-2.0.0 future-0.18.2 intelhex-2.3.0 msgpack-1.0.3 progress-1.6 psutil-5.9.1 pyelftools-0.28 pylink-square-0.13.0 python-can-4.0.0 typing-extensions-4.2.0 wrapt-1.14.1
west build -d build/sensortest zephyr/samples/boards/beagle_bcf/sensortest -- -DOVERLAY_CONFIG=overlay-subghz.conf
-- west build: generating a build system
-- Application: /opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest
-- Zephyr version: 2.7.99 (/opt/source/bcf-zephyr/zephyr), build: 56855547db5c
-- Found Python3: /usr/bin/python3.9 (found suitable exact version "3.9.2") found components: Interpreter
-- Found west (found suitable version "0.13.1", minimum required is "0.7.1")
-- Board: beagleconnect_freedom
-- Cache files will be written to: /opt/source/bcf-zephyr/zephyr/.cache
-- Found dtc: /usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found toolchain: cross-compile (/usr/bin/arm-none-eabi-)
-- Found BOARD.dts: /opt/source/bcf-zephyr/zephyr/boards/arm/beagle_bcf/beagleconnect_freedom.dts
-- Found devicetree overlay: /opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest/beagleconnect_freedom.overlay
-- Generated zephyr.dts: /opt/source/bcf-zephyr/build/sensortest/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: /opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: /opt/source/bcf-zephyr/build/sensortest/zephyr/dts.cmake
Parsing /opt/source/bcf-zephyr/zephyr/Kconfig
Loaded configuration '/opt/source/bcf-zephyr/zephyr/boards/arm/beagle_bcf/beagleconnect_freedom_defconfig'
Merged configuration '/opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest/prj.conf'
Merged configuration '/opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest/overlay-subghz.conf'
Configuration saved to '/opt/source/bcf-zephyr/build/sensortest/zephyr/.config'
Kconfig header saved to '/opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated/autoconf.h'
-- The C compiler identification is GNU 8.3.1
-- The CXX compiler identification is GNU 8.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
CMake Warning at /opt/source/bcf-zephyr/zephyr/CMakeLists.txt:769 (message):
No SOURCES given to Zephyr library: drivers__led
Excluding target from build.
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/source/bcf-zephyr/build/sensortest
-- west build: building application
[1/348] Preparing syscall dependency handling
[2/348] Generating misc/generated/syscalls_subdirs.trigger
[3/348] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[4/348] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[5/348] Generating include/generated/driver-validation.h
[6/348] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
[7/348] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[8/348] Generating include/generated/offsets.h
[9/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[10/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[11/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[12/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[13/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[14/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[15/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[16/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[17/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[18/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[19/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[20/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[21/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[22/348] Building C object CMakeFiles/app.dir/src/main.c.obj
[23/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[24/348] Linking C static library app/libapp.a
[25/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[26/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[27/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
[28/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[29/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[30/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[31/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[32/348] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj
[33/348] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c.obj
FAILED: zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c.obj
/usr/bin/arm-none-eabi-gcc -DBUILD_VERSION=56855547db5c -DKERNEL -DMBEDTLS_CONFIG_FILE=\"config-tls-generic.h\" -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/source/bcf-zephyr/zephyr/kernel/include -I/opt/source/bcf-zephyr/zephyr/arch/arm/include -I/opt/source/bcf-zephyr/zephyr/include -I/opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated -I/opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2 -I/opt/source/bcf-zephyr/zephyr/lib/libc/newlib/include -I/opt/source/bcf-zephyr/zephyr/lib/util/fnmatch/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/sockets/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/conn_mgr/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/dns/. -I/opt/source/bcf-zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source/ti/devices/cc13x2_cc26x2/. -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/. -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source -I/opt/source/bcf-zephyr/modules/lib/greybus/include -I/opt/source/bcf-zephyr/modules/crypto/mbedtls/include -I/opt/source/bcf-zephyr/zephyr/modules/mbedtls/configs -Os -imacros /opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -imacros /opt/source/bcf-zephyr/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=/opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/source/bcf-zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/source/bcf-zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -MD -MT zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c.obj -MF zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c.obj.d -o zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c.obj -c /opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c
In file included from /opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2/ccfg.c:26:
/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source/ti/devices/cc13x2_cc26x2/./startup_files/ccfg.c:50:10: fatal error: zephyr/linker/sections.h: No such file or directory
#include <zephyr/linker/sections.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[34/348] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[35/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/ring_buffer.c.obj
[36/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/util/fnmatch/fnmatch.c.obj
[37/348] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/soc.c.obj
[38/348] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c.obj
FAILED: zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c.obj
/usr/bin/arm-none-eabi-gcc -DBUILD_VERSION=56855547db5c -DKERNEL -DMBEDTLS_CONFIG_FILE=\"config-tls-generic.h\" -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/opt/source/bcf-zephyr/zephyr/kernel/include -I/opt/source/bcf-zephyr/zephyr/arch/arm/include -I/opt/source/bcf-zephyr/zephyr/include -I/opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated -I/opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2 -I/opt/source/bcf-zephyr/zephyr/lib/libc/newlib/include -I/opt/source/bcf-zephyr/zephyr/lib/util/fnmatch/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/sockets/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/conn_mgr/. -I/opt/source/bcf-zephyr/zephyr/subsys/net/lib/dns/. -I/opt/source/bcf-zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source/ti/devices/cc13x2_cc26x2/. -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/. -I/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source -I/opt/source/bcf-zephyr/modules/lib/greybus/include -I/opt/source/bcf-zephyr/modules/crypto/mbedtls/include -I/opt/source/bcf-zephyr/zephyr/modules/mbedtls/configs -Os -imacros /opt/source/bcf-zephyr/build/sensortest/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m4 -mthumb -mabi=aapcs -mfp16-format=ieee -imacros /opt/source/bcf-zephyr/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=/opt/source/bcf-zephyr/zephyr/samples/boards/beagle_bcf/sensortest=CMAKE_SOURCE_DIR -fmacro-prefix-map=/opt/source/bcf-zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/opt/source/bcf-zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -MD -MT zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c.obj -MF zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c.obj.d -o zephyr/CMakeFiles/zephyr.dir/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c.obj -c /opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c
In file included from /opt/source/bcf-zephyr/modules/hal/ti/simplelink/source/ti/drivers/power/PowerCC26X2.h:56,
from /opt/source/bcf-zephyr/zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2/power.c:14:
/opt/source/bcf-zephyr/modules/hal/ti/simplelink/source/ti/drivers/dpl/ClockP.h:64:10: fatal error: zephyr/zephyr.h: No such file or directory
#include <zephyr/zephyr.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
[39/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[40/348] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /opt/source/bcf-zephyr/build/sensortest
Log: umount: [/var/lib/jenkins/workspace/daily-debian-armhf-mikrobus-builds/ignore/tmp.95LP58i4O7/dev/pts]
Log: umount: [/var/lib/jenkins/workspace/daily-debian-armhf-mikrobus-builds/ignore/tmp.95LP58i4O7/proc]
Log: umount: [/var/lib/jenkins/workspace/daily-debian-armhf-mikrobus-builds/ignore/tmp.95LP58i4O7/sys]
Log: umount: [/var/lib/jenkins/workspace/daily-debian-armhf-mikrobus-builds/ignore/tmp.95LP58i4O7/run]
Copying to...rcn-ee.us/rootfs/debian-mikrobus-armhf/2022-06-02/
No Error: deploy/debian-11.3-iot-mikrobus-armhf-2022-06-02.tar
Build step 'Execute shell' marked build as failure
Finished: FAILURE
@RobertCNelson
Copy link
Author

env: [_=/usr/bin/env
MAIL=/var/mail/root
SUDO_UID=110
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LC_ALL=C
SHLVL=0
USER=debian
TERM=unknown
LANG=en_US.UTF-8
USERNAME=debian
HOME=/home/debian
LOGNAME=root
PWD=/
SUDO_USER=jenkins
SUDO_COMMAND=/usr/sbin/chroot /var/lib/jenkins/workspace/daily-debian-armhf-mikrobus-builds/ignore/tmp.95LP58i4O7 /bin/bash -e final.sh
SUDO_GID=113
SHELL=/bin/bash]
Patching: /etc/X11/xorg.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment