Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix YAML Scripts Fail - "Location" Attribute value read fails #12960

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Fix YAML Scripts Fail - "Location" Attribute value read fails #12960

merged 1 commit into from
Jan 4, 2022

Conversation

yufengwangca
Copy link
Contributor

@yufengwangca yufengwangca commented Dec 13, 2021

Problem

What is being fixed? Examples:

2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667362][992378:992383] CHIP:TOO:  ***** Test Failure: location value mismatch, expected 'us' but got 'XX'
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : 
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667449][992378:992383] CHIP:DMG: Client[0] moving to [UNINIT]
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667467][992378:992383] CHIP:EM: Sending Standalone Ack for MessageCounter:14374360 on exchange 45455i
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667534][992378:992383] CHIP:IN: Prepared encrypted message 0x7fcca0dba380 to 0x0000000012344321 (1)  of type 0x10 and protocolId (0, 0) on exchange 45455i with MessageCounter:12038928.
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667572][992378:992383] CHIP:IN: Sending encrypted msg 0x7fcca0dba380 with MessageCounter:12038928 to 0x0000000012344321 (1) at monotonic time: 937872202 msec
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667650][992378:992383] CHIP:EM: Flushed pending ack for MessageCounter:14374360 on exchange 45455i
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - APP  OUT  : [1639431092.667815][992361:992361] CHIP:EM: Received message of type 0x10 with protocolId (0, 0) and MessageCounter:12038928 on exchange 45455r
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - APP  OUT  : [1639431092.667835][992361:992361] CHIP:EM: Found matching exchange: 45455r, Delegate: (nil)
2021-12-13 13:31:32.867 ERROR   13:31:32.667 - APP  OUT  : [1639431092.667874][992361:992361] CHIP:EM: Rxd Ack; Removing MessageCounter:14374360 from Retrans Table on exchange 45455r
2021-12-13 13:31:32.868 ERROR   13:31:32.667 - APP  OUT  : [1639431092.667881][992361:992361] CHIP:EM: Removed CHIP MessageCounter:14374360 from RetransTable on exchange 45455r
2021-12-13 13:31:32.868 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667822][992378:992378] CHIP:-: ../../examples/chip-tool/commands/tests/TestCommand.cpp:85: CHIP Error 0x000000AC: Internal error at ../../examples/chip-tool/commands/common/CHIPCommand.cpp:54
2021-12-13 13:31:32.868 ERROR   13:31:32.667 - TEST OUT  : [1639431092.667842][992378:992378] CHIP:TOO: Run command failure: ../../examples/chip-tool/commands/tests/TestCommand.cpp:85: CHIP Error 0x000000AC: Internal error
2021-12-13 13:31:32.868 ERROR   13:31:32.676 - TEST OUT  : [1639431092.676529][992378:992378] CHIP:SPT: VerifyOrDie failure at ../../examples/chip-tool/third_party/connectedhomeip/src/inet/InetLayer.h:119: sEndPointPool.Allocated() == 0
2021-12-13 13:31:32.868 ERROR   ================ CAPTURED LOG END ====================
2021-12-13 13:31:32.868 ERROR   TestGroupMessaging - FAILED in 2.07 seconds
Traceback (most recent call last):
  File "./scripts/tests/run_test_suite.py", line 203, in cmd_run
    test.Run(runner, paths)
  File "/home/yufengw/connectedhomeip/scripts/tests/chiptest/test_definition.py", line 129, in Run
    runner.RunSubprocess(tool_cmd + ['tests', self.run_name, TEST_NODE_ID],
  File "/home/yufengw/connectedhomeip/scripts/tests/chiptest/runner.py", line 109, in RunSubprocess
    raise Exception('Command %r failed: %d' % (cmd, code))
Exception: Command ['ip', 'netns', 'exec', 'tool', './out/linux-x64-chip-tool-no-ble-tsan/chip-tool', 'tests', 'TestGroupMessaging', '0x12344321'] failed: -6

Fixes Issue #12983

Change overview

  • Update the test case to match the latest spec update

Testing

How was this tested? (at least one bullet point required)

  • ./scripts/build/build_examples.py --target linux-x64-chip-tool-no-ble-tsan --target linux-x64-all-clusters-no-ble-tsan --target linux-x64-tv-app-no-ble-tsan build --copy-artifacts-to objdir-clone

  • ./scripts/tests/run_test_suite.py --chip-tool ./out/linux-x64-chip-tool-no-ble-tsan/chip-tool run --iterations 1 --all-clusters-app ./out/linux-x64-all-clusters-no-ble-tsan/chip-all-clusters-app --tv-app ./out/linux-x64-tv-app-no-ble-tsan/chip-tv-app

src/app/tests/suites/TestGroupMessaging.yaml Outdated Show resolved Hide resolved
src/app/tests/suites/TestGroupMessaging.yaml Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Dec 15, 2021

PR #12960: Size comparison from 8f15eea to ecfa382

Increases (1 build for linux)
platform target config section 8f15eea ecfa382 change % change
linux chip-tool-ipv6only arm64 (read only) 6978884 6978916 32 0.0
.rodata 376292 376324 32 0.0
Full report (15 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 8f15eea ecfa382 change % change
efr32 lighting-app BRD4161A (read only) 836648 836648 0 0.0
(read/write) 128632 128632 0 0.0
.bss 126760 126760 0 0.0
.data 1868 1868 0 0.0
.text 836640 836640 0 0.0
BRD4161A+rpc (read only) 824236 824236 0 0.0
(read/write) 145304 145304 0 0.0
.bss 143336 143336 0 0.0
.data 1968 1968 0 0.0
.text 824228 824228 0 0.0
window-app BRD4161A (read only) 813872 813872 0 0.0
(read/write) 127576 127576 0 0.0
.bss 125744 125744 0 0.0
.data 1832 1832 0 0.0
.text 813864 813864 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 688692 688692 0 0.0
.bss 79344 79344 0 0.0
.data 1900 1900 0 0.0
.text 601648 601648 0 0.0
lock-app k32w061+debug (read/write) 638616 638616 0 0.0
.bss 77496 77496 0 0.0
.data 1860 1860 0 0.0
.text 553460 553460 0 0.0
shell k32w061+debug (read/write) 644020 644020 0 0.0
.bss 79804 79804 0 0.0
.data 1840 1840 0 0.0
.text 556576 556576 0 0.0
linux chip-tool-ipv6only arm64 (read only) 6978884 6978916 32 0.0
(read/write) 324593 324593 0 0.0
.bss 55889 55889 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 208392 208392 0 0.0
.dynamic 560 560 0 0.0
.got 55512 55512 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 376292 376324 32 0.0
.text 5916548 5916548 0 0.0
thermostat-no-ble arm64 (read only) 2007996 2007996 0 0.0
(read/write) 145281 145281 0 0.0
.bss 65633 65633 0 0.0
.data 832 832 0 0.0
.data.rel.ro 72080 72080 0 0.0
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 288 288 0 0.0
.rodata 128012 128012 0 0.0
.text 1668448 1668448 0 0.0
p6 all-clusters-app default (read/write) 2390680 2390680 0 0.0
.bss 118532 118532 0 0.0
.data 2536 2536 0 0.0
.heap 912272 912272 0 0.0
.text 1348944 1348944 0 0.0
light-app default (read/write) 2330968 2330968 0 0.0
.bss 107448 107448 0 0.0
.data 2376 2376 0 0.0
.heap 923520 923520 0 0.0
.text 1289232 1289232 0 0.0
lock-app default (read/write) 2307032 2307032 0 0.0
.bss 106328 106328 0 0.0
.data 2336 2336 0 0.0
.heap 924680 924680 0 0.0
.text 1265296 1265296 0 0.0
qpg lighting-app qpg6105+debug (read only) 533384 533384 0 0.0
(read/write) 146936 146936 0 0.0
.bss 88096 88096 0 0.0
.data 996 996 0 0.0
.text 528064 528064 0 0.0
lock-app qpg6105+debug (read only) 507752 507752 0 0.0
(read/write) 146940 146940 0 0.0
.bss 87232 87232 0 0.0
.data 952 952 0 0.0
.text 502432 502432 0 0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 833650 833650 0 0.0
bss 88336 88336 0 0.0
noinit 37160 37160 0 0.0
text 581342 581342 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 15, 2021

PR #12960: Size comparison from ea34a97 to 04bdadf

Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section ea34a97 04bdadf change % change
efr32 lighting-app BRD4161A (read only) 836648 836648 0 0.0
(read/write) 128632 128632 0 0.0
.bss 126760 126760 0 0.0
.data 1868 1868 0 0.0
.text 836640 836640 0 0.0
BRD4161A+rpc (read only) 824236 824236 0 0.0
(read/write) 145304 145304 0 0.0
.bss 143336 143336 0 0.0
.data 1968 1968 0 0.0
.text 824228 824228 0 0.0
window-app BRD4161A (read only) 813872 813872 0 0.0
(read/write) 127576 127576 0 0.0
.bss 125744 125744 0 0.0
.data 1832 1832 0 0.0
.text 813864 813864 0 0.0
esp32 all-clusters-app c3devkit (read only) 878096 878096 0 0.0
(read/write) 1313442 1313442 0 0.0
.dram0.bss 71080 71080 0 0.0
.dram0.data 14212 14212 0 0.0
.flash.rodata 175104 175104 0 0.0
.flash.text 878096 878096 0 0.0
.iram0.text 62076 62076 0 0.0
m5stack (read only) 966023 966023 0 0.0
(read/write) 454720 454720 0 0.0
.dram0.bss 77552 77552 0 0.0
.dram0.data 34048 34048 0 0.0
.flash.rodata 211332 211332 0 0.0
.flash.text 960639 960639 0 0.0
.iram0.text 123451 123451 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 688692 688692 0 0.0
.bss 79344 79344 0 0.0
.data 1900 1900 0 0.0
.text 601648 601648 0 0.0
lock-app k32w061+debug (read/write) 638616 638616 0 0.0
.bss 77496 77496 0 0.0
.data 1860 1860 0 0.0
.text 553460 553460 0 0.0
shell k32w061+debug (read/write) 644020 644020 0 0.0
.bss 79804 79804 0 0.0
.data 1840 1840 0 0.0
.text 556576 556576 0 0.0
linux chip-tool-ipv6only arm64 (read only) 6979092 6979092 0 0.0
(read/write) 324593 324593 0 0.0
.bss 55889 55889 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 208392 208392 0 0.0
.dynamic 560 560 0 0.0
.got 55512 55512 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 376308 376308 0 0.0
.text 5916740 5916740 0 0.0
thermostat-no-ble arm64 (read only) 2007996 2007996 0 0.0
(read/write) 145281 145281 0 0.0
.bss 65633 65633 0 0.0
.data 832 832 0 0.0
.data.rel.ro 72080 72080 0 0.0
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 288 288 0 0.0
.rodata 128012 128012 0 0.0
.text 1668448 1668448 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2336048 2336048 0 0.0
.bss 190332 190332 0 0.0
.data 5248 5248 0 0.0
.heap 840864 840864 0 0.0
.text 1298624 1298624 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2331592 2331592 0 0.0
.bss 182192 182192 0 0.0
.data 5544 5544 0 0.0
.heap 848712 848712 0 0.0
.text 1294192 1294192 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304648 2304648 0 0.0
.bss 181232 181232 0 0.0
.data 5528 5528 0 0.0
.heap 849688 849688 0 0.0
.text 1267248 1267248 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.heap 1020320 1020320 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054328 2054328 0 0.0
.bss 156980 156980 0 0.0
.data 4864 4864 0 0.0
.heap 874600 874600 0 0.0
.text 1016928 1016928 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 924271 924271 0 0.0
bss 119852 119852 0 0.0
rodata 103616 103616 0 0.0
text 625200 625200 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 887311 887311 0 0.0
bss 116200 116200 0 0.0
rodata 94912 94912 0 0.0
text 599940 599940 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 850286 850286 0 0.0
bss 121224 121224 0 0.0
rodata 98872 98872 0 0.0
text 555640 555640 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 899011 899011 0 0.0
bss 119028 119028 0 0.0
rodata 99732 99732 0 0.0
text 604844 604844 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 825270 825270 0 0.0
bss 120440 120440 0 0.0
rodata 95024 95024 0 0.0
text 535372 535372 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497447 497447 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339488 339488 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 903967 903967 0 0.0
bss 118940 118940 0 0.0
rodata 101088 101088 0 0.0
text 608444 608444 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 897207 897207 0 0.0
bss 118820 118820 0 0.0
rodata 99224 99224 0 0.0
text 603644 603644 0 0.0
shell nrf52840dk_nrf52840 (read/write) 782767 782767 0 0.0
bss 109624 109624 0 0.0
rodata 74396 74396 0 0.0
text 524232 524232 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 697838 697838 0 0.0
bss 110604 110604 0 0.0
rodata 69040 69040 0 0.0
text 444868 444868 0 0.0
p6 all-clusters-app default (read/write) 2390680 2390680 0 0.0
.bss 118532 118532 0 0.0
.data 2536 2536 0 0.0
.heap 912272 912272 0 0.0
.text 1348944 1348944 0 0.0
light-app default (read/write) 2330968 2330968 0 0.0
.bss 107448 107448 0 0.0
.data 2376 2376 0 0.0
.heap 923520 923520 0 0.0
.text 1289232 1289232 0 0.0
lock-app default (read/write) 2307032 2307032 0 0.0
.bss 106328 106328 0 0.0
.data 2336 2336 0 0.0
.heap 924680 924680 0 0.0
.text 1265296 1265296 0 0.0
qpg lighting-app qpg6105+debug (read only) 533384 533384 0 0.0
(read/write) 146936 146936 0 0.0
.bss 88096 88096 0 0.0
.data 996 996 0 0.0
.text 528064 528064 0 0.0
lock-app qpg6105+debug (read only) 507752 507752 0 0.0
(read/write) 146940 146940 0 0.0
.bss 87232 87232 0 0.0
.data 952 952 0 0.0
.text 502432 502432 0 0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 833650 833650 0 0.0
bss 88336 88336 0 0.0
noinit 37160 37160 0 0.0
text 581342 581342 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 16, 2021

PR #12960: Size comparison from 59dd330 to 48e34e7

Increases (26 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 59dd330 48e34e7 change % change
efr32 lighting-app BRD4161A (read only) 829456 829504 48 0.0
.text 829448 829496 48 0.0
BRD4161A+rpc (read only) 817084 817132 48 0.0
.text 817076 817124 48 0.0
window-app BRD4161A (read only) 802848 802896 48 0.0
.text 802840 802888 48 0.0
esp32 all-clusters-app c3devkit (read only) 877072 877146 74 0.0
.flash.text 877072 877146 74 0.0
m5stack (read only) 937951 937987 36 0.0
.flash.text 932567 932603 36 0.0
k32w light k32w061+release (read/write) 648312 648344 32 0.0
.text 564128 564160 32 0.0
lock k32w061+release (read/write) 633028 633076 48 0.0
.text 549168 549216 48 0.0
linux chip-tool-ipv6only arm64 (read only) 6930700 6930940 240 0.0
.text 5863652 5863892 240 0.0
thermostat-no-ble arm64 (read only) 1993780 1994020 240 0.0
.text 1654112 1654352 240 0.0
mbed lighting-app CY8CPROTO_062_4343W+release (read/write) 2328616 2328680 64 0.0
.text 1291216 1291280 64 0.0
shell CY8CPROTO_062_4343W+release (read/write) 2053688 2053752 64 0.0
.text 1016288 1016352 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935579 935627 48 0.0
text 631508 631552 44 0.0
nrf52840dk_nrf52840+rpc (read/write) 921979 922011 32 0.0
text 626820 626864 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859342 859374 32 0.0
text 558948 558992 44 0.0
lock-app nrf52840dk_nrf52840 (read/write) 907723 907755 32 0.0
text 609332 609376 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831638 831686 48 0.0
text 536816 536860 44 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912603 912651 48 0.0
text 612884 612928 44 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 905803 905835 32 0.0
text 608080 608124 44 0.0
shell nrf52840dk_nrf52840 (read/write) 796079 796115 36 0.0
rodata 78096 78100 4 0.0
text 532048 532092 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 708710 708762 52 0.0
rodata 72396 72400 4 0.0
text 449544 449588 44 0.0
p6 all-clusters-app default (read/write) 2384624 2384672 48 0.0
.text 1342888 1342936 48 0.0
light-app default (read/write) 2324008 2324040 32 0.0
.text 1282272 1282304 32 0.0
lock-app default (read/write) 2296216 2296248 32 0.0
.text 1254480 1254512 32 0.0
qpg lighting-app qpg6105+debug (read only) 531812 531860 48 0.0
.text 526492 526540 48 0.0
lock-app qpg6105+debug (read only) 503492 503540 48 0.0
.text 498172 498220 48 0.0
telink lighting-app tlsr9518adk80d (read/write) 830230 830294 64 0.0
text 578418 578488 70 0.0
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 59dd330 48e34e7 change % change
efr32 lighting-app BRD4161A (read only) 829456 829504 48 0.0
(read/write) 127352 127352 0 0.0
.bss 125472 125472 0 0.0
.data 1876 1876 0 0.0
.text 829448 829496 48 0.0
BRD4161A+rpc (read only) 817084 817132 48 0.0
(read/write) 144016 144016 0 0.0
.bss 142040 142040 0 0.0
.data 1976 1976 0 0.0
.text 817076 817124 48 0.0
window-app BRD4161A (read only) 802848 802896 48 0.0
(read/write) 126288 126288 0 0.0
.bss 124456 124456 0 0.0
.data 1832 1832 0 0.0
.text 802840 802888 48 0.0
esp32 all-clusters-app c3devkit (read only) 877072 877146 74 0.0
(read/write) 1313042 1313042 0 0.0
.dram0.bss 69784 69784 0 0.0
.dram0.data 14220 14220 0 0.0
.flash.rodata 175976 175976 0 0.0
.flash.text 877072 877146 74 0.0
.iram0.text 62254 62254 0 0.0
m5stack (read only) 937951 937987 36 0.0
(read/write) 442144 442144 0 0.0
.dram0.bss 74280 74280 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 202800 202800 0 0.0
.flash.text 932567 932603 36 0.0
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 648312 648344 32 0.0
.bss 76480 76480 0 0.0
.data 1904 1904 0 0.0
.text 564128 564160 32 0.0
lock k32w061+release (read/write) 633028 633076 48 0.0
.bss 76200 76200 0 0.0
.data 1860 1860 0 0.0
.text 549168 549216 48 0.0
linux chip-tool-ipv6only arm64 (read only) 6930700 6930940 240 0.0
(read/write) 323633 323633 0 0.0
.bss 54577 54577 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 208096 208096 0 0.0
.dynamic 560 560 0 0.0
.got 56160 56160 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 379476 379476 0 0.0
.text 5863652 5863892 240 0.0
thermostat-no-ble arm64 (read only) 1993780 1994020 240 0.0
(read/write) 143937 143937 0 0.0
.bss 64321 64321 0 0.0
.data 880 880 0 0.0
.data.rel.ro 72000 72000 0 0.0
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 288 288 0 0.0
.rodata 128196 128196 0 0.0
.text 1654112 1654352 240 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2334104 2334104 0 0.0
.bss 189068 189068 0 0.0
.data 5264 5264 0 0.0
.text 1296680 1296680 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2328616 2328680 64 0.0
.bss 180896 180896 0 0.0
.data 5544 5544 0 0.0
.text 1291216 1291280 64 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2301712 2301712 0 0.0
.bss 179944 179944 0 0.0
.data 5536 5536 0 0.0
.text 1264312 1264312 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053688 2053752 64 0.0
.bss 156972 156972 0 0.0
.data 4864 4864 0 0.0
.text 1016288 1016352 64 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935579 935627 48 0.0
bss 118400 118400 0 0.0
rodata 108120 108120 0 0.0
text 631508 631552 44 0.0
nrf52840dk_nrf52840+rpc (read/write) 921979 922011 32 0.0
bss 115444 115444 0 0.0
rodata 101536 101536 0 0.0
text 626820 626864 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859342 859374 32 0.0
bss 116684 116684 0 0.0
rodata 103044 103044 0 0.0
text 558948 558992 44 0.0
lock-app nrf52840dk_nrf52840 (read/write) 907723 907755 32 0.0
bss 117588 117588 0 0.0
rodata 103424 103424 0 0.0
text 609332 609376 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831638 831686 48 0.0
bss 115900 115900 0 0.0
rodata 98388 98388 0 0.0
text 536816 536860 44 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 912603 912651 48 0.0
bss 117496 117496 0 0.0
rodata 104768 104768 0 0.0
text 612884 612928 44 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 905803 905835 32 0.0
bss 117376 117376 0 0.0
rodata 102896 102896 0 0.0
text 608080 608124 44 0.0
shell nrf52840dk_nrf52840 (read/write) 796079 796115 36 0.0
bss 109464 109464 0 0.0
rodata 78096 78100 4 0.0
text 532048 532092 44 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 708710 708762 52 0.0
bss 107352 107352 0 0.0
rodata 72396 72400 4 0.0
text 449544 449588 44 0.0
p6 all-clusters-app default (read/write) 2384624 2384672 48 0.0
.bss 117260 117260 0 0.0
.data 2544 2544 0 0.0
.text 1342888 1342936 48 0.0
light-app default (read/write) 2324008 2324040 32 0.0
.bss 106152 106152 0 0.0
.data 2384 2384 0 0.0
.text 1282272 1282304 32 0.0
lock-app default (read/write) 2296216 2296248 32 0.0
.bss 105032 105032 0 0.0
.data 2336 2336 0 0.0
.text 1254480 1254512 32 0.0
qpg lighting-app qpg6105+debug (read only) 531812 531860 48 0.0
(read/write) 146936 146936 0 0.0
.bss 86816 86816 0 0.0
.data 1004 1004 0 0.0
.text 526492 526540 48 0.0
lock-app qpg6105+debug (read only) 503492 503540 48 0.0
(read/write) 146940 146940 0 0.0
.bss 85952 85952 0 0.0
.data 952 952 0 0.0
.text 498172 498220 48 0.0
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 830230 830294 64 0.0
bss 87040 87040 0 0.0
noinit 37160 37160 0 0.0
text 578418 578488 70 0.0

@yufengwangca yufengwangca changed the title Fix TestGroupMessaging test failure Fix YAML Scripts Fail - "Location" Attribute value read fails Dec 17, 2021
@github-actions
Copy link

github-actions bot commented Dec 17, 2021

PR #12960: Size comparison from 7283e3a to 0593820

Increases (24 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7283e3a 0593820 change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818732 520 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.text 818204 818724 520 0.1
window-app BRD4161A (read only) 803960 804480 520 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.text 803952 804472 520 0.1
esp32 all-clusters-app c3devkit (read only) 881266 881576 310 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881266 881576 310 0.0
m5stack (read only) 941919 942207 288 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936823 288 0.0
k32w light k32w061+release (read/write) 648852 649180 328 0.1
.bss 76488 76504 16 0.0
.text 564660 564972 312 0.1
lock k32w061+release (read/write) 633568 633896 328 0.1
.bss 76208 76224 16 0.0
.text 549700 550012 312 0.1
linux thermostat-no-ble arm64 (read only) 2006052 2007924 1872 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data.rel.ro 72088 72160 72 0.1
.rodata 128356 128388 32 0.0
.text 1666032 1667760 1728 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2330760 2331040 280 0.0
.bss 180920 180936 16 0.0
.text 1293360 1293640 280 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.text 1266392 1266672 280 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936439 328 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632304 296 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922823 344 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627616 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860186 344 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559740 288 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610132 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537608 292 0.1
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611368 296 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608880 296 0.0
p6 all-clusters-app default (read/write) 2390040 2390560 520 0.0
.bss 116780 116796 16 0.0
.text 1348304 1348824 520 0.0
light-app default (read/write) 2325120 2325640 520 0.0
.bss 106160 106176 16 0.0
.text 1283384 1283904 520 0.0
lock-app default (read/write) 2297328 2297848 520 0.0
.bss 105040 105056 16 0.0
.text 1255592 1256112 520 0.0
qpg lighting-app qpg6105+debug (read only) 532352 532664 312 0.1
.bss 86824 86840 16 0.0
.text 527032 527344 312 0.1
lock-app qpg6105+debug (read only) 504016 504328 312 0.1
.bss 85960 85976 16 0.0
.text 498696 499008 312 0.1
telink lighting-app tlsr9518adk80d (read/write) 832370 832754 384 0.0
bss 87064 87080 16 0.0
text 580500 580840 340 0.1
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7283e3a 0593820 change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.data 1876 1876 0 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818732 520 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.data 1976 1976 0 0.0
.text 818204 818724 520 0.1
window-app BRD4161A (read only) 803960 804480 520 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.data 1832 1832 0 0.0
.text 803952 804472 520 0.1
esp32 all-clusters-app c3devkit (read only) 881266 881576 310 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.dram0.data 14220 14220 0 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881266 881576 310 0.0
.iram0.text 62254 62254 0 0.0
m5stack (read only) 941919 942207 288 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936823 288 0.0
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 648852 649180 328 0.1
.bss 76488 76504 16 0.0
.data 1904 1904 0 0.0
.text 564660 564972 312 0.1
lock k32w061+release (read/write) 633568 633896 328 0.1
.bss 76208 76224 16 0.0
.data 1860 1860 0 0.0
.text 549700 550012 312 0.1
linux chip-tool-ipv6only arm64 (read only) 6977548 6977548 0 0.0
(read/write) 325601 325601 0 0.0
.bss 54593 54593 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 209704 209704 0 0.0
.dynamic 560 560 0 0.0
.got 56504 56504 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 383540 383540 0 0.0
.text 5902212 5902212 0 0.0
thermostat-no-ble arm64 (read only) 2006052 2007924 1872 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data 880 880 0 0.0
.data.rel.ro 72088 72160 72 0.1
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 296 296 0 0.0
.rodata 128356 128388 32 0.0
.text 1666032 1667760 1728 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.data 5264 5264 0 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330760 2331040 280 0.0
.bss 180920 180936 16 0.0
.data 5552 5552 0 0.0
.text 1293360 1293640 280 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.data 5544 5544 0 0.0
.text 1266392 1266672 280 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053688 2053688 0 0.0
.bss 156972 156972 0 0.0
.data 4864 4864 0 0.0
.text 1016288 1016288 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936439 328 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632304 296 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922823 344 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627616 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860186 344 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559740 288 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610132 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537608 292 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611368 296 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608880 296 0.0
shell nrf52840dk_nrf52840 (read/write) 796079 796079 0 0.0
bss 109464 109464 0 0.0
rodata 78096 78096 0 0.0
text 532048 532048 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 708710 708710 0 0.0
bss 107352 107352 0 0.0
rodata 72396 72396 0 0.0
text 449544 449544 0 0.0
p6 all-clusters-app default (read/write) 2390040 2390560 520 0.0
.bss 116780 116796 16 0.0
.data 2544 2544 0 0.0
.text 1348304 1348824 520 0.0
light-app default (read/write) 2325120 2325640 520 0.0
.bss 106160 106176 16 0.0
.data 2384 2384 0 0.0
.text 1283384 1283904 520 0.0
lock-app default (read/write) 2297328 2297848 520 0.0
.bss 105040 105056 16 0.0
.data 2336 2336 0 0.0
.text 1255592 1256112 520 0.0
qpg lighting-app qpg6105+debug (read only) 532352 532664 312 0.1
(read/write) 146936 146936 0 0.0
.bss 86824 86840 16 0.0
.data 1004 1004 0 0.0
.text 527032 527344 312 0.1
lock-app qpg6105+debug (read only) 504016 504328 312 0.1
(read/write) 146940 146940 0 0.0
.bss 85960 85976 16 0.0
.data 952 952 0 0.0
.text 498696 499008 312 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 832370 832754 384 0.0
bss 87064 87080 16 0.0
noinit 37160 37160 0 0.0
text 580500 580840 340 0.1

@boring-cyborg boring-cyborg bot added the darwin label Dec 19, 2021
@github-actions
Copy link

github-actions bot commented Dec 19, 2021

PR #12960: Size comparison from 7fb48ab to 704cb2e

Increases (25 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7fb48ab 704cb2e change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818748 536 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.text 818204 818740 536 0.1
window-app BRD4161A (read only) 803960 804496 536 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.text 803952 804488 536 0.1
esp32 all-clusters-app c3devkit (read only) 881268 881588 320 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881268 881588 320 0.0
m5stack (read only) 941919 942215 296 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936831 296 0.0
k32w light k32w061+release (read/write) 648868 649212 344 0.1
.bss 76488 76504 16 0.0
.text 564676 565004 328 0.1
lock k32w061+release (read/write) 633584 633928 344 0.1
.bss 76208 76224 16 0.0
.text 549716 550044 328 0.1
linux chip-tool-ipv6only arm64 (read only) 6979164 6982332 3168 0.0
(read/write) 325633 325697 64 0.0
.got 56536 56600 64 0.1
.rodata 383732 383972 240 0.1
.text 5903540 5906276 2736 0.0
thermostat-no-ble arm64 (read only) 2006052 2007988 1936 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data.rel.ro 72088 72160 72 0.1
.rodata 128356 128388 32 0.0
.text 1666032 1667824 1792 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2330696 2331040 344 0.0
.bss 180920 180936 16 0.0
.text 1293296 1293640 344 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.text 1266392 1266672 280 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936455 344 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632316 308 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922839 360 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627628 308 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860202 360 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559752 300 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610140 304 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537616 300 0.1
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611380 308 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608888 304 0.0
p6 all-clusters-app default (read/write) 2390040 2390576 536 0.0
.bss 116780 116796 16 0.0
.text 1348304 1348840 536 0.0
light-app default (read/write) 2325120 2325656 536 0.0
.bss 106160 106176 16 0.0
.text 1283384 1283920 536 0.0
lock-app default (read/write) 2297328 2297864 536 0.0
.bss 105040 105056 16 0.0
.text 1255592 1256128 536 0.0
qpg lighting-app qpg6105+debug (read only) 532368 532696 328 0.1
.bss 86824 86840 16 0.0
.text 527048 527376 328 0.1
lock-app qpg6105+debug (read only) 504032 504360 328 0.1
.bss 85960 85976 16 0.0
.text 498712 499040 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 832378 832762 384 0.0
bss 87064 87080 16 0.0
text 580502 580852 350 0.1
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7fb48ab 704cb2e change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.data 1876 1876 0 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818748 536 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.data 1976 1976 0 0.0
.text 818204 818740 536 0.1
window-app BRD4161A (read only) 803960 804496 536 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.data 1832 1832 0 0.0
.text 803952 804488 536 0.1
esp32 all-clusters-app c3devkit (read only) 881268 881588 320 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.dram0.data 14220 14220 0 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881268 881588 320 0.0
.iram0.text 62254 62254 0 0.0
m5stack (read only) 941919 942215 296 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936831 296 0.0
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 648868 649212 344 0.1
.bss 76488 76504 16 0.0
.data 1904 1904 0 0.0
.text 564676 565004 328 0.1
lock k32w061+release (read/write) 633584 633928 344 0.1
.bss 76208 76224 16 0.0
.data 1860 1860 0 0.0
.text 549716 550044 328 0.1
linux chip-tool-ipv6only arm64 (read only) 6979164 6982332 3168 0.0
(read/write) 325633 325697 64 0.0
.bss 54593 54593 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 209704 209704 0 0.0
.dynamic 560 560 0 0.0
.got 56536 56600 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 383732 383972 240 0.1
.text 5903540 5906276 2736 0.0
thermostat-no-ble arm64 (read only) 2006052 2007988 1936 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data 880 880 0 0.0
.data.rel.ro 72088 72160 72 0.1
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 296 296 0 0.0
.rodata 128356 128388 32 0.0
.text 1666032 1667824 1792 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.data 5264 5264 0 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330696 2331040 344 0.0
.bss 180920 180936 16 0.0
.data 5552 5552 0 0.0
.text 1293296 1293640 344 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.data 5544 5544 0 0.0
.text 1266392 1266672 280 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053688 2053688 0 0.0
.bss 156972 156972 0 0.0
.data 4864 4864 0 0.0
.text 1016288 1016288 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936455 344 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632316 308 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922839 360 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627628 308 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860202 360 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559752 300 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610140 304 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537616 300 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611380 308 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608888 304 0.0
shell nrf52840dk_nrf52840 (read/write) 796079 796079 0 0.0
bss 109464 109464 0 0.0
rodata 78096 78096 0 0.0
text 532048 532048 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 708710 708710 0 0.0
bss 107352 107352 0 0.0
rodata 72396 72396 0 0.0
text 449544 449544 0 0.0
p6 all-clusters-app default (read/write) 2390040 2390576 536 0.0
.bss 116780 116796 16 0.0
.data 2544 2544 0 0.0
.text 1348304 1348840 536 0.0
light-app default (read/write) 2325120 2325656 536 0.0
.bss 106160 106176 16 0.0
.data 2384 2384 0 0.0
.text 1283384 1283920 536 0.0
lock-app default (read/write) 2297328 2297864 536 0.0
.bss 105040 105056 16 0.0
.data 2336 2336 0 0.0
.text 1255592 1256128 536 0.0
qpg lighting-app qpg6105+debug (read only) 532368 532696 328 0.1
(read/write) 146936 146936 0 0.0
.bss 86824 86840 16 0.0
.data 1004 1004 0 0.0
.text 527048 527376 328 0.1
lock-app qpg6105+debug (read only) 504032 504360 328 0.1
(read/write) 146940 146940 0 0.0
.bss 85960 85976 16 0.0
.data 952 952 0 0.0
.text 498712 499040 328 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 832378 832762 384 0.0
bss 87064 87080 16 0.0
noinit 37160 37160 0 0.0
text 580502 580852 350 0.1

@github-actions
Copy link

github-actions bot commented Dec 20, 2021

PR #12960: Size comparison from 7fb48ab to d0e585d

Increases (25 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7fb48ab d0e585d change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818748 536 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.text 818204 818740 536 0.1
window-app BRD4161A (read only) 803960 804496 536 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.text 803952 804488 536 0.1
esp32 all-clusters-app c3devkit (read only) 881268 881588 320 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881268 881588 320 0.0
m5stack (read only) 941919 942215 296 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936831 296 0.0
k32w light k32w061+release (read/write) 648868 649212 344 0.1
.bss 76488 76504 16 0.0
.text 564676 565004 328 0.1
lock k32w061+release (read/write) 633584 633928 344 0.1
.bss 76208 76224 16 0.0
.text 549716 550044 328 0.1
linux chip-tool-ipv6only arm64 (read only) 6979164 6982332 3168 0.0
(read/write) 325633 325697 64 0.0
.got 56536 56600 64 0.1
.rodata 383732 383972 240 0.1
.text 5903540 5906276 2736 0.0
thermostat-no-ble arm64 (read only) 2006052 2007988 1936 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data.rel.ro 72088 72160 72 0.1
.rodata 128356 128388 32 0.0
.text 1666032 1667824 1792 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2330696 2331040 344 0.0
.bss 180920 180936 16 0.0
.text 1293296 1293640 344 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.text 1266392 1266672 280 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936455 344 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632316 308 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922839 360 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627628 308 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860202 360 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559752 300 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610140 304 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537616 300 0.1
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611380 308 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608888 304 0.0
p6 all-clusters-app default (read/write) 2390040 2390576 536 0.0
.bss 116780 116796 16 0.0
.text 1348304 1348840 536 0.0
light-app default (read/write) 2325120 2325656 536 0.0
.bss 106160 106176 16 0.0
.text 1283384 1283920 536 0.0
lock-app default (read/write) 2297328 2297864 536 0.0
.bss 105040 105056 16 0.0
.text 1255592 1256128 536 0.0
qpg lighting-app qpg6105+debug (read only) 532368 532696 328 0.1
.bss 86824 86840 16 0.0
.text 527048 527376 328 0.1
lock-app qpg6105+debug (read only) 504032 504360 328 0.1
.bss 85960 85976 16 0.0
.text 498712 499040 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 832378 832762 384 0.0
bss 87064 87080 16 0.0
text 580502 580852 350 0.1
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 7fb48ab d0e585d change % change
efr32 lighting-app BRD4161A (read only) 830584 831104 520 0.1
(read/write) 127360 127376 16 0.0
.bss 125480 125496 16 0.0
.data 1876 1876 0 0.0
.text 830576 831096 520 0.1
BRD4161A+rpc (read only) 818212 818748 536 0.1
(read/write) 144024 144040 16 0.0
.bss 142048 142064 16 0.0
.data 1976 1976 0 0.0
.text 818204 818740 536 0.1
window-app BRD4161A (read only) 803960 804496 536 0.1
(read/write) 126296 126312 16 0.0
.bss 124464 124480 16 0.0
.data 1832 1832 0 0.0
.text 803952 804488 536 0.1
esp32 all-clusters-app c3devkit (read only) 881268 881588 320 0.0
(read/write) 1312402 1312450 48 0.0
.dram0.bss 69296 69312 16 0.0
.dram0.data 14220 14220 0 0.0
.flash.rodata 175832 175864 32 0.0
.flash.text 881268 881588 320 0.0
.iram0.text 62254 62254 0 0.0
m5stack (read only) 941919 942215 296 0.0
(read/write) 441516 441560 44 0.0
.dram0.bss 73792 73808 16 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 202660 202688 28 0.0
.flash.text 936535 936831 296 0.0
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 648868 649212 344 0.1
.bss 76488 76504 16 0.0
.data 1904 1904 0 0.0
.text 564676 565004 328 0.1
lock k32w061+release (read/write) 633584 633928 344 0.1
.bss 76208 76224 16 0.0
.data 1860 1860 0 0.0
.text 549716 550044 328 0.1
linux chip-tool-ipv6only arm64 (read only) 6979164 6982332 3168 0.0
(read/write) 325633 325697 64 0.0
.bss 54593 54593 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 209704 209704 0 0.0
.dynamic 560 560 0 0.0
.got 56536 56600 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 383732 383972 240 0.1
.text 5903540 5906276 2736 0.0
thermostat-no-ble arm64 (read only) 2006052 2007988 1936 0.1
(read/write) 144065 144161 96 0.1
.bss 64353 64385 32 0.0
.data 880 880 0 0.0
.data.rel.ro 72088 72160 72 0.1
.dynamic 560 560 0 0.0
.got 3840 3840 0 0.0
.init 24 24 0 0.0
.init_array 296 296 0 0.0
.rodata 128356 128388 32 0.0
.text 1666032 1667824 1792 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2337920 2338200 280 0.0
.bss 188580 188596 16 0.0
.data 5264 5264 0 0.0
.text 1300496 1300776 280 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2330696 2331040 344 0.0
.bss 180920 180936 16 0.0
.data 5552 5552 0 0.0
.text 1293296 1293640 344 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2303792 2304072 280 0.0
.bss 179968 179984 16 0.0
.data 5544 5544 0 0.0
.text 1266392 1266672 280 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053688 2053688 0 0.0
.bss 156972 156972 0 0.0
.data 4864 4864 0 0.0
.text 1016288 1016288 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 936111 936455 344 0.0
bss 118408 118424 16 0.0
rodata 108124 108148 24 0.0
text 632008 632316 308 0.0
nrf52840dk_nrf52840+rpc (read/write) 922479 922839 360 0.0
bss 115452 115468 16 0.0
rodata 101540 101564 24 0.0
text 627320 627628 308 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859842 860202 360 0.0
bss 116692 116708 16 0.0
rodata 103048 103072 24 0.0
text 559452 559752 300 0.1
lock-app nrf52840dk_nrf52840 (read/write) 908223 908583 360 0.0
bss 117596 117612 16 0.0
rodata 103428 103452 24 0.0
text 609836 610140 304 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 832186 832498 312 0.0
bss 115908 115924 16 0.0
rodata 98392 98416 24 0.0
text 537316 537616 300 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 909519 909847 328 0.0
bss 117356 117372 16 0.0
rodata 103644 103668 24 0.0
text 611072 611380 308 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 906335 906663 328 0.0
bss 117384 117400 16 0.0
rodata 102900 102924 24 0.0
text 608584 608888 304 0.0
shell nrf52840dk_nrf52840 (read/write) 796079 796079 0 0.0
bss 109464 109464 0 0.0
rodata 78096 78096 0 0.0
text 532048 532048 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 708710 708710 0 0.0
bss 107352 107352 0 0.0
rodata 72396 72396 0 0.0
text 449544 449544 0 0.0
p6 all-clusters-app default (read/write) 2390040 2390576 536 0.0
.bss 116780 116796 16 0.0
.data 2544 2544 0 0.0
.text 1348304 1348840 536 0.0
light-app default (read/write) 2325120 2325656 536 0.0
.bss 106160 106176 16 0.0
.data 2384 2384 0 0.0
.text 1283384 1283920 536 0.0
lock-app default (read/write) 2297328 2297864 536 0.0
.bss 105040 105056 16 0.0
.data 2336 2336 0 0.0
.text 1255592 1256128 536 0.0
qpg lighting-app qpg6105+debug (read only) 532368 532696 328 0.1
(read/write) 146936 146936 0 0.0
.bss 86824 86840 16 0.0
.data 1004 1004 0 0.0
.text 527048 527376 328 0.1
lock-app qpg6105+debug (read only) 504032 504360 328 0.1
(read/write) 146940 146940 0 0.0
.bss 85960 85976 16 0.0
.data 952 952 0 0.0
.text 498712 499040 328 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 832378 832762 384 0.0
bss 87064 87080 16 0.0
noinit 37160 37160 0 0.0
text 580502 580852 350 0.1

@stale
Copy link

stale bot commented Dec 27, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Dec 27, 2021
@stale
Copy link

stale bot commented Jan 3, 2022

This stale pull request has been automatically closed. Thank you for your contributions.

@stale stale bot closed this Jan 3, 2022
@yufengwangca yufengwangca reopened this Jan 4, 2022
@stale stale bot removed the stale Stale issue or PR label Jan 4, 2022
@github-actions
Copy link

github-actions bot commented Jan 4, 2022

PR #12960: Size comparison from b0af6ba to 8318bd5

Increases (8 builds for k32w, p6, qpg, telink)
platform target config section b0af6ba 8318bd5 change % change
k32w light k32w061+release (read/write) 647440 647784 344 0.1
.bss 76184 76200 16 0.0
.text 563552 563880 328 0.1
lock k32w061+release (read/write) 632264 632608 344 0.1
.bss 75896 75912 16 0.0
.text 548708 549036 328 0.1
p6 all-clusters-app default (read/write) 2399776 2400312 536 0.0
.bss 116732 116748 16 0.0
.text 1358040 1358576 536 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296416 536 0.0
.bss 104736 104752 16 0.0
.text 1254144 1254680 536 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531424 328 0.1
.bss 86656 86672 16 0.0
.text 525776 526104 328 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
.bss 85792 85808 16 0.0
.text 497556 497884 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 831754 832146 392 0.0
bss 86840 86856 16 0.0
text 580232 580582 350 0.1
Full report (9 builds for k32w, p6, qpg, telink)
platform target config section b0af6ba 8318bd5 change % change
k32w light k32w061+release (read/write) 647440 647784 344 0.1
.bss 76184 76200 16 0.0
.data 1904 1904 0 0.0
.text 563552 563880 328 0.1
lock k32w061+release (read/write) 632264 632608 344 0.1
.bss 75896 75912 16 0.0
.data 1860 1860 0 0.0
.text 548708 549036 328 0.1
p6 all-clusters-app default (read/write) 2399776 2400312 536 0.0
.bss 116732 116748 16 0.0
.data 2584 2584 0 0.0
.text 1358040 1358576 536 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.data 2384 2384 0 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296416 536 0.0
.bss 104736 104752 16 0.0
.data 2336 2336 0 0.0
.text 1254144 1254680 536 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531424 328 0.1
(read/write) 146936 146936 0 0.0
.bss 86656 86672 16 0.0
.data 1004 1004 0 0.0
.text 525776 526104 328 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
(read/write) 146940 146940 0 0.0
.bss 85792 85808 16 0.0
.data 952 952 0 0.0
.text 497556 497884 328 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 831754 832146 392 0.0
bss 86840 86856 16 0.0
noinit 37160 37160 0 0.0
text 580232 580582 350 0.1

@github-actions
Copy link

github-actions bot commented Jan 4, 2022

PR #12960: Size comparison from b0af6ba to 6751e24

Increases (11 builds for efr32, k32w, p6, qpg, telink)
platform target config section b0af6ba 6751e24 change % change
efr32 lighting-app BRD4161A (read only) 828924 829460 536 0.1
(read/write) 127052 127068 16 0.0
.bss 125176 125192 16 0.0
.text 828916 829452 536 0.1
BRD4161A+rpc (read only) 816552 817088 536 0.1
(read/write) 143720 143736 16 0.0
.bss 141744 141760 16 0.0
.text 816544 817080 536 0.1
window-app BRD4161A (read only) 802372 802908 536 0.1
(read/write) 125992 126008 16 0.0
.bss 124160 124176 16 0.0
.text 802364 802900 536 0.1
k32w light k32w061+release (read/write) 647440 647784 344 0.1
.bss 76184 76200 16 0.0
.text 563552 563880 328 0.1
lock k32w061+release (read/write) 632264 632608 344 0.1
.bss 75896 75912 16 0.0
.text 548708 549036 328 0.1
p6 all-clusters-app default (read/write) 2399776 2400312 536 0.0
.bss 116732 116748 16 0.0
.text 1358040 1358576 536 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296416 536 0.0
.bss 104736 104752 16 0.0
.text 1254144 1254680 536 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531424 328 0.1
.bss 86656 86672 16 0.0
.text 525776 526104 328 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
.bss 85792 85808 16 0.0
.text 497556 497884 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 831754 832146 392 0.0
bss 86840 86856 16 0.0
text 580232 580582 350 0.1
Full report (12 builds for efr32, k32w, p6, qpg, telink)
platform target config section b0af6ba 6751e24 change % change
efr32 lighting-app BRD4161A (read only) 828924 829460 536 0.1
(read/write) 127052 127068 16 0.0
.bss 125176 125192 16 0.0
.data 1876 1876 0 0.0
.text 828916 829452 536 0.1
BRD4161A+rpc (read only) 816552 817088 536 0.1
(read/write) 143720 143736 16 0.0
.bss 141744 141760 16 0.0
.data 1976 1976 0 0.0
.text 816544 817080 536 0.1
window-app BRD4161A (read only) 802372 802908 536 0.1
(read/write) 125992 126008 16 0.0
.bss 124160 124176 16 0.0
.data 1832 1832 0 0.0
.text 802364 802900 536 0.1
k32w light k32w061+release (read/write) 647440 647784 344 0.1
.bss 76184 76200 16 0.0
.data 1904 1904 0 0.0
.text 563552 563880 328 0.1
lock k32w061+release (read/write) 632264 632608 344 0.1
.bss 75896 75912 16 0.0
.data 1860 1860 0 0.0
.text 548708 549036 328 0.1
p6 all-clusters-app default (read/write) 2399776 2400312 536 0.0
.bss 116732 116748 16 0.0
.data 2584 2584 0 0.0
.text 1358040 1358576 536 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.data 2384 2384 0 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296416 536 0.0
.bss 104736 104752 16 0.0
.data 2336 2336 0 0.0
.text 1254144 1254680 536 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531424 328 0.1
(read/write) 146936 146936 0 0.0
.bss 86656 86672 16 0.0
.data 1004 1004 0 0.0
.text 525776 526104 328 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
(read/write) 146940 146940 0 0.0
.bss 85792 85808 16 0.0
.data 952 952 0 0.0
.text 497556 497884 328 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 831754 832146 392 0.0
bss 86840 86856 16 0.0
noinit 37160 37160 0 0.0
text 580232 580582 350 0.1

@github-actions
Copy link

github-actions bot commented Jan 4, 2022

PR #12960: Size comparison from b0af6ba to 0f0e67f

Increases (24 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section b0af6ba 0f0e67f change % change
efr32 lighting-app BRD4161A (read only) 828924 829444 520 0.1
(read/write) 127052 127068 16 0.0
.bss 125176 125192 16 0.0
.text 828916 829436 520 0.1
BRD4161A+rpc (read only) 816552 817072 520 0.1
(read/write) 143720 143736 16 0.0
.bss 141744 141760 16 0.0
.text 816544 817064 520 0.1
window-app BRD4161A (read only) 802372 802892 520 0.1
(read/write) 125992 126008 16 0.0
.bss 124160 124176 16 0.0
.text 802364 802884 520 0.1
esp32 all-clusters-app c3devkit (read only) 888138 888438 300 0.0
(read/write) 1313666 1313706 40 0.0
.dram0.bss 69264 69280 16 0.0
.flash.rodata 177112 177136 24 0.0
.flash.text 888138 888438 300 0.0
m5stack (read only) 948215 948491 276 0.0
(read/write) 445252 445296 44 0.0
.dram0.bss 73760 73776 16 0.0
.flash.rodata 206428 206456 28 0.0
.flash.text 942831 943107 276 0.0
k32w light k32w061+release (read/write) 647440 647768 328 0.1
.bss 76184 76200 16 0.0
.text 563552 563864 312 0.1
lock k32w061+release (read/write) 632264 632592 328 0.1
.bss 75896 75912 16 0.0
.text 548708 549020 312 0.1
linux thermostat-no-ble arm64 (read only) 2021852 2023756 1904 0.1
(read/write) 143937 144017 80 0.1
.bss 63985 64001 16 0.0
.data.rel.ro 72200 72272 72 0.1
.rodata 128476 128508 32 0.0
.text 1680848 1682608 1760 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2345456 2345800 344 0.0
.bss 188524 188540 16 0.0
.text 1308032 1308376 344 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2329040 2329384 344 0.0
.bss 180608 180624 16 0.0
.text 1291640 1291984 344 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2302200 2302544 344 0.0
.bss 179656 179672 16 0.0
.text 1264800 1265144 344 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935247 935607 360 0.0
bss 118172 118188 16 0.0
rodata 107996 108020 24 0.0
text 631528 631820 292 0.0
nrf52840dk_nrf52840+rpc (read/write) 921651 921963 312 0.0
bss 115216 115232 16 0.0
rodata 101416 101440 24 0.0
text 626840 627132 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859014 859326 312 0.0
bss 116456 116472 16 0.0
rodata 102924 102948 24 0.0
text 558964 559252 288 0.1
lock-app nrf52840dk_nrf52840 (read/write) 907507 907819 312 0.0
bss 117360 117376 16 0.0
rodata 103304 103328 24 0.0
text 609460 609756 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831422 831766 344 0.0
bss 115672 115688 16 0.0
rodata 98268 98292 24 0.0
text 536940 537228 288 0.1
pump-app nrf52840dk_nrf52840 (read/write) 908739 909099 360 0.0
bss 117120 117136 16 0.0
rodata 103520 103544 24 0.0
text 610676 610968 292 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 905587 905931 344 0.0
bss 117148 117164 16 0.0
rodata 102776 102800 24 0.0
text 608208 608504 296 0.0
p6 all-clusters-app default (read/write) 2399776 2400296 520 0.0
.bss 116732 116748 16 0.0
.text 1358040 1358560 520 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296400 520 0.0
.bss 104736 104752 16 0.0
.text 1254144 1254664 520 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531408 312 0.1
.bss 86656 86672 16 0.0
.text 525776 526088 312 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
.bss 85792 85808 16 0.0
.text 497556 497884 328 0.1
telink lighting-app tlsr9518adk80d (read/write) 831754 832122 368 0.0
bss 86840 86856 16 0.0
text 580232 580562 330 0.1
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section b0af6ba 0f0e67f change % change
efr32 lighting-app BRD4161A (read only) 828924 829444 520 0.1
(read/write) 127052 127068 16 0.0
.bss 125176 125192 16 0.0
.data 1876 1876 0 0.0
.text 828916 829436 520 0.1
BRD4161A+rpc (read only) 816552 817072 520 0.1
(read/write) 143720 143736 16 0.0
.bss 141744 141760 16 0.0
.data 1976 1976 0 0.0
.text 816544 817064 520 0.1
window-app BRD4161A (read only) 802372 802892 520 0.1
(read/write) 125992 126008 16 0.0
.bss 124160 124176 16 0.0
.data 1832 1832 0 0.0
.text 802364 802884 520 0.1
esp32 all-clusters-app c3devkit (read only) 888138 888438 300 0.0
(read/write) 1313666 1313706 40 0.0
.dram0.bss 69264 69280 16 0.0
.dram0.data 14228 14228 0 0.0
.flash.rodata 177112 177136 24 0.0
.flash.text 888138 888438 300 0.0
.iram0.text 62254 62254 0 0.0
m5stack (read only) 948215 948491 276 0.0
(read/write) 445252 445296 44 0.0
.dram0.bss 73760 73776 16 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 206428 206456 28 0.0
.flash.text 942831 943107 276 0.0
.iram0.text 122671 122671 0 0.0
k32w light k32w061+release (read/write) 647440 647768 328 0.1
.bss 76184 76200 16 0.0
.data 1904 1904 0 0.0
.text 563552 563864 312 0.1
lock k32w061+release (read/write) 632264 632592 328 0.1
.bss 75896 75912 16 0.0
.data 1860 1860 0 0.0
.text 548708 549020 312 0.1
linux chip-tool-ipv6only arm64 (read only) 7014204 7014204 0 0.0
(read/write) 324865 324865 0 0.0
.bss 54209 54209 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 208984 208984 0 0.0
.dynamic 560 560 0 0.0
.got 56880 56880 0 0.0
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 383332 383332 0 0.0
.text 5938436 5938436 0 0.0
thermostat-no-ble arm64 (read only) 2021852 2023756 1904 0.1
(read/write) 143937 144017 80 0.1
.bss 63985 64001 16 0.0
.data 880 880 0 0.0
.data.rel.ro 72200 72272 72 0.1
.dynamic 560 560 0 0.0
.got 3936 3936 0 0.0
.init 24 24 0 0.0
.init_array 296 296 0 0.0
.rodata 128476 128508 32 0.0
.text 1680848 1682608 1760 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2345456 2345800 344 0.0
.bss 188524 188540 16 0.0
.data 5304 5304 0 0.0
.text 1308032 1308376 344 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2329040 2329384 344 0.0
.bss 180608 180624 16 0.0
.data 5552 5552 0 0.0
.text 1291640 1291984 344 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2302200 2302544 344 0.0
.bss 179656 179672 16 0.0
.data 5544 5544 0 0.0
.text 1264800 1265144 344 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2053888 2053888 0 0.0
.bss 156972 156972 0 0.0
.data 4864 4864 0 0.0
.text 1016488 1016488 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 935247 935607 360 0.0
bss 118172 118188 16 0.0
rodata 107996 108020 24 0.0
text 631528 631820 292 0.0
nrf52840dk_nrf52840+rpc (read/write) 921651 921963 312 0.0
bss 115216 115232 16 0.0
rodata 101416 101440 24 0.0
text 626840 627132 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 859014 859326 312 0.0
bss 116456 116472 16 0.0
rodata 102924 102948 24 0.0
text 558964 559252 288 0.1
lock-app nrf52840dk_nrf52840 (read/write) 907507 907819 312 0.0
bss 117360 117376 16 0.0
rodata 103304 103328 24 0.0
text 609460 609756 296 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 831422 831766 344 0.0
bss 115672 115688 16 0.0
rodata 98268 98292 24 0.0
text 536940 537228 288 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 542351 542351 0 0.0
bss 52588 52588 0 0.0
rodata 50668 50668 0 0.0
text 376892 376892 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 908739 909099 360 0.0
bss 117120 117136 16 0.0
rodata 103520 103544 24 0.0
text 610676 610968 292 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 905587 905931 344 0.0
bss 117148 117164 16 0.0
rodata 102776 102800 24 0.0
text 608208 608504 296 0.0
shell nrf52840dk_nrf52840 (read/write) 796871 796871 0 0.0
bss 109536 109536 0 0.0
rodata 78200 78200 0 0.0
text 532680 532680 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 709502 709502 0 0.0
bss 107424 107424 0 0.0
rodata 72500 72500 0 0.0
text 450172 450172 0 0.0
p6 all-clusters-app default (read/write) 2399776 2400296 520 0.0
.bss 116732 116748 16 0.0
.data 2584 2584 0 0.0
.text 1358040 1358560 520 0.0
light-app default (read/write) 2323680 2324200 520 0.0
.bss 105856 105872 16 0.0
.data 2384 2384 0 0.0
.text 1281944 1282464 520 0.0
lock-app default (read/write) 2295880 2296400 520 0.0
.bss 104736 104752 16 0.0
.data 2336 2336 0 0.0
.text 1254144 1254664 520 0.0
qpg lighting-app qpg6105+debug (read only) 531096 531408 312 0.1
(read/write) 146936 146936 0 0.0
.bss 86656 86672 16 0.0
.data 1004 1004 0 0.0
.text 525776 526088 312 0.1
lock-app qpg6105+debug (read only) 502876 503204 328 0.1
(read/write) 146940 146940 0 0.0
.bss 85792 85808 16 0.0
.data 952 952 0 0.0
.text 497556 497884 328 0.1
persistent-storage-app qpg6105+debug (read only) 106448 106448 0 0.0
(read/write) 146938 146938 0 0.0
.bss 36146 36146 0 0.0
.data 288 288 0 0.0
.text 101128 101128 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 831754 832122 368 0.0
bss 86840 86856 16 0.0
noinit 37160 37160 0 0.0
text 580232 580562 330 0.1

@yufengwangca yufengwangca merged commit 6ca16f0 into project-chip:master Jan 4, 2022
step0035 pushed a commit to hank820/connectedhomeip that referenced this pull request Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants