Created
April 10, 2025 13:03
-
-
Save lupyuen/abc2ed48b2712b7b09591c1efd927646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luppy@thinkstation:~/nuttx-test-bot$ cd /tmp | |
luppy@thinkstation:/tmp$ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' | |
set -x ; | |
uname -a ; | |
cd ; | |
pwd ; | |
git clone https://github.com/anchao/nuttx nuttx --branch 25020501 ; | |
git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 ; | |
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; | |
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; | |
sleep 10 ; | |
cd nuttx/tools/ci ; | |
( sleep 10800 ; echo Killing pytest after timeout... ; pkill -f pytest )& | |
(./cibuild.sh -c -A -N -R testlist/xtensa-01.dat || echo '\''***** BUILD FAILED'\'') ; | |
' | |
[sudo] password for luppy: | |
+ uname -a | |
Linux ed6b4fa641c4 6.11.0-21-generic #21~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 24 16:52:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux | |
+ cd | |
+ pwd | |
/root | |
+ git clone https://github.com/anchao/nuttx nuttx --branch 25020501 | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 858350, done. | |
remote: Counting objects: 100% (158/158), done. | |
remote: Compressing objects: 100% (129/129), done. | |
remote: Total 858350 (delta 42), reused 55 (delta 24), pack-reused 858192 (from 1) | |
Receiving objects: 100% (858350/858350), 335.56 MiB | 16.85 MiB/s, done. | |
Resolving deltas: 100% (671478/671478), done. | |
Updating files: 100% (24325/24325), done. | |
+ git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 | |
Cloning into 'apps'... | |
remote: Enumerating objects: 107295, done. | |
remote: Counting objects: 100% (243/243), done. | |
remote: Compressing objects: 100% (173/173), done. | |
remote: Total 107295 (delta 127), reused 82 (delta 70), pack-reused 107052 (from 4) | |
Receiving objects: 100% (107295/107295), 36.64 MiB | 16.04 MiB/s, done. | |
Resolving deltas: 100% (85749/85749), done. | |
+ pushd nuttx | |
~/nuttx ~ | |
+ git reset --hard HEAD | |
HEAD is now at 8b9d2c0cfc libc/elf: rename modlib to libelf | |
++ git rev-parse HEAD | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/8b9d2c0cfc74361c212733fdcd119c9f6da628b4 | |
NuttX Source: https://github.com/apache/nuttx/tree/8b9d2c0cfc74361c212733fdcd119c9f6da628b4 | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
+ git reset --hard HEAD | |
HEAD is now at d54ef6024 libc/elf: rename modlib to libelf | |
++ git rev-parse HEAD | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/d54ef6024a299f8a4bbaad5643b1fe2cee6f5579 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/d54ef6024a299f8a4bbaad5643b1fe2cee6f5579 | |
+ popd | |
~ | |
+ sleep 10 | |
+ cd nuttx/tools/ci | |
+ sleep 10800 | |
+ ./cibuild.sh -c -A -N -R testlist/xtensa-01.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 | |
++ cut -d= -f2 | |
++ tr -d '"' | |
+ 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/xtensa-01.dat ']' | |
+ case "$1" in | |
+ builds=("$@") | |
+ break | |
+ run_builds | |
+ local ncpus | |
+ '[' Xubuntu == XDarwin ']' | |
++ grep -c '^processor' /proc/cpuinfo | |
+ ncpus=24 | |
+ options+='-j 24' | |
+ for build in "${builds[@]}" | |
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/xtensa-01.dat | |
==================================================================================== | |
Configuration/Tool: esp32-pico-kit/nsh | |
2025-04-10 10:31:01 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-pico-kit/nsh | |
==================================================================================== | |
Configuration/Tool: ttgo_t_display_esp32/lvgl_fb | |
2025-04-10 10:32:19 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_t_display_esp32/lvgl_fb | |
==================================================================================== | |
Configuration/Tool: ttgo_t_display_esp32/lvgl_lcd | |
2025-04-10 10:34:18 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_t_display_esp32/lvgl_lcd | |
==================================================================================== | |
Configuration/Tool: ttgo_t_display_esp32/nsh | |
2025-04-10 10:35:55 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_t_display_esp32/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/wifi | |
2025-04-10 10:37:01 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 802k 0 --:--:-- --:--:-- --:--:-- 802k | |
100 496k 100 496k 0 0 1195k 0 --:--:-- --:--:-- --:--:-- 1195k | |
[1/1] Normalize esp32-lyrat/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/mmcsdspi | |
2025-04-10 10:39:09 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-lyrat/mmcsdspi | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/buttons | |
2025-04-10 10:40:14 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-lyrat/buttons | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/nxrecorder | |
2025-04-10 10:41:19 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-lyrat/nxrecorder | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/rtptools | |
2025-04-10 10:42:37 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 921k 0 --:--:-- --:--:-- --:--:-- 29.5M | |
100 59247 0 59247 0 0 70481 0 --:--:-- --:--:-- --:--:-- 132k | |
[1/1] Normalize esp32-lyrat/rtptools | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/nsh | |
2025-04-10 10:44:37 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-lyrat/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-lyrat/audio | |
2025-04-10 10:45:36 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 441k 0 --:--:-- --:--:-- --:--:-- 441k | |
100 496k 100 496k 0 0 771k 0 --:--:-- --:--:-- --:--:-- 771k | |
[1/1] Normalize esp32-lyrat/audio | |
==================================================================================== | |
Configuration/Tool: esp32-sparrow-kit/wifi | |
2025-04-10 10:47:51 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 1013k 0 --:--:-- --:--:-- --:--:-- 1013k | |
100 340k 100 340k 0 0 209k 0 0:00:01 0:00:01 --:--:-- 445k | |
[1/1] Normalize esp32-sparrow-kit/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-sparrow-kit/mqttc | |
2025-04-10 10:50:02 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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:00:18 --:--:-- 0 | |
100 277k 0 277k 0 0 15331 0 --:--:-- 0:00:18 --:--:-- 833k | |
[1/1] Normalize esp32-sparrow-kit/mqttc | |
==================================================================================== | |
Configuration/Tool: esp32-sparrow-kit/nsh | |
2025-04-10 10:52:10 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-sparrow-kit/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-audio-kit/wifi | |
2025-04-10 10:53:40 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 667k 0 --:--:-- --:--:-- --:--:-- 667k | |
100 340k 100 340k 0 0 451k 0 --:--:-- --:--:-- --:--:-- 451k | |
[1/1] Normalize esp32-audio-kit/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-audio-kit/nsh | |
2025-04-10 10:55:20 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-audio-kit/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-audio-kit/audio | |
2025-04-10 10:56:28 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 397k 0 --:--:-- --:--:-- --:--:-- 397k | |
100 496k 100 496k 0 0 568k 0 --:--:-- --:--:-- --:--:-- 22.4M | |
[1/1] Normalize esp32-audio-kit/audio | |
==================================================================================== | |
Configuration/Tool: lilygo_tbeam_lora_gps/gps | |
2025-04-10 10:58:34 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 23182 0 23182 0 0 20496 0 --:--:-- 0:00:01 --:--:-- 20496 | |
[1/1] Normalize lilygo_tbeam_lora_gps/gps | |
==================================================================================== | |
Configuration/Tool: lilygo_tbeam_lora_gps/sx127x | |
2025-04-10 10:59:45 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize lilygo_tbeam_lora_gps/sx127x | |
==================================================================================== | |
Configuration/Tool: lilygo_tbeam_lora_gps/nsh | |
2025-04-10 11:01:01 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize lilygo_tbeam_lora_gps/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/wifi | |
2025-04-10 11:02:00 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 674k 0 --:--:-- --:--:-- --:--:-- 674k | |
[1/1] Normalize esp32-wrover-kit/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/leds | |
2025-04-10 11:03:50 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/leds | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/lcd1602 | |
2025-04-10 11:04:47 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/lcd1602 | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/bmp180 | |
2025-04-10 11:05:41 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/bmp180 | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/mmcsdspi | |
2025-04-10 11:06:37 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/mmcsdspi | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/gpio | |
2025-04-10 11:07:48 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/gpio | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/nx | |
2025-04-10 11:08:59 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/nx | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/oneshot | |
2025-04-10 11:10:06 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/oneshot | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/buttons | |
2025-04-10 11:11:15 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/buttons | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/autopm | |
2025-04-10 11:12:19 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 680k 0 --:--:-- --:--:-- --:--:-- 680k | |
[1/1] Normalize esp32-wrover-kit/autopm | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/lvgl | |
2025-04-10 11:14:28 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/lvgl | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/rtc | |
2025-04-10 11:15:46 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/rtc | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/lua | |
2025-04-10 11:17:07 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 425k 100 425k 0 0 575k 0 --:--:-- --:--:-- --:--:-- 575k | |
[1/1] Normalize esp32-wrover-kit/lua | |
==================================================================================== | |
Configuration/Tool: esp32-wrover-kit/nsh | |
2025-04-10 11:18:20 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-wrover-kit/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/wifi | |
2025-04-10 11:19:16 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 491k 0 --:--:-- --:--:-- --:--:-- 1371k | |
[1/1] Normalize esp32-ethernet-kit/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/ethernet | |
2025-04-10 11:21:08 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-ethernet-kit/ethernet | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/oneshot | |
2025-04-10 11:22:26 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-ethernet-kit/oneshot | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/buttons | |
2025-04-10 11:23:38 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-ethernet-kit/buttons | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/autopm | |
2025-04-10 11:24:51 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 802k 0 --:--:-- --:--:-- --:--:-- 802k | |
[1/1] Normalize esp32-ethernet-kit/autopm | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/rtc | |
2025-04-10 11:27:13 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-ethernet-kit/rtc | |
==================================================================================== | |
Configuration/Tool: esp32-ethernet-kit/nsh | |
2025-04-10 11:28:10 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-ethernet-kit/nsh | |
==================================================================================== | |
Configuration/Tool: ttgo_eink5_v2/fb | |
2025-04-10 11:29:35 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_eink5_v2/fb | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/mcp2515 | |
2025-04-10 11:30:42 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/mcp2515 | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/ble | |
2025-04-10 11:31:46 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/ble | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/wifi | |
2025-04-10 11:33:33 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 444k 0 --:--:-- --:--:-- --:--:-- 1090k | |
100 496k 100 496k 0 0 637k 0 --:--:-- --:--:-- --:--:-- 1250k | |
[1/1] Normalize esp32-devkitc/wifi | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/leds | |
2025-04-10 11:35:26 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/leds | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/i2schar | |
2025-04-10 11:36:33 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/i2schar | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/ostest | |
2025-04-10 11:37:30 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/ostest | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/mcuboot_update_agent | |
2025-04-10 11:38:34 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 1669k 0 1669k 0 0 1517k 0 --:--:-- 0:00:01 --:--:-- 2701k | |
[1/1] Normalize esp32-devkitc/mcuboot_update_agent | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/pm | |
2025-04-10 11:40:33 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/pm | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/smp | |
2025-04-10 11:41:56 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/smp | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/spiflash | |
2025-04-10 11:43:04 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/spiflash | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/blewifi | |
2025-04-10 11:44:24 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 656k 0 --:--:-- --:--:-- --:--:-- 656k | |
100 340k 0 340k 0 0 426k 0 --:--:-- --:--:-- --:--:-- 426k | |
[1/1] Normalize esp32-devkitc/blewifi | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/mqttc | |
2025-04-10 11:46:28 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 277k 0 277k 0 0 319k 0 --:--:-- --:--:-- --:--:-- 319k | |
[1/1] Normalize esp32-devkitc/mqttc | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/nxlooper | |
2025-04-10 11:48:13 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 616k 0 --:--:-- --:--:-- --:--:-- 616k | |
100 496k 100 496k 0 0 610k 0 --:--:-- --:--:-- --:--:-- 2558k | |
[1/1] Normalize esp32-devkitc/nxlooper | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/watchdog | |
2025-04-10 11:50:13 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/watchdog | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/modbus | |
2025-04-10 11:51:21 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/modbus | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/sta_softap | |
2025-04-10 11:52:18 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 401k 0 --:--:-- --:--:-- --:--:-- 29.0M | |
100 496k 100 496k 0 0 289k 0 0:00:01 0:00:01 --:--:-- 534k | |
[1/1] Normalize esp32-devkitc/sta_softap | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/capture | |
2025-04-10 11:54:27 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/capture | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/softap | |
2025-04-10 11:55:40 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 547k 0 --:--:-- --:--:-- --:--:-- 547k | |
[1/1] Normalize esp32-devkitc/softap | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/knsh | |
2025-04-10 11:57:42 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/knsh | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/oneshot | |
2025-04-10 11:59:03 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/oneshot | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/bmp280 | |
2025-04-10 12:00:09 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/bmp280 | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/sotest | |
2025-04-10 12:01:11 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/sotest | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/nxdiag | |
2025-04-10 12:02:22 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/nxdiag | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/mcuboot_slot_confirm | |
2025-04-10 12:03:38 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 1669k 0 1669k 0 0 1396k 0 --:--:-- 0:00:01 --:--:-- 4628k | |
[1/1] Normalize esp32-devkitc/mcuboot_slot_confirm | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/cxx | |
2025-04-10 12:04:44 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/cxx | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/watcher | |
2025-04-10 12:06:29 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/watcher | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/espnow | |
2025-04-10 12:07:39 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/espnow | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/buttons | |
2025-04-10 12:09:24 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/buttons | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/psram_usrheap | |
2025-04-10 12:10:33 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/psram_usrheap | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/timer | |
2025-04-10 12:11:51 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/timer | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/ms5611 | |
2025-04-10 12:12:52 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/ms5611 | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/autopm | |
2025-04-10 12:14:05 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 458k 0 --:--:-- --:--:-- --:--:-- 458k | |
[1/1] Normalize esp32-devkitc/autopm | |
==================================================================================== | |
Skipping: esp32-devkitc/qemu_openeth | |
Configuration/Tool: esp32-devkitc/qemu_openeth | |
2025-04-10 12:15:36 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Skipping: esp32-devkitc/qemu_openeth | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/qencoder | |
2025-04-10 12:15:38 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/qencoder | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/efuse | |
2025-04-10 12:16:47 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 715k 0 --:--:-- --:--:-- --:--:-- 715k | |
100 340k 100 340k 0 0 426k 0 --:--:-- --:--:-- --:--:-- 426k | |
[1/1] Normalize esp32-devkitc/efuse | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/snake | |
2025-04-10 12:18:27 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/snake | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/wifishare | |
2025-04-10 12:19:28 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 427k 0 --:--:-- --:--:-- --:--:-- 427k | |
[1/1] Normalize esp32-devkitc/wifishare | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/twai | |
2025-04-10 12:21:10 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/twai | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/wifi_smp | |
2025-04-10 12:22:13 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 100 340k 0 0 716k 0 --:--:-- --:--:-- --:--:-- 31.9M | |
100 496k 100 496k 0 0 503k 0 --:--:-- --:--:-- --:--:-- 961k | |
[1/1] Normalize esp32-devkitc/wifi_smp | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/wamr_wasi_debug | |
2025-04-10 12:24:09 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 5023k 0 5023k 0 0 3410k 0 --:--:-- 0:00:01 --:--:-- 16.5M | |
[1/1] Normalize esp32-devkitc/wamr_wasi_debug | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/rmt | |
2025-04-10 12:26:05 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/rmt | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/mcuboot_nsh | |
2025-04-10 12:27:03 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/mcuboot_nsh | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/rtc | |
2025-04-10 12:28:07 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/rtc | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/elf | |
2025-04-10 12:29:16 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
xtensa-esp32-elf-ld: warning: cannot find entry symbol __start; not setting start address | |
[1/1] Normalize esp32-devkitc/elf | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/psram | |
2025-04-10 12:30:39 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/psram | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/module | |
2025-04-10 12:31:45 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/module | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/motor | |
2025-04-10 12:32:36 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/motor | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/random | |
2025-04-10 12:33:46 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/random | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/pwm | |
2025-04-10 12:34:54 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/pwm | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/brickmatch | |
2025-04-10 12:44:20 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/brickmatch | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/coremark | |
2025-04-10 12:45:47 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 475k 0 475k 0 0 587k 0 --:--:-- --:--:-- --:--:-- 587k | |
[1/1] Normalize esp32-devkitc/coremark | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/wifinsh | |
2025-04-10 12:46:54 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 340k 0 340k 0 0 340k 0 --:--:-- --:--:-- --:--:-- 340k | |
[1/1] Normalize esp32-devkitc/wifinsh | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/nsh | |
2025-04-10 12:48:56 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/max6675 | |
2025-04-10 12:50:14 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/max6675 | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/audio | |
2025-04-10 12:51:22 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
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 496k 100 496k 0 0 936k 0 --:--:-- --:--:-- --:--:-- 31.5M | |
100 340k 0 340k 0 0 262k 0 --:--:-- 0:00:01 --:--:-- 433k | |
[1/1] Normalize esp32-devkitc/audio | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/dac | |
2025-04-10 12:53:11 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/dac | |
==================================================================================== | |
Configuration/Tool: esp32-devkitc/tickless | |
2025-04-10 12:53:51 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-devkitc/tickless | |
==================================================================================== | |
Configuration/Tool: ttgo_lora_esp32/sx127x | |
2025-04-10 12:54:35 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_lora_esp32/sx127x | |
==================================================================================== | |
Configuration/Tool: ttgo_lora_esp32/nsh | |
2025-04-10 12:55:17 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize ttgo_lora_esp32/nsh | |
==================================================================================== | |
Configuration/Tool: esp32-2432S028/lvgl | |
2025-04-10 12:55:57 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-2432S028/lvgl | |
==================================================================================== | |
Configuration/Tool: esp32-2432S028/nsh | |
2025-04-10 12:57:23 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
[1/1] Normalize esp32-2432S028/nsh | |
==================================================================================== | |
+ '[' -d /root/tools/ccache ']' | |
+ ccache -s | |
Summary: | |
Hits: 91238 / 135089 (67.54 %) | |
Direct: 903 / 135089 (0.67 %) | |
Preprocessed: 90335 / 134186 (67.32 %) | |
Misses: 43851 | |
Direct: 134186 | |
Preprocessed: 43851 | |
Uncacheable: 135937 | |
Primary storage: | |
Hits: 210136 / 269975 (77.84 %) | |
Misses: 59839 | |
Cache size (GB): 0.32 / 5.00 (6.50 %) | |
Use the -v/--verbose option for more details. | |
luppy@thinkstation:/tmp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment