-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
sanity.external test fails consistently while running rm -f #4746
Comments
Issue continues to occur. https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.external_x86-64_linux_testList_0/2/console |
Still occurs: https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux_testList_0/5/console One theory: this be an old issue revealed by a config change, as the test used to pass with this message around the same location:
So maybe apt-utils is now installed beforehand, or included in the base image, and the package config now runs without delay and fails. |
Ok, if we exclude this test (functional-test) the other targets can run, at least. |
auto exclude test functional-test |
The specified test cannot be excluded. Action run: https://github.com/adoptium/aqa-tests/actions/runs/10287426860 |
auto exclude test example_functional |
- related: #4746 (comment) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Running test to verify that the exclude suppresses the problem from the wider job: https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux_testList_0/6/console Ok, Auto excludes are meant to create PRs, not change the repo instantly. Sadly it doesn't seem like either happened. In the meanwhile, the github action did create a suitably modified branch, so here's a re-test using that branch. https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux_testList_0/8/ Update: Looks like the run above expired because the upstream artifacts were expired. After the September release, I should re-run this as a grinder. Changes: Make sure I use the auto-gen branch like I did here , and use the nightly jdk build. |
Summary
sanity.external is now failing consistently due to the error detailed below.
@smlambert - Could you please tag the person who owns these tests? Thank you. :)
Details
Last pass:
16:46:42 openjdk version "11.0.20.1" 2023-08-24
16:46:42 OpenJDK Runtime Environment Temurin-11.0.20.1+1 (build 11.0.20.1+1)
16:46:42 OpenJDK 64-Bit Server VM Temurin-11.0.20.1+1 (build 11.0.20.1+1, mixed mode)
https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux/599/consoleFull
First failure:
18:26:49 openjdk version "11.0.21-beta" 2023-10-17
18:26:49 OpenJDK Runtime Environment Temurin-11.0.21+4-202308261707 (build 11.0.21-beta+4-202308261707)
18:26:49 OpenJDK 64-Bit Server VM Temurin-11.0.21+4-202308261707 (build 11.0.21-beta+4-202308261707, mixed mode)
https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux/600/console
Example failure:
https://ci.adoptium.net/job/Test_openjdk11_hs_sanity.external_x86-64_linux/601/console
The text was updated successfully, but these errors were encountered: