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

Cherry-pick to 7.9: Fix error in Journalbeat commands (#24880) #24924

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

dedemorton
Copy link
Contributor

Backports the following commits to 7.9:

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Apr 3, 2021
@botelastic
Copy link

botelastic bot commented Apr 3, 2021

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

@dedemorton dedemorton added the docs label Apr 3, 2021
@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

Expand to view the summary

Build stats

  • Build Cause: Pull request #24924 opened

  • Start Time: 2021-04-03T01:54:13.535+0000

  • Duration: 10 min 8 sec

  • Commit: 59db876

Trends 🧪

Image of Build Times

Steps errors 2

Expand to view the steps failures

Check for changes
  • Took 0 min 2 sec . View more details on here
  • Description: make check-no-changes
Error signal
  • Took 0 min 0 sec . View more details on here
  • Description: Error 'hudson.AbortException: script returned exit code 2'

Log output

Expand to view the last 100 lines of log output

[2021-04-03T02:02:19.482Z]   STRESS_TEST_OPTIONS: null
[2021-04-03T02:02:19.482Z]   SYSTEM_TESTS: null
[2021-04-03T02:02:19.482Z]   TESTIFY_TOOL_REPO: null
[2021-04-03T02:02:19.482Z]   TEST_ENVIRONMENT: null
[2021-04-03T02:02:19.482Z]   TEST_TAGS: null,oracle
[2021-04-03T02:02:19.482Z]   TESTING_ENVIRONMENT: null
[2021-04-03T02:02:19.482Z]   TIMEOUT: null
[2021-04-03T02:02:19.482Z]   USERPROFILE: null
[2021-04-03T02:02:19.482Z]   VENV_PARAMS: null
[2021-04-03T02:02:19.482Z]   XPACK_SUFFIX: null
[2021-04-03T02:02:19.482Z]   ### END ENV DUMP ###
[2021-04-03T02:02:19.482Z]   
[2021-04-03T02:02:19.812Z] + make check-python
[2021-04-03T02:03:41.635Z] + make check-go
[2021-04-03T02:03:42.543Z] + make check-no-changes
[2021-04-03T02:03:43.484Z] diff --git a/go.mod b/go.mod
[2021-04-03T02:03:43.484Z] index 32766dfa30..2ae7efbe7c 100644
[2021-04-03T02:03:43.484Z] --- a/go.mod
[2021-04-03T02:03:43.484Z] +++ b/go.mod
[2021-04-03T02:03:43.484Z] @@ -109,7 +109,7 @@ require (
[2021-04-03T02:03:43.484Z]  	github.com/jstemmer/go-junit-report v0.9.1
[2021-04-03T02:03:43.484Z]  	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
[2021-04-03T02:03:43.484Z]  	github.com/lib/pq v1.1.2-0.20190507191818-2ff3cb3adc01
[2021-04-03T02:03:43.484Z] -	github.com/magefile/mage v1.10.0
[2021-04-03T02:03:43.484Z] +	github.com/magefile/mage v1.11.0
[2021-04-03T02:03:43.484Z]  	github.com/mailru/easyjson v0.7.1 // indirect
[2021-04-03T02:03:43.484Z]  	github.com/mattn/go-colorable v0.0.8
[2021-04-03T02:03:43.484Z]  	github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect
[2021-04-03T02:03:43.484Z] diff --git a/go.sum b/go.sum
[2021-04-03T02:03:43.484Z] index f58933110f..55b3a4051f 100644
[2021-04-03T02:03:43.484Z] --- a/go.sum
[2021-04-03T02:03:43.484Z] +++ b/go.sum
[2021-04-03T02:03:43.484Z] @@ -491,8 +491,8 @@ github.com/lib/pq v1.1.2-0.20190507191818-2ff3cb3adc01 h1:EPw7R3OAyxHBCyl0oqh3lU
[2021-04-03T02:03:43.484Z]  github.com/lib/pq v1.1.2-0.20190507191818-2ff3cb3adc01/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
[2021-04-03T02:03:43.484Z]  github.com/magefile/mage v1.9.0 h1:t3AU2wNwehMCW97vuqQLtw6puppWXHO+O2MHo5a50XE=
[2021-04-03T02:03:43.484Z]  github.com/magefile/mage v1.9.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
[2021-04-03T02:03:43.484Z] -github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g=
[2021-04-03T02:03:43.484Z] -github.com/magefile/mage v1.10.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
[2021-04-03T02:03:43.484Z] +github.com/magefile/mage v1.11.0 h1:C/55Ywp9BpgVVclD3lRnSYCwXTYxmSppIgLeDYlNuls=
[2021-04-03T02:03:43.484Z] +github.com/magefile/mage v1.11.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
[2021-04-03T02:03:43.484Z]  github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
[2021-04-03T02:03:43.484Z]  github.com/mailru/easyjson v0.7.1 h1:mdxE1MF9o53iCb2Ghj1VfWvh7ZOwHpnVG/xwXrV90U8=
[2021-04-03T02:03:43.484Z]  github.com/mailru/easyjson v0.7.1/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
[2021-04-03T02:03:44.428Z] go.mod: needs update
[2021-04-03T02:03:44.428Z] go.sum: needs update
[2021-04-03T02:03:44.428Z] Makefile:116: recipe for target 'check-no-changes' failed
[2021-04-03T02:03:44.428Z] make: *** [check-no-changes] Error 1
[2021-04-03T02:03:44.836Z] Client: Docker Engine - Community
[2021-04-03T02:03:44.836Z]  Version:           20.10.3
[2021-04-03T02:03:44.836Z]  API version:       1.41
[2021-04-03T02:03:44.836Z]  Go version:        go1.13.15
[2021-04-03T02:03:44.836Z]  Git commit:        48d30b5
[2021-04-03T02:03:44.836Z]  Built:             Fri Jan 29 14:33:13 2021
[2021-04-03T02:03:44.836Z]  OS/Arch:           linux/amd64
[2021-04-03T02:03:44.836Z]  Context:           default
[2021-04-03T02:03:44.836Z]  Experimental:      true
[2021-04-03T02:03:44.836Z] 
[2021-04-03T02:03:44.836Z] Server: Docker Engine - Community
[2021-04-03T02:03:44.836Z]  Engine:
[2021-04-03T02:03:44.836Z]   Version:          20.10.3
[2021-04-03T02:03:44.836Z]   API version:      1.41 (minimum version 1.12)
[2021-04-03T02:03:44.836Z]   Go version:       go1.13.15
[2021-04-03T02:03:44.836Z]   Git commit:       46229ca
[2021-04-03T02:03:44.836Z]   Built:            Fri Jan 29 14:31:25 2021
[2021-04-03T02:03:44.836Z]   OS/Arch:          linux/amd64
[2021-04-03T02:03:44.836Z]   Experimental:     false
[2021-04-03T02:03:44.836Z]  containerd:
[2021-04-03T02:03:44.836Z]   Version:          1.4.4
[2021-04-03T02:03:44.836Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
[2021-04-03T02:03:44.836Z]  runc:
[2021-04-03T02:03:44.836Z]   Version:          1.0.0-rc93
[2021-04-03T02:03:44.836Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
[2021-04-03T02:03:44.836Z]  docker-init:
[2021-04-03T02:03:44.836Z]   Version:          0.19.0
[2021-04-03T02:03:44.836Z]   GitCommit:        de40ad0
[2021-04-03T02:03:44.836Z] Unable to find image 'alpine:3.4' locally
[2021-04-03T02:03:45.407Z] 3.4: Pulling from library/alpine
[2021-04-03T02:03:45.667Z] c1e54eec4b57: Pulling fs layer
[2021-04-03T02:03:45.929Z] c1e54eec4b57: Download complete
[2021-04-03T02:03:46.189Z] c1e54eec4b57: Pull complete
[2021-04-03T02:03:46.189Z] Digest: sha256:b733d4a32c4da6a00a84df2ca32791bb03df95400243648d8c539e7b4cce329c
[2021-04-03T02:03:46.190Z] Status: Downloaded newer image for alpine:3.4
[2021-04-03T02:03:50.977Z] Stage "Build&Test" skipped due to earlier failure(s)
[2021-04-03T02:03:55.987Z] [INFO] unstashV2: JOB_GCS_BUCKET is set. bucket param got precedency instead.
[2021-04-03T02:03:56.017Z] [INFO] unstashV2: JOB_GCS_CREDENTIALS is set. credentialsId param got precedency instead.
[2021-04-03T02:03:56.085Z] [Google Cloud Storage Plugin] Found 1 files to download from pattern: gs://beats-ci-temp/Beats/beats/PR-24924-1/source/source.tgz
[2021-04-03T02:03:56.106Z] [Google Cloud Storage Plugin] Downloading: Beats/beats/PR-24924-1/source/source.tgz to local path: /var/lib/jenkins/workspace/Beats_beats_PR-24924/source.tgz
[2021-04-03T02:04:07.380Z] + tar --version
[2021-04-03T02:04:07.705Z] + tar -xpf source.tgz
[2021-04-03T02:04:20.301Z] + rm source.tgz
[2021-04-03T02:04:20.431Z] [WARN] runbld: stashedTestReports is empty.
[2021-04-03T02:04:20.759Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-24924
[2021-04-03T02:04:20.911Z] [INFO] getVaultSecret: Getting secrets
[2021-04-03T02:04:21.016Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-04-03T02:04:21.964Z] + chmod 755 generate-build-data.sh
[2021-04-03T02:04:21.964Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-24924/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-24924/runs/1 FAILURE 608150
[2021-04-03T02:04:22.214Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-24924/runs/1/steps/?limit=10000 -o steps-info.json
[2021-04-03T02:04:22.765Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-24924/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-04-03T02:04:22.765Z] Retry 1/3 exited 22, retrying in 1 seconds...
[2021-04-03T02:04:23.676Z] Retry 2/3 exited 22, retrying in 2 seconds...

@dedemorton
Copy link
Contributor Author

Failures are unrelated to doc changes, so I am merging because doc build passes.

@dedemorton dedemorton merged commit 842f11d into elastic:7.9 Apr 5, 2021
@dedemorton dedemorton deleted the backport/7.9/pr-24880 branch April 5, 2021 17:13
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport docs needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants