Skip to content

Fix installed_software status in policy automation activities#48579

Merged
juan-fdz-hawa merged 2 commits into
mainfrom
38670-software-install-wrong-status
Jul 2, 2026
Merged

Fix installed_software status in policy automation activities#48579
juan-fdz-hawa merged 2 commits into
mainfrom
38670-software-install-wrong-status

Conversation

@juan-fdz-hawa

@juan-fdz-hawa juan-fdz-hawa commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Relates to #38670

The policies/:id/automation_activities endpoint derived the top-level status for installed_software activities from the live host_software_installs.status generated column. That column becomes NULL when the install row is marked removed=1 (e.g. after the installer package is edited/updated or the software is re-installed), so a historically-successful install was miscategorized as "error".

Derive the outcome from the activity's recorded details.status instead, which reflects the install result at the time the activity was created. The install output still comes from host_software_installs. This applies to both the displayed status and the ?status=error|success filter.

Checklist for submitter

If some of the following don't apply, delete the relevant line.

Testing

  • Added/updated automated tests
  • QA'd all new/changed functionality manually

Summary by CodeRabbit

  • Bug Fixes
    • Improved policy automation activity statuses for software installs so success/error results now reflect the recorded activity status.
    • Fixed a case where removed software-install records could be shown with the wrong result state.
    • Updated activity listings so install events appear under the correct success or error filters.
  • Style
    • Improved layout styling for action buttons in the policy automations activity details view for more consistent full-width alignment and spacing.

Relates to #38670

The policies/:id/automation_activities endpoint derived the top-level
status for installed_software activities from the live
host_software_installs.status generated column. That column becomes NULL
when the install row is marked removed=1 (e.g. after the installer
package is edited/updated or the software is re-installed), so a
historically-successful install was miscategorized as "error".

Derive the outcome from the activity's recorded details.status instead,
which reflects the install result at the time the activity was created.
The install output still comes from host_software_installs. This applies
to both the displayed status and the ?status=error|success filter.
@juan-fdz-hawa juan-fdz-hawa requested a review from a team as a code owner July 1, 2026 17:38

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3327413c-a371-4710-b6b5-b7e949a83eaf

📥 Commits

Reviewing files that changed from the base of the PR and between e72b363 and 249c496.

📒 Files selected for processing (1)
  • frontend/pages/policies/details/components/PolicyAutomationsActivitiesTable/_styles.scss

Walkthrough

The installed_software policy automation query now derives success and error status from activity_past.details->>'$.status' instead of host_software_installs.status, while still using host_software_installs.install_script_output for output. Tests were updated to seed details.status, add a removed-install case, and verify the reported status and status filtering. The policy automations activities table stylesheet also adds layout rules for button children inside the details cell.

Changes

Related PRs: None identified.

Suggested labels: backend, sql, frontend, styles, tests

Suggested reviewers: None identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly names the main change: fixing installed_software status in policy automation activities.
Description check ✅ Passed The description includes the related issue plus testing and QA notes, and matches the repo template well enough.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 38670-software-install-wrong-status

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.01%. Comparing base (9c28692) to head (249c496).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #48579      +/-   ##
==========================================
+ Coverage   67.99%   68.01%   +0.01%     
==========================================
  Files        3678     3678              
  Lines      233668   233758      +90     
  Branches    12453    12304     -149     
==========================================
+ Hits       158894   158986      +92     
- Misses      60469    60472       +3     
+ Partials    14305    14300       -5     
Flag Coverage Δ
backend 69.66% <ø> (+0.01%) ⬆️
frontend 58.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@juan-fdz-hawa juan-fdz-hawa requested a review from a team as a code owner July 1, 2026 18:36
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-go (fleetctl, mysql:8.0.44) / test

Failed stage: Run Go Tests [❌]

Failed test name: TestGitOpsFullGlobal/useDeprecatedKeys=false

Failure summary:

The action failed because Go integration tests for fleetctl errored while applying GitOps custom
settings.
- Failing tests: TestGitOpsFullGlobal/useDeprecatedKeys=false and
TestGitOpsFullGlobal/useDeprecatedKeys=true (reported from
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244 with assertion at
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20).
- Root cause: the
test attempted POST /api/latest/fleet/mdm/profiles/batch and the API returned 422 Validation Failed
with message cannot set custom settings: Windows MDM isn't turned on, causing the GitOps apply step
to fail.
- The subsequent make .run-go-tests step exited non-zero (Makefile:302), which failed the
job (make test-go Makefile:417, process exit code 2).

Relevant error logs:
1:  Runner name: 'ubuntu-8core-1000965204'
2:  Runner group name: 'default larger runners'
...

1853:  �[36;1mattempt=1�[0m
1854:  �[36;1m�[0m
1855:  �[36;1mwhile [ $attempt -le $max_attempts ]; do�[0m
1856:  �[36;1m  echo "Attempt $attempt of $max_attempts"�[0m
1857:  �[36;1m�[0m
1858:  �[36;1m  # Try to connect to MySQL�[0m
1859:  �[36;1m  if wait_for_mysql "mysql_test"; then�[0m
1860:  �[36;1m    # If MySQL is ready, try to connect to MySQL replica�[0m
1861:  �[36;1m    if wait_for_mysql "mysql_replica_test"; then�[0m
1862:  �[36;1m      # Both are ready, we're done�[0m
1863:  �[36;1m      echo "All MySQL connections successful"�[0m
1864:  �[36;1m      exit 0�[0m
1865:  �[36;1m    fi�[0m
1866:  �[36;1m  fi�[0m
1867:  �[36;1m�[0m
1868:  �[36;1m  # If we get here, at least one connection failed�[0m
1869:  �[36;1m  echo "Failed to connect to MySQL on attempt $attempt"�[0m
1870:  �[36;1m�[0m
1871:  �[36;1m  if [ $attempt -lt $max_attempts ]; then�[0m
1872:  �[36;1m    echo "Restarting containers and trying again..."�[0m
1873:  �[36;1m    restart_containers�[0m
1874:  �[36;1m  else�[0m
1875:  �[36;1m    echo "Maximum attempts reached. Failing the job."�[0m
1876:  �[36;1m    exit 1�[0m
...

2026:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2027:  GOTOOLCHAIN: local
2028:  FLEET_PREVIEW_TAG: dev
2029:  ##[endgroup]
2030:  make .run-go-tests PKG_TO_TEST="./cmd/fleetctl/..."
2031:  make[1]: Entering directory '/home/runner/work/fleet/fleet'
2032:  Running Go tests with gotestsum:
2033:  gotestsum --format=testdox --jsonfile=/tmp/test-output.json -- -tags full,fts5,netgo -run=  -v -race=false -timeout=20m  -parallel 8 -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/fleetdm/fleet/v4/... ././cmd/fleetctl/... 
2034:  github.com/fleetdm/fleet/v4/cmd/fleetctl:
2035:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/testing_utils:
2036:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/goquerycmd:
2037:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/fleetctltest:
2038:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest:
2039:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/preview:
2040:  �[32m✓�[0m Integrations preview (46.72s)
2041:  �[32m✓�[0m Preview fails on invalid license key (0.00s)
2042:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/package:
...

2153:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days not a number (0.48s)
2154:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days out of range (0.52s)
2155:  �[32m✓�[0m Apply specs deprecated keys config with FIM values for agent options (#869 9) (0.52s)
2156:  �[32m✓�[0m Apply specs deprecated keys config with blank required org name (0.40s)
2157:  �[32m✓�[0m Apply specs deprecated keys config with blank required server url (0.60s)
2158:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options command-line flags (0.46s)
2159:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type in dry-run (0.46s)
2160:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type with force (0.52s)
2161:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options in dry-run (0.43s)
2162:  �[32m✓�[0m Apply specs deprecated keys config with invalid key type (0.39s)
2163:  �[32m✓�[0m Apply specs deprecated keys config with invalid value for agent options command-line flags (0.45s)
2164:  �[32m✓�[0m Apply specs deprecated keys config with unknown key (0.44s)
2165:  �[32m✓�[0m Apply specs deprecated keys config with valid agent options command-line flags (0.52s)
2166:  �[32m✓�[0m Apply specs deprecated keys dry-run set with unsupported spec (0.41s)
2167:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, appconfig warning for legacy (0.55s)
2168:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, no errors (0.60s)
2169:  �[32m✓�[0m Apply specs deprecated keys empty config (0.60s)
...

2172:  �[32m✓�[0m Apply specs deprecated keys invalid agent options dry-run (0.44s)
2173:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type (0.44s)
2174:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type in overrides (0.48s)
2175:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for existing team (0.48s)
2176:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for new team (0.53s)
2177:  �[32m✓�[0m Apply specs deprecated keys invalid agent options force (0.43s)
2178:  �[32m✓�[0m Apply specs deprecated keys invalid known key's value type for team cannot be forced (0.47s)
2179:  �[32m✓�[0m Apply specs deprecated keys invalid team agent options command-line flag (0.41s)
2180:  �[32m✓�[0m Apply specs deprecated keys invalid top-level key for team (0.52s)
2181:  �[32m✓�[0m Apply specs deprecated keys macos updates deadline set but minimum version empty (0.36s)
2182:  �[32m✓�[0m Apply specs deprecated keys macos updates minimum version set but deadline empty (0.67s)
2183:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with incomplete date (0.41s)
2184:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with invalid date (0.51s)
2185:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with timestamp (0.56s)
2186:  �[32m✓�[0m Apply specs deprecated keys macos updates.minimum version with build version (0.69s)
2187:  �[32m✓�[0m Apply specs deprecated keys missing required failing policies destination url (0.52s)
2188:  �[32m✓�[0m Apply specs deprecated keys missing required host status days count (0.56s)
...

2196:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption true (0.49s)
2197:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption with invalid value type (0.63s)
2198:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption without a value (0.48s)
2199:  �[32m✓�[0m Apply specs deprecated keys unknown key for team can be forced (0.54s)
2200:  �[32m✓�[0m Apply specs deprecated keys valid team agent options command-line flag (0.48s)
2201:  �[32m✓�[0m Apply specs deprecated keys windows updates unset valid (0.43s)
2202:  �[32m✓�[0m Apply specs deprecated keys windows updates valid (0.49s)
2203:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days but grace period empty (0.59s)
2204:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days not a number (0.53s)
2205:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days out of range (0.39s)
2206:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days but deadline empty (0.59s)
2207:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days not a number (0.41s)
2208:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days out of range (0.54s)
2209:  �[32m✓�[0m Apply specs dry-run set with unsupported spec (0.50s)
2210:  �[32m✓�[0m Apply specs dry-run set with various specs, appconfig warning for legacy (0.57s)
2211:  �[32m✓�[0m Apply specs dry-run set with various specs, no errors (0.53s)
2212:  �[32m✓�[0m Apply specs empty config (0.52s)
...

2215:  �[32m✓�[0m Apply specs invalid agent options dry-run (0.47s)
2216:  �[32m✓�[0m Apply specs invalid agent options field type (0.37s)
2217:  �[32m✓�[0m Apply specs invalid agent options field type in overrides (0.52s)
2218:  �[32m✓�[0m Apply specs invalid agent options for existing team (0.43s)
2219:  �[32m✓�[0m Apply specs invalid agent options for new team (0.45s)
2220:  �[32m✓�[0m Apply specs invalid agent options force (0.44s)
2221:  �[32m✓�[0m Apply specs invalid known key's value type for team cannot be forced (0.61s)
2222:  �[32m✓�[0m Apply specs invalid team agent options command-line flag (0.49s)
2223:  �[32m✓�[0m Apply specs invalid top-level key for team (0.51s)
2224:  �[32m✓�[0m Apply specs macos updates deadline set but minimum version empty (0.65s)
2225:  �[32m✓�[0m Apply specs macos updates minimum version set but deadline empty (0.60s)
2226:  �[32m✓�[0m Apply specs macos updates.deadline with incomplete date (0.44s)
2227:  �[32m✓�[0m Apply specs macos updates.deadline with invalid date (0.48s)
2228:  �[32m✓�[0m Apply specs macos updates.deadline with timestamp (0.51s)
2229:  �[32m✓�[0m Apply specs macos updates.minimum version with build version (0.51s)
2230:  �[32m✓�[0m Apply specs missing required failing policies destination url (0.46s)
2231:  �[32m✓�[0m Apply specs missing required host status days count (0.40s)
...

2250:  �[32m✓�[0m Apply specs windows updates.grace period days not a number (0.41s)
2251:  �[32m✓�[0m Apply specs windows updates.grace period days out of range (0.56s)
2252:  �[32m✓�[0m Apply team specs (0.54s)
2253:  �[32m✓�[0m Apply user roles (0.46s)
2254:  �[32m✓�[0m Apply user roles deprecated (0.40s)
2255:  �[32m✓�[0m Apply windows updates (0.42s)
2256:  �[32m✓�[0m Apply windows updates field omitted (0.00s)
2257:  �[32m✓�[0m Apply windows updates with null values (0.00s)
2258:  �[32m✓�[0m Apply windows updates with values (0.00s)
2259:  �[32m✓�[0m Can apply intervals in nanoseconds (0.58s)
2260:  �[32m✓�[0m Can apply intervals using durations (0.34s)
2261:  �[32m✓�[0m Clean status code err (0.00s)
2262:  �[32m✓�[0m Clean status code err bare wrapped status code err (0.00s)
2263:  �[32m✓�[0m Clean status code err nil (0.00s)
2264:  �[32m✓�[0m Clean status code err outer-wrapped status code err (0.00s)
2265:  �[32m✓�[0m Clean status code err plain error untouched (0.00s)
2266:  �[32m✓�[0m Compute label changes (0.00s)
...

2322:  �[32m✓�[0m Filename functions (0.00s)
2323:  �[32m✓�[0m Filename functions outfile name builds a file name using the name provided + current time (0.00s)
2324:  �[32m✓�[0m Filename functions outfile name with ext builds a file name using the name and extension provided + current time (0.00s)
2325:  �[32m✓�[0m FleetctlUpgradePacks empty packs (0.45s)
2326:  �[32m✓�[0m FleetctlUpgradePacks no pack (0.48s)
2327:  �[32m✓�[0m FleetctlUpgradePacks non empty (0.35s)
2328:  �[32m✓�[0m FleetctlUpgradePacks not admin (0.59s)
2329:  �[32m✓�[0m Format XML (0.00s)
2330:  �[32m✓�[0m Format XML XML with attributes (0.00s)
2331:  �[32m✓�[0m Format XML basic XML (0.00s)
2332:  �[32m✓�[0m Format XML empty XML (0.00s)
2333:  �[32m✓�[0m Format XML invalid XML (0.00s)
2334:  �[32m✓�[0m Format XML nested XML (0.00s)
2335:  �[32m✓�[0m Generate MDM apple (0.79s)
2336:  �[32m✓�[0m Generate MDM apple BM (0.42s)
2337:  �[32m✓�[0m Generate MDM apple CSR API call fails (0.38s)
2338:  �[32m✓�[0m Generate MDM apple successful run (0.41s)
2339:  �[32m✓�[0m Generate MDMVPP tokens (0.00s)
2340:  �[32m✓�[0m Generate MDMVPP tokens get VPP tokens error (0.00s)
2341:  �[32m✓�[0m Generate MDMVPP tokens multiple tokens with different teams (0.00s)
...

2359:  �[32m✓�[0m Generate org settings masked google workspace api key (0.00s)
2360:  �[32m✓�[0m Generate policies (0.00s)
2361:  �[32m✓�[0m Generate policies patch policy orphaned from fleet maintained app (0.00s)
2362:  �[32m✓�[0m Generate queries (0.00s)
2363:  �[32m✓�[0m Generate software (0.00s)
2364:  �[32m✓�[0m Generate software auto update schedule (0.00s)
2365:  �[32m✓�[0m Generate software script packages (0.00s)
2366:  �[32m✓�[0m Generate team settings (0.00s)
2367:  �[32m✓�[0m Generate team settings insecure (0.00s)
2368:  �[32m✓�[0m Generated org settings no SSO (0.00s)
2369:  �[32m✓�[0m Generated org settings okta conditional access not included (0.00s)
2370:  �[32m✓�[0m Get MDM command results (0.62s)
2371:  �[32m✓�[0m Get MDM command results command flag required (0.00s)
2372:  �[32m✓�[0m Get MDM command results command not found (0.01s)
2373:  �[32m✓�[0m Get MDM command results command results empty (0.01s)
2374:  �[32m✓�[0m Get MDM command results command results error (0.01s)
2375:  �[32m✓�[0m Get MDM command results darwin command results (0.00s)
2376:  �[32m✓�[0m Get MDM command results host specific results (0.00s)
2377:  �[32m✓�[0m Get MDM command results windows command results (0.00s)
2378:  �[32m✓�[0m Get MDM commands (0.63s)
2379:  �[32m✓�[0m Get apple BM (1.84s)
2380:  �[32m✓�[0m Get apple BM free license (0.50s)
2381:  �[32m✓�[0m Get apple BM premium license, multiple tokens (0.37s)
2382:  �[32m✓�[0m Get apple BM premium license, no token (0.42s)
2383:  �[32m✓�[0m Get apple BM premium license, single token (0.55s)
2384:  �[32m✓�[0m Get apple MDM (0.60s)
2385:  �[32m✓�[0m Get carve (0.43s)
2386:  �[32m✓�[0m Get carve with error (0.42s)
2387:  �[32m✓�[0m Get carves (0.51s)
...

2401:  �[32m✓�[0m Get hosts MDM get hosts - -mdm - -mdm-pending - (0.00s)
2402:  �[32m✓�[0m Get hosts MDM get hosts - -mdm-pending - -yaml - expected list hosts yaml.yml (0.00s)
2403:  �[32m✓�[0m Get hosts get hosts - -json - -remove-deprecated-keys (0.00s)
2404:  �[32m✓�[0m Get hosts get hosts - -json - expected list hosts json.json (0.00s)
2405:  �[32m✓�[0m Get hosts get hosts - -json test host - expected host detail response json.json (0.00s)
2406:  �[32m✓�[0m Get hosts get hosts - -yaml - expected list hosts yaml.yml (0.00s)
2407:  �[32m✓�[0m Get hosts get hosts - -yaml test host - expected host detail response yaml.yml (0.00s)
2408:  �[32m✓�[0m Get label (0.41s)
2409:  �[32m✓�[0m Get label usage include and exclude allowed (0.00s)
2410:  �[32m✓�[0m Get label usage include and exclude allowed macos (0.00s)
2411:  �[32m✓�[0m Get label usage include and exclude allowed macos# 01 (0.00s)
2412:  �[32m✓�[0m Get label usage include and exclude allowed macos# 02 (0.00s)
2413:  �[32m✓�[0m Get label usage include and exclude allowed windows (0.00s)
2414:  �[32m✓�[0m Get label usage include and exclude allowed windows# 01 (0.00s)
2415:  �[32m✓�[0m Get label usage include and exclude allowed windows# 02 (0.00s)
2416:  �[32m✓�[0m Get label usage include exclude overlap error (0.00s)
2417:  �[32m✓�[0m Get label usage include exclude overlap error macos (0.00s)
2418:  �[32m✓�[0m Get label usage include exclude overlap error macos# 01 (0.00s)
2419:  �[32m✓�[0m Get label usage include exclude overlap error macos# 02 (0.00s)
2420:  �[32m✓�[0m Get label usage include exclude overlap error windows (0.00s)
2421:  �[32m✓�[0m Get label usage include exclude overlap error windows# 01 (0.00s)
2422:  �[32m✓�[0m Get label usage include exclude overlap error windows# 02 (0.00s)
2423:  �[32m✓�[0m Get label usage multiple label keys error (0.00s)
2424:  �[32m✓�[0m Get label usage multiple label keys error macos (0.00s)
2425:  �[32m✓�[0m Get label usage multiple label keys error windows (0.00s)
2426:  �[32m✓�[0m Get label usage policy scopes (0.00s)
...

2442:  �[32m✓�[0m Get queries as observer team observer (0.01s)
2443:  �[32m✓�[0m Get query (0.61s)
2444:  �[32m✓�[0m Get query labels include all (0.47s)
2445:  �[32m✓�[0m Get reports labels include all (0.39s)
2446:  �[32m✓�[0m Get software titles (0.56s)
2447:  �[32m✓�[0m Get software versions (0.40s)
2448:  �[32m✓�[0m Get teams (0.91s)
2449:  �[32m✓�[0m Get teams YAML and apply (0.54s)
2450:  �[32m✓�[0m Get teams by name (0.49s)
2451:  �[32m✓�[0m Get teams expired license (0.43s)
2452:  �[32m✓�[0m Get teams not expired license (0.48s)
2453:  �[32m✓�[0m Get teams software from source of truth (0.41s)
2454:  �[32m✓�[0m Get user roles (0.40s)
2455:  �[32m✓�[0m Git ops ABM (6.76s)
2456:  �[32m✓�[0m Git ops ABM backwards compat (0.57s)
2457:  �[32m✓�[0m Git ops ABM both keys errors (0.60s)
2458:  �[32m✓�[0m Git ops ABM deprecated config with two tokens in the db fails (0.62s)
2459:  �[32m✓�[0m Git ops ABM new key all valid (0.74s)
2460:  �[32m✓�[0m Git ops ABM new key multiple elements (0.91s)
2461:  �[32m✓�[0m Git ops ABM no team is supported (0.55s)
2462:  �[32m✓�[0m Git ops ABM non existent org name fails (0.68s)
2463:  �[32m✓�[0m Git ops ABM not provided teams defaults to no team (0.62s)
2464:  �[32m✓�[0m Git ops ABM renamed new key all valid (0.86s)
2465:  �[32m✓�[0m Git ops ABM using an undefined team errors (0.61s)
2466:  �[32m✓�[0m Git ops EULA setting (4.87s)
...

2469:  �[32m✓�[0m Git ops EULA setting not a PDF file (0.60s)
2470:  �[32m✓�[0m Git ops EULA setting relative path to working dir to pdf file (no existing EULA uploaded) (0.43s)
2471:  �[32m✓�[0m Git ops EULA setting relative path to yaml file to pdf file (no existing EULA uploaded) (0.60s)
2472:  �[32m✓�[0m Git ops EULA setting uploading the same EULA again (0.56s)
2473:  �[32m✓�[0m Git ops EULA setting valid new pdf file (different EULA already uploaded) (0.54s)
2474:  �[32m✓�[0m Git ops EULA setting valid pdf file (no existing EULA uploaded) (0.63s)
2475:  �[32m✓�[0m Git ops MDM auth settings (0.77s)
2476:  �[32m✓�[0m Git ops SMTP settings (0.56s)
2477:  �[32m✓�[0m Git ops SSO server URL (0.54s)
2478:  �[32m✓�[0m Git ops SSO settings (0.74s)
2479:  �[32m✓�[0m Git ops android certificates add (0.55s)
2480:  �[32m✓�[0m Git ops android certificates change (0.63s)
2481:  �[32m✓�[0m Git ops android certificates delete all (0.48s)
2482:  �[32m✓�[0m Git ops android certificates delete one (0.61s)
2483:  �[32m✓�[0m Git ops app store app auto update (0.51s)
2484:  �[32m✓�[0m Git ops app store app auto update invalid auto-update window triggers error and does not call update software title auto update config (0.01s)
2485:  �[32m✓�[0m Git ops app store app auto update no auto update settings and no existing schedule does not call update software title auto update config (0.02s)
2486:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is applied for i OS VPP apps (0.02s)
2487:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is not called when no VPP apps provided (0.02s)
2488:  �[32m✓�[0m Git ops apple OS updates (0.41s)
2489:  �[32m✓�[0m Git ops apple OS updates ios updates (0.01s)
2490:  �[32m✓�[0m Git ops apple OS updates ios updates os updated when existing OS update declaration (0.01s)
2491:  �[32m✓�[0m Git ops apple OS updates ipados updates (0.01s)
2492:  �[32m✓�[0m Git ops apple OS updates ipados updates os updated when existing OS update declaration (0.01s)
2493:  �[32m✓�[0m Git ops apple OS updates macos updates (0.01s)
2494:  �[32m✓�[0m Git ops apple OS updates macos updates os updated when existing OS update declaration (0.01s)
2495:  �[32m✓�[0m Git ops basic global and no team (0.63s)
2496:  �[32m✓�[0m Git ops basic global and no team basic global and no-team.yml (0.05s)
2497:  �[32m✓�[0m Git ops basic global and no team both global and no-team.yml define controls -- should fail (0.01s)
2498:  �[32m✓�[0m Git ops basic global and no team controls only defined in no-team.yml (0.05s)
2499:  �[32m✓�[0m Git ops basic global and no team global DOES NOT define controls -- should fail (0.01s)
2500:  �[32m✓�[0m Git ops basic global and no team global and no-team.yml DO NOT define controls -- should fail (0.01s)
2501:  �[32m✓�[0m Git ops basic global and no team global defines software -- should fail (0.01s)
2502:  �[32m✓�[0m Git ops basic global and no team no-team provided without global -- should fail (0.01s)
2503:  �[32m✓�[0m Git ops basic global and no team no-team.yml defines policy with calendar events enabled -- should fail (0.01s)
2504:  �[32m✓�[0m Git ops basic global and no team unassigned provided without global -- should fail (0.01s)
2505:  �[32m✓�[0m Git ops basic global and team (0.67s)
...

2511:  �[32m✓�[0m Git ops custom settings global macos windows custom settings valid.yml (0.50s)
2512:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix 2 .yml (0.56s)
2513:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix.yml (0.47s)
2514:  �[32m✓�[0m Git ops custom settings global windows custom settings unknown label.yml (0.78s)
2515:  �[32m✓�[0m Git ops custom settings team macos custom settings valid deprecated.yml (0.51s)
2516:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix 2 .yml (0.47s)
2517:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix.yml (0.49s)
2518:  �[32m✓�[0m Git ops custom settings team macos windows custom settings unknown label.yml (0.53s)
2519:  �[32m✓�[0m Git ops custom settings team macos windows custom settings valid.yml (0.53s)
2520:  �[32m✓�[0m Git ops dry run rejects invalid label platform (0.39s)
2521:  �[32m✓�[0m Git ops exception enforcement (0.52s)
2522:  �[32m✓�[0m Git ops exception enforcement free tier (0.42s)
2523:  �[32m✓�[0m Git ops exceptions preserve omitted keys (0.71s)
2524:  �[32m✓�[0m Git ops features (0.60s)
2525:  �[32m✓�[0m Git ops filename validation (0.00s)
2526:  �[32m✓�[0m Git ops fleet failing policies webhook policy IDs (0.65s)
2527:  �[32m✓�[0m Git ops fleet webhooks and tickets enabled (0.62s)
...

2684:  �[32m✓�[0m New basic file structure has expected files (0.00s)
2685:  �[32m✓�[0m New basic file structure replaces and escapes org name template var (0.00s)
2686:  �[32m✓�[0m New basic file structure strips .template. from output filenames (0.00s)
2687:  �[32m✓�[0m New dir flag (0.01s)
2688:  �[32m✓�[0m New existing dir with force (0.01s)
2689:  �[32m✓�[0m New existing dir without force (0.00s)
2690:  �[32m✓�[0m New org name YAML quoting (0.01s)
2691:  �[32m✓�[0m New org name validation (0.01s)
2692:  �[32m✓�[0m New org name validation at max length (0.01s)
2693:  �[32m✓�[0m New org name validation control characters stripped (0.01s)
2694:  �[32m✓�[0m New org name validation only control characters (0.00s)
2695:  �[32m✓�[0m New org name validation only whitespace (0.00s)
2696:  �[32m✓�[0m New org name validation too long (0.00s)
2697:  �[32m✓�[0m New output messages (0.01s)
2698:  �[32m✓�[0m New template stripping (0.01s)
2699:  �[32m✓�[0m Print auth error (0.49s)
2700:  �[32m✓�[0m Print auth error SSO disabled shows default login message (0.00s)
2701:  �[32m✓�[0m Print auth error SSO enabled shows SSO instructions (0.00s)
2702:  �[32m✓�[0m Render template (0.00s)
...

2722:  �[32m✓�[0m Run api command get scripts full path missing (0.00s)
2723:  �[32m✓�[0m Run api command get scripts team (0.00s)
2724:  �[32m✓�[0m Run api command get scripts team no cache (0.00s)
2725:  �[32m✓�[0m Run api command get typo (0.00s)
2726:  �[32m✓�[0m Run api command upload script (0.00s)
2727:  �[32m✓�[0m Run script command (0.61s)
2728:  �[32m✓�[0m Run script command disabled scripts globally (0.00s)
2729:  �[32m✓�[0m Run script command host not found (0.01s)
2730:  �[32m✓�[0m Run script command invalid file type (0.00s)
2731:  �[32m✓�[0m Run script command invalid hashbang (0.00s)
2732:  �[32m✓�[0m Run script command invalid utf 8 (0.00s)
2733:  �[32m✓�[0m Run script command missing one of script-path and script-nqme (0.00s)
2734:  �[32m✓�[0m Run script command output truncated (0.01s)
2735:  �[32m✓�[0m Run script command posix shell hashbang (0.01s)
2736:  �[32m✓�[0m Run script command script empty (0.00s)
2737:  �[32m✓�[0m Run script command script failed (0.01s)
2738:  �[32m✓�[0m Run script command script killed (0.01s)
...

2793:  �[32m✓�[0m Validate git ops group EUA global-only run degrades id p but the team's in-run file disables EU A: accepted (0.00s)
2794:  �[32m✓�[0m Validate git ops group EUA global-only run degrades id p while a stored team keeps EUA on: rejected (#4337 1) (0.00s)
2795:  �[32m✓�[0m Validate git ops group EUA no EUA enabled anywhere is accepted (0.00s)
2796:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds complete id P: accepted (0.00s)
2797:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds id p missing entity id: rejected (0.00s)
2798:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file omits id P, stored has id P: rejected (overwrite clears) (0.00s)
2799:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has id P, no global file: accepted (0.00s)
2800:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has no id P, no global file: rejected (0.00s)
2801:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/gitops:
2802:  �[32m✓�[0m Git ops VPP (5.22s)
2803:  �[32m✓�[0m Git ops VPP all fleets is supported (0.67s)
2804:  �[32m✓�[0m Git ops VPP all teams is supported (0.58s)
2805:  �[32m✓�[0m Git ops VPP new key all valid (0.70s)
2806:  �[32m✓�[0m Git ops VPP new key multiple elements (0.72s)
2807:  �[32m✓�[0m Git ops VPP no team is supported (0.64s)
2808:  �[32m✓�[0m Git ops VPP non existent location fails (0.71s)
2809:  �[32m✓�[0m Git ops VPP not provided teams defaults to no team (0.60s)
2810:  �[32m✓�[0m Git ops VPP using an undefined team errors (0.58s)
2811:  �[32m✓�[0m Git ops existing team VPP apps with missing team (0.59s)
...

2904:  �[32m✓�[0m Git ops team software installers team software installer with display name.yml (1.61s)
2905:  �[32m✓�[0m Integrations enterprise gitops (317.57s)
2906:  �[32m✓�[0m Integrations enterprise gitops test CA integrations (3.92s)
2907:  �[32m✓�[0m Integrations enterprise gitops test FMA labels include all (7.04s)
2908:  �[32m✓�[0m Integrations enterprise gitops test IPA software installers (10.47s)
2909:  �[32m✓�[0m Integrations enterprise gitops test JSON configuration profile escaping (1.29s)
2910:  �[32m✓�[0m Integrations enterprise gitops test add manual labels (1.50s)
2911:  �[32m✓�[0m Integrations enterprise gitops test configuration profile escaping (1.36s)
2912:  �[32m✓�[0m Integrations enterprise gitops test delete CA with certificate templates (5.89s)
2913:  �[32m✓�[0m Integrations enterprise gitops test delete mac OS setup (5.07s)
2914:  �[32m✓�[0m Integrations enterprise gitops test deleting no team YAML (2.67s)
2915:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience (123.72s)
2916:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience all VPP with setup experience (1.24s)
2917:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team VPP (1.14s)
2918:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team installers (60.51s)
2919:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience packages fail (60.66s)
2920:  �[32m✓�[0m Integrations enterprise gitops test dry run mac OS setup script with manual agent install conflict (0.42s)
...

2950:  �[32m✓�[0m Integrations enterprise gitops test omitted top level keys global (2.46s)
2951:  �[32m✓�[0m Integrations enterprise gitops test remove custom settings from default YAML (2.56s)
2952:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps (3.79s)
2953:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps all teams (2.38s)
2954:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps no team (1.23s)
2955:  �[32m✓�[0m Integrations enterprise gitops test unset configuration profile labels (4.90s)
2956:  �[32m✓�[0m Integrations enterprise gitops test unset software installer labels (12.35s)
2957:  �[32m✓�[0m Integrations enterprise starter library (4.92s)
2958:  �[32m✓�[0m Integrations enterprise starter library test apply starter library premium (3.52s)
2959:  �[32m✓�[0m Integrations gitops (2.09s)
2960:  �[32m✓�[0m Integrations gitops test fleet gitops (0.35s)
2961:  �[32m✓�[0m Integrations gitops test fleet gitops DDM fleet vars requires premium (0.12s)
2962:  �[32m✓�[0m Integrations gitops test fleet gitops with fleet secrets (0.23s)
2963:  �[32m✓�[0m Integrations starter library (1.57s)
2964:  �[32m✓�[0m Integrations starter library test apply starter library free (0.18s)
2965:  === �[31mFailed�[0m
2966:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2967:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=146.566µs uuid=56086de6-f912-448a-b6e8-89dd5ee7d662 err="not found"
2968:  [-] would've deleted report Query to delete
2969:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=132.094µs uuid=cbf2bdb8-a862-4037-a343-579e032bdbc8 err="not found"
2970:  testing_utils_test.go:20: 
2971:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2972:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2973:  Error:      	Received unexpected error:
2974:  applying custom settings: POST /api/latest/fleet/mdm/profiles/batch received status 422 Validation Failed: cannot set custom settings: Windows MDM isn't turned on. For more information about setting up MDM, please visit https://fleetdm.com/learn-more-about/windows-mdm (API time: 1ms)
2975:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=false
2976:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2977:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2978:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=123.332µs uuid=8adb9c12-a1b9-40ba-a749-9cc82222d23f err="not found"
2979:  [-] would've deleted report Query to delete
2980:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=162.189µs uuid=f8df1c3b-277d-49a1-ab62-8f3d73bb0c6b err="not found"
2981:  testing_utils_test.go:20: 
2982:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2983:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2984:  Error:      	Received unexpected error:
2985:  applying custom settings: POST /api/latest/fleet/mdm/profiles/batch received status 422 Validation Failed: cannot set custom settings: Windows MDM isn't turned on. For more information about setting up MDM, please visit https://fleetdm.com/learn-more-about/windows-mdm (API time: 1ms)
2986:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=true
2987:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2988:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal (0.50s)
2989:  DONE 921 tests, 3 failures in 651.181s
2990:  make[1]: *** [Makefile:302: .run-go-tests] Error 1
2991:  make[1]: Leaving directory '/home/runner/work/fleet/fleet'
2992:  make: *** [Makefile:417: test-go] Error 2
2993:  ##[error]Process completed with exit code 2.
2994:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2995:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2996:  with:
2997:  name: fleetctl-mysql8.0.44-coverage
2998:  path: ./coverage.txt
2999:  if-no-files-found: error
3000:  compression-level: 6
...

3003:  RACE_ENABLED: false
3004:  GO_TEST_TIMEOUT: 20m
3005:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3006:  RUN_TESTS_ARG: 
3007:  CI_TEST_PKG: fleetctl
3008:  NEED_DOCKER: 1
3009:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3010:  GOTOOLCHAIN: local
3011:  ##[endgroup]
3012:  (node:44685) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3013:  (Use `node --trace-deprecation ...` to show where the warning was created)
3014:  With the provided path, there will be 1 file uploaded
3015:  Artifact name is valid!
3016:  Root directory input is valid!
3017:  Beginning upload of artifact content to blob storage
3018:  (node:44685) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
3019:  Uploaded bytes 2308616
3020:  Finished uploading artifact content to blob storage!
3021:  SHA256 hash of uploaded artifact zip is ca5bcbfe6a2009c07b2d170d8244456af61f87f75e36cd898247b0686c38d64d
3022:  Finalizing artifact upload
3023:  Artifact fleetctl-mysql8.0.44-coverage.zip successfully finalized. Artifact ID 8019634958
3024:  Artifact fleetctl-mysql8.0.44-coverage has been successfully uploaded! Final size is 2308616 bytes. Artifact ID is 8019634958
3025:  Artifact download URL: https://github.com/fleetdm/fleet/actions/runs/28539563971/artifacts/8019634958
3026:  ##[group]Run c1grep() { grep "$@" || test $? = 1; }
3027:  �[36;1mc1grep() { grep "$@" || test $? = 1; }�[0m
3028:  �[36;1mc1grep -oP 'FAIL: .*$' /tmp/gotest.log > /tmp/summary.txt�[0m
3029:  �[36;1mc1grep 'test timed out after' /tmp/gotest.log >> /tmp/summary.txt�[0m
3030:  �[36;1mc1grep 'fatal error:' /tmp/gotest.log >> /tmp/summary.txt�[0m
3031:  �[36;1mc1grep -A 10 'panic: runtime error: ' /tmp/gotest.log >> /tmp/summary.txt�[0m
3032:  �[36;1mc1grep ' FAIL\t' /tmp/gotest.log >> /tmp/summary.txt�[0m
3033:  �[36;1mGO_FAIL_SUMMARY=$(head -n 5 /tmp/summary.txt | sed ':a;N;$!ba;s/\n/\\n/g')�[0m
3034:  �[36;1mecho "GO_FAIL_SUMMARY=$GO_FAIL_SUMMARY"�[0m
3035:  �[36;1mif [[ -z "$GO_FAIL_SUMMARY" ]]; then�[0m
3036:  �[36;1m  GO_FAIL_SUMMARY="unknown, please check the build URL"�[0m
3037:  �[36;1mfi�[0m
3038:  �[36;1mGO_FAIL_SUMMARY=$GO_FAIL_SUMMARY envsubst < .github/workflows/config/slack_payload_template.json > ./payload.json�[0m
3039:  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
3040:  env:
3041:  RACE_ENABLED: false
3042:  GO_TEST_TIMEOUT: 20m
3043:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3044:  RUN_TESTS_ARG: 
3045:  CI_TEST_PKG: fleetctl
3046:  NEED_DOCKER: 1
3047:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3048:  GOTOOLCHAIN: local
3049:  ##[endgroup]
3050:  GO_FAIL_SUMMARY=FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)\nFAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
3051:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
3052:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
3053:  with:
3054:  name: fleetctl-mysql8.0.44-test-log
3055:  path: /tmp/gotest.log
3056:  if-no-files-found: error
3057:  compression-level: 6
...

3060:  RACE_ENABLED: false
3061:  GO_TEST_TIMEOUT: 20m
3062:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3063:  RUN_TESTS_ARG: 
3064:  CI_TEST_PKG: fleetctl
3065:  NEED_DOCKER: 1
3066:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3067:  GOTOOLCHAIN: local
3068:  ##[endgroup]
3069:  (node:44707) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3070:  (Use `node --trace-deprecation ...` to show where the warning was created)
3071:  With the provided path, there will be 1 file uploaded
3072:  Artifact name is valid!
3073:  Root directory input is valid!
3074:  Beginning upload of artifact content to blob storage
3075:  (node:44707) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
3076:  Uploaded bytes 10983
...

3092:  RACE_ENABLED: false
3093:  GO_TEST_TIMEOUT: 20m
3094:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3095:  RUN_TESTS_ARG: 
3096:  CI_TEST_PKG: fleetctl
3097:  NEED_DOCKER: 1
3098:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3099:  GOTOOLCHAIN: local
3100:  ##[endgroup]
3101:  (node:44719) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3102:  (Use `node --trace-deprecation ...` to show where the warning was created)
3103:  With the provided path, there will be 1 file uploaded
3104:  Artifact name is valid!
3105:  Root directory input is valid!
3106:  Beginning upload of artifact content to blob storage
3107:  (node:44719) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
3108:  Uploaded bytes 205
...

3124:  RACE_ENABLED: false
3125:  GO_TEST_TIMEOUT: 20m
3126:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3127:  RUN_TESTS_ARG: 
3128:  CI_TEST_PKG: fleetctl
3129:  NEED_DOCKER: 1
3130:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3131:  GOTOOLCHAIN: local
3132:  ##[endgroup]
3133:  (node:44731) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3134:  (Use `node --trace-deprecation ...` to show where the warning was created)
3135:  With the provided path, there will be 1 file uploaded
3136:  Artifact name is valid!
3137:  Root directory input is valid!
3138:  Beginning upload of artifact content to blob storage
3139:  (node:44731) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
3140:  Uploaded bytes 104864
...

3173:  RACE_ENABLED: false
3174:  GO_TEST_TIMEOUT: 20m
3175:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
3176:  RUN_TESTS_ARG: 
3177:  CI_TEST_PKG: fleetctl
3178:  NEED_DOCKER: 1
3179:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
3180:  GOTOOLCHAIN: local
3181:  ##[endgroup]
3182:  (node:44744) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3183:  (Use `node --trace-deprecation ...` to show where the warning was created)
3184:  With the provided path, there will be 1 file uploaded
3185:  Artifact name is valid!
3186:  Root directory input is valid!
3187:  Beginning upload of artifact content to blob storage
3188:  (node:44744) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
3189:  Uploaded bytes 133

@juan-fdz-hawa juan-fdz-hawa merged commit 4afd598 into main Jul 2, 2026
44 of 46 checks passed
@juan-fdz-hawa juan-fdz-hawa deleted the 38670-software-install-wrong-status branch July 2, 2026 14:00
juan-fdz-hawa added a commit that referenced this pull request Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants