Skip to content

Android OS versions: capture security patch level#48600

Draft
mostlikelee wants to merge 1 commit into
mainfrom
android-os-version-security-patch-level
Draft

Android OS versions: capture security patch level#48600
mostlikelee wants to merge 1 commit into
mainfrom
android-os-version-security-patch-level

Conversation

@mostlikelee

@mostlikelee mostlikelee commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Related issue: Resolves #47334

Captures SoftwareInfo.securityPatchLevel from the Android Management API and folds it into the host's OS version, so Android reads as "Android 16 (2026-05-01)" and the operating_systems row is "16 (2026-05-01)". This produces distinct OS-version rows keyed by patch level — the vulnerability-relevant granularity for Android. Devices that don't report a patch level fall back to the bare major version.

Checklist for submitter

  • Changes file added for user-visible changes in changes/.

Testing

  • Added/updated automated tests
  • Where appropriate, automated tests simulate multiple hosts and test for host isolation
  • QA'd all new/changed functionality manually

Fold SoftwareInfo.SecurityPatchLevel into the Android OS version so hosts
report as "Android 16 (2026-05-01)" and get distinct operating_systems
rows per patch level. Falls back to the bare major version when no patch
level is reported.

Resolves #47334
@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

Failure summary:

The action failed because Go tests for ./cmd/fleetctl/... failed in TestGitOpsFullGlobal:
-
TestGitOpsFullGlobal/useDeprecatedKeys=false failed at
cmd/fleetctl/fleetctl/testing_utils_test.go:20 (called from
cmd/fleetctl/fleetctl/gitops_test.go:2244) with an unexpected API error.
-
TestGitOpsFullGlobal/useDeprecatedKeys=true failed at cmd/fleetctl/fleetctl/testing_utils_test.go:20
(called from cmd/fleetctl/fleetctl/gitops_test.go:2244) with the same unexpected API error.
The
underlying error was a 422 response when applying custom settings:
POST
/api/latest/fleet/mdm/profiles/batch returned 422 Validation Failed with message cannot set custom
settings: Windows MDM isn't turned on.
This caused make .run-go-tests to exit non-zero
(Makefile:302), which then caused make test-go to fail (Makefile:417) and the job to exit with code
2.

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

1275:  �[36;1mattempt=1�[0m
1276:  �[36;1m�[0m
1277:  �[36;1mwhile [ $attempt -le $max_attempts ]; do�[0m
1278:  �[36;1m  echo "Attempt $attempt of $max_attempts"�[0m
1279:  �[36;1m�[0m
1280:  �[36;1m  # Try to connect to MySQL�[0m
1281:  �[36;1m  if wait_for_mysql "mysql_test"; then�[0m
1282:  �[36;1m    # If MySQL is ready, try to connect to MySQL replica�[0m
1283:  �[36;1m    if wait_for_mysql "mysql_replica_test"; then�[0m
1284:  �[36;1m      # Both are ready, we're done�[0m
1285:  �[36;1m      echo "All MySQL connections successful"�[0m
1286:  �[36;1m      exit 0�[0m
1287:  �[36;1m    fi�[0m
1288:  �[36;1m  fi�[0m
1289:  �[36;1m�[0m
1290:  �[36;1m  # If we get here, at least one connection failed�[0m
1291:  �[36;1m  echo "Failed to connect to MySQL on attempt $attempt"�[0m
1292:  �[36;1m�[0m
1293:  �[36;1m  if [ $attempt -lt $max_attempts ]; then�[0m
1294:  �[36;1m    echo "Restarting containers and trying again..."�[0m
1295:  �[36;1m    restart_containers�[0m
1296:  �[36;1m  else�[0m
1297:  �[36;1m    echo "Maximum attempts reached. Failing the job."�[0m
1298:  �[36;1m    exit 1�[0m
...

1454:  make .run-go-tests PKG_TO_TEST="./cmd/fleetctl/..."
1455:  make[1]: Entering directory '/home/runner/work/fleet/fleet'
1456:  Running Go tests with gotestsum:
1457:  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/... 
1458:  github.com/fleetdm/fleet/v4/cmd/fleetctl:
1459:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/testing_utils:
1460:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/fleetctltest:
1461:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/goquerycmd:
1462:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest:
1463:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/package:
1464:  �[32m✓�[0m Package (3.32s)
1465:  �[32m✓�[0m Package - -use-sytem-configuration can't be used on installers that aren't pkg (0.00s)
1466:  �[32m✓�[0m Package deb (1.72s)
1467:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/preview:
1468:  �[32m✓�[0m Integrations preview (51.94s)
1469:  �[32m✓�[0m Preview fails on invalid license key (0.00s)
1470:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/vuln:
...

1577:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days not a number (0.39s)
1578:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days out of range (0.44s)
1579:  �[32m✓�[0m Apply specs deprecated keys config with FIM values for agent options (#869 9) (0.46s)
1580:  �[32m✓�[0m Apply specs deprecated keys config with blank required org name (0.58s)
1581:  �[32m✓�[0m Apply specs deprecated keys config with blank required server url (0.39s)
1582:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options command-line flags (0.37s)
1583:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type in dry-run (0.35s)
1584:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type with force (0.51s)
1585:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options in dry-run (0.42s)
1586:  �[32m✓�[0m Apply specs deprecated keys config with invalid key type (0.42s)
1587:  �[32m✓�[0m Apply specs deprecated keys config with invalid value for agent options command-line flags (0.48s)
1588:  �[32m✓�[0m Apply specs deprecated keys config with unknown key (0.40s)
1589:  �[32m✓�[0m Apply specs deprecated keys config with valid agent options command-line flags (0.41s)
1590:  �[32m✓�[0m Apply specs deprecated keys dry-run set with unsupported spec (0.38s)
1591:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, appconfig warning for legacy (0.48s)
1592:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, no errors (0.36s)
1593:  �[32m✓�[0m Apply specs deprecated keys empty config (0.48s)
...

1596:  �[32m✓�[0m Apply specs deprecated keys invalid agent options dry-run (0.44s)
1597:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type (0.46s)
1598:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type in overrides (0.73s)
1599:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for existing team (0.47s)
1600:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for new team (0.40s)
1601:  �[32m✓�[0m Apply specs deprecated keys invalid agent options force (0.51s)
1602:  �[32m✓�[0m Apply specs deprecated keys invalid known key's value type for team cannot be forced (0.53s)
1603:  �[32m✓�[0m Apply specs deprecated keys invalid team agent options command-line flag (0.41s)
1604:  �[32m✓�[0m Apply specs deprecated keys invalid top-level key for team (0.55s)
1605:  �[32m✓�[0m Apply specs deprecated keys macos updates deadline set but minimum version empty (0.33s)
1606:  �[32m✓�[0m Apply specs deprecated keys macos updates minimum version set but deadline empty (0.38s)
1607:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with incomplete date (0.41s)
1608:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with invalid date (0.44s)
1609:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with timestamp (0.50s)
1610:  �[32m✓�[0m Apply specs deprecated keys macos updates.minimum version with build version (0.41s)
1611:  �[32m✓�[0m Apply specs deprecated keys missing required failing policies destination url (0.46s)
1612:  �[32m✓�[0m Apply specs deprecated keys missing required host status days count (0.38s)
...

1620:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption true (0.50s)
1621:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption with invalid value type (0.55s)
1622:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption without a value (0.46s)
1623:  �[32m✓�[0m Apply specs deprecated keys unknown key for team can be forced (0.51s)
1624:  �[32m✓�[0m Apply specs deprecated keys valid team agent options command-line flag (0.49s)
1625:  �[32m✓�[0m Apply specs deprecated keys windows updates unset valid (0.48s)
1626:  �[32m✓�[0m Apply specs deprecated keys windows updates valid (0.42s)
1627:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days but grace period empty (0.40s)
1628:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days not a number (0.43s)
1629:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days out of range (0.53s)
1630:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days but deadline empty (0.37s)
1631:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days not a number (0.52s)
1632:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days out of range (0.42s)
1633:  �[32m✓�[0m Apply specs dry-run set with unsupported spec (0.45s)
1634:  �[32m✓�[0m Apply specs dry-run set with various specs, appconfig warning for legacy (0.45s)
1635:  �[32m✓�[0m Apply specs dry-run set with various specs, no errors (0.43s)
1636:  �[32m✓�[0m Apply specs empty config (0.37s)
...

1639:  �[32m✓�[0m Apply specs invalid agent options dry-run (0.42s)
1640:  �[32m✓�[0m Apply specs invalid agent options field type (0.41s)
1641:  �[32m✓�[0m Apply specs invalid agent options field type in overrides (0.43s)
1642:  �[32m✓�[0m Apply specs invalid agent options for existing team (0.35s)
1643:  �[32m✓�[0m Apply specs invalid agent options for new team (0.38s)
1644:  �[32m✓�[0m Apply specs invalid agent options force (0.50s)
1645:  �[32m✓�[0m Apply specs invalid known key's value type for team cannot be forced (0.45s)
1646:  �[32m✓�[0m Apply specs invalid team agent options command-line flag (0.55s)
1647:  �[32m✓�[0m Apply specs invalid top-level key for team (0.38s)
1648:  �[32m✓�[0m Apply specs macos updates deadline set but minimum version empty (0.49s)
1649:  �[32m✓�[0m Apply specs macos updates minimum version set but deadline empty (0.46s)
1650:  �[32m✓�[0m Apply specs macos updates.deadline with incomplete date (0.37s)
1651:  �[32m✓�[0m Apply specs macos updates.deadline with invalid date (0.40s)
1652:  �[32m✓�[0m Apply specs macos updates.deadline with timestamp (0.44s)
1653:  �[32m✓�[0m Apply specs macos updates.minimum version with build version (0.47s)
1654:  �[32m✓�[0m Apply specs missing required failing policies destination url (0.40s)
1655:  �[32m✓�[0m Apply specs missing required host status days count (0.43s)
...

1674:  �[32m✓�[0m Apply specs windows updates.grace period days not a number (0.48s)
1675:  �[32m✓�[0m Apply specs windows updates.grace period days out of range (0.38s)
1676:  �[32m✓�[0m Apply team specs (0.62s)
1677:  �[32m✓�[0m Apply user roles (0.47s)
1678:  �[32m✓�[0m Apply user roles deprecated (0.41s)
1679:  �[32m✓�[0m Apply windows updates (0.44s)
1680:  �[32m✓�[0m Apply windows updates field omitted (0.00s)
1681:  �[32m✓�[0m Apply windows updates with null values (0.00s)
1682:  �[32m✓�[0m Apply windows updates with values (0.00s)
1683:  �[32m✓�[0m Can apply intervals in nanoseconds (0.39s)
1684:  �[32m✓�[0m Can apply intervals using durations (0.45s)
1685:  �[32m✓�[0m Clean status code err (0.00s)
1686:  �[32m✓�[0m Clean status code err bare wrapped status code err (0.00s)
1687:  �[32m✓�[0m Clean status code err nil (0.00s)
1688:  �[32m✓�[0m Clean status code err outer-wrapped status code err (0.00s)
1689:  �[32m✓�[0m Clean status code err plain error untouched (0.00s)
1690:  �[32m✓�[0m Compute label changes (0.00s)
...

1746:  �[32m✓�[0m Filename functions (0.00s)
1747:  �[32m✓�[0m Filename functions outfile name builds a file name using the name provided + current time (0.00s)
1748:  �[32m✓�[0m Filename functions outfile name with ext builds a file name using the name and extension provided + current time (0.00s)
1749:  �[32m✓�[0m FleetctlUpgradePacks empty packs (0.45s)
1750:  �[32m✓�[0m FleetctlUpgradePacks no pack (0.39s)
1751:  �[32m✓�[0m FleetctlUpgradePacks non empty (0.37s)
1752:  �[32m✓�[0m FleetctlUpgradePacks not admin (0.43s)
1753:  �[32m✓�[0m Format XML (0.00s)
1754:  �[32m✓�[0m Format XML XML with attributes (0.00s)
1755:  �[32m✓�[0m Format XML basic XML (0.00s)
1756:  �[32m✓�[0m Format XML empty XML (0.00s)
1757:  �[32m✓�[0m Format XML invalid XML (0.00s)
1758:  �[32m✓�[0m Format XML nested XML (0.00s)
1759:  �[32m✓�[0m Generate MDM apple (0.80s)
1760:  �[32m✓�[0m Generate MDM apple BM (0.41s)
1761:  �[32m✓�[0m Generate MDM apple CSR API call fails (0.34s)
1762:  �[32m✓�[0m Generate MDM apple successful run (0.45s)
1763:  �[32m✓�[0m Generate MDMVPP tokens (0.00s)
1764:  �[32m✓�[0m Generate MDMVPP tokens get VPP tokens error (0.00s)
1765:  �[32m✓�[0m Generate MDMVPP tokens multiple tokens with different teams (0.00s)
...

1783:  �[32m✓�[0m Generate org settings masked google workspace api key (0.00s)
1784:  �[32m✓�[0m Generate policies (0.00s)
1785:  �[32m✓�[0m Generate policies patch policy orphaned from fleet maintained app (0.00s)
1786:  �[32m✓�[0m Generate queries (0.00s)
1787:  �[32m✓�[0m Generate software (0.00s)
1788:  �[32m✓�[0m Generate software auto update schedule (0.00s)
1789:  �[32m✓�[0m Generate software script packages (0.00s)
1790:  �[32m✓�[0m Generate team settings (0.00s)
1791:  �[32m✓�[0m Generate team settings insecure (0.00s)
1792:  �[32m✓�[0m Generated org settings no SSO (0.00s)
1793:  �[32m✓�[0m Generated org settings okta conditional access not included (0.00s)
1794:  �[32m✓�[0m Get MDM command results (0.49s)
1795:  �[32m✓�[0m Get MDM command results command flag required (0.00s)
1796:  �[32m✓�[0m Get MDM command results command not found (0.01s)
1797:  �[32m✓�[0m Get MDM command results command results empty (0.01s)
1798:  �[32m✓�[0m Get MDM command results command results error (0.01s)
1799:  �[32m✓�[0m Get MDM command results darwin command results (0.00s)
1800:  �[32m✓�[0m Get MDM command results host specific results (0.00s)
1801:  �[32m✓�[0m Get MDM command results windows command results (0.00s)
1802:  �[32m✓�[0m Get MDM commands (0.40s)
1803:  �[32m✓�[0m Get apple BM (1.68s)
1804:  �[32m✓�[0m Get apple BM free license (0.49s)
1805:  �[32m✓�[0m Get apple BM premium license, multiple tokens (0.38s)
1806:  �[32m✓�[0m Get apple BM premium license, no token (0.43s)
1807:  �[32m✓�[0m Get apple BM premium license, single token (0.38s)
1808:  �[32m✓�[0m Get apple MDM (0.36s)
1809:  �[32m✓�[0m Get carve (0.38s)
1810:  �[32m✓�[0m Get carve with error (0.41s)
1811:  �[32m✓�[0m Get carves (0.39s)
...

1825:  �[32m✓�[0m Get hosts MDM get hosts - -mdm - -mdm-pending - (0.00s)
1826:  �[32m✓�[0m Get hosts MDM get hosts - -mdm-pending - -yaml - expected list hosts yaml.yml (0.01s)
1827:  �[32m✓�[0m Get hosts get hosts - -json - -remove-deprecated-keys (0.00s)
1828:  �[32m✓�[0m Get hosts get hosts - -json - expected list hosts json.json (0.00s)
1829:  �[32m✓�[0m Get hosts get hosts - -json test host - expected host detail response json.json (0.00s)
1830:  �[32m✓�[0m Get hosts get hosts - -yaml - expected list hosts yaml.yml (0.00s)
1831:  �[32m✓�[0m Get hosts get hosts - -yaml test host - expected host detail response yaml.yml (0.00s)
1832:  �[32m✓�[0m Get label (0.34s)
1833:  �[32m✓�[0m Get label usage include and exclude allowed (0.00s)
1834:  �[32m✓�[0m Get label usage include and exclude allowed macos (0.00s)
1835:  �[32m✓�[0m Get label usage include and exclude allowed macos# 01 (0.00s)
1836:  �[32m✓�[0m Get label usage include and exclude allowed macos# 02 (0.00s)
1837:  �[32m✓�[0m Get label usage include and exclude allowed windows (0.00s)
1838:  �[32m✓�[0m Get label usage include and exclude allowed windows# 01 (0.00s)
1839:  �[32m✓�[0m Get label usage include and exclude allowed windows# 02 (0.00s)
1840:  �[32m✓�[0m Get label usage include exclude overlap error (0.00s)
1841:  �[32m✓�[0m Get label usage include exclude overlap error macos (0.00s)
1842:  �[32m✓�[0m Get label usage include exclude overlap error macos# 01 (0.00s)
1843:  �[32m✓�[0m Get label usage include exclude overlap error macos# 02 (0.00s)
1844:  �[32m✓�[0m Get label usage include exclude overlap error windows (0.00s)
1845:  �[32m✓�[0m Get label usage include exclude overlap error windows# 01 (0.00s)
1846:  �[32m✓�[0m Get label usage include exclude overlap error windows# 02 (0.00s)
1847:  �[32m✓�[0m Get label usage multiple label keys error (0.00s)
1848:  �[32m✓�[0m Get label usage multiple label keys error macos (0.00s)
1849:  �[32m✓�[0m Get label usage multiple label keys error windows (0.00s)
1850:  �[32m✓�[0m Get label usage policy scopes (0.00s)
...

1866:  �[32m✓�[0m Get queries as observer team observer (0.01s)
1867:  �[32m✓�[0m Get query (0.47s)
1868:  �[32m✓�[0m Get query labels include all (0.40s)
1869:  �[32m✓�[0m Get reports labels include all (0.36s)
1870:  �[32m✓�[0m Get software titles (0.35s)
1871:  �[32m✓�[0m Get software versions (0.40s)
1872:  �[32m✓�[0m Get teams (0.85s)
1873:  �[32m✓�[0m Get teams YAML and apply (0.43s)
1874:  �[32m✓�[0m Get teams by name (0.62s)
1875:  �[32m✓�[0m Get teams expired license (0.46s)
1876:  �[32m✓�[0m Get teams not expired license (0.39s)
1877:  �[32m✓�[0m Get teams software from source of truth (0.42s)
1878:  �[32m✓�[0m Get user roles (0.38s)
1879:  �[32m✓�[0m Git ops ABM (6.20s)
1880:  �[32m✓�[0m Git ops ABM backwards compat (0.57s)
1881:  �[32m✓�[0m Git ops ABM both keys errors (0.46s)
1882:  �[32m✓�[0m Git ops ABM deprecated config with two tokens in the db fails (0.47s)
1883:  �[32m✓�[0m Git ops ABM new key all valid (0.82s)
1884:  �[32m✓�[0m Git ops ABM new key multiple elements (0.69s)
1885:  �[32m✓�[0m Git ops ABM no team is supported (0.67s)
1886:  �[32m✓�[0m Git ops ABM non existent org name fails (0.59s)
1887:  �[32m✓�[0m Git ops ABM not provided teams defaults to no team (0.70s)
1888:  �[32m✓�[0m Git ops ABM renamed new key all valid (0.60s)
1889:  �[32m✓�[0m Git ops ABM using an undefined team errors (0.63s)
1890:  �[32m✓�[0m Git ops EULA setting (4.10s)
...

1893:  �[32m✓�[0m Git ops EULA setting not a PDF file (0.51s)
1894:  �[32m✓�[0m Git ops EULA setting relative path to working dir to pdf file (no existing EULA uploaded) (0.49s)
1895:  �[32m✓�[0m Git ops EULA setting relative path to yaml file to pdf file (no existing EULA uploaded) (0.47s)
1896:  �[32m✓�[0m Git ops EULA setting uploading the same EULA again (0.52s)
1897:  �[32m✓�[0m Git ops EULA setting valid new pdf file (different EULA already uploaded) (0.57s)
1898:  �[32m✓�[0m Git ops EULA setting valid pdf file (no existing EULA uploaded) (0.47s)
1899:  �[32m✓�[0m Git ops MDM auth settings (0.55s)
1900:  �[32m✓�[0m Git ops SMTP settings (0.38s)
1901:  �[32m✓�[0m Git ops SSO server URL (0.48s)
1902:  �[32m✓�[0m Git ops SSO settings (0.48s)
1903:  �[32m✓�[0m Git ops android certificates add (0.56s)
1904:  �[32m✓�[0m Git ops android certificates change (0.51s)
1905:  �[32m✓�[0m Git ops android certificates delete all (0.45s)
1906:  �[32m✓�[0m Git ops android certificates delete one (0.55s)
1907:  �[32m✓�[0m Git ops app store app auto update (0.52s)
1908:  �[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)
1909:  �[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)
1910:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is applied for i OS VPP apps (0.02s)
1911:  �[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)
1912:  �[32m✓�[0m Git ops apple OS updates (0.47s)
1913:  �[32m✓�[0m Git ops apple OS updates ios updates (0.01s)
1914:  �[32m✓�[0m Git ops apple OS updates ios updates os updated when existing OS update declaration (0.01s)
1915:  �[32m✓�[0m Git ops apple OS updates ipados updates (0.01s)
1916:  �[32m✓�[0m Git ops apple OS updates ipados updates os updated when existing OS update declaration (0.01s)
1917:  �[32m✓�[0m Git ops apple OS updates macos updates (0.01s)
1918:  �[32m✓�[0m Git ops apple OS updates macos updates os updated when existing OS update declaration (0.01s)
1919:  �[32m✓�[0m Git ops basic global and no team (0.64s)
1920:  �[32m✓�[0m Git ops basic global and no team basic global and no-team.yml (0.05s)
1921:  �[32m✓�[0m Git ops basic global and no team both global and no-team.yml define controls -- should fail (0.01s)
1922:  �[32m✓�[0m Git ops basic global and no team controls only defined in no-team.yml (0.05s)
1923:  �[32m✓�[0m Git ops basic global and no team global DOES NOT define controls -- should fail (0.01s)
1924:  �[32m✓�[0m Git ops basic global and no team global and no-team.yml DO NOT define controls -- should fail (0.02s)
1925:  �[32m✓�[0m Git ops basic global and no team global defines software -- should fail (0.01s)
1926:  �[32m✓�[0m Git ops basic global and no team no-team provided without global -- should fail (0.01s)
1927:  �[32m✓�[0m Git ops basic global and no team no-team.yml defines policy with calendar events enabled -- should fail (0.01s)
1928:  �[32m✓�[0m Git ops basic global and no team unassigned provided without global -- should fail (0.01s)
1929:  �[32m✓�[0m Git ops basic global and team (0.65s)
...

1935:  �[32m✓�[0m Git ops custom settings global macos windows custom settings valid.yml (0.51s)
1936:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix 2 .yml (0.51s)
1937:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix.yml (0.61s)
1938:  �[32m✓�[0m Git ops custom settings global windows custom settings unknown label.yml (0.42s)
1939:  �[32m✓�[0m Git ops custom settings team macos custom settings valid deprecated.yml (0.58s)
1940:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix 2 .yml (0.43s)
1941:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix.yml (0.46s)
1942:  �[32m✓�[0m Git ops custom settings team macos windows custom settings unknown label.yml (0.45s)
1943:  �[32m✓�[0m Git ops custom settings team macos windows custom settings valid.yml (0.45s)
1944:  �[32m✓�[0m Git ops dry run rejects invalid label platform (0.48s)
1945:  �[32m✓�[0m Git ops exception enforcement (0.39s)
1946:  �[32m✓�[0m Git ops exception enforcement free tier (0.36s)
1947:  �[32m✓�[0m Git ops exceptions preserve omitted keys (0.47s)
1948:  �[32m✓�[0m Git ops features (0.49s)
1949:  �[32m✓�[0m Git ops filename validation (0.00s)
1950:  �[32m✓�[0m Git ops fleet failing policies webhook policy IDs (0.46s)
1951:  �[32m✓�[0m Git ops fleet webhooks and tickets enabled (0.48s)
...

2108:  �[32m✓�[0m New basic file structure has expected files (0.00s)
2109:  �[32m✓�[0m New basic file structure replaces and escapes org name template var (0.00s)
2110:  �[32m✓�[0m New basic file structure strips .template. from output filenames (0.00s)
2111:  �[32m✓�[0m New dir flag (0.01s)
2112:  �[32m✓�[0m New existing dir with force (0.01s)
2113:  �[32m✓�[0m New existing dir without force (0.00s)
2114:  �[32m✓�[0m New org name YAML quoting (0.01s)
2115:  �[32m✓�[0m New org name validation (0.01s)
2116:  �[32m✓�[0m New org name validation at max length (0.01s)
2117:  �[32m✓�[0m New org name validation control characters stripped (0.01s)
2118:  �[32m✓�[0m New org name validation only control characters (0.00s)
2119:  �[32m✓�[0m New org name validation only whitespace (0.00s)
2120:  �[32m✓�[0m New org name validation too long (0.00s)
2121:  �[32m✓�[0m New output messages (0.01s)
2122:  �[32m✓�[0m New template stripping (0.01s)
2123:  �[32m✓�[0m Print auth error (0.38s)
2124:  �[32m✓�[0m Print auth error SSO disabled shows default login message (0.00s)
2125:  �[32m✓�[0m Print auth error SSO enabled shows SSO instructions (0.00s)
2126:  �[32m✓�[0m Render template (0.00s)
...

2146:  �[32m✓�[0m Run api command get scripts full path missing (0.00s)
2147:  �[32m✓�[0m Run api command get scripts team (0.00s)
2148:  �[32m✓�[0m Run api command get scripts team no cache (0.00s)
2149:  �[32m✓�[0m Run api command get typo (0.00s)
2150:  �[32m✓�[0m Run api command upload script (0.00s)
2151:  �[32m✓�[0m Run script command (0.58s)
2152:  �[32m✓�[0m Run script command disabled scripts globally (0.00s)
2153:  �[32m✓�[0m Run script command host not found (0.01s)
2154:  �[32m✓�[0m Run script command invalid file type (0.00s)
2155:  �[32m✓�[0m Run script command invalid hashbang (0.01s)
2156:  �[32m✓�[0m Run script command invalid utf 8 (0.00s)
2157:  �[32m✓�[0m Run script command missing one of script-path and script-nqme (0.01s)
2158:  �[32m✓�[0m Run script command output truncated (0.01s)
2159:  �[32m✓�[0m Run script command posix shell hashbang (0.01s)
2160:  �[32m✓�[0m Run script command script empty (0.00s)
2161:  �[32m✓�[0m Run script command script failed (0.01s)
2162:  �[32m✓�[0m Run script command script killed (0.01s)
...

2217:  �[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)
2218:  �[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)
2219:  �[32m✓�[0m Validate git ops group EUA no EUA enabled anywhere is accepted (0.00s)
2220:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds complete id P: accepted (0.00s)
2221:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds id p missing entity id: rejected (0.00s)
2222:  �[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)
2223:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has id P, no global file: accepted (0.00s)
2224:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has no id P, no global file: rejected (0.00s)
2225:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/gitops:
2226:  �[32m✓�[0m Git ops VPP (5.10s)
2227:  �[32m✓�[0m Git ops VPP all fleets is supported (0.65s)
2228:  �[32m✓�[0m Git ops VPP all teams is supported (0.51s)
2229:  �[32m✓�[0m Git ops VPP new key all valid (0.74s)
2230:  �[32m✓�[0m Git ops VPP new key multiple elements (0.70s)
2231:  �[32m✓�[0m Git ops VPP no team is supported (0.80s)
2232:  �[32m✓�[0m Git ops VPP non existent location fails (0.60s)
2233:  �[32m✓�[0m Git ops VPP not provided teams defaults to no team (0.55s)
2234:  �[32m✓�[0m Git ops VPP using an undefined team errors (0.55s)
2235:  �[32m✓�[0m Git ops existing team VPP apps with missing team (0.55s)
...

2328:  �[32m✓�[0m Git ops team software installers team software installer with display name.yml (1.49s)
2329:  �[32m✓�[0m Integrations enterprise gitops (316.95s)
2330:  �[32m✓�[0m Integrations enterprise gitops test CA integrations (3.96s)
2331:  �[32m✓�[0m Integrations enterprise gitops test FMA labels include all (5.99s)
2332:  �[32m✓�[0m Integrations enterprise gitops test IPA software installers (10.47s)
2333:  �[32m✓�[0m Integrations enterprise gitops test JSON configuration profile escaping (1.28s)
2334:  �[32m✓�[0m Integrations enterprise gitops test add manual labels (1.52s)
2335:  �[32m✓�[0m Integrations enterprise gitops test configuration profile escaping (1.32s)
2336:  �[32m✓�[0m Integrations enterprise gitops test delete CA with certificate templates (5.92s)
2337:  �[32m✓�[0m Integrations enterprise gitops test delete mac OS setup (4.96s)
2338:  �[32m✓�[0m Integrations enterprise gitops test deleting no team YAML (2.63s)
2339:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience (123.74s)
2340:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience all VPP with setup experience (1.24s)
2341:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team VPP (1.14s)
2342:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team installers (60.48s)
2343:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience packages fail (60.63s)
2344:  �[32m✓�[0m Integrations enterprise gitops test dry run mac OS setup script with manual agent install conflict (0.40s)
...

2374:  �[32m✓�[0m Integrations enterprise gitops test omitted top level keys global (2.46s)
2375:  �[32m✓�[0m Integrations enterprise gitops test remove custom settings from default YAML (2.54s)
2376:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps (3.78s)
2377:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps all teams (2.39s)
2378:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps no team (1.23s)
2379:  �[32m✓�[0m Integrations enterprise gitops test unset configuration profile labels (4.88s)
2380:  �[32m✓�[0m Integrations enterprise gitops test unset software installer labels (12.33s)
2381:  �[32m✓�[0m Integrations enterprise starter library (4.88s)
2382:  �[32m✓�[0m Integrations enterprise starter library test apply starter library premium (3.51s)
2383:  �[32m✓�[0m Integrations gitops (2.30s)
2384:  �[32m✓�[0m Integrations gitops test fleet gitops (0.49s)
2385:  �[32m✓�[0m Integrations gitops test fleet gitops DDM fleet vars requires premium (0.11s)
2386:  �[32m✓�[0m Integrations gitops test fleet gitops with fleet secrets (0.22s)
2387:  �[32m✓�[0m Integrations starter library (1.54s)
2388:  �[32m✓�[0m Integrations starter library test apply starter library free (0.18s)
2389:  === �[31mFailed�[0m
2390:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2391:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=120.605µs uuid=ca741662-1d53-4911-93e2-27dbc301fea6 err="not found"
2392:  [-] would've deleted report Query to delete
2393:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=105.307µs uuid=c4c8c63e-60e4-492a-bb81-76898498c366 err="not found"
2394:  testing_utils_test.go:20: 
2395:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2396:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2397:  Error:      	Received unexpected error:
2398:  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)
2399:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=false
2400:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2401:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2402:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=125.123µs uuid=65884996-47d5-4633-9c0b-298fba0b4e67 err="not found"
2403:  [-] would've deleted report Query to delete
2404:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=112.451µs uuid=8f436c81-faf6-4df9-8cc8-b22c449b0096 err="not found"
2405:  testing_utils_test.go:20: 
2406:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2407:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2408:  Error:      	Received unexpected error:
2409:  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)
2410:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=true
2411:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2412:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal (0.45s)
2413:  DONE 921 tests, 3 failures in 646.124s
2414:  make[1]: *** [Makefile:302: .run-go-tests] Error 1
2415:  make[1]: Leaving directory '/home/runner/work/fleet/fleet'
2416:  make: *** [Makefile:417: test-go] Error 2
2417:  ##[error]Process completed with exit code 2.
2418:  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/
2419:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2420:  with:
2421:  name: fleetctl-mysql8.0.44-coverage
2422:  path: ./coverage.txt
2423:  if-no-files-found: error
2424:  compression-level: 6
...

2427:  RACE_ENABLED: false
2428:  GO_TEST_TIMEOUT: 20m
2429:  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
2430:  RUN_TESTS_ARG: 
2431:  CI_TEST_PKG: fleetctl
2432:  NEED_DOCKER: 1
2433:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2434:  GOTOOLCHAIN: local
2435:  ##[endgroup]
2436:  (node:48949) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2437:  (Use `node --trace-deprecation ...` to show where the warning was created)
2438:  With the provided path, there will be 1 file uploaded
2439:  Artifact name is valid!
2440:  Root directory input is valid!
2441:  Beginning upload of artifact content to blob storage
2442:  (node:48949) [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.
2443:  Uploaded bytes 2308896
2444:  Finished uploading artifact content to blob storage!
2445:  SHA256 hash of uploaded artifact zip is 753fed0e40b51f688121cd80703a3c7f4beaeb19ac74f659d2e1f1e21ec221b4
2446:  Finalizing artifact upload
2447:  Artifact fleetctl-mysql8.0.44-coverage.zip successfully finalized. Artifact ID 8022988386
2448:  Artifact fleetctl-mysql8.0.44-coverage has been successfully uploaded! Final size is 2308896 bytes. Artifact ID is 8022988386
2449:  Artifact download URL: https://github.com/fleetdm/fleet/actions/runs/28548103794/artifacts/8022988386
2450:  ##[group]Run c1grep() { grep "$@" || test $? = 1; }
2451:  �[36;1mc1grep() { grep "$@" || test $? = 1; }�[0m
2452:  �[36;1mc1grep -oP 'FAIL: .*$' /tmp/gotest.log > /tmp/summary.txt�[0m
2453:  �[36;1mc1grep 'test timed out after' /tmp/gotest.log >> /tmp/summary.txt�[0m
2454:  �[36;1mc1grep 'fatal error:' /tmp/gotest.log >> /tmp/summary.txt�[0m
2455:  �[36;1mc1grep -A 10 'panic: runtime error: ' /tmp/gotest.log >> /tmp/summary.txt�[0m
2456:  �[36;1mc1grep ' FAIL\t' /tmp/gotest.log >> /tmp/summary.txt�[0m
2457:  �[36;1mGO_FAIL_SUMMARY=$(head -n 5 /tmp/summary.txt | sed ':a;N;$!ba;s/\n/\\n/g')�[0m
2458:  �[36;1mecho "GO_FAIL_SUMMARY=$GO_FAIL_SUMMARY"�[0m
2459:  �[36;1mif [[ -z "$GO_FAIL_SUMMARY" ]]; then�[0m
2460:  �[36;1m  GO_FAIL_SUMMARY="unknown, please check the build URL"�[0m
2461:  �[36;1mfi�[0m
2462:  �[36;1mGO_FAIL_SUMMARY=$GO_FAIL_SUMMARY envsubst < .github/workflows/config/slack_payload_template.json > ./payload.json�[0m
2463:  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2464:  env:
2465:  RACE_ENABLED: false
2466:  GO_TEST_TIMEOUT: 20m
2467:  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
2468:  RUN_TESTS_ARG: 
2469:  CI_TEST_PKG: fleetctl
2470:  NEED_DOCKER: 1
2471:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2472:  GOTOOLCHAIN: local
2473:  ##[endgroup]
2474:  GO_FAIL_SUMMARY=FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)\nFAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2475:  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/
2476:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2477:  with:
2478:  name: fleetctl-mysql8.0.44-test-log
2479:  path: /tmp/gotest.log
2480:  if-no-files-found: error
2481:  compression-level: 6
...

2484:  RACE_ENABLED: false
2485:  GO_TEST_TIMEOUT: 20m
2486:  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
2487:  RUN_TESTS_ARG: 
2488:  CI_TEST_PKG: fleetctl
2489:  NEED_DOCKER: 1
2490:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2491:  GOTOOLCHAIN: local
2492:  ##[endgroup]
2493:  (node:48993) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2494:  (Use `node --trace-deprecation ...` to show where the warning was created)
2495:  With the provided path, there will be 1 file uploaded
2496:  Artifact name is valid!
2497:  Root directory input is valid!
2498:  Beginning upload of artifact content to blob storage
2499:  (node:48993) [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.
2500:  Uploaded bytes 10998
...

2516:  RACE_ENABLED: false
2517:  GO_TEST_TIMEOUT: 20m
2518:  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
2519:  RUN_TESTS_ARG: 
2520:  CI_TEST_PKG: fleetctl
2521:  NEED_DOCKER: 1
2522:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2523:  GOTOOLCHAIN: local
2524:  ##[endgroup]
2525:  (node:49005) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2526:  (Use `node --trace-deprecation ...` to show where the warning was created)
2527:  With the provided path, there will be 1 file uploaded
2528:  Artifact name is valid!
2529:  Root directory input is valid!
2530:  Beginning upload of artifact content to blob storage
2531:  (node:49005) [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.
2532:  Uploaded bytes 205
...

2548:  RACE_ENABLED: false
2549:  GO_TEST_TIMEOUT: 20m
2550:  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
2551:  RUN_TESTS_ARG: 
2552:  CI_TEST_PKG: fleetctl
2553:  NEED_DOCKER: 1
2554:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2555:  GOTOOLCHAIN: local
2556:  ##[endgroup]
2557:  (node:49018) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2558:  (Use `node --trace-deprecation ...` to show where the warning was created)
2559:  With the provided path, there will be 1 file uploaded
2560:  Artifact name is valid!
2561:  Root directory input is valid!
2562:  Beginning upload of artifact content to blob storage
2563:  (node:49018) [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.
2564:  Uploaded bytes 104835
...

2597:  RACE_ENABLED: false
2598:  GO_TEST_TIMEOUT: 20m
2599:  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
2600:  RUN_TESTS_ARG: 
2601:  CI_TEST_PKG: fleetctl
2602:  NEED_DOCKER: 1
2603:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2604:  GOTOOLCHAIN: local
2605:  ##[endgroup]
2606:  (node:49034) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2607:  (Use `node --trace-deprecation ...` to show where the warning was created)
2608:  With the provided path, there will be 1 file uploaded
2609:  Artifact name is valid!
2610:  Root directory input is valid!
2611:  Beginning upload of artifact content to blob storage
2612:  (node:49034) [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.
2613:  Uploaded bytes 133

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.02%. Comparing base (04db6de) to head (88466bc).
⚠️ Report is 91 commits behind head on main.

Files with missing lines Patch % Lines
server/mdm/android/service/pubsub.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #48600      +/-   ##
==========================================
+ Coverage   67.47%   68.02%   +0.54%     
==========================================
  Files        3673     3676       +3     
  Lines      232787   233642     +855     
  Branches    12402    12402              
==========================================
+ Hits       157080   158930    +1850     
+ Misses      61606    60408    -1198     
- Partials    14101    14304     +203     
Flag Coverage Δ
backend 69.65% <77.77%> (+0.64%) ⬆️

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.

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.

Android OS versions: capture security patch level and format as "16 (YYYY-MM-DD)"

1 participant