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

update beats+go #5754

Merged
merged 2 commits into from
Jul 20, 2021
Merged

update beats+go #5754

merged 2 commits into from
Jul 20, 2021

Conversation

stuartnelson3
Copy link
Contributor

@stuartnelson3 stuartnelson3 commented Jul 19, 2021

Motivation/summary

update go to 1.16.6 and update to the latest version of beats

Checklist

For functional changes, consider:

  • Is it observable through the addition of either logging or metrics?
  • Is its use being published in telemetry to enable product improvement?
  • Have system tests been added to avoid regression?

How to test these changes

non-functional change

Related issues

@stuartnelson3 stuartnelson3 requested a review from a team July 19, 2021 11:46
@apmmachine
Copy link
Contributor

apmmachine commented Jul 19, 2021

💔 Tests 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: 2021-07-19T11:47:35.088+0000

  • Duration: 40 min 45 sec

  • Commit: d49129a

Test stats 🧪

Test Results
Failed 1
Passed 5940
Skipped 14
Total 5955

Trends 🧪

Image of Build Times

Image of Tests

Test errors 1

Expand to view the tests failures

Build and Test / APM Integration Tests / test_rum – tests.agent.test_rum
    Expand to view the error details

     AssertionError: Expected done, got Timeout exceeded while waiting for event 
    

    Expand to view the stacktrace

     rum = <tests.fixtures.agents.Agent object at 0x7f9a7049fb10>
    
        def test_rum(rum):
            elasticsearch = rum.apm_server.elasticsearch
            elasticsearch.clean()
            endpoint = Endpoint(rum.url, "run_integration_test", qu_str="echo=done", text="done")
        
            r = requests.get(endpoint.url)
    >       utils.check_request_response(r, endpoint)
    
    tests/agent/test_rum.py:12: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    req = <Response [500]>
    endpoint = <tests.endpoint.Endpoint object at 0x7f9a7059a6d0>
    
        def check_request_response(req, endpoint):
            msg = "Expected {}, got {}".format(endpoint.text, req.text)
    >       assert req.text.strip() == endpoint.text, msg
    E       AssertionError: Expected done, got Timeout exceeded while waiting for event
    
    tests/utils.py:38: AssertionError 
    

Steps errors 1

Expand to view the steps failures

Test Sync
  • Took 4 min 48 sec . View more details on here
  • Description: ./.ci/scripts/sync.sh

Log output

Expand to view the last 100 lines of log output

[2021-07-19T12:22:28.898Z] === RUN   TestAPMServerMonitoring
[2021-07-19T12:22:28.898Z] --- PASS: TestAPMServerMonitoring (0.90s)
[2021-07-19T12:22:28.898Z] === RUN   TestAPMServerMonitoringBuiltinUser
[2021-07-19T12:22:28.898Z] --- PASS: TestAPMServerMonitoringBuiltinUser (1.95s)
[2021-07-19T12:22:28.898Z] === RUN   TestAPMServerOnboarding
[2021-07-19T12:22:28.898Z] --- PASS: TestAPMServerOnboarding (3.23s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPGRPCTraces
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPGRPCTraces (4.92s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPGRPCMetrics
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPGRPCMetrics (4.34s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPGRPCAuth
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPGRPCAuth (3.79s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPClientIP
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPClientIP (4.09s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPAnonymous
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPAnonymous (0.19s)
[2021-07-19T12:22:28.898Z] === RUN   TestOTLPRateLimit
[2021-07-19T12:22:28.898Z] --- PASS: TestOTLPRateLimit (0.25s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMXForwardedFor
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMXForwardedFor (4.77s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMAllowServiceNames
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMAllowServiceNames (0.18s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMRateLimit
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMRateLimit (0.93s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMCORS
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMCORS (0.17s)
[2021-07-19T12:22:28.898Z] === RUN   TestKeepUnsampled
[2021-07-19T12:22:28.898Z] === RUN   TestKeepUnsampled/false
[2021-07-19T12:22:28.898Z] === RUN   TestKeepUnsampled/true
[2021-07-19T12:22:28.898Z] --- PASS: TestKeepUnsampled (8.18s)
[2021-07-19T12:22:28.898Z]     --- PASS: TestKeepUnsampled/false (3.66s)
[2021-07-19T12:22:28.898Z]     --- PASS: TestKeepUnsampled/true (4.51s)
[2021-07-19T12:22:28.898Z] === RUN   TestKeepUnsampledWarning
[2021-07-19T12:22:28.898Z] --- PASS: TestKeepUnsampledWarning (2.99s)
[2021-07-19T12:22:28.898Z] === RUN   TestTailSampling
[2021-07-19T12:22:28.898Z]     sampling_test.go:135: waiting for 100 "parent" transactions
[2021-07-19T12:22:28.898Z]     sampling_test.go:135: waiting for 100 "child" transactions
[2021-07-19T12:22:28.898Z] --- PASS: TestTailSampling (4.50s)
[2021-07-19T12:22:28.898Z] === RUN   TestTailSamplingUnlicensed
[2021-07-19T12:22:28.898Z] 2021/07/19 12:21:22 Starting container id: 56dcead0f990 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T12:22:28.898Z] 2021/07/19 12:21:23 Waiting for container id 56dcead0f990 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T12:22:28.898Z] 2021/07/19 12:21:40 Container is ready id: 56dcead0f990 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T12:22:28.898Z] --- PASS: TestTailSamplingUnlicensed (28.12s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMErrorSourcemapping
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMErrorSourcemapping (5.09s)
[2021-07-19T12:22:28.898Z] === RUN   TestRUMSpanSourcemapping
[2021-07-19T12:22:28.898Z] --- PASS: TestRUMSpanSourcemapping (4.03s)
[2021-07-19T12:22:28.898Z] === RUN   TestDuplicateSourcemapWarning
[2021-07-19T12:22:28.898Z] --- PASS: TestDuplicateSourcemapWarning (4.06s)
[2021-07-19T12:22:28.898Z] === RUN   TestNoMatchingSourcemap
[2021-07-19T12:22:28.898Z] --- PASS: TestNoMatchingSourcemap (4.29s)
[2021-07-19T12:22:28.898Z] === RUN   TestFetchLatestSourcemap
[2021-07-19T12:22:28.898Z] --- PASS: TestFetchLatestSourcemap (4.90s)
[2021-07-19T12:22:28.898Z] === RUN   TestSourcemapCaching
[2021-07-19T12:22:28.898Z] --- PASS: TestSourcemapCaching (6.18s)
[2021-07-19T12:22:28.898Z] === RUN   TestIndexTemplateCoverage
[2021-07-19T12:22:28.898Z] --- PASS: TestIndexTemplateCoverage (4.40s)
[2021-07-19T12:22:28.898Z] PASS
[2021-07-19T12:22:28.898Z] ok  	github.com/elastic/apm-server/systemtest	397.626s
[2021-07-19T12:22:28.898Z] === RUN   TestAPMServer
[2021-07-19T12:22:28.898Z] 2021/07/19 12:15:44 Building apm-server...
[2021-07-19T12:22:28.898Z] 2021/07/19 12:15:46 Built /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5754/src/github.com/elastic/apm-server/apm-server
[2021-07-19T12:22:28.898Z] --- PASS: TestAPMServer (2.55s)
[2021-07-19T12:22:28.898Z] === RUN   TestUnstartedAPMServer
[2021-07-19T12:22:28.898Z] --- PASS: TestUnstartedAPMServer (0.00s)
[2021-07-19T12:22:28.898Z] === RUN   TestAPMServerStartTLS
[2021-07-19T12:22:28.898Z] --- PASS: TestAPMServerStartTLS (0.13s)
[2021-07-19T12:22:28.898Z] === RUN   TestExpvar
[2021-07-19T12:22:28.898Z] --- PASS: TestExpvar (0.08s)
[2021-07-19T12:22:28.898Z] PASS
[2021-07-19T12:22:28.898Z] ok  	github.com/elastic/apm-server/systemtest/apmservertest	2.792s
[2021-07-19T12:22:28.898Z] ?   	github.com/elastic/apm-server/systemtest/benchtest	[no test files]
[2021-07-19T12:22:28.898Z] ?   	github.com/elastic/apm-server/systemtest/cmd/apmbench	[no test files]
[2021-07-19T12:22:28.898Z] ?   	github.com/elastic/apm-server/systemtest/estest	[no test files]
[2021-07-19T12:22:28.898Z] ?   	github.com/elastic/apm-server/systemtest/fleettest	[no test files]
[2021-07-19T12:22:28.898Z] + cleanup
[2021-07-19T12:22:28.898Z] + rm -rf /tmp/tmp.NSNw0O3w4W
[2021-07-19T12:22:28.898Z] + .ci/scripts/docker-get-logs.sh
[2021-07-19T12:22:30.045Z] Post stage
[2021-07-19T12:22:30.059Z] Running in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5754/src/github.com/elastic/apm-server/build
[2021-07-19T12:22:30.085Z] Archiving artifacts
[2021-07-19T12:22:30.442Z] Recording test results
[2021-07-19T12:22:31.122Z] [Checks API] No suitable checks publisher found.
[2021-07-19T12:22:31.456Z] + tar --version
[2021-07-19T12:22:31.796Z] + tar --exclude=system-tests-linux-files.tgz -czf system-tests-linux-files.tgz system-tests
[2021-07-19T12:22:32.082Z] Archiving artifacts
[2021-07-19T12:22:32.716Z] Terminated
[2021-07-19T12:22:32.688Z] Terminated
[2021-07-19T12:27:15.031Z] [INFO] For detailed information see: https://apm-ci.elastic.co/job/apm-integration-tests-selector-mbp/job/master/18829/display/redirect
[2021-07-19T12:27:17.230Z] Copied 27 artifacts from "APM Integration Test MBP Selector » master" build number 18829
[2021-07-19T12:27:18.433Z] Post stage
[2021-07-19T12:27:18.446Z] Recording test results
[2021-07-19T12:27:19.233Z] [Checks API] No suitable checks publisher found.
[2021-07-19T12:27:19.611Z] Running on Jenkins in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5754
[2021-07-19T12:27:19.672Z] [INFO] getVaultSecret: Getting secrets
[2021-07-19T12:27:19.719Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-07-19T12:27:20.473Z] + chmod 755 generate-build-data.sh
[2021-07-19T12:27:20.473Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5754/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5754/runs/2 UNSTABLE 2385122
[2021-07-19T12:27:20.473Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5754/runs/2/steps/?limit=10000 -o steps-info.json
[2021-07-19T12:27:20.723Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5754/runs/2/tests/?status=FAILED -o tests-errors.json

@axw axw merged commit 3ee3355 into elastic:master Jul 20, 2021
@stuartnelson3 stuartnelson3 deleted the update-beats-go branch September 7, 2021 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants