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

[automation] update elastic stack version for testing 8.3.0-1ecd9720 #31098

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

apmmachine
Copy link
Contributor

What

Bump stack version with the latest one.

Further details

[start_time:Thu, 31 Mar 2022 12:15:08 GMT, release_branch:master, prefix:, end_time:Fri, 1 Apr 2022 02:36:15 GMT, manifest_version:2.0.0, version:8.3.0-SNAPSHOT, branch:master, build_id:8.3.0-1ecd9720, build_duration_seconds:51667]

@apmmachine apmmachine requested a review from a team as a code owner April 1, 2022 05:09
@apmmachine apmmachine added automation backport-skip Skip notification from the automated backport with mergify build-monitoring Issues created as part of Build Monitoring dependency Team:Beats-On-Call Label for the On Call team labels Apr 1, 2022
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Apr 1, 2022
@botelastic
Copy link

botelastic bot commented Apr 1, 2022

This pull request doesn't have a Team:<team> label.

@elasticmachine
Copy link
Collaborator

💔 Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-04-01T05:10:02.203+0000

  • Duration: 20 min 0 sec

Test stats 🧪

Test Results
Failed 0
Passed 3
Skipped 0
Total 3

Steps errors 1

Expand to view the steps failures

Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error 'java.io.NotSerializableException: java.util.regex.Matcher'

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@ruflin
Copy link
Contributor

ruflin commented Apr 1, 2022

@v1v We currently have "odd" build failures on the linting stage and I'm not sure what is going on. This one failed with the packaetbeat-lint, this one with osquerybeat-lint: #31101 I wondered if you could take a look and see something obvious.

Another thing that came to mind is a recent linting change from @rdner #30896 I wonder if there is some relation here that linting takes long / too long? Just thinking out loud.

@jlind23
Copy link
Collaborator

jlind23 commented Apr 1, 2022

/test

@v1v
Copy link
Member

v1v commented Apr 1, 2022

Thanks for poking, it seems some weird serialisation in some internals in the CI:

ERROR: Error 'java.io.NotSerializableException: java.util.regex.Matcher'

I thought it was already solved back in the days:

But it seems it's happening again and randomly :/

Let me dig into it

@rdner
Copy link
Member

rdner commented Apr 1, 2022

@ruflin just FYI, the linting stage was moved from Jenkins to Github in this PR #30985 and now does not block/affect the build in the CI (Jenkins).

@ruflin
Copy link
Contributor

ruflin commented Apr 1, 2022

@rdner I still see linting builds from Jenkins in the list below. Does this mean it happens twice?

@rdner
Copy link
Member

rdner commented Apr 1, 2022

@ruflin this linting was there before my initial change, that's something else (like Python linting, dependency check, etc):

From the Jenkins file

cmd(label: 'make check-default', script: 'make check-default')

From the Makefile:

beats/Makefile

Lines 107 to 113 in 7e22a97

check-default:
@$(MAKE) check-python
@echo "The update goal is skipped to speed up the checks in the CI on a PR basis."
@$(MAKE) notice
@$(MAKE) check-headers
@$(MAKE) check-go
@$(MAKE) check-no-changes

Also, each beat is allowed to have something custom on top of this default linting.

@ruflin
Copy link
Contributor

ruflin commented Apr 1, 2022

Got it. I think we should rename the lint state to checks or similar as otherwise it is confusing.

@rdner
Copy link
Member

rdner commented Apr 4, 2022

@ruflin any idea why the assertion in x-pack/auditbeat-build is failing?

@v1v
Copy link
Member

v1v commented Apr 4, 2022

/test

@rdner
Copy link
Member

rdner commented Apr 4, 2022

@v1v @ruflin the x-pack/auditbeat-build failure is unrelated to the change in this PR and appeared consistently after this PR got merged #30942

I think we can merge this one ignoring this failure.

@rdner rdner merged commit a799b54 into main Apr 4, 2022
@rdner rdner deleted the update-stack-version-20220401050939-main branch April 4, 2022 10:27
@ruflin
Copy link
Contributor

ruflin commented Apr 4, 2022

@cmacknz @rdner Lets not merge red PR's even if we think it is not related. It is a slipper slope we have been on in the past. Lets ensure only green PR's go in and skip failing tests quickly and file bug reports but not merge things in.

@rdner
Copy link
Member

rdner commented Apr 4, 2022

@ruflin, normally I would agree but this PR blocked a lot of tests in all current builds, lots of the PRs were affected. Merging this PR was a partial fix to the failing builds. I'm still trying to find out about the x-pack/auditbeat-build failures.

@rdner
Copy link
Member

rdner commented Apr 5, 2022

x-pack/auditbeat-build tests were fixed in #31131

emilioalvap pushed a commit to emilioalvap/beats that referenced this pull request Apr 6, 2022
kush-elastic pushed a commit to kush-elastic/beats that referenced this pull request May 2, 2022
chrisberkhout pushed a commit that referenced this pull request Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation backport-skip Skip notification from the automated backport with mergify build-monitoring Issues created as part of Build Monitoring dependency Team:Beats-On-Call Label for the On Call team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants