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

[7.15] docs: update agent server compat (#5923) #6048

Merged
merged 1 commit into from
Aug 26, 2021

Conversation

bmorelli25
Copy link
Member

Backports the following commits to 7.15:

@bmorelli25 bmorelli25 enabled auto-merge (squash) August 25, 2021 21:10
@apmmachine
Copy link
Contributor

💔 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: 2021-08-25T21:10:57.681+0000

  • Duration: 40 min 34 sec

  • Commit: e048fca

Test stats 🧪

Test Results
Failed 0
Passed 4274
Skipped 13
Total 4287

Trends 🧪

Image of Build Times

Image of Tests

Steps errors 3

Expand to view the steps failures

Windows build
  • Took 0 min 13 sec . View more details on here
Run Linux tests
  • Took 25 min 29 sec . View more details on here
  • Description: ./.ci/scripts/linux-test.sh
Test Sync
  • Took 3 min 11 sec . View more details on here
  • Description: ./.ci/scripts/sync.sh

Log output

Expand to view the last 100 lines of log output

[2021-08-25T21:50:24.426Z]           					"location": map[string]interface{}{
[2021-08-25T21:50:24.426Z]         - 						"lat": float64(-31.9674),
[2021-08-25T21:50:24.426Z]         + 						"lat": float64(-31.9474),
[2021-08-25T21:50:24.426Z]         - 						"lon": float64(115.8621),
[2021-08-25T21:50:24.426Z]         + 						"lon": float64(115.8648),
[2021-08-25T21:50:24.426Z]           					},
[2021-08-25T21:50:24.426Z]           					"region_iso_code": string("AU-WA"),
[2021-08-25T21:50:24.426Z]           					"region_name":     string("Western Australia"),
[2021-08-25T21:50:24.426Z]           				},
[2021-08-25T21:50:24.426Z]           				"ip": string("220.244.41.16"),
[2021-08-25T21:50:24.426Z]           			},
[2021-08-25T21:50:24.426Z]           			"ecs":   map[string]interface{}{"version": string("dynamic")},
[2021-08-25T21:50:24.426Z]           			"event": map[string]interface{}{"ingested": string("dynamic"), "outcome": string("unknown")},
[2021-08-25T21:50:24.426Z]           			... // 8 identical entries
[2021-08-25T21:50:24.426Z]           		},
[2021-08-25T21:50:24.426Z]           	},
[2021-08-25T21:50:24.426Z]           }
[2021-08-25T21:50:24.426Z]         
[2021-08-25T21:50:24.426Z]         Run `make update check-approvals` to verify the diff
[2021-08-25T21:50:24.426Z]         
[2021-08-25T21:50:24.426Z]     server.go:196: log file: /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-6048/src/github.com/elastic/apm-server/systemtest/logs/TestRUMXForwardedFor/apm-server
[2021-08-25T21:50:24.426Z] --- FAIL: TestRUMXForwardedFor (3.91s)
[2021-08-25T21:50:24.426Z] === RUN   TestRUMAllowServiceNames
[2021-08-25T21:50:24.426Z] --- PASS: TestRUMAllowServiceNames (0.21s)
[2021-08-25T21:50:24.426Z] === RUN   TestRUMRateLimit
[2021-08-25T21:50:24.426Z] --- PASS: TestRUMRateLimit (0.91s)
[2021-08-25T21:50:24.426Z] === RUN   TestRUMCORS
[2021-08-25T21:50:24.426Z] --- PASS: TestRUMCORS (0.19s)
[2021-08-25T21:50:24.426Z] === RUN   TestKeepUnsampled
[2021-08-25T21:50:24.426Z] === RUN   TestKeepUnsampled/false
[2021-08-25T21:50:24.426Z] === RUN   TestKeepUnsampled/true
[2021-08-25T21:50:24.426Z] --- PASS: TestKeepUnsampled (8.58s)
[2021-08-25T21:50:24.426Z]     --- PASS: TestKeepUnsampled/false (3.86s)
[2021-08-25T21:50:24.426Z]     --- PASS: TestKeepUnsampled/true (4.72s)
[2021-08-25T21:50:24.426Z] === RUN   TestKeepUnsampledWarning
[2021-08-25T21:50:24.426Z] --- PASS: TestKeepUnsampledWarning (3.77s)
[2021-08-25T21:50:24.426Z] === RUN   TestTailSampling
[2021-08-25T21:50:24.426Z]     sampling_test.go:141: waiting for 100 "parent" transactions
[2021-08-25T21:50:24.426Z]     sampling_test.go:141: waiting for 100 "child" transactions
[2021-08-25T21:50:24.426Z] --- PASS: TestTailSampling (22.68s)
[2021-08-25T21:50:24.426Z] === RUN   TestTailSamplingUnlicensed
[2021-08-25T21:50:24.426Z] 2021/08/25 21:49:16 Starting container id: ef149846dfa0 image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-a7c04a10-SNAPSHOT
[2021-08-25T21:50:24.426Z] 2021/08/25 21:49:16 Waiting for container id ef149846dfa0 image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-a7c04a10-SNAPSHOT
[2021-08-25T21:50:24.426Z] 2021/08/25 21:49:33 Container is ready id: ef149846dfa0 image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-a7c04a10-SNAPSHOT
[2021-08-25T21:50:24.426Z] --- PASS: TestTailSamplingUnlicensed (29.95s)
[2021-08-25T21:50:24.426Z] === RUN   TestRUMErrorSourcemapping
[2021-08-25T21:50:24.426Z] --- PASS: TestRUMErrorSourcemapping (4.45s)
[2021-08-25T21:50:24.426Z] === RUN   TestRUMSpanSourcemapping
[2021-08-25T21:50:24.426Z] --- PASS: TestRUMSpanSourcemapping (4.40s)
[2021-08-25T21:50:24.426Z] === RUN   TestDuplicateSourcemapWarning
[2021-08-25T21:50:24.426Z] --- PASS: TestDuplicateSourcemapWarning (4.26s)
[2021-08-25T21:50:24.426Z] === RUN   TestNoMatchingSourcemap
[2021-08-25T21:50:24.426Z] --- PASS: TestNoMatchingSourcemap (4.95s)
[2021-08-25T21:50:24.426Z] === RUN   TestFetchLatestSourcemap
[2021-08-25T21:50:24.426Z] --- PASS: TestFetchLatestSourcemap (6.25s)
[2021-08-25T21:50:24.426Z] === RUN   TestSourcemapCaching
[2021-08-25T21:50:24.426Z] --- PASS: TestSourcemapCaching (5.17s)
[2021-08-25T21:50:24.426Z] === RUN   TestIndexTemplateCoverage
[2021-08-25T21:50:24.426Z] --- PASS: TestIndexTemplateCoverage (5.28s)
[2021-08-25T21:50:24.426Z] FAIL
[2021-08-25T21:50:24.426Z] FAIL	github.com/elastic/apm-server/systemtest	489.128s
[2021-08-25T21:50:24.426Z] === RUN   TestAPMServer
[2021-08-25T21:50:24.426Z] 2021/08/25 21:42:09 Building apm-server...
[2021-08-25T21:50:24.426Z] 2021/08/25 21:42:12 Built /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-6048/src/github.com/elastic/apm-server/apm-server
[2021-08-25T21:50:24.426Z] --- PASS: TestAPMServer (2.79s)
[2021-08-25T21:50:24.426Z] === RUN   TestUnstartedAPMServer
[2021-08-25T21:50:24.426Z] --- PASS: TestUnstartedAPMServer (0.00s)
[2021-08-25T21:50:24.426Z] === RUN   TestAPMServerStartTLS
[2021-08-25T21:50:24.426Z] --- PASS: TestAPMServerStartTLS (0.16s)
[2021-08-25T21:50:24.426Z] === RUN   TestExpvar
[2021-08-25T21:50:24.426Z] --- PASS: TestExpvar (0.13s)
[2021-08-25T21:50:24.426Z] PASS
[2021-08-25T21:50:24.426Z] ok  	github.com/elastic/apm-server/systemtest/apmservertest	3.116s
[2021-08-25T21:50:24.426Z] ?   	github.com/elastic/apm-server/systemtest/benchtest	[no test files]
[2021-08-25T21:50:24.426Z] ?   	github.com/elastic/apm-server/systemtest/cmd/apmbench	[no test files]
[2021-08-25T21:50:24.426Z] ?   	github.com/elastic/apm-server/systemtest/estest	[no test files]
[2021-08-25T21:50:24.426Z] ?   	github.com/elastic/apm-server/systemtest/fleettest	[no test files]
[2021-08-25T21:50:24.426Z] FAIL
[2021-08-25T21:50:24.426Z] + cleanup
[2021-08-25T21:50:24.426Z] + rm -rf /tmp/tmp.RwjjcYLelR
[2021-08-25T21:50:24.426Z] + .ci/scripts/docker-get-logs.sh
[2021-08-25T21:50:25.609Z] Post stage
[2021-08-25T21:50:25.637Z] Running in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-6048/src/github.com/elastic/apm-server/build
[2021-08-25T21:50:25.696Z] Archiving artifacts
[2021-08-25T21:50:26.662Z] Recording test results
[2021-08-25T21:50:27.730Z] [Checks API] No suitable checks publisher found.
[2021-08-25T21:50:28.154Z] + tar --version
[2021-08-25T21:50:28.570Z] + tar --exclude=system-tests-linux-files.tgz -czf system-tests-linux-files.tgz system-tests
[2021-08-25T21:50:28.865Z] Archiving artifacts
[2021-08-25T21:50:29.524Z] Failed in branch System and Environment Tests
[2021-08-25T21:50:29.757Z] Terminated
[2021-08-25T21:50:29.742Z] Terminated
[2021-08-25T21:50:30.833Z] Running on Jenkins in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-6048
[2021-08-25T21:50:30.977Z] [INFO] getVaultSecret: Getting secrets
[2021-08-25T21:50:31.042Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-08-25T21:50:32.288Z] + chmod 755 generate-build-data.sh
[2021-08-25T21:50:32.288Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-6048/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-6048/runs/1 FAILURE 2374326
[2021-08-25T21:50:32.288Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-6048/runs/1/steps/?limit=10000 -o steps-info.json
[2021-08-25T21:50:32.539Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-6048/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-08-25T21:50:32.539Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-6048/runs/1/log/ -o pipeline-log.txt

@bmorelli25 bmorelli25 disabled auto-merge August 26, 2021 14:56
@bmorelli25 bmorelli25 merged commit a433719 into elastic:7.15 Aug 26, 2021
@bmorelli25 bmorelli25 deleted the backport/7.15/pr-5923 branch August 26, 2021 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants