Commit aad8fdc
committed
pest: remove +nightly from cargo fuzz build
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
```1 parent b45ceb9 commit aad8fdc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments