You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
@pjzander-signify How does this differ from #10151? What was the reason for abandoning that one, and the reviews that had already happened there, and opening this one?
@bzbarsky-apple There was something strange about #10151, it created a branch (issue_9823) and I was unable to commit the formatted c files so I decided to close that pull request and make a new one.
Size increase report for "gn_qpg-example-build" from 5c2afb7
File
Section
File
VM
chip-qpg6100-lighting-example.out
.text
16
16
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-qpg6100-lighting-example.out and ./pull_artifact/chip-qpg6100-lighting-example.out:
sections,vmsize,filesize
.debug_loc,0,230
.debug_ranges,0,136
.debug_str,0,19
.text,16,16
.debug_info,0,14
[Unmapped],0,-16
.debug_line,0,-19
Comparing ./master_artifact/chip-qpg6100-lighting-example.out.map and ./pull_artifact/chip-qpg6100-lighting-example.out.map:
BLOAT EXECUTION FAILED WITH CODE 1:
bloaty: unknown file type for file './pull_artifact/chip-qpg6100-lighting-example.out.map'
Size increase report for "esp32-example-build" from 5c2afb7
File
Section
File
VM
chip-all-clusters-app.elf
.flash.text
12
12
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-all-clusters-app.elf and ./pull_artifact/chip-all-clusters-app.elf:
sections,vmsize,filesize
.debug_ranges,0,304
.debug_loc,0,152
.debug_info,0,40
.debug_line,0,32
.debug_str,0,18
.flash.text,12,12
.riscv.attributes,0,2
[Unmapped],0,-12
Size increase report for "nrfconnect-example-build" from 5c2afb7
File
Section
File
VM
chip-lock.elf
device_handles
8
8
chip-lock.elf
text
8
8
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-shell.elf and ./pull_artifact/chip-shell.elf:
sections,vmsize,filesize
Comparing ./master_artifact/chip-lock.elf and ./pull_artifact/chip-lock.elf:
sections,vmsize,filesize
.debug_loc,0,242
.debug_ranges,0,136
.debug_str,0,18
.debug_info,0,14
device_handles,8,8
text,8,8
.debug_line,0,-26
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Reading of the revision attributes from clusters from dynamic endpoints are returning an incorrect value.
Change overview
NOTE:
Testing
Reading the revision attributes of all the clusters in the dynamic endpoints and confirm that the returned values are correct.