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

[Failing Test]: TestLogIngestionFleetManaged/Monitoring_logs_are_shipped consistent windows failures #5903

Open
mauri870 opened this issue Oct 31, 2024 · 3 comments
Labels
Team:Elastic-Agent Label for the Agent team Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Comments

@mauri870
Copy link
Member

mauri870 commented Oct 31, 2024

Failing test case

TestLogIngestionFleetManaged/Monitoring_logs_are_shipped

Error message

[...]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error Trace:        C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:307
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:178
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:115
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error:              Condition never satisfied
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Test:               TestLogIngestionFleetManaged/Monitoring_logs_are_shipped
[...]    

Build

No build logs, this test does not fail when running as part of the the CI.

Actually, TestLogIngestionFleetManaged CI builds are green: https://buildkite.com/organizations/elastic/analytics/suites/elastic-agent-ci/tests/052eba6d-a34c-8f3b-bb58-efe90d9218a7?branch=all+branches.

The easiest way to reproduce is to run the isolated test locally via:

$ DEV=true SNAPSHOT=true EXTERNAL=true PLATFORMS=windows/amd64 AGENT_PACKAGE_VERSION=9.0.0 mage package

$ AGENT_KEEP_INSTALLED=true AGENT_COLLECT_DIAG=true SNAPSHOT=true TEST_PLATFORMS="windows/amd64" mage -v integration:single TestLogIngestionFleetManaged

OS

windows/amd64

Stacktrace and notes

