Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Consolidate go modules to top level directory (bp #954) #963

Merged
merged 2 commits into from
Mar 30, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 30, 2021

This is an automatic backport of pull request #954 done by Mergify.

Cherry-pick of e0617f3 has failed:

On branch mergify/bp/7.11.x/pr-954
Your branch is up to date with 'origin/7.11.x'.

You are currently cherry-picking commit e0617f3a.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	deleted:    doc.go
	deleted:    e2e/go.mod
	deleted:    e2e/go.sum
	modified:   go.mod
	new file:   go.sum

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	deleted by them: cli/go.mod
	deleted by them: cli/go.sum

To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

* Consolidate go modules to top level directory

This allows developers who utilize things such as language server protocol to
easily resolve package level signatures across similar modules that make up the
project.

Fixes #557

Signed-off-by: Adam Stokes <[email protected]>

* Update go.mod

Co-authored-by: Manuel de la Peña <[email protected]>

* Remove e2e-testing modules from go.mod

This was causing some invalid import errors

Signed-off-by: Adam Stokes <[email protected]>

* add proper godog deps

Signed-off-by: Adam Stokes <[email protected]>

* Address issue with godog import

For now it is recommended to use the latest commit hash from go.elastic.co/apm
until the next official release is out. That release cleans up some internals in
that project making godog not a hard requirement when using apm as a dependency

Signed-off-by: Adam Stokes <[email protected]>

Co-authored-by: Manuel de la Peña <[email protected]>
(cherry picked from commit e0617f3)

# Conflicts:
#	cli/go.mod
#	cli/go.sum
@mergify mergify bot added the conflicts There is a conflict in the backported pull request label Mar 30, 2021
@elasticmachine
Copy link
Contributor

elasticmachine commented Mar 30, 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

Expand to view the summary

Build stats

  • Build Cause: Pull request #963 updated

  • Start Time: 2021-03-30T06:00:07.954+0000

  • Duration: 27 min 57 sec

  • Commit: b490da0

Test stats 🧪

Test Results
Failed 1
Passed 136
Skipped 0
Total 137

Trends 🧪

Image of Build Times

Image of Tests

Test errors 1

Expand to view the tests failures

Initializing / End-To-End Tests / ubuntu-18.04_fleet_stand_alone_agent / Deploying a default stand-alone agent – Stand-alone Agent
    Expand to view the error details

     Step there is new data in the index from agent 
    

  • no stacktrace

Steps errors 1

Expand to view the steps failures

Run functional tests for fleet:stand_alone_agent && ~@nightly && ~ubi8
  • Took 3 min 24 sec . View more details on here
  • Description: .ci/scripts/functional-test.sh "fleet" "stand_alone_agent && ~@nightly && ~ubi8" "7.11-SNAPSHOT" "7.11-SNAPSHOT"

Log output

Expand to view the last 100 lines of log output

[2021-03-30T06:26:27.471Z] time="2021-03-30T06:26:26Z" level=debug msg="Agent listed in Fleet with online status" agentID=c84777c0-9120-11eb-92af-854820cdbfa0 hostname=d911edd5d900
[2021-03-30T06:26:27.471Z] time="2021-03-30T06:26:26Z" level=info msg="The Agent is in the desired status" elapsedTime=30.083486127s hostname=d911edd5d900 isAgentInStatus=true retries=11 status=online
[2021-03-30T06:26:27.471Z] time="2021-03-30T06:26:26Z" level=debug msg="Integration in latest version found" name=endpoint title="Endpoint Security" version=0.17.1
[2021-03-30T06:26:30.795Z] {"level":"debug","time":"2021-03-30T06:26:30Z","message":"sent request with 0 transactions, 0 spans, 0 errors, 1 metricset"}
[2021-03-30T06:26:30.795Z] time="2021-03-30T06:26:30Z" level=info msg="Integration added to the configuration" integration=endpoint integrationConfigurationID=43a3a16f-4e9c-4811-ba1a-3c76f496207d policyID=c5b19c90-911e-11eb-92af-854820cdbfa0 version=0.17.1
[2021-03-30T06:26:30.795Z] time="2021-03-30T06:26:30Z" level=debug msg="Package policy found in the configuration" package="{43a3a16f-4e9c-4811-ba1a-3c76f496207d endpoint Endpoint Security 0.17.1 0xc000262640}" policyID=c5b19c90-911e-11eb-92af-854820cdbfa0
[2021-03-30T06:26:34.114Z] time="2021-03-30T06:26:33Z" level=info msg="Integration deleted from the configuration" integration=endpoint packageConfigId=43a3a16f-4e9c-4811-ba1a-3c76f496207d policyID=c5b19c90-911e-11eb-92af-854820cdbfa0 version=0.17.1
[2021-03-30T06:26:34.114Z] time="2021-03-30T06:26:33Z" level=debug msg="Agent listed in Fleet with online status" agentID=c84777c0-9120-11eb-92af-854820cdbfa0 hostname=d911edd5d900
[2021-03-30T06:26:34.114Z] time="2021-03-30T06:26:33Z" level=info msg="The Agent is in the desired status" elapsedTime=92.640467ms hostname=d911edd5d900 isAgentInStatus=true retries=1 status=online
[2021-03-30T06:26:34.114Z] time="2021-03-30T06:26:33Z" level=info msg="The Agent is not listed in the Administration view in the Security App" elapsedTime=70.128532ms hostname=d911edd5d900 retries=1
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.508Z","log.origin":{"file.name":"warn/warn.go","file.line":18},"message":"The Elastic Agent is currently in BETA and should not be used in production","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.509Z","log.origin":{"file.name":"application/application.go","file.line":59},"message":"Detecting execution mode","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.509Z","log.origin":{"file.name":"application/application.go","file.line":72},"message":"Agent is managed by Fleet","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.719Z","log.logger":"composable","log.origin":{"file.name":"composable/controller.go","file.line":44},"message":"EXPERIMENTAL - Inputs with variables are currently experimental and should not be used in production","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.722Z","log.logger":"composable.providers.docker","log.origin":{"file.name":"docker/docker.go","file.line":43},"message":"Docker provider skipped, unable to connect: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.723Z","log.logger":"api","log.origin":{"file.name":"api/server.go","file.line":62},"message":"Starting stats endpoint","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.723Z","log.origin":{"file.name":"application/managed_mode.go","file.line":294},"message":"Agent is starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"warn","@timestamp":"2021-03-30T06:25:56.723Z","log.origin":{"file.name":"application/managed_mode.go","file.line":301},"message":"failed to ack update open /opt/Elastic/Agent/data/.update-marker: no such file or directory","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.065Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:56.723Z","log.logger":"api","log.origin":{"file.name":"api/server.go","file.line":64},"message":"Metrics endpoint listening on: /tmp/elastic-agent/elastic-agent.sock (configured: unix:///tmp/elastic-agent/elastic-agent.sock)","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:58.634Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":48},"message":"New State ID is gz6fdumG","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:58.634Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":49},"message":"Converging state requires execution of 3 step(s)","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:58.634Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:25:58.634Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:02.019Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:02Z: type: 'STATE': sub_type: 'STARTING' message: Application: metricbeat--7.11.3-SNAPSHOT[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to STARTING: Starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:02.021Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:02.022Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:03.235Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:03Z: type: 'STATE': sub_type: 'RUNNING' message: Application: metricbeat--7.11.3-SNAPSHOT[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to RUNNING: Running","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.213Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:07Z: type: 'STATE': sub_type: 'STARTING' message: Application: filebeat--7.11.3-SNAPSHOT[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to STARTING: Starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.215Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.215Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.427Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-install' skipped for filebeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.750Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:07Z: type: 'STATE': sub_type: 'STARTING' message: Application: filebeat--7.11.3-SNAPSHOT--36643631373035623733363936343635[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to STARTING: Starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.066Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.751Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:07.751Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:08.014Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-install' skipped for metricbeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:08.248Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:08Z: type: 'STATE': sub_type: 'STARTING' message: Application: metricbeat--7.11.3-SNAPSHOT--36643631373035623733363936343635[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to STARTING: Starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:08.249Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":66},"message":"Updating internal state","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:08.364Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:08Z: type: 'STATE': sub_type: 'RUNNING' message: Application: filebeat--7.11.3-SNAPSHOT[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to RUNNING: Running","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:08.910Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:08Z: type: 'STATE': sub_type: 'RUNNING' message: Application: filebeat--7.11.3-SNAPSHOT--36643631373035623733363936343635[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to RUNNING: Running","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:09.427Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:09Z: type: 'STATE': sub_type: 'RUNNING' message: Application: metricbeat--7.11.3-SNAPSHOT--36643631373035623733363936343635[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to RUNNING: Running","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:31.627Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":48},"message":"New State ID is NNqiEYQi","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:31.628Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":49},"message":"Converging state requires execution of 3 step(s)","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:31.628Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"endpoint-security.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/endpoint-security-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:31.628Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"endpoint-security.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/endpoint-security-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.415Z","log.origin":{"file.name":"log/reporter.go","file.line":40},"message":"2021-03-30T06:26:32Z: type: 'STATE': sub_type: 'STARTING' message: Application: endpoint-security--7.11.3-SNAPSHOT[c84777c0-9120-11eb-92af-854820cdbfa0]: State changed to STARTING: Starting","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.678Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.678Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.868Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-install' skipped for filebeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.067Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.868Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-start' skipped for filebeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.869Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:32.869Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"filebeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/filebeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.054Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-install' skipped for filebeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.054Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-start' skipped for filebeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.055Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.055Z","log.origin":{"file.name":"operation/operation_fetch.go","file.line":61},"message":"metricbeat.7.11.3-SNAPSHOT already exists in /opt/Elastic/Agent/data/elastic-agent-e2262f/downloads/metricbeat-7.11.3-SNAPSHOT-linux-x86_64.tar.gz. Skipping operation operation-fetch","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.298Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-install' skipped for metricbeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.298Z","log.origin":{"file.name":"operation/operator.go","file.line":245},"message":"operation 'operation-start' skipped for metricbeat.7.11.3-SNAPSHOT","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] {"log.level":"info","@timestamp":"2021-03-30T06:26:33.299Z","log.origin":{"file.name":"stateresolver/stateresolver.go","file.line":66},"message":"Updating internal state","ecs.version":"1.6.0"}
[2021-03-30T06:26:35.068Z] time="2021-03-30T06:26:34Z" level=debug msg="Docker compose executed." cmd="[exec -T centos-systemd cat /opt/Elastic/Agent//data/elastic-agent-e2262f/logs//elastic-agent-json.log]" composeFilePaths="[/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/profiles/fleet/docker-compose.yml /var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/services/centos-systemd/docker-compose.yml]" env="map[centos_systemdAgentBinarySrcPath:/tmp/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz459761433 centos_systemdAgentBinaryTargetPath:/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz centos_systemdContainerName:fleet_centos-systemd_elastic-agent_1 centos_systemdTag:latest kibanaConfigPath:/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/src/github.com/elastic/e2e-testing/e2e/_suites/fleet/configurations/kibana.config.yml stackVersion:7.11.3-SNAPSHOT]" profile=fleet
[2021-03-30T06:26:40.401Z] Elastic Agent has been uninstalled.
[2021-03-30T06:26:40.401Z] time="2021-03-30T06:26:39Z" level=debug msg="Docker compose executed." cmd="[exec -T centos-systemd elastic-agent uninstall -f]" composeFilePaths="[/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/profiles/fleet/docker-compose.yml /var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/services/centos-systemd/docker-compose.yml]" env="map[centos_systemdAgentBinarySrcPath:/tmp/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz459761433 centos_systemdAgentBinaryTargetPath:/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz centos_systemdContainerName:fleet_centos-systemd_elastic-agent_1 centos_systemdTag:latest kibanaConfigPath:/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/src/github.com/elastic/e2e-testing/e2e/_suites/fleet/configurations/kibana.config.yml stackVersion:7.11.3-SNAPSHOT]" profile=fleet
[2021-03-30T06:26:40.401Z] time="2021-03-30T06:26:39Z" level=debug msg="Un-enrolling agent in Fleet" agentID=c84777c0-9120-11eb-92af-854820cdbfa0 hostname=d911edd5d900
[2021-03-30T06:26:41.793Z] time="2021-03-30T06:26:41Z" level=debug msg="Fleet agent was unenrolled" agentID=c84777c0-9120-11eb-92af-854820cdbfa0
[2021-03-30T06:26:42.740Z] Stopping fleet_centos-systemd_elastic-agent_1 ... 
[2021-03-30T06:26:50.908Z] {"level":"debug","time":"2021-03-30T06:26:50Z","message":"gathering metrics"}
[2021-03-30T06:26:53.467Z] 
Stopping fleet_centos-systemd_elastic-agent_1 ... done
Removing fleet_centos-systemd_elastic-agent_1 ... 
[2021-03-30T06:26:53.467Z] 
Removing fleet_centos-systemd_elastic-agent_1 ... done
Going to remove fleet_centos-systemd_elastic-agent_1
[2021-03-30T06:26:53.467Z] time="2021-03-30T06:26:53Z" level=debug msg="Docker compose executed." cmd="[rm -fvs centos-systemd]" composeFilePaths="[/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/profiles/fleet/docker-compose.yml /var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/services/centos-systemd/docker-compose.yml]" env="map[centos_systemdAgentBinarySrcPath:/tmp/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz459761433 centos_systemdAgentBinaryTargetPath:/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz centos_systemdContainerName:fleet_centos-systemd_elastic-agent_1 centos_systemdTag:latest kibanaConfigPath:/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/src/github.com/elastic/e2e-testing/e2e/_suites/fleet/configurations/kibana.config.yml stackVersion:7.11.3-SNAPSHOT]" profile=fleet
[2021-03-30T06:26:53.467Z] time="2021-03-30T06:26:53Z" level=debug msg="Service removed from compose" profile=fleet service=centos-systemd
[2021-03-30T06:26:54.864Z] time="2021-03-30T06:26:54Z" level=debug msg="The token was deleted" tokenID=c2b42920-9120-11eb-92af-854820cdbfa0
[2021-03-30T06:26:54.864Z] time="2021-03-30T06:26:54Z" level=info msg="Integration deleted from the configuration" integration=endpoint packageConfigId=43a3a16f-4e9c-4811-ba1a-3c76f496207d policyID=c5b19c90-911e-11eb-92af-854820cdbfa0 version=0.17.1
[2021-03-30T06:26:54.864Z] time="2021-03-30T06:26:54Z" level=debug msg="Destroying Fleet runtime dependencies"
[2021-03-30T06:26:55.816Z] Stopping fleet_kibana_1           ... 
[2021-03-30T06:26:55.816Z] Stopping fleet_package-registry_1 ... 
[2021-03-30T06:26:55.816Z] Stopping fleet_elasticsearch_1    ... 
[2021-03-30T06:26:58.422Z] 
Stopping fleet_kibana_1           ... done

