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

pest: remove +nightly from cargo fuzz build #11654

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

tomtau
Copy link
Contributor

@tomtau tomtau commented Mar 1, 2024

this should hopefully resolve the recent build issue:

Step #5: warning: /workspace/out/libfuzzer-coverage-x86_64/dumps/parser.14845295624977050394_0.profraw: unsupported instrumentation profile format version
Step #5: error: no profile can be merged
Step #5: [2024-02-28 06:09:14,766 INFO] Finding shared libraries for targets (if any).
Step #5: [2024-02-28 06:09:14,775 INFO] Finished finding shared libraries for targets.
Step #5: error: parser: Failed to load coverage: No such file or directory
Step #5: error: Could not load coverage information
Step #5: error: No such file or directory: Could not read profile data!
Step #5: Traceback (most recent call last):
Step #5:   File "/usr/local/bin/profraw_update.py", line 129, in <module>
Step #5:     sys.exit(main())
Step #5:   File "/usr/local/bin/profraw_update.py", line 120, in main
Step #5:     profraw_latest = upgrade(profraw_base, sect_prf_cnts, sect_prf_data)
Step #5:   File "/usr/local/bin/profraw_update.py", line 87, in upgrade
Step #5:     relativize_address(data, offset + 16, dataref, sect_prf_cnts, sect_prf_data)
Step #5:   File "/usr/local/bin/profraw_update.py", line 35, in relativize_address
Step #5:     value = struct.unpack('Q', data[offset:offset + 8])[0]
Step #5: struct.error: unpack requires a buffer of 8 bytes

this should hopefully resolve the recent build issue:
```
Step google#5: warning: /workspace/out/libfuzzer-coverage-x86_64/dumps/parser.14845295624977050394_0.profraw: unsupported instrumentation profile format version
Step google#5: error: no profile can be merged
Step google#5: [2024-02-28 06:09:14,766 INFO] Finding shared libraries for targets (if any).
Step google#5: [2024-02-28 06:09:14,775 INFO] Finished finding shared libraries for targets.
Step google#5: error: parser: Failed to load coverage: No such file or directory
Step google#5: error: Could not load coverage information
Step google#5: error: No such file or directory: Could not read profile data!
Step google#5: Traceback (most recent call last):
Step google#5:   File "/usr/local/bin/profraw_update.py", line 129, in <module>
Step google#5:     sys.exit(main())
Step google#5:   File "/usr/local/bin/profraw_update.py", line 120, in main
Step google#5:     profraw_latest = upgrade(profraw_base, sect_prf_cnts, sect_prf_data)
Step google#5:   File "/usr/local/bin/profraw_update.py", line 87, in upgrade
Step google#5:     relativize_address(data, offset + 16, dataref, sect_prf_cnts, sect_prf_data)
Step google#5:   File "/usr/local/bin/profraw_update.py", line 35, in relativize_address
Step google#5:     value = struct.unpack('Q', data[offset:offset + 8])[0]
Step google#5: struct.error: unpack requires a buffer of 8 bytes
```
Copy link

github-actions bot commented Mar 1, 2024

tomtau has previously contributed to projects/pest. The previous PR was #8849

@DavidKorczynski DavidKorczynski merged commit 1dcc6c5 into google:master Mar 1, 2024
16 checks passed
@tomtau tomtau deleted the pest-stable branch March 1, 2024 11:17
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.

2 participants