Test output
Running target: Integration:Single
exec: go "list" "-m"
Found Elastic Beats dir at /home/mauri870/git/elastic/elastic-agent
>>> Creating zip archive of repo to send to remote hosts
>>> (windows-amd64-2022-fleet) Starting SSH; connect with `ssh -i /home/mauri870/git/elastic/elastic-agent/.integration-cache/id_rsa [email protected]`
>>> (windows-amd64-2022-fleet) Connected over SSH
>>> (windows-amd64-2022-fleet) Copying repo
>>> (windows-amd64-2022-fleet) Running make mage and prepareOnRemote
>>> (windows-amd64-2022-fleet) Copying agent build elastic-agent-9.0.0-SNAPSHOT-windows-x86_64.zip
>>> (windows-amd64-2022-fleet) Waiting for stack to be ready...
>>> (windows-amd64-2022-fleet) Using Stack with Kibana host https://488137a26358480b8928723db8a68c78.us-west2.gcp.elastic-cloud.com, credentials available under .integration-cache
>>> (windows-amd64-2022-fleet) Running sudo tests...
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): Running target: Integration:TestOnRemote
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): Running dependency: main.Build.TestBinaries
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): exec: go "build" "-o" "C:\\Users\\windows\\agent\\pkg\\component\\fake\\component\\component.exe" "C:\\Users\\windows\\agent\\pkg\\component\\fake\\component"
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): exec: go "build" "-o" "C:\\Users\\windows\\agent\\internal\\pkg\\agent\\install\\testblocking\\testblocking.exe" "C:\\Users\\windows\\agent\\internal\\pkg\\agent\\install\\testblocking"
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): Running dependency: github.com/elastic/elastic-agent/dev-tools/mage.InstallGoTestTools
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): exec: go "install" "gotest.tools/gotestsum"
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): >> go test: remote-windows-amd64-2022-fleet-sudo.integration Testing
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): >> ARGS: remote-windows-amd64-2022-fleet-sudo.integration Command: gotestsum --no-color -f standard-verbose --junitfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.xml --jsonfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.out.json -- -tags integration -test.shuffle on -test.timeout 2h0m0s -test.run ^(TestLogIngestionFleetManaged)$ github.com/elastic/elastic-agent/testing/integration
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): exec: gotestsum --no-color -f standard-verbose --junitfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.xml --jsonfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.out.json -- -tags integration -test.shuffle on -test.timeout 2h0m0s -test.run ^(TestLogIngestionFleetManaged)$ github.com/elastic/elastic-agent/testing/integration
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): exec: gotestsum --no-color -f standard-verbose --junitfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.xml --jsonfile build/TEST-go-remote-windows-amd64-2022-fleet-sudo.integration.out.json -- -tags integration -test.shuffle on -test.timeout 2h0m0s -test.run ^(TestLogIngestionFleetManaged)$ github.com/elastic/elastic-agent/testing/integration
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): -test.shuffle 1730385490266613700
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === RUN   TestLogIngestionFleetManaged
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:66: Enrolling agent in Fleet with a test policy
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: Creating enrollment API key...
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: Unpacking and installing Elastic Agent
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:164: [test TestLogIngestionFleetManaged] Inside fixture install function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:192: [test TestLogIngestionFleetManaged] Inside fixture installNoPkgManager function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:288: Extracting artifact elastic-agent-9.0.0-SNAPSHOT-windows-x86_64.zip to C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:306: Completed extraction of artifact elastic-agent-9.0.0-SNAPSHOT-windows-x86_64.zip to C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:906: Components were not modified from the fetched artifact
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763\elastic-agent-9.0.0-SNAPSHOT-windows-x86_64\elastic-agent.exe install --force --non-interactive --unprivileged --url https://681f4e7f2b084a01a3528cff05c1001b.fleet.us-west2.gcp.elastic-cloud.com:443 --enrollment-token c2dNRDQ1SUJkbE1rVDhGd1doUUg6RWsya2MwUy1UQ3Voa1dRQ1B3Q0VlZw==]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: >>> Ran Enroll. Output: Unprivileged installation mode enabled; this feature is currently in beta.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Installing in non-interactive mode.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): [    ] Creating gro[====] Service Started  [7s] Elastic Agent successfully installed, starting enrollment.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): [====] Enrolling El[====] Waiting For Enroll...  [7s] {"log.level":"info","@timestamp":"2024-10-31T14:38:37.760Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).enrollWithBackoff","file.name":"cmd/enroll_cmd.go","file.line":520},"message":"Starting enrollment to URL: https://681f4e7f2b084a01a3528cff05c1001b.fleet.us-west2.gcp.elastic-cloud.com:443/","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {"log.level":"info","@timestamp":"2024-10-31T14:38:40.769Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).daemonReloadWithBackoff","file.name":"cmd/enroll_cmd.go","file.line":483},"message":"Restarting agent daemon, attempt 0","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {"log.level":"info","@timestamp":"2024-10-31T14:38:40.774Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).Execute","file.name":"cmd/enroll_cmd.go","file.line":301},"message":"Successfully triggered restart on running Elastic Agent.","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Successfully enrolled the Elastic Agent.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): [  ==] Enroll Compl[  ==] Done  [11s]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Elastic Agent has been successfully installed.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): check.go:64: Agent fleet status: updating
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): check.go:64: Agent fleet status: enrolling
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:105: created policy: 1cab9a58-0c90-49e8-ab08-6e0627383716
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe status --output json]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe status --output json]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:152: Received agent status:
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {Info:{ID:8b5b500a-dd1c-47b1-8cc9-2a05fbfcd6b0 Version:9.0.0 Commit:e6f281aa4de18d5ba1aa10aa36da9796c3b22a47 BuildTime:2024-10-31 14:26:29 +0000 UTC Snapshot:true PID:4780 Unprivileged:true} State:2 Message:Running Components:[{ID:beat/metrics-monitoring Name:beat/metrics State:2 Message:Healthy: communicating with pid '3284' Units:[{UnitID:beat/metrics-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:beat/metrics-monitoring-metrics-monitoring-beats UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}} {ID:filestream-monitoring Name:filestream State:2 Message:Healthy: communicating with pid '5564' Units:[{UnitID:filestream-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:filestream-monitoring-filestream-monitoring-agent UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}} {ID:http/metrics-monitoring Name:http/metrics State:2 Message:Healthy: communicating with pid '2776' Units:[{UnitID:http/metrics-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:http/metrics-monitoring-metrics-monitoring-agent UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}}] FleetState:2 FleetMessage:Connected UpgradeDetails:<nil>}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === RUN   TestLogIngestionFleetManaged/Monitoring_logs_are_shipped
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:177: Making sure metricbeat logs are populated
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:307:
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error Trace:        C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:307
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:178
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:115
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error:              Condition never satisfied
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Test:               TestLogIngestionFleetManaged/Monitoring_logs_are_shipped
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): --- FAIL: TestLogIngestionFleetManaged/Monitoring_logs_are_shipped (180.01s)
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === RUN   TestLogIngestionFleetManaged/Normal_logs_with_flattened_data_stream_are_shipped
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): --- PASS: TestLogIngestionFleetManaged/Normal_logs_with_flattened_data_stream_are_shipped (29.81s)
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:265: [test TestLogIngestionFleetManaged] Inside fixture cleanup function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:279: collecting diagnostics; AGENT_COLLECT_DIAG=true
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe diagnostics -f C:\Users\windows\agent\build\diagnostics\TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-diagnostics.zip]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:289: skipping uninstall; test failed and AGENT_KEEP_INSTALLED=true
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:1031: Dumping running processes in C:\Users\windows\agent\build\diagnostics\TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-ProcessDump-cleanup.json
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:1282: Temporary directory "C:\\Users\\windows\\AppData\\Local\\Temp\\TestLogIngestionFleetManaged995300763" preserved for investigation/debugging
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): --- FAIL: TestLogIngestionFleetManaged (279.47s)
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): FAIL
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): FAIL        github.com/elastic/elastic-agent/testing/integration    279.666s
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === Failed
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === FAIL: testing/integration TestLogIngestionFleetManaged/Monitoring_logs_are_shipped (180.01s)
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:177: Making sure metricbeat logs are populated
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:307:
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error Trace:        C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:307
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:178
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): C:/Users/windows/agent/testing/integration/logs_ingestion_test.go:115
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Error:              Condition never satisfied
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Test:               TestLogIngestionFleetManaged/Monitoring_logs_are_shipped
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): === FAIL: testing/integration TestLogIngestionFleetManaged (279.47s)
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:66: Enrolling agent in Fleet with a test policy
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: Creating enrollment API key...
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: Unpacking and installing Elastic Agent
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:164: [test TestLogIngestionFleetManaged] Inside fixture install function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:192: [test TestLogIngestionFleetManaged] Inside fixture installNoPkgManager function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:288: Extracting artifact elastic-agent-9.0.0-SNAPSHOT-windows-x86_64.zip to C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:306: Completed extraction of artifact elastic-agent-9.0.0-SNAPSHOT-windows-x86_64.zip to C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:906: Components were not modified from the fetched artifact
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Users\windows\AppData\Local\Temp\TestLogIngestionFleetManaged995300763\elastic-agent-9.0.0-SNAPSHOT-windows-x86_64\elastic-agent.exe install --force --non-interactive --unprivileged --url https://681f4e7f2b084a01a3528cff05c1001b.fleet.us-west2.gcp.elastic-cloud.com:443 --enrollment-token c2dNRDQ1SUJkbE1rVDhGd1doUUg6RWsya2MwUy1UQ3Voa1dRQ1B3Q0VlZw==]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:97: >>> Ran Enroll. Output: Unprivileged installation mode enabled; this feature is currently in beta.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Installing in non-interactive mode.
[====] Service Started  [7s] Elastic Agent successfully installed, starting enrollment.ic-agent  [0s]
[====] Waiting For Enroll...  [7s] {"log.level":"info","@timestamp":"2024-10-31T14:38:37.760Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).enrollWithBackoff","file.name":"cmd/enroll_cmd.go","file.line":520},"message":"Starting enrollment to URL: https://681f4e7f2b084a01a3528cff05c1001b.fleet.us-west2.gcp.elastic-cloud.com:443/","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {"log.level":"info","@timestamp":"2024-10-31T14:38:40.769Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).daemonReloadWithBackoff","file.name":"cmd/enroll_cmd.go","file.line":483},"message":"Restarting agent daemon, attempt 0","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {"log.level":"info","@timestamp":"2024-10-31T14:38:40.774Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).Execute","file.name":"cmd/enroll_cmd.go","file.line":301},"message":"Successfully triggered restart on running Elastic Agent.","ecs.version":"1.6.0"}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Successfully enrolled the Elastic Agent.
[  ==] Done  [11s]                                        : [  ==] Enroll Completed  [11s]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): Elastic Agent has been successfully installed.
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): check.go:64: Agent fleet status: updating
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): check.go:64: Agent fleet status: enrolling
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:105: created policy: 1cab9a58-0c90-49e8-ab08-6e0627383716
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe status --output json]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe status --output json]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): logs_ingestion_test.go:152: Received agent status:
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): {Info:{ID:8b5b500a-dd1c-47b1-8cc9-2a05fbfcd6b0 Version:9.0.0 Commit:e6f281aa4de18d5ba1aa10aa36da9796c3b22a47 BuildTime:2024-10-31 14:26:29 +0000 UTC Snapshot:true PID:4780 Unprivileged:true} State:2 Message:Running Components:[{ID:beat/metrics-monitoring Name:beat/metrics State:2 Message:Healthy: communicating with pid '3284' Units:[{UnitID:beat/metrics-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:beat/metrics-monitoring-metrics-monitoring-beats UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}} {ID:filestream-monitoring Name:filestream State:2 Message:Healthy: communicating with pid '5564' Units:[{UnitID:filestream-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:filestream-monitoring-filestream-monitoring-agent UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}} {ID:http/metrics-monitoring Name:http/metrics State:2 Message:Healthy: communicating with pid '2776' Units:[{UnitID:http/metrics-monitoring UnitType:1 State:2 Message:Healthy Payload:{OsqueryVersion:}} {UnitID:http/metrics-monitoring-metrics-monitoring-agent UnitType:0 State:2 Message:Healthy Payload:{OsqueryVersion:}}] VersionInfo:{Name:beat-v2-client Version: Meta:{BuildTime:2024-10-30 19:35:32 +0000 UTC Commit:b1c7478458bd1d50155eb1c735f90150d53160a9}}}] FleetState:2 FleetMessage:Connected UpgradeDetails:<nil>}
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:265: [test TestLogIngestionFleetManaged] Inside fixture cleanup function
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:279: collecting diagnostics; AGENT_COLLECT_DIAG=true
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:663: >> running binary with: [C:\Program Files\Elastic\Agent\elastic-agent.exe diagnostics -f C:\Users\windows\agent\build\diagnostics\TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-diagnostics.zip]
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture_install.go:289: skipping uninstall; test failed and AGENT_KEEP_INSTALLED=true
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:1031: Dumping running processes in C:\Users\windows\agent\build\diagnostics\TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-ProcessDump-cleanup.json
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): fixture.go:1282: Temporary directory "C:\\Users\\windows\\AppData\\Local\\Temp\\TestLogIngestionFleetManaged995300763" preserved for investigation/debugging
>>> (windows-amd64-2022-fleet) Test output (sudo) (stdout): DONE 3 tests, 2 failures in 332.282s
>>> (windows-amd64-2022-fleet) Test output (sudo) (stderr): Error: go test returned a non-zero value: exit status 1
>>> (windows-amd64-2022-fleet) sudo tests failed: Process exited with status 1
>>> (windows-amd64-2022-fleet) Copying diagnostic TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-diagnostics.zip
>>> (windows-amd64-2022-fleet) Copying diagnostic TestLogIngestionFleetManaged-2024-10-31T14-42-48Z-ProcessDump-cleanup.json
>>> Testing completed (2 failures, 1 successful)
>>> Console output written here: build/TEST-go-integration.out
>>> Console JSON output written here: build/TEST-go-integration.out.json
>>> JUnit XML written here: build/TEST-go-integration.xml
>>> Diagnostic output (if present) here: build/diagnostics
@mauri870 mauri870 added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent Label for the Agent team labels Oct 31, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@AndersonQ
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent Label for the Agent team Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
Development

No branches or pull requests

3 participants