Stopping fleet_package-registry_1 ... done

Stopping fleet_elasticsearch_1    ... done
Removing fleet_kibana_1           ... 
[2021-03-30T06:26:58.422Z] Removing fleet_package-registry_1 ... 
[2021-03-30T06:26:58.422Z] Removing fleet_elasticsearch_1    ... 
[2021-03-30T06:26:58.422Z] 
Removing fleet_package-registry_1 ... done

Removing fleet_kibana_1           ... done

Removing fleet_elasticsearch_1    ... done
Removing network fleet_default
[2021-03-30T06:26:58.997Z] time="2021-03-30T06:26:58Z" level=debug msg="Docker compose executed." cmd="[down --remove-orphans]" composeFilePaths="[/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/.op/compose/profiles/fleet/docker-compose.yml]" env="map[centos_systemdAgentBinarySrcPath:/tmp/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz459761433 centos_systemdAgentBinaryTargetPath:/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz centos_systemdContainerName:fleet_centos-systemd_elastic-agent_1 centos_systemdTag:latest kibanaConfigPath:/var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/src/github.com/elastic/e2e-testing/e2e/_suites/fleet/configurations/kibana.config.yml stackVersion:7.11.3-SNAPSHOT]" profile=fleet
[2021-03-30T06:26:58.997Z] time="2021-03-30T06:26:58Z" level=debug msg="Elastic Agent binary was removed." installer=centos-tar-7.11.3-SNAPSHOT path=/tmp/elastic-agent-7.11.3-SNAPSHOT-linux-x86_64.tar.gz459761433
[2021-03-30T06:26:59.109Z] [INFO] Stopping Filebeat Docker container
[2021-03-30T06:26:59.402Z] + docker exec -t 779cd568b9e60c2c54fbfe1c1f6ec27f8fa86a9c6041c98a9dd0f1ad0faeec55 chmod -R ugo+rw /output
[2021-03-30T06:26:59.666Z] + docker stop --time 30 779cd568b9e60c2c54fbfe1c1f6ec27f8fa86a9c6041c98a9dd0f1ad0faeec55
[2021-03-30T06:27:00.242Z] 779cd568b9e60c2c54fbfe1c1f6ec27f8fa86a9c6041c98a9dd0f1ad0faeec55
[2021-03-30T06:27:00.267Z] Archiving artifacts
[2021-03-30T06:27:01.021Z] Recording test results
[2021-03-30T06:27:01.419Z] [Checks API] No suitable checks publisher found.
[2021-03-30T06:27:01.441Z] Archiving artifacts
[2021-03-30T06:27:01.487Z] Running in /var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963/src/github.com/elastic/e2e-testing
[2021-03-30T06:27:01.794Z] + go clean -modcache
[2021-03-30T06:27:03.650Z] Stage "Release" skipped due to earlier failure(s)
[2021-03-30T06:27:04.762Z] Running on worker-395930 in /var/lib/jenkins/workspace/e2e-tests_e2e-testing-mbp_PR-963
[2021-03-30T06:27:04.805Z] [INFO] getVaultSecret: Getting secrets
[2021-03-30T06:27:04.889Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-03-30T06:27:07.359Z] + chmod 755 generate-build-data.sh
[2021-03-30T06:27:07.359Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/e2e-tests/e2e-testing-mbp/PR-963/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/e2e-tests/e2e-testing-mbp/PR-963/runs/2 FAILURE 1617455
[2021-03-30T06:27:07.359Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/e2e-tests/e2e-testing-mbp/PR-963/runs/2/steps/?limit=10000 -o steps-info.json
[2021-03-30T06:27:08.811Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/e2e-tests/e2e-testing-mbp/PR-963/runs/2/tests/?status=FAILED -o tests-errors.json
[2021-03-30T06:27:09.511Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/e2e-tests/e2e-testing-mbp/PR-963/runs/2/log/ -o pipeline-log.txt

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Test stats 🧪

Test Results
Failed 1
Passed 136
Skipped 0
Total 137

Genuine test errors 1

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Initializing / End-To-End Tests / ubuntu-18.04_fleet_stand_alone_agent / Deploying a default stand-alone agent – Stand-alone Agent

@mdelapenya mdelapenya removed the conflicts There is a conflict in the backported pull request label Mar 30, 2021
@mdelapenya mdelapenya merged commit e04999d into 7.11.x Mar 30, 2021
@mergify mergify bot deleted the mergify/bp/7.11.x/pr-954 branch March 30, 2021 06:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants