-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8346618 | 21.0.7 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8346863 | 17.0.15 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8350446 | 11.0.27 | Paul Hohensee | P4 | Resolved | Fixed | b03 |
```
Run bash ./.github/scripts/gen-test-results.sh "$GITHUB_STEP_SUMMARY"
./.github/scripts/gen-test-results.sh: line 28: report-utils.sh: No such file or directory
./.github/scripts/gen-test-results.sh: line 97: truncate_summary: command not found
Error: Process completed with exit code 127.
Error: $GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1579k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
```
This is because we import report-utils.sh incorrectly: scripts try to find it in current directory, which is not the same directory where the importing scripts are located. And we never see it in normal cases, because scripts are just eating the errors without any other observable effects.
- backported by
-
JDK-8346618 GHA: Report truncation is broken after JDK-8341424
-
- Resolved
-
-
JDK-8346863 GHA: Report truncation is broken after JDK-8341424
-
- Resolved
-
-
JDK-8350446 GHA: Report truncation is broken after JDK-8341424
-
- Resolved
-
- relates to
-
JDK-8341424 GHA: Collect hs_errs from build time failures
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk11u-dev/dba357f0
-
Commit(master) openjdk/jdk17u-dev/3bc06ab8
-
Commit(master) openjdk/jdk21u-dev/0011704e
-
Commit(master) openjdk/jdk/bf92c498
-
Review(master) openjdk/jdk11u-dev/2982
-
Review(master) openjdk/jdk17u-dev/3152
-
Review(master) openjdk/jdk21u-dev/1175
-
Review(master) openjdk/jdk/21617