adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
131 stars 314 forks source link

OpenJ9 fetch intermittently fails #1224

Closed cwesMills closed 3 years ago

cwesMills commented 5 years ago

https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/get.sh#L267-L268 One of these 2 commands seems to intermittently fail, could something be added to retry the command(s) on failure?

llxia commented 5 years ago

Could you provide more detail? For example, job output and/or job link?

cwesMills commented 5 years ago
23:25:38  Eclipse OpenJ9 VM (build ibm_sdk-912c1a4f7c, JRE 11 Windows Server 2012 R2 amd64-64-Bit Compressed References 20190715_92 (JIT enabled, AOT enabled)
23:25:38  OpenJ9   - 912c1a4f7c
23:25:38  OMR      - 2967e8a8
23:25:38  JCL      - 411f32dbbb4 based on jdk-11.0.4+10)
23:25:38  get testKitGen and functional test material...
23:25:38  git clone --depth 1 -b ibm_sdk git@github.ibm.com:runtimes/openj9.git
23:28:02  update to openj9 sha: 912c1a4f7cbe776e9c4d3a0115c1b6c40ab5b936
23:28:49  From github.ibm.com:runtimes/openj9
23:28:49   * [new tag]             Java8_SR5_FP11_20180309_0723_B380776 -> Java8_SR5_FP11_20180309_0723_B380776
23:28:49   * [new tag]             Java8_SR5_FP21_20180829_1605_B395745 -> Java8_SR5_FP21_20180829_1605_B395745
23:28:49   * [new tag]             Java8_SR5_FP22_20180915_1256_B397057 -> Java8_SR5_FP22_20180915_1256_B397057
23:28:49   * [new tag]             Java8_SR5_FP6_20171122_2152_B371101 -> Java8_SR5_FP6_20171122_2152_B371101
23:28:49   * [new tag]             Java8_SR5_FP7_20171215_1234_B373586 -> Java8_SR5_FP7_20171215_1234_B373586
23:28:49   * [new tag]             openj9-0.0        -> openj9-0.0
23:28:49   * [new tag]             openj9-0.0M1      -> openj9-0.0M1
23:28:49   * [new tag]             openj9-0.0RC2     -> openj9-0.0RC2
23:28:49   * [new tag]             openj9-0.10.0-rc1 -> openj9-0.10.0-rc1
23:28:49   * [new tag]             openj9-0.11.0     -> openj9-0.11.0
23:28:50   * [new tag]             openj9-0.11.0-rc1 -> openj9-0.11.0-rc1
23:28:50   * [new tag]             openj9-0.11.0-rc2 -> openj9-0.11.0-rc2
23:28:50   * [new tag]             openj9-0.12.0-m1  -> openj9-0.12.0-m1
23:28:50   * [new tag]             openj9-0.12.0-m2  -> openj9-0.12.0-m2
23:28:50   * [new tag]             openj9-0.12.0-rc1 -> openj9-0.12.0-rc1
23:28:50   * [new tag]             openj9-0.8.0      -> openj9-0.8.0
23:28:50   * [new tag]             openj9-0.8.0-rc1  -> openj9-0.8.0-rc1
23:28:50   * [new tag]             openj9-0.8.0-rc2  -> openj9-0.8.0-rc2
23:28:50   * [new tag]             openj9-0.9.0-rc1  -> openj9-0.9.0-rc1
23:40:09  Connection to github.ibm.com closed by remote host.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
23:42:41  [ssh-agent] Stopped.
AdamBrousseau commented 5 years ago

Another one: https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_mac_Release/10/console

llxia commented 5 years ago

Another one: https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_mac_Release/10/console

Output:

00:07:42.320  get testKitGen and functional test material...
00:07:42.320  git clone --depth 1 -b v0.15.0-release https://github.com/eclipse/openj9.git
00:08:05.888  update to openj9 sha: 0f66c6431e57157ade89dd8afebcd68c3606f501
00:08:49.259  fatal: remote error: upload-pack: not our ref 46a1a7d9de53e696cb4edce363243c95d4badd4e
00:08:49.259  fatal: the remote end hung up unexpectedly

From the output, the error is different from https://github.com/AdoptOpenJDK/openjdk-tests/issues/1224#issuecomment-512353508

smlambert commented 3 years ago

Have not seen this in a long while, and several PRs have been inserted to mitigate it, closing issue.