You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent tries to download the archive twice before giving up (the requests are denied both times on purpose as we can see from the test logs), hence the failure
The text was updated successfully, but these errors were encountered:
Looking at the test logs the agent retries download correctly but then there's an issue with extraction
{"log.level":"error","@timestamp":"2025-02-06T01:24:57.517Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/application/upgrade.(*Upgrader).unpack","file.name":"upgrade/step_unpack.go","file.line":51},"message":"Failed to unpack upgrade artifact","log":{"source":"elastic-agent"},"error":{"message":"open : The system cannot find the file specified."},"version":"8.18.0-SNAPSHOT","file.path":"C:\\Program Files\\Elastic\\Agent\\data\\elastic-agent-9.0.0-SNAPSHOT-345f2a\\downloads\\elastic-agent-8.18.0-SNAPSHOT-windows-x86_64.zip","unpack_result":{"hash":"","versioned-home":""},"ecs.version":"1.6.0"}
Failing test case
TestStandaloneUpgradeRetryDownload
Error message
Error: Failed trigger upgrade of daemon: open : The system cannot find the file specified.
Build
https://buildkite.com/elastic/elastic-agent-extended-testing-bk/builds/1350#0194daae-65c2-4d84-83d3-99c13e0c7e13
OS
Windows
Stacktrace and notes
The text was updated successfully, but these errors were encountered: