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
aarchIssues that affect or relate to the aarch ARCHITECTUREquestionIssues that are queries about the code base or potential problems that have been spottedtestingIssues that enhance or fix our test suites
04:57:05 04:56:57 : Comparing expanded JDKs from jdk-21.0.6+2 with tarJDK/jdk-21.0.6+2 ...
05:08:54 05:08:49 : diff complete - rc=1. Output written to file: reprotest.diff
05:08:54 Only in jdk-21.0.6+2: jdk-21.0.6+2
05:08:54 Only in jdk-21.0.6+2: jdk-21.0.6+2-static-libs
05:08:54 Number of differences: 2
05:08:54 ReproduciblePercent = 99.99 %
05:08:54 Differences found..., logged in: reprotest.diff
The text was updated successfully, but these errors were encountered:
github-actionsbot
added
aarch
Issues that affect or relate to the aarch ARCHITECTURE
question
Issues that are queries about the code base or potential problems that have been spotted
testing
Issues that enhance or fix our test suites
labels
Nov 11, 2024
The problem is in fact in the aqa-tests/get.sh getjdkbinary() uncompression of the upstream build artifacts, the extra
jdk-21.0.6+2
jdk-21.0.6+2-static-libs
folders within the j2sdk-image directory are from copying the contents of the debugimage and static-libs archives into the existing j2sdk-image folder created from the jdk archive expansion.
This is happening for two reasons:
Temurin debug-image archives have 2 top-level folders rather than the 1 that IBM semeru/openj9 has, and only 1 was being removed
The getjdkbinary method does not know about the static-libs folder and as a result copies the folder to within the j2sdk-image folder
andrew-m-leonard
changed the title
Rebuild_Same_JDK_Reproducibility_Test JDK comparing wrong directory maybe?
Rebuild_Same_JDK_Reproducibility_Test JDK shows extra debugimage and staticlibs folders
Nov 13, 2024
aarchIssues that affect or relate to the aarch ARCHITECTUREquestionIssues that are queries about the code base or potential problems that have been spottedtestingIssues that enhance or fix our test suites
Looks like the original JDK is comparing one folder too high?
https://ci.adoptium.net/job/Test_openjdk21_hs_special.system_aarch64_linux/3/console
The text was updated successfully, but these errors were encountered: