Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active January 4, 2025 01:28
Show Gist options
  • Save lupyuen/dfddc63bafe0b2c4dd9f4f52d6b12598 to your computer and use it in GitHub Desktop.
Save lupyuen/dfddc63bafe0b2c4dd9f4f52d6b12598 to your computer and use it in GitHub Desktop.
cibuild.sh -c -A -N -R testlist/arm-12.dat
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/lupyuen2/wip-nuttx nuttx --branch stm32ldiscovery-chrono
git clone https://github.com/apache/nuttx-apps apps
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci
./cibuild.sh -c -A -N -R testlist/arm-12.dat
luppy@thinkstation:~/nuttx-bisect$ sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
[sudo] password for luppy:
root@c3636e2e8103:/tools# cd
root@c3636e2e8103:~# git clone https://github.com/lupyuen2/wip-nuttx nuttx --branch stm32ldiscovery-chrono
Cloning into 'nuttx'...
remote: Enumerating objects: 841125, done.
remote: Counting objects: 100% (339/339), done.
remote: Compressing objects: 100% (209/209), done.
remote: Total 841125 (delta 192), reused 132 (delta 129), pack-reused 840786 (from 3)
Receiving objects: 100% (841125/841125), 306.72 MiB | 16.45 MiB/s, done.
Resolving deltas: 100% (656049/656049), done.
Updating files: 100% (23776/23776), done.
root@c3636e2e8103:~# git clone https://github.com/apache/nuttx-apps apps
Cloning into 'apps'...
remote: Enumerating objects: 93711, done.
remote: Counting objects: 100% (1282/1282), done.
remote: Compressing objects: 100% (461/461), done.
remote: Total 93711 (delta 1065), reused 823 (delta 821), pack-reused 92429 (from 3)
Receiving objects: 100% (93711/93711), 27.14 MiB | 13.60 MiB/s, done.
Resolving deltas: 100% (74832/74832), done.
root@c3636e2e8103:~# pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
~/nuttx ~
NuttX Source: https://github.com/apache/nuttx/tree/e40244893c372f4d8e8a6c507f8d5af1a35f2df0
~
root@c3636e2e8103:~# pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
~/apps ~
NuttX Apps: https://github.com/apache/nuttx-apps/tree/2cfbdbb4015aeec4a4579891d85bd09e4cdc5b78
~
root@c3636e2e8103:~# cd nuttx/tools/ci
root@c3636e2e8103:~/nuttx/tools/ci# ./cibuild.sh -c -A -N -R testlist/arm-12.dat
+++ dirname ./cibuild.sh
++ cd .
++ pwd
+ CID=/root/nuttx/tools/ci
++ cd /root/nuttx/tools/ci/../../../
++ pwd -P
+ CIWORKSPACE=/root
+ CIPLAT=/root/nuttx/tools/ci/platforms
+ nuttx=/root/nuttx
+ apps=/root/apps
++ uname -s
+ os=Linux
++ uname -m
+ osarch=x86_64
+ '[' -f /etc/os-release ']'
++ grep '^ID=' /etc/os-release
++ tr -d '"'
++ cut -d= -f2
+ osname=ubuntu
+ '[' -z -c ']'
+ '[' -n -c ']'
+ case "$1" in
+ enable_ccache
+ export CCACHE_DIR=/root/tools/ccache
+ CCACHE_DIR=/root/tools/ccache
+ shift
+ '[' -n -A ']'
+ case "$1" in
+ options+='-A '
+ shift
+ '[' -n -N ']'
+ case "$1" in
+ options+='-N '
+ shift
+ '[' -n -R ']'
+ case "$1" in
+ options+='-R '
+ shift
+ '[' -n testlist/arm-12.dat ']'
+ case "$1" in
+ builds=("$@")
+ break
+ run_builds
+ local ncpus
+ '[' Xubuntu == XDarwin ']'
++ grep -c '^processor' /proc/cpuinfo
+ ncpus=24
+ '[' Xubuntu == Xmsys2 ']'
+ options+='-j 24'
+ for build in "${builds[@]}"
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/arm-12.dat
====================================================================================
Configuration/Tool: stm32f4discovery/max31855,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:00:03
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/max31855
====================================================================================
Configuration/Tool: stm32f4discovery/rgbled,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:01:16
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/rgbled
====================================================================================
Configuration/Tool: stm32f4discovery/sporadic,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:02:40
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/sporadic
====================================================================================
Configuration/Tool: stm32f4discovery/lwl,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:03:16
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/lwl
====================================================================================
Configuration/Tool: stm32f4discovery/canard,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:03:49
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 191k 0 191k 0 0 228k 0 --:--:-- --:--:-- --:--:-- 6712k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/canard
====================================================================================
Configuration/Tool: stm32f4discovery/nxlines,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:04:26
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/nxlines
====================================================================================
Configuration/Tool: stm32f4discovery/mmcsdspi,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:05:03
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/mmcsdspi
====================================================================================
Configuration/Tool: stm32f4discovery/xen1210,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:05:42
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/xen1210
====================================================================================
Configuration/Tool: stm32f4discovery/st7789,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:06:15
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/st7789
====================================================================================
Configuration/Tool: stm32f4discovery/kostest,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:06:48
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/kostest
====================================================================================
Configuration/Tool: stm32f4discovery/ether_w5500,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:07:30
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/ether_w5500
====================================================================================
Configuration/Tool: stm32f4discovery/usbmsc,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:08:08
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/usbmsc
====================================================================================
Configuration/Tool: stm32f4discovery/cxxtest,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:08:44
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 264k 100 264k 0 0 120k 0 0:00:02 0:00:02 --:--:-- 120k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
arm-none-eabi-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions
Normalize stm32f4discovery/cxxtest
====================================================================================
Configuration/Tool: stm32f4discovery/max7219,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:09:23
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/max7219
====================================================================================
Configuration/Tool: stm32f4discovery/usbnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:09:59
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/usbnsh
====================================================================================
Configuration/Tool: stm32f4discovery/lcd1602,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:10:33
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/lcd1602
====================================================================================
Configuration/Tool: stm32f4discovery/elf,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:11:05
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/elf
====================================================================================
Configuration/Tool: stm32f4discovery/brickmatch,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:11:40
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/brickmatch
====================================================================================
Configuration/Tool: stm32f4discovery/composite,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:12:17
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 496k 100 496k 0 0 221k 0 0:00:02 0:00:02 --:--:-- 462k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/composite
====================================================================================
Configuration/Tool: stm32f4discovery/posix_spawn,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:13:01
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/posix_spawn
====================================================================================
Configuration/Tool: stm32f4discovery/modbus_slave,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:13:36
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/modbus_slave
====================================================================================
Configuration/Tool: stm32f4discovery/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:14:09
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/ipv6
====================================================================================
Configuration/Tool: stm32f4discovery/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:14:46
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 44130 0 44130 0 0 57588 0 --:--:-- --:--:-- --:--:-- 57588
100 1646k 0 1646k 0 0 900k 0 --:--:-- 0:00:01 --:--:-- 3060k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/adb
====================================================================================
Configuration/Tool: stm32f4discovery/module,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:15:26
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/module
====================================================================================
Configuration/Tool: stm32f4discovery/testlibcxx,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:15:59
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
arm-none-eabi-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions
Normalize stm32f4discovery/testlibcxx
====================================================================================
Configuration/Tool: stm32f4discovery/pseudoterm,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:16:44
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/pseudoterm
====================================================================================
Configuration/Tool: stm32f4discovery/wifi,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:17:20
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/wifi
====================================================================================
Configuration/Tool: stm32f4discovery/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:18:02
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/netnsh
====================================================================================
Configuration/Tool: stm32f4discovery/pm,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:18:38
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/pm
====================================================================================
Configuration/Tool: stm32f4discovery/nxscope_cdcacm,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:19:14
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/nxscope_cdcacm
====================================================================================
Configuration/Tool: stm32f4discovery/audio,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:19:50
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/audio
====================================================================================
Configuration/Tool: stm32f4discovery/rndis,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:20:24
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 496k 100 496k 0 0 624k 0 --:--:-- --:--:-- --:--:-- 624k
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/rndis
====================================================================================
Configuration/Tool: stm32f4discovery/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-04 01:21:00
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize stm32f4discovery/nsh
====================================================================================
Configuration/Tool: stm32ldiscovery/chrono,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:21:33
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
Normalize stm32ldiscovery/chrono
====================================================================================
Configuration/Tool: stm32ldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:22:07
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
Normalize stm32ldiscovery/nsh
====================================================================================
Configuration/Tool: stm32vldiscovery/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:22:40
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
Normalize stm32vldiscovery/nsh
====================================================================================
Configuration/Tool: viewtool-stm32f107/tcpblaster,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:23:14
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
Normalize viewtool-stm32f107/tcpblaster
====================================================================================
Configuration/Tool: viewtool-stm32f107/ft80x,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:23:52
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize viewtool-stm32f107/ft80x
====================================================================================
Configuration/Tool: viewtool-stm32f107/netnsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:24:29
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize viewtool-stm32f107/netnsh
====================================================================================
Configuration/Tool: viewtool-stm32f107/highpri,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:25:36
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize viewtool-stm32f107/highpri
====================================================================================
Configuration/Tool: viewtool-stm32f107/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2025-01-04 01:27:01
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
44 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
| ^~~~~~~
Normalize viewtool-stm32f107/nsh
====================================================================================
+ '[' -d /root/tools/ccache ']'
+ ccache -s
Summary:
Hits: 17445 / 48712 (35.81 %)
Direct: 276 / 48712 (0.57 %)
Preprocessed: 17169 / 48436 (35.45 %)
Misses: 31267
Direct: 48436
Preprocessed: 31267
Uncacheable: 51128
Primary storage:
Hits: 54513 / 97381 (55.98 %)
Misses: 42868
Cache size (GB): 0.20 / 5.00 (3.92 %)
Use the -v/--verbose option for more details.
root@c3636e2e8103:~/nuttx/tools/ci#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment