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

[master] Improve OpenTelemetry docs, fix #5688 (#5748) #5759

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

bmorelli25
Copy link
Member

Co-authored-by: EamonnTP <[email protected]>
Co-authored-by: Brandon Morelli <[email protected]>
@bmorelli25 bmorelli25 enabled auto-merge (squash) July 19, 2021 19:16
@apmmachine
Copy link
Contributor

💔 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-19T19:16:53.635+0000

  • Duration: 39 min 5 sec

  • Commit: 2f7b931

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 0x7f21b406c090>
    
        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 0x7f21941a25d0>
    
        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 3 min 27 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-19T19:53:05.128Z] --- PASS: TestAPMServerMonitoring (1.13s)
[2021-07-19T19:53:05.128Z] === RUN   TestAPMServerMonitoringBuiltinUser
[2021-07-19T19:53:05.128Z] --- PASS: TestAPMServerMonitoringBuiltinUser (2.01s)
[2021-07-19T19:53:05.128Z] === RUN   TestAPMServerOnboarding
[2021-07-19T19:53:05.128Z] --- PASS: TestAPMServerOnboarding (4.03s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPGRPCTraces
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPGRPCTraces (3.34s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPGRPCMetrics
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPGRPCMetrics (5.33s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPGRPCAuth
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPGRPCAuth (3.64s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPClientIP
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPClientIP (4.44s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPAnonymous
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPAnonymous (0.23s)
[2021-07-19T19:53:05.128Z] === RUN   TestOTLPRateLimit
[2021-07-19T19:53:05.128Z] --- PASS: TestOTLPRateLimit (0.29s)
[2021-07-19T19:53:05.128Z] === RUN   TestRUMXForwardedFor
[2021-07-19T19:53:05.128Z] --- PASS: TestRUMXForwardedFor (4.08s)
[2021-07-19T19:53:05.128Z] === RUN   TestRUMAllowServiceNames
[2021-07-19T19:53:05.128Z] --- PASS: TestRUMAllowServiceNames (0.27s)
[2021-07-19T19:53:05.128Z] === RUN   TestRUMRateLimit
[2021-07-19T19:53:05.128Z] --- PASS: TestRUMRateLimit (0.92s)
[2021-07-19T19:53:05.128Z] === RUN   TestRUMCORS
[2021-07-19T19:53:05.128Z] --- PASS: TestRUMCORS (0.16s)
[2021-07-19T19:53:05.128Z] === RUN   TestKeepUnsampled
[2021-07-19T19:53:05.128Z] === RUN   TestKeepUnsampled/false
[2021-07-19T19:53:05.128Z] === RUN   TestKeepUnsampled/true
[2021-07-19T19:53:05.128Z] --- PASS: TestKeepUnsampled (7.91s)
[2021-07-19T19:53:05.128Z]     --- PASS: TestKeepUnsampled/false (3.78s)
[2021-07-19T19:53:05.128Z]     --- PASS: TestKeepUnsampled/true (4.12s)
[2021-07-19T19:53:05.129Z] === RUN   TestKeepUnsampledWarning
[2021-07-19T19:53:05.129Z] --- PASS: TestKeepUnsampledWarning (3.72s)
[2021-07-19T19:53:05.129Z] === RUN   TestTailSampling
[2021-07-19T19:53:05.129Z]     sampling_test.go:135: waiting for 100 "parent" transactions
[2021-07-19T19:53:05.129Z]     sampling_test.go:135: waiting for 100 "child" transactions
[2021-07-19T19:53:05.129Z] --- PASS: TestTailSampling (6.20s)
[2021-07-19T19:53:05.129Z] === RUN   TestTailSamplingUnlicensed
[2021-07-19T19:53:05.129Z] 2021/07/19 19:51:52 Starting container id: 68ff4f105f18 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T19:53:05.129Z] 2021/07/19 19:51:53 Waiting for container id 68ff4f105f18 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T19:53:05.129Z] 2021/07/19 19:52:11 Container is ready id: 68ff4f105f18 image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-52a5431f-SNAPSHOT
[2021-07-19T19:53:05.129Z] --- PASS: TestTailSamplingUnlicensed (28.78s)
[2021-07-19T19:53:05.129Z] === RUN   TestRUMErrorSourcemapping
[2021-07-19T19:53:05.129Z] --- PASS: TestRUMErrorSourcemapping (4.26s)
[2021-07-19T19:53:05.129Z] === RUN   TestRUMSpanSourcemapping
[2021-07-19T19:53:05.129Z] --- PASS: TestRUMSpanSourcemapping (5.91s)
[2021-07-19T19:53:05.129Z] === RUN   TestDuplicateSourcemapWarning
[2021-07-19T19:53:05.129Z] --- PASS: TestDuplicateSourcemapWarning (4.30s)
[2021-07-19T19:53:05.129Z] === RUN   TestNoMatchingSourcemap
[2021-07-19T19:53:05.129Z] --- PASS: TestNoMatchingSourcemap (4.32s)
[2021-07-19T19:53:05.129Z] === RUN   TestFetchLatestSourcemap
[2021-07-19T19:53:05.129Z] --- PASS: TestFetchLatestSourcemap (5.57s)
[2021-07-19T19:53:05.129Z] === RUN   TestSourcemapCaching
[2021-07-19T19:53:05.129Z] --- PASS: TestSourcemapCaching (6.76s)
[2021-07-19T19:53:05.129Z] === RUN   TestIndexTemplateCoverage
[2021-07-19T19:53:05.129Z] --- PASS: TestIndexTemplateCoverage (5.42s)
[2021-07-19T19:53:05.129Z] PASS
[2021-07-19T19:53:05.129Z] ok  	github.com/elastic/apm-server/systemtest	410.995s
[2021-07-19T19:53:05.129Z] === RUN   TestAPMServer
[2021-07-19T19:53:05.129Z] 2021/07/19 19:46:05 Building apm-server...
[2021-07-19T19:53:05.129Z] 2021/07/19 19:46:07 Built /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5759/src/github.com/elastic/apm-server/apm-server
[2021-07-19T19:53:05.129Z] --- PASS: TestAPMServer (2.40s)
[2021-07-19T19:53:05.129Z] === RUN   TestUnstartedAPMServer
[2021-07-19T19:53:05.129Z] --- PASS: TestUnstartedAPMServer (0.00s)
[2021-07-19T19:53:05.129Z] === RUN   TestAPMServerStartTLS
[2021-07-19T19:53:05.129Z] --- PASS: TestAPMServerStartTLS (0.12s)
[2021-07-19T19:53:05.129Z] === RUN   TestExpvar
[2021-07-19T19:53:05.129Z] --- PASS: TestExpvar (0.10s)
[2021-07-19T19:53:05.129Z] PASS
[2021-07-19T19:53:05.129Z] ok  	github.com/elastic/apm-server/systemtest/apmservertest	2.680s
[2021-07-19T19:53:05.129Z] ?   	github.com/elastic/apm-server/systemtest/benchtest	[no test files]
[2021-07-19T19:53:05.129Z] ?   	github.com/elastic/apm-server/systemtest/cmd/apmbench	[no test files]
[2021-07-19T19:53:05.129Z] ?   	github.com/elastic/apm-server/systemtest/estest	[no test files]
[2021-07-19T19:53:05.129Z] ?   	github.com/elastic/apm-server/systemtest/fleettest	[no test files]
[2021-07-19T19:53:05.129Z] + cleanup
[2021-07-19T19:53:05.129Z] + rm -rf /tmp/tmp.39zsOXHrsN
[2021-07-19T19:53:05.129Z] + .ci/scripts/docker-get-logs.sh
[2021-07-19T19:53:06.566Z] Post stage
[2021-07-19T19:53:06.590Z] Running in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5759/src/github.com/elastic/apm-server/build
[2021-07-19T19:53:06.648Z] Archiving artifacts
[2021-07-19T19:53:07.021Z] Recording test results
[2021-07-19T19:53:07.656Z] [Checks API] No suitable checks publisher found.
[2021-07-19T19:53:08.096Z] + tar --version
[2021-07-19T19:53:08.484Z] + tar --exclude=system-tests-linux-files.tgz -czf system-tests-linux-files.tgz system-tests
[2021-07-19T19:53:08.777Z] Archiving artifacts
[2021-07-19T19:53:09.267Z] Terminated
[2021-07-19T19:53:09.287Z] Terminated
[2021-07-19T19:55:52.023Z] [INFO] For detailed information see: https://apm-ci.elastic.co/job/apm-integration-tests-selector-mbp/job/master/18850/display/redirect
[2021-07-19T19:55:54.437Z] Copied 27 artifacts from "APM Integration Test MBP Selector » master" build number 18850
[2021-07-19T19:55:56.025Z] Post stage
[2021-07-19T19:55:56.047Z] Recording test results
[2021-07-19T19:55:56.783Z] [Checks API] No suitable checks publisher found.
[2021-07-19T19:55:57.655Z] Running on Jenkins in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-5759
[2021-07-19T19:55:57.771Z] [INFO] getVaultSecret: Getting secrets
[2021-07-19T19:55:57.834Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-07-19T19:55:58.938Z] + chmod 755 generate-build-data.sh
[2021-07-19T19:55:58.938Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5759/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5759/runs/1 UNSTABLE 2345028
[2021-07-19T19:55:58.938Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5759/runs/1/steps/?limit=10000 -o steps-info.json
[2021-07-19T19:55:59.189Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5759/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-07-19T19:55:59.189Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-5759/runs/1/log/ -o pipeline-log.txt

@bmorelli25 bmorelli25 disabled auto-merge July 19, 2021 20:56
@bmorelli25 bmorelli25 merged commit 7b9201e into elastic:master Jul 19, 2021
@bmorelli25 bmorelli25 deleted the backport/master/pr-5748 branch July 19, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants