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] do not update go.mod during linting #19824

Merged
merged 2 commits into from
Jul 21, 2020

Conversation

v1v
Copy link
Member

@v1v v1v commented Jul 13, 2020

What does this PR do?

Skip the update go.mod during the linting in the CI

Why is it important?

Otherwise the linting will fail

Related issues

Relates #19823

@v1v v1v self-assigned this Jul 13, 2020
@v1v v1v added the automation label Jul 13, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 13, 2020
@andresrc andresrc added the Team:Automation Label for the Observability productivity team label Jul 13, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 13, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 13, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #19824 updated]

  • Start Time: 2020-07-20T11:38:29.402+0000

  • Duration: 74 min 24 sec

Test stats 🧪

Test Results
Failed 1
Passed 17702
Skipped 1902
Total 19605

Test errors

Expand to view the tests failures

  • Name: Build and Test / Metricbeat OSS Unit tests / test_process – test_system.Test

    • Age: 1
    • Duration: 1.143
    • Error Details: False is not true : fd not found in any process events

Steps errors

Expand to view the steps failures

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 1 min 26 sec

    • Start Time: 2020-07-20T12:01:10.423+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-20T12:08:49.995+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 6 min 56 sec

    • Start Time: 2020-07-20T12:01:08.572+0000

    • log

  • Name: Install Go 1.14.4

    • Description: .ci/scripts/install-go.sh

    • Duration: 1 min 32 sec

    • Start Time: 2020-07-20T12:00:56.688+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-20T12:02:23.680+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-20T12:04:39.553+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-20T12:03:36.629+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-20T12:45:30.042+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-20T12:52:25.111Z] + [ -f winlogbeat/build/coverage/full.cov ]
[2020-07-20T12:52:25.111Z] + FILE=journalbeat/build/coverage/full.cov
[2020-07-20T12:52:25.111Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-07-20T12:52:25.698Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats
[2020-07-20T12:52:26.012Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-20T12:52:26.024Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Lint
[2020-07-20T12:52:26.123Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-20T12:52:26.209Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-20T12:52:26.292Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-20T12:52:26.386Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-20T12:52:26.480Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-20T12:52:26.560Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-20T12:52:26.694Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-20T12:52:26.788Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-20T12:52:26.877Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-20T12:52:26.980Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-20T12:52:27.090Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-20T12:52:27.199Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-20T12:52:27.303Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-20T12:52:27.400Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-20T12:52:27.481Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-20T12:52:27.574Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-20T12:52:27.682Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-20T12:52:27.767Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-20T12:52:27.866Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-20T12:52:27.959Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-20T12:52:28.062Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-20T12:52:28.188Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-20T12:52:28.333Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-20T12:52:28.450Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-20T12:52:28.559Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-20T12:52:28.657Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-20T12:52:28.748Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-20T12:52:28.835Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-20T12:52:28.936Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-20T12:52:29.037Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-20T12:52:29.159Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-20T12:52:29.275Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-20T12:52:29.374Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-20T12:52:29.496Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-20T12:52:29.614Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Filebeat-oss
[2020-07-20T12:52:29.719Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-20T12:52:29.800Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-20T12:52:29.890Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-20T12:52:29.967Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Libbeat-oss
[2020-07-20T12:52:30.086Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-20T12:52:30.209Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-07-20T12:52:30.323Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-20T12:52:30.422Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-07-20T12:52:30.520Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Libbeat-crosscompile
[2020-07-20T12:52:30.611Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Libbeat-stress-tests
[2020-07-20T12:52:30.706Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-20T12:52:30.794Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-20T12:52:31.171Z] + cat
[2020-07-20T12:52:31.171Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-20T12:52:31.171Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-20T12:52:37.766Z] runbld>>> runbld started
[2020-07-20T12:52:37.766Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-20T12:52:39.150Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-19824' in order of occurrence in the config (last value wins).
[2020-07-20T12:52:40.093Z] runbld>>> Debug logging enabled.
[2020-07-20T12:52:40.093Z] runbld>>> Storing result
[2020-07-20T12:52:40.354Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-20T12:52:40.354Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200720125240-1B320815
[2020-07-20T12:52:40.354Z] runbld>>> Adding system facts.
[2020-07-20T12:52:41.747Z] runbld>>> Adding vcs info for the latest commit:  a6c5555f3db6bc1ac4d6271b9e13af50b0a51048
[2020-07-20T12:52:41.747Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-20T12:52:41.747Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-20T12:52:41.747Z] Processing JUnit reports with runbld...
[2020-07-20T12:52:41.747Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-20T12:52:42.007Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-20T12:52:42.007Z] runbld>>> DURATION: 23ms
[2020-07-20T12:52:42.007Z] runbld>>> STDOUT: 40 bytes
[2020-07-20T12:52:42.007Z] runbld>>> STDERR: 49 bytes
[2020-07-20T12:52:42.007Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-20T12:52:42.007Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats
[2020-07-20T12:52:42.946Z] runbld>>> Storing build metadata: 
[2020-07-20T12:52:42.946Z] runbld>>> Adding test report.
[2020-07-20T12:52:42.946Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats
[2020-07-20T12:52:43.516Z] runbld>>> Found 136 test output files
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-20T12:52:45.431Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-19824/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-20T12:52:46.812Z] runbld>>> Test output logs contained: Errors: 0 Failures: 1 Tests: 19455 Skipped: 1632
[2020-07-20T12:52:46.812Z] runbld>>> Storing result
[2020-07-20T12:52:46.812Z] runbld>>> FAILURES: 1
[2020-07-20T12:52:47.381Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-20T12:52:47.381Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200720125240-1B320815
[2020-07-20T12:52:47.381Z] runbld>>> Email notification disabled by environment variable.
[2020-07-20T12:52:47.382Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-20T12:52:52.922Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-19824
[2020-07-20T12:52:53.029Z] [INFO] getVaultSecret: Getting secrets
[2020-07-20T12:52:53.101Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-20T12:52:53.837Z] + chmod 755 generate-build-data.sh
[2020-07-20T12:52:53.837Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-19824/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-19824/runs/4 FAILURE 4464173
[2020-07-20T12:52:53.837Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-19824/runs/4/steps/?limit=10000 -o steps-info.json
[2020-07-20T12:52:55.699Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-19824/runs/4/tests/?status=FAILED -o tests-errors.json

@v1v
Copy link
Member Author

v1v commented Jul 13, 2020

jenkins run the tests please

…nly-mod

* upstream/master: (75 commits)
  Test export commands in all Beats (elastic#20016)
  [Ingest Manager] Allow using drop path for agent build (elastic#20019)
  [DOCS] Remove include for deleted file in monitoring docs (elastic#20038)
  Removing xpack.monitoring.* settings (elastic#18608)
  [Heartbeat] Add service_name option for APM integration (elastic#19932)
  [Elastic Agent] Fix merging of fleet.yml. Add --staging to enroll cmd. (elastic#20026)
  Stricter stalebot configuration for PRs (elastic#20004)
  [ci] Favor direct mage invocation on CI (elastic#19960)
  Add cloudwatch input into Filebeat configure inputs documentation (elastic#19973)
  [Filebeat] remove delimiter \n from log line in s3 input (elastic#19972)
  [Metricbeat] Update MySQL dashboard (elastic#19913)
  Packetbeat process monitor: Ignore missing /proc/net/tcp6 (elastic#19945)
  [CI] fix MODULE variable cornercases (elastic#19985)
  Ignore timestamp in fortinet/clientendpoint and netscout/sightline (elastic#19998)
  add 7.9 to .backportrc.json (elastic#19952)
  Update internal links to external (elastic#19947)
  Remove Dynamic Script Compilations warning in Cisco module (elastic#19840)
  [Elastic Agent] Fix RPM and DEB packaging for Elastic Agent (elastic#19959)
  [Ingest Manager] Do not compare err with custom type (elastic#19980)
  Fix nanocore sum for non default intervals on Kubernetes Overview Dashboard (elastic#19675)
  ...
@v1v v1v requested a review from a team July 20, 2020 13:19
@v1v v1v marked this pull request as ready for review July 20, 2020 13:19
@v1v v1v merged commit 8671ba4 into elastic:master Jul 21, 2020
@v1v v1v deleted the feature/ci-read-only-mod branch July 21, 2020 13:10
v1v added a commit to v1v/beats that referenced this pull request Jul 21, 2020
v1v added a commit to v1v/beats that referenced this pull request Jul 21, 2020
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
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
automation Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants