Skip to content
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

[CI] DockerTests test600Interrupt failing #111324

Open
elasticsearchmachine opened this issue Jul 26, 2024 · 3 comments
Open

[CI] DockerTests test600Interrupt failing #111324

elasticsearchmachine opened this issue Jul 26, 2024 · 3 comments
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts low-risk An open issue or test failure that is a low risk to future releases Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

null

Applicable branches:
8.15

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: Elasticsearch container did not start successfully.

ps output:
    PID TTY      STAT   TIME COMMAND
      1 ?        Ss     0:00 /bin/tini -- /usr/local/bin/docker-entrypoint.sh eswrapper
      7 ?        Sl     0:33 /usr/share/elasticsearch/jdk/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=/usr/share/elasticsearch/bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/usr/share/elasticsearch -Des.path.conf=/usr/share/elasticsearch/config -Des.distribution.type=docker -cp /usr/share/elasticsearch/lib/*:/usr/share/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
    385 ?        Sl     0:00 /usr/share/elasticsearch/jdk/bin/java -XX:+UseG1GC -Djava.io.tmpdir=/tmp/elasticsearch-4122703177463151447 --add-modules=jdk.incubator.vector -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError -XX:HeapDumpPath=data -XX:ErrorFile=logs/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,level,pid,tags:filecount=32,filesize=64m -Xms1024m -Xmx1024m -XX:+PrintFlagsFinal -version
    401 pts/0    Rs+    0:00 ps ax

stdout():
Created elasticsearch keystore in /usr/share/elasticsearch/config/elasticsearch.keystore

Stderr:

Issue Reasons:

  • [8.15] 43 failures in test test600Interrupt (6.2% fail rate in 690 executions)
  • [8.15] 3 failures in step ubuntu-2004_packaging-tests-unix (37.5% fail rate in 8 executions)
  • [8.15] 3 failures in step ubuntu-2204_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step oraclelinux-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 3 failures in step debian-11_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step almalinux-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 3 failures in step rocky-8_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 4 failures in step opensuse-leap-15_packaging-tests-unix (44.4% fail rate in 9 executions)
  • [8.15] 3 failures in step rhel-9_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step rhel-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step sles-15_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step rhel-7_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step centos-7_packaging-tests-unix (25.0% fail rate in 8 executions)
  • [8.15] 2 failures in step ubuntu-2004_destructivedistrotest.docker_packaging-tests-unix-sample (28.6% fail rate in 7 executions)
  • [8.15] 5 failures in pipeline elasticsearch-periodic-packaging (55.6% fail rate in 9 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts >test-failure Triaged test failures from CI labels Jul 26, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch 8.15

Mute Reasons:

  • [8.15] 43 failures in test test600Interrupt (6.2% fail rate in 690 executions)
  • [8.15] 3 failures in step ubuntu-2004_packaging-tests-unix (37.5% fail rate in 8 executions)
  • [8.15] 3 failures in step ubuntu-2204_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step oraclelinux-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 3 failures in step debian-11_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step almalinux-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 3 failures in step rocky-8_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 4 failures in step opensuse-leap-15_packaging-tests-unix (44.4% fail rate in 9 executions)
  • [8.15] 3 failures in step rhel-9_packaging-tests-unix (33.3% fail rate in 9 executions)
  • [8.15] 2 failures in step rhel-8_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step sles-15_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step rhel-7_packaging-tests-unix (22.2% fail rate in 9 executions)
  • [8.15] 2 failures in step centos-7_packaging-tests-unix (25.0% fail rate in 8 executions)
  • [8.15] 2 failures in step ubuntu-2004_destructivedistrotest.docker_packaging-tests-unix-sample (28.6% fail rate in 7 executions)
  • [8.15] 5 failures in pipeline elasticsearch-periodic-packaging (55.6% fail rate in 9 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:Delivery Meta label for Delivery team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jul 26, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-delivery (Team:Delivery)

@mark-vieira
Copy link
Contributor

Hmm, this is strange that this is only failing on 8.15. Perhaps the 10 second retry interval is insufficient?

@breskeby breskeby added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts low-risk An open issue or test failure that is a low risk to future releases Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants