Skip to content

Add PSSO end to end integration tests#48589

Draft
JordanMontgomery wants to merge 5 commits into
JM-47173from
JM-47171
Draft

Add PSSO end to end integration tests#48589
JordanMontgomery wants to merge 5 commits into
JM-47173from
JM-47171

Conversation

@JordanMontgomery

Copy link
Copy Markdown
Member

Related issue: Resolves #47171

Added integration tests for the fleet-psso feature and added PSSO functionality to our MDM test client - idea being it is so tightly integrated into the MDM side of things on the Apple side AND we ideall want osquery-perf to be able to exercise it(coming in the next PR)

Checklist for submitter

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

  • Changes file added for user-visible changes in changes/, orbit/changes/ or ee/fleetd-chrome/changes.
    See Changes files for more information.

  • Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements), JS inline code is prevented especially for url redirects, and untrusted data interpolated into shell scripts/commands is validated against shell metacharacters.

  • Timeouts are implemented and retries are limited to avoid infinite loops

  • If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes

Testing

Bring JM-47171 (PSSO e2e integration tests) current with its base. JM-47171 had
branched from the original JM-47173, so this catch-up merge pulls in main, the
reg-token and encrypt-passwords work, and JM-47173's changes. Clean auto-merge:
the incoming side did not touch the crypto files JM-47171 refactored, so the
refactor is preserved intact.
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 65.53571% with 193 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.89%. Comparing base (7885123) to head (0340f4b).

Files with missing lines Patch % Lines
pkg/mdm/mdmtest/psso.go 60.90% 67 Missing and 62 partials ⚠️
server/mdm/apple/psso/pssocrypto/pssocrypto.go 69.03% 31 Missing and 30 partials ⚠️
ee/server/service/apple_psso.go 90.00% 0 Missing and 2 partials ⚠️
ee/server/service/apple_psso_crypto.go 92.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           JM-47173   #48589      +/-   ##
============================================
+ Coverage     67.82%   67.89%   +0.07%     
============================================
  Files          3649     3651       +2     
  Lines        233936   234285     +349     
  Branches      11787    11787              
============================================
+ Hits         158659   159065     +406     
+ Misses        60833    60659     -174     
- Partials      14444    14561     +117     
Flag Coverage Δ
backend 69.62% <65.53%> (+0.08%) ⬆️

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.

Pull in JM-47173's latest tweaks (doc string fix; the 'remove unneeded change'
in AuthenticationViewController+Shared.swift matched JM-47171's own lint fix, so
no net change there).
@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 in the fleetctl package did not pass (3 failures total), causing
make test-go to exit non-zero (make[1]: *** [Makefile:302: .run-go-tests] Error 1).
- The failing
test is cmd/fleetctl/fleetctl TestGitOpsFullGlobal (both subtests useDeprecatedKeys=false and
useDeprecatedKeys=true failed).
- Failure details (from
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244, assertion in
/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20):
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.

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

1313:  �[36;1mattempt=1�[0m
1314:  �[36;1m�[0m
1315:  �[36;1mwhile [ $attempt -le $max_attempts ]; do�[0m
1316:  �[36;1m  echo "Attempt $attempt of $max_attempts"�[0m
1317:  �[36;1m�[0m
1318:  �[36;1m  # Try to connect to MySQL�[0m
1319:  �[36;1m  if wait_for_mysql "mysql_test"; then�[0m
1320:  �[36;1m    # If MySQL is ready, try to connect to MySQL replica�[0m
1321:  �[36;1m    if wait_for_mysql "mysql_replica_test"; then�[0m
1322:  �[36;1m      # Both are ready, we're done�[0m
1323:  �[36;1m      echo "All MySQL connections successful"�[0m
1324:  �[36;1m      exit 0�[0m
1325:  �[36;1m    fi�[0m
1326:  �[36;1m  fi�[0m
1327:  �[36;1m�[0m
1328:  �[36;1m  # If we get here, at least one connection failed�[0m
1329:  �[36;1m  echo "Failed to connect to MySQL on attempt $attempt"�[0m
1330:  �[36;1m�[0m
1331:  �[36;1m  if [ $attempt -lt $max_attempts ]; then�[0m
1332:  �[36;1m    echo "Restarting containers and trying again..."�[0m
1333:  �[36;1m    restart_containers�[0m
1334:  �[36;1m  else�[0m
1335:  �[36;1m    echo "Maximum attempts reached. Failing the job."�[0m
1336:  �[36;1m    exit 1�[0m
...

1478:  go: downloading github.com/aws/aws-sdk-go-v2/service/kinesis v1.43.5
1479:  go: downloading cloud.google.com/go v0.123.0
1480:  go: downloading github.com/aws/aws-sdk-go-v2/service/lambda v1.88.5
1481:  go: downloading github.com/expr-lang/expr v1.17.7
1482:  go: downloading github.com/golang/snappy v0.0.4
1483:  go: downloading github.com/klauspost/compress v1.18.4
1484:  go: downloading github.com/nats-io/nats.go v1.49.0
1485:  go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
1486:  go: downloading github.com/aws/aws-sdk-go-v2/service/ses v1.30.4
1487:  go: downloading go.step.sm/crypto v0.77.1
1488:  go: downloading github.com/Masterminds/semver/v3 v3.3.1
1489:  go: downloading github.com/Masterminds/semver v1.5.0
1490:  go: downloading github.com/oschwald/geoip2-golang v1.8.0
1491:  go: downloading golang.org/x/image v0.42.0
1492:  go: downloading howett.net/plist v1.0.1
1493:  go: downloading github.com/hashicorp/go-multierror v1.1.1
1494:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
...

1503:  go: downloading go.opentelemetry.io/contrib/bridges/otelslog v0.15.0
1504:  go: downloading go.opentelemetry.io/otel/log v0.16.0
1505:  go: downloading github.com/andygrunwald/go-jira v1.16.0
1506:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
1507:  go: downloading github.com/mattn/go-sqlite3 v1.14.22
1508:  go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1
1509:  go: downloading github.com/gocarina/gocsv v0.0.0-20220310154401-d4df709ca055
1510:  go: downloading github.com/gorilla/websocket v1.5.1
1511:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
1512:  go: downloading go.elastic.co/apm/module/apmgorilla/v2 v2.6.2
1513:  go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.60.0
1514:  go: downloading golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
1515:  go: downloading filippo.io/edwards25519 v1.2.0
1516:  go: downloading golang.org/x/sys v0.45.0
1517:  go: downloading golang.org/x/term v0.43.0
1518:  go: downloading github.com/pkg/errors v0.9.1
1519:  go: downloading github.com/spf13/pflag v1.0.6
...

1625:  go: downloading github.com/gorilla/schema v1.4.1
1626:  go: downloading github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
1627:  go: downloading github.com/gobwas/glob v0.2.3
1628:  go: downloading github.com/tchap/go-patricia/v2 v2.3.2
1629:  go: downloading github.com/yashtewari/glob-intersection v0.2.0
1630:  go: downloading sigs.k8s.io/yaml v1.4.0
1631:  go: downloading github.com/siderolabs/go-cmd v0.1.1
1632:  go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
1633:  go: downloading github.com/go-git/go-git/v5 v5.19.1
1634:  go: downloading gitlab.com/digitalxero/go-conventional-commit v1.0.7
1635:  go: downloading github.com/ProtonMail/go-crypto v1.1.6
1636:  go: downloading github.com/goreleaser/fileglob v1.3.0
1637:  go: downloading github.com/cavaliergopher/cpio v1.0.1
1638:  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
1639:  go: downloading github.com/tklauser/numcpus v0.11.0
1640:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
1641:  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
...

1777:  go: downloading github.com/AbGuthrie/goquery/v2 v2.0.1
1778:  go: downloading github.com/davecgh/go-spew v1.1.1
1779:  go: downloading github.com/tj/assert v0.0.3
1780:  go: downloading github.com/c-bata/go-prompt v0.2.3
1781:  go: downloading github.com/hashicorp/golang-lru v0.5.4
1782:  go: downloading github.com/pmezard/go-difflib v1.0.0
1783:  go: downloading github.com/stretchr/objx v0.5.2
1784:  go: downloading github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
1785:  github.com/fleetdm/fleet/v4/cmd/fleetctl:
1786:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/goquerycmd:
1787:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/fleetctltest:
1788:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest:
1789:  github.com/fleetdm/fleet/v4/cmd/fleetctl/fleetctl/testing_utils:
1790:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/preview:
1791:  �[32m✓�[0m Integrations preview (49.79s)
1792:  �[32m✓�[0m Preview fails on invalid license key (0.00s)
1793:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/package:
...

1904:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days not a number (0.43s)
1905:  �[32m✓�[0m Apply specs deprecated keys app config windows updates.grace period days out of range (0.38s)
1906:  �[32m✓�[0m Apply specs deprecated keys config with FIM values for agent options (#869 9) (0.58s)
1907:  �[32m✓�[0m Apply specs deprecated keys config with blank required org name (0.49s)
1908:  �[32m✓�[0m Apply specs deprecated keys config with blank required server url (0.42s)
1909:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options command-line flags (0.55s)
1910:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type in dry-run (0.38s)
1911:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options data type with force (0.52s)
1912:  �[32m✓�[0m Apply specs deprecated keys config with invalid agent options in dry-run (0.58s)
1913:  �[32m✓�[0m Apply specs deprecated keys config with invalid key type (0.38s)
1914:  �[32m✓�[0m Apply specs deprecated keys config with invalid value for agent options command-line flags (0.39s)
1915:  �[32m✓�[0m Apply specs deprecated keys config with unknown key (0.42s)
1916:  �[32m✓�[0m Apply specs deprecated keys config with valid agent options command-line flags (0.46s)
1917:  �[32m✓�[0m Apply specs deprecated keys dry-run set with unsupported spec (0.50s)
1918:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, appconfig warning for legacy (0.42s)
1919:  �[32m✓�[0m Apply specs deprecated keys dry-run set with various specs, no errors (0.54s)
1920:  �[32m✓�[0m Apply specs deprecated keys empty config (0.48s)
...

1923:  �[32m✓�[0m Apply specs deprecated keys invalid agent options dry-run (0.48s)
1924:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type (0.51s)
1925:  �[32m✓�[0m Apply specs deprecated keys invalid agent options field type in overrides (0.40s)
1926:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for existing team (0.39s)
1927:  �[32m✓�[0m Apply specs deprecated keys invalid agent options for new team (0.44s)
1928:  �[32m✓�[0m Apply specs deprecated keys invalid agent options force (0.62s)
1929:  �[32m✓�[0m Apply specs deprecated keys invalid known key's value type for team cannot be forced (0.48s)
1930:  �[32m✓�[0m Apply specs deprecated keys invalid team agent options command-line flag (0.40s)
1931:  �[32m✓�[0m Apply specs deprecated keys invalid top-level key for team (0.44s)
1932:  �[32m✓�[0m Apply specs deprecated keys macos updates deadline set but minimum version empty (0.46s)
1933:  �[32m✓�[0m Apply specs deprecated keys macos updates minimum version set but deadline empty (0.39s)
1934:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with incomplete date (0.46s)
1935:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with invalid date (0.43s)
1936:  �[32m✓�[0m Apply specs deprecated keys macos updates.deadline with timestamp (0.43s)
1937:  �[32m✓�[0m Apply specs deprecated keys macos updates.minimum version with build version (0.59s)
1938:  �[32m✓�[0m Apply specs deprecated keys missing required failing policies destination url (0.40s)
1939:  �[32m✓�[0m Apply specs deprecated keys missing required host status days count (0.47s)
...

1947:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption true (0.78s)
1948:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption with invalid value type (0.66s)
1949:  �[32m✓�[0m Apply specs deprecated keys team config macos settings.enable disk encryption without a value (0.57s)
1950:  �[32m✓�[0m Apply specs deprecated keys unknown key for team can be forced (0.53s)
1951:  �[32m✓�[0m Apply specs deprecated keys valid team agent options command-line flag (0.38s)
1952:  �[32m✓�[0m Apply specs deprecated keys windows updates unset valid (0.52s)
1953:  �[32m✓�[0m Apply specs deprecated keys windows updates valid (0.49s)
1954:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days but grace period empty (0.38s)
1955:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days not a number (0.64s)
1956:  �[32m✓�[0m Apply specs deprecated keys windows updates.deadline days out of range (0.39s)
1957:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days but deadline empty (0.48s)
1958:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days not a number (0.49s)
1959:  �[32m✓�[0m Apply specs deprecated keys windows updates.grace period days out of range (0.50s)
1960:  �[32m✓�[0m Apply specs dry-run set with unsupported spec (0.43s)
1961:  �[32m✓�[0m Apply specs dry-run set with various specs, appconfig warning for legacy (0.40s)
1962:  �[32m✓�[0m Apply specs dry-run set with various specs, no errors (0.43s)
1963:  �[32m✓�[0m Apply specs empty config (0.69s)
...

1966:  �[32m✓�[0m Apply specs invalid agent options dry-run (0.40s)
1967:  �[32m✓�[0m Apply specs invalid agent options field type (0.44s)
1968:  �[32m✓�[0m Apply specs invalid agent options field type in overrides (0.39s)
1969:  �[32m✓�[0m Apply specs invalid agent options for existing team (0.37s)
1970:  �[32m✓�[0m Apply specs invalid agent options for new team (0.44s)
1971:  �[32m✓�[0m Apply specs invalid agent options force (0.45s)
1972:  �[32m✓�[0m Apply specs invalid known key's value type for team cannot be forced (0.42s)
1973:  �[32m✓�[0m Apply specs invalid team agent options command-line flag (0.39s)
1974:  �[32m✓�[0m Apply specs invalid top-level key for team (0.49s)
1975:  �[32m✓�[0m Apply specs macos updates deadline set but minimum version empty (0.37s)
1976:  �[32m✓�[0m Apply specs macos updates minimum version set but deadline empty (0.39s)
1977:  �[32m✓�[0m Apply specs macos updates.deadline with incomplete date (0.37s)
1978:  �[32m✓�[0m Apply specs macos updates.deadline with invalid date (0.39s)
1979:  �[32m✓�[0m Apply specs macos updates.deadline with timestamp (0.35s)
1980:  �[32m✓�[0m Apply specs macos updates.minimum version with build version (0.37s)
1981:  �[32m✓�[0m Apply specs missing required failing policies destination url (0.46s)
1982:  �[32m✓�[0m Apply specs missing required host status days count (0.52s)
...

2001:  �[32m✓�[0m Apply specs windows updates.grace period days not a number (0.38s)
2002:  �[32m✓�[0m Apply specs windows updates.grace period days out of range (0.35s)
2003:  �[32m✓�[0m Apply team specs (0.50s)
2004:  �[32m✓�[0m Apply user roles (0.41s)
2005:  �[32m✓�[0m Apply user roles deprecated (0.46s)
2006:  �[32m✓�[0m Apply windows updates (0.50s)
2007:  �[32m✓�[0m Apply windows updates field omitted (0.00s)
2008:  �[32m✓�[0m Apply windows updates with null values (0.00s)
2009:  �[32m✓�[0m Apply windows updates with values (0.00s)
2010:  �[32m✓�[0m Can apply intervals in nanoseconds (0.42s)
2011:  �[32m✓�[0m Can apply intervals using durations (0.41s)
2012:  �[32m✓�[0m Clean status code err (0.00s)
2013:  �[32m✓�[0m Clean status code err bare wrapped status code err (0.00s)
2014:  �[32m✓�[0m Clean status code err nil (0.00s)
2015:  �[32m✓�[0m Clean status code err outer-wrapped status code err (0.00s)
2016:  �[32m✓�[0m Clean status code err plain error untouched (0.00s)
2017:  �[32m✓�[0m Compute label changes (0.00s)
...

2073:  �[32m✓�[0m Filename functions (0.00s)
2074:  �[32m✓�[0m Filename functions outfile name builds a file name using the name provided + current time (0.00s)
2075:  �[32m✓�[0m Filename functions outfile name with ext builds a file name using the name and extension provided + current time (0.00s)
2076:  �[32m✓�[0m FleetctlUpgradePacks empty packs (0.36s)
2077:  �[32m✓�[0m FleetctlUpgradePacks no pack (0.37s)
2078:  �[32m✓�[0m FleetctlUpgradePacks non empty (0.38s)
2079:  �[32m✓�[0m FleetctlUpgradePacks not admin (0.43s)
2080:  �[32m✓�[0m Format XML (0.00s)
2081:  �[32m✓�[0m Format XML XML with attributes (0.00s)
2082:  �[32m✓�[0m Format XML basic XML (0.00s)
2083:  �[32m✓�[0m Format XML empty XML (0.00s)
2084:  �[32m✓�[0m Format XML invalid XML (0.00s)
2085:  �[32m✓�[0m Format XML nested XML (0.00s)
2086:  �[32m✓�[0m Generate MDM apple (0.82s)
2087:  �[32m✓�[0m Generate MDM apple BM (0.38s)
2088:  �[32m✓�[0m Generate MDM apple CSR API call fails (0.39s)
2089:  �[32m✓�[0m Generate MDM apple successful run (0.42s)
2090:  �[32m✓�[0m Generate MDMVPP tokens (0.00s)
2091:  �[32m✓�[0m Generate MDMVPP tokens get VPP tokens error (0.00s)
2092:  �[32m✓�[0m Generate MDMVPP tokens multiple tokens with different teams (0.00s)
...

2111:  �[32m✓�[0m Generate org settings masked google workspace api key (0.00s)
2112:  �[32m✓�[0m Generate policies (0.00s)
2113:  �[32m✓�[0m Generate policies patch policy orphaned from fleet maintained app (0.00s)
2114:  �[32m✓�[0m Generate queries (0.00s)
2115:  �[32m✓�[0m Generate software (0.00s)
2116:  �[32m✓�[0m Generate software auto update schedule (0.00s)
2117:  �[32m✓�[0m Generate software script packages (0.00s)
2118:  �[32m✓�[0m Generate team settings (0.00s)
2119:  �[32m✓�[0m Generate team settings insecure (0.00s)
2120:  �[32m✓�[0m Generated org settings no SSO (0.00s)
2121:  �[32m✓�[0m Generated org settings okta conditional access not included (0.00s)
2122:  �[32m✓�[0m Get MDM command results (0.42s)
2123:  �[32m✓�[0m Get MDM command results command flag required (0.00s)
2124:  �[32m✓�[0m Get MDM command results command not found (0.01s)
2125:  �[32m✓�[0m Get MDM command results command results empty (0.01s)
2126:  �[32m✓�[0m Get MDM command results command results error (0.01s)
2127:  �[32m✓�[0m Get MDM command results darwin command results (0.00s)
2128:  �[32m✓�[0m Get MDM command results host specific results (0.01s)
2129:  �[32m✓�[0m Get MDM command results windows command results (0.01s)
2130:  �[32m✓�[0m Get MDM commands (0.62s)
2131:  �[32m✓�[0m Get apple BM (1.62s)
2132:  �[32m✓�[0m Get apple BM free license (0.36s)
2133:  �[32m✓�[0m Get apple BM premium license, multiple tokens (0.47s)
2134:  �[32m✓�[0m Get apple BM premium license, no token (0.39s)
2135:  �[32m✓�[0m Get apple BM premium license, single token (0.40s)
2136:  �[32m✓�[0m Get apple MDM (0.41s)
2137:  �[32m✓�[0m Get carve (0.49s)
2138:  �[32m✓�[0m Get carve with error (0.40s)
2139:  �[32m✓�[0m Get carves (0.35s)
...

2153:  �[32m✓�[0m Get hosts MDM get hosts - -mdm - -mdm-pending - (0.00s)
2154:  �[32m✓�[0m Get hosts MDM get hosts - -mdm-pending - -yaml - expected list hosts yaml.yml (0.01s)
2155:  �[32m✓�[0m Get hosts get hosts - -json - -remove-deprecated-keys (0.00s)
2156:  �[32m✓�[0m Get hosts get hosts - -json - expected list hosts json.json (0.00s)
2157:  �[32m✓�[0m Get hosts get hosts - -json test host - expected host detail response json.json (0.01s)
2158:  �[32m✓�[0m Get hosts get hosts - -yaml - expected list hosts yaml.yml (0.00s)
2159:  �[32m✓�[0m Get hosts get hosts - -yaml test host - expected host detail response yaml.yml (0.00s)
2160:  �[32m✓�[0m Get label (0.42s)
2161:  �[32m✓�[0m Get label usage include and exclude allowed (0.00s)
2162:  �[32m✓�[0m Get label usage include and exclude allowed macos (0.00s)
2163:  �[32m✓�[0m Get label usage include and exclude allowed macos# 01 (0.00s)
2164:  �[32m✓�[0m Get label usage include and exclude allowed macos# 02 (0.00s)
2165:  �[32m✓�[0m Get label usage include and exclude allowed windows (0.00s)
2166:  �[32m✓�[0m Get label usage include and exclude allowed windows# 01 (0.00s)
2167:  �[32m✓�[0m Get label usage include and exclude allowed windows# 02 (0.00s)
2168:  �[32m✓�[0m Get label usage include exclude overlap error (0.00s)
2169:  �[32m✓�[0m Get label usage include exclude overlap error macos (0.00s)
2170:  �[32m✓�[0m Get label usage include exclude overlap error macos# 01 (0.00s)
2171:  �[32m✓�[0m Get label usage include exclude overlap error macos# 02 (0.00s)
2172:  �[32m✓�[0m Get label usage include exclude overlap error windows (0.00s)
2173:  �[32m✓�[0m Get label usage include exclude overlap error windows# 01 (0.00s)
2174:  �[32m✓�[0m Get label usage include exclude overlap error windows# 02 (0.00s)
2175:  �[32m✓�[0m Get label usage multiple label keys error (0.00s)
2176:  �[32m✓�[0m Get label usage multiple label keys error macos (0.00s)
2177:  �[32m✓�[0m Get label usage multiple label keys error windows (0.00s)
2178:  �[32m✓�[0m Get label usage policy scopes (0.00s)
...

2194:  �[32m✓�[0m Get queries as observer team observer (0.01s)
2195:  �[32m✓�[0m Get query (0.52s)
2196:  �[32m✓�[0m Get query labels include all (0.46s)
2197:  �[32m✓�[0m Get reports labels include all (0.39s)
2198:  �[32m✓�[0m Get software titles (0.54s)
2199:  �[32m✓�[0m Get software versions (0.33s)
2200:  �[32m✓�[0m Get teams (1.03s)
2201:  �[32m✓�[0m Get teams YAML and apply (0.48s)
2202:  �[32m✓�[0m Get teams by name (0.36s)
2203:  �[32m✓�[0m Get teams expired license (0.54s)
2204:  �[32m✓�[0m Get teams not expired license (0.48s)
2205:  �[32m✓�[0m Get teams software from source of truth (0.46s)
2206:  �[32m✓�[0m Get user roles (0.50s)
2207:  �[32m✓�[0m Git ops ABM (5.59s)
2208:  �[32m✓�[0m Git ops ABM backwards compat (0.62s)
2209:  �[32m✓�[0m Git ops ABM both keys errors (0.50s)
2210:  �[32m✓�[0m Git ops ABM deprecated config with two tokens in the db fails (0.44s)
2211:  �[32m✓�[0m Git ops ABM new key all valid (0.65s)
2212:  �[32m✓�[0m Git ops ABM new key multiple elements (0.65s)
2213:  �[32m✓�[0m Git ops ABM no team is supported (0.63s)
2214:  �[32m✓�[0m Git ops ABM non existent org name fails (0.44s)
2215:  �[32m✓�[0m Git ops ABM not provided teams defaults to no team (0.49s)
2216:  �[32m✓�[0m Git ops ABM renamed new key all valid (0.64s)
2217:  �[32m✓�[0m Git ops ABM using an undefined team errors (0.54s)
2218:  �[32m✓�[0m Git ops EULA setting (4.54s)
...

2221:  �[32m✓�[0m Git ops EULA setting not a PDF file (0.50s)
2222:  �[32m✓�[0m Git ops EULA setting relative path to working dir to pdf file (no existing EULA uploaded) (0.45s)
2223:  �[32m✓�[0m Git ops EULA setting relative path to yaml file to pdf file (no existing EULA uploaded) (0.43s)
2224:  �[32m✓�[0m Git ops EULA setting uploading the same EULA again (0.66s)
2225:  �[32m✓�[0m Git ops EULA setting valid new pdf file (different EULA already uploaded) (0.53s)
2226:  �[32m✓�[0m Git ops EULA setting valid pdf file (no existing EULA uploaded) (0.65s)
2227:  �[32m✓�[0m Git ops MDM auth settings (0.68s)
2228:  �[32m✓�[0m Git ops SMTP settings (0.45s)
2229:  �[32m✓�[0m Git ops SSO server URL (0.58s)
2230:  �[32m✓�[0m Git ops SSO settings (0.44s)
2231:  �[32m✓�[0m Git ops android certificates add (0.62s)
2232:  �[32m✓�[0m Git ops android certificates change (0.56s)
2233:  �[32m✓�[0m Git ops android certificates delete all (0.44s)
2234:  �[32m✓�[0m Git ops android certificates delete one (0.51s)
2235:  �[32m✓�[0m Git ops app store app auto update (0.51s)
2236:  �[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)
2237:  �[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)
2238:  �[32m✓�[0m Git ops app store app auto update update software title auto update config is applied for i OS VPP apps (0.02s)
2239:  �[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)
2240:  �[32m✓�[0m Git ops apple OS updates (0.49s)
2241:  �[32m✓�[0m Git ops apple OS updates ios updates (0.01s)
2242:  �[32m✓�[0m Git ops apple OS updates ios updates os updated when existing OS update declaration (0.01s)
2243:  �[32m✓�[0m Git ops apple OS updates ipados updates (0.01s)
2244:  �[32m✓�[0m Git ops apple OS updates ipados updates os updated when existing OS update declaration (0.01s)
2245:  �[32m✓�[0m Git ops apple OS updates macos updates (0.01s)
2246:  �[32m✓�[0m Git ops apple OS updates macos updates os updated when existing OS update declaration (0.01s)
2247:  �[32m✓�[0m Git ops basic global and no team (0.61s)
2248:  �[32m✓�[0m Git ops basic global and no team basic global and no-team.yml (0.06s)
2249:  �[32m✓�[0m Git ops basic global and no team both global and no-team.yml define controls -- should fail (0.01s)
2250:  �[32m✓�[0m Git ops basic global and no team controls only defined in no-team.yml (0.05s)
2251:  �[32m✓�[0m Git ops basic global and no team global DOES NOT define controls -- should fail (0.01s)
2252:  �[32m✓�[0m Git ops basic global and no team global and no-team.yml DO NOT define controls -- should fail (0.02s)
2253:  �[32m✓�[0m Git ops basic global and no team global defines software -- should fail (0.01s)
2254:  �[32m✓�[0m Git ops basic global and no team no-team provided without global -- should fail (0.01s)
2255:  �[32m✓�[0m Git ops basic global and no team no-team.yml defines policy with calendar events enabled -- should fail (0.01s)
2256:  �[32m✓�[0m Git ops basic global and no team unassigned provided without global -- should fail (0.01s)
2257:  �[32m✓�[0m Git ops basic global and team (0.60s)
...

2263:  �[32m✓�[0m Git ops custom settings global macos windows custom settings valid.yml (0.50s)
2264:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix 2 .yml (0.52s)
2265:  �[32m✓�[0m Git ops custom settings global windows custom settings invalid label mix.yml (0.48s)
2266:  �[32m✓�[0m Git ops custom settings global windows custom settings unknown label.yml (0.50s)
2267:  �[32m✓�[0m Git ops custom settings team macos custom settings valid deprecated.yml (0.48s)
2268:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix 2 .yml (0.39s)
2269:  �[32m✓�[0m Git ops custom settings team macos windows custom settings invalid labels mix.yml (0.42s)
2270:  �[32m✓�[0m Git ops custom settings team macos windows custom settings unknown label.yml (0.40s)
2271:  �[32m✓�[0m Git ops custom settings team macos windows custom settings valid.yml (0.39s)
2272:  �[32m✓�[0m Git ops dry run rejects invalid label platform (0.62s)
2273:  �[32m✓�[0m Git ops exception enforcement (0.49s)
2274:  �[32m✓�[0m Git ops exception enforcement free tier (0.47s)
2275:  �[32m✓�[0m Git ops exceptions preserve omitted keys (0.39s)
2276:  �[32m✓�[0m Git ops features (0.50s)
2277:  �[32m✓�[0m Git ops filename validation (0.00s)
2278:  �[32m✓�[0m Git ops fleet failing policies webhook policy IDs (0.62s)
2279:  �[32m✓�[0m Git ops fleet webhooks and tickets enabled (0.50s)
...

2436:  �[32m✓�[0m New basic file structure has expected files (0.00s)
2437:  �[32m✓�[0m New basic file structure replaces and escapes org name template var (0.00s)
2438:  �[32m✓�[0m New basic file structure strips .template. from output filenames (0.00s)
2439:  �[32m✓�[0m New dir flag (0.01s)
2440:  �[32m✓�[0m New existing dir with force (0.01s)
2441:  �[32m✓�[0m New existing dir without force (0.00s)
2442:  �[32m✓�[0m New org name YAML quoting (0.01s)
2443:  �[32m✓�[0m New org name validation (0.01s)
2444:  �[32m✓�[0m New org name validation at max length (0.01s)
2445:  �[32m✓�[0m New org name validation control characters stripped (0.01s)
2446:  �[32m✓�[0m New org name validation only control characters (0.00s)
2447:  �[32m✓�[0m New org name validation only whitespace (0.00s)
2448:  �[32m✓�[0m New org name validation too long (0.00s)
2449:  �[32m✓�[0m New output messages (0.01s)
2450:  �[32m✓�[0m New template stripping (0.01s)
2451:  �[32m✓�[0m Print auth error (0.34s)
2452:  �[32m✓�[0m Print auth error SSO disabled shows default login message (0.00s)
2453:  �[32m✓�[0m Print auth error SSO enabled shows SSO instructions (0.00s)
2454:  �[32m✓�[0m Render template (0.00s)
...

2474:  �[32m✓�[0m Run api command get scripts full path missing (0.00s)
2475:  �[32m✓�[0m Run api command get scripts team (0.00s)
2476:  �[32m✓�[0m Run api command get scripts team no cache (0.00s)
2477:  �[32m✓�[0m Run api command get typo (0.00s)
2478:  �[32m✓�[0m Run api command upload script (0.00s)
2479:  �[32m✓�[0m Run script command (0.53s)
2480:  �[32m✓�[0m Run script command disabled scripts globally (0.00s)
2481:  �[32m✓�[0m Run script command host not found (0.01s)
2482:  �[32m✓�[0m Run script command invalid file type (0.00s)
2483:  �[32m✓�[0m Run script command invalid hashbang (0.01s)
2484:  �[32m✓�[0m Run script command invalid utf 8 (0.00s)
2485:  �[32m✓�[0m Run script command missing one of script-path and script-nqme (0.01s)
2486:  �[32m✓�[0m Run script command output truncated (0.01s)
2487:  �[32m✓�[0m Run script command posix shell hashbang (0.01s)
2488:  �[32m✓�[0m Run script command script empty (0.00s)
2489:  �[32m✓�[0m Run script command script failed (0.01s)
2490:  �[32m✓�[0m Run script command script killed (0.01s)
...

2545:  �[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)
2546:  �[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)
2547:  �[32m✓�[0m Validate git ops group EUA no EUA enabled anywhere is accepted (0.00s)
2548:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds complete id P: accepted (0.00s)
2549:  �[32m✓�[0m Validate git ops group EUA team enables EU A, global file adds id p missing entity id: rejected (0.00s)
2550:  �[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)
2551:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has id P, no global file: accepted (0.00s)
2552:  �[32m✓�[0m Validate git ops group EUA team enables EU A, stored has no id P, no global file: rejected (0.00s)
2553:  github.com/fleetdm/fleet/v4/cmd/fleetctl/integrationtest/gitops:
2554:  �[32m✓�[0m Git ops VPP (4.91s)
2555:  �[32m✓�[0m Git ops VPP all fleets is supported (0.66s)
2556:  �[32m✓�[0m Git ops VPP all teams is supported (0.69s)
2557:  �[32m✓�[0m Git ops VPP new key all valid (0.72s)
2558:  �[32m✓�[0m Git ops VPP new key multiple elements (0.58s)
2559:  �[32m✓�[0m Git ops VPP no team is supported (0.48s)
2560:  �[32m✓�[0m Git ops VPP non existent location fails (0.52s)
2561:  �[32m✓�[0m Git ops VPP not provided teams defaults to no team (0.62s)
2562:  �[32m✓�[0m Git ops VPP using an undefined team errors (0.63s)
2563:  �[32m✓�[0m Git ops existing team VPP apps with missing team (0.49s)
...

2656:  �[32m✓�[0m Git ops team software installers team software installer with display name.yml (1.58s)
2657:  �[32m✓�[0m Integrations enterprise gitops (318.36s)
2658:  �[32m✓�[0m Integrations enterprise gitops test CA integrations (3.92s)
2659:  �[32m✓�[0m Integrations enterprise gitops test FMA labels include all (6.03s)
2660:  �[32m✓�[0m Integrations enterprise gitops test IPA software installers (10.56s)
2661:  �[32m✓�[0m Integrations enterprise gitops test JSON configuration profile escaping (1.28s)
2662:  �[32m✓�[0m Integrations enterprise gitops test add manual labels (1.74s)
2663:  �[32m✓�[0m Integrations enterprise gitops test configuration profile escaping (1.33s)
2664:  �[32m✓�[0m Integrations enterprise gitops test delete CA with certificate templates (5.93s)
2665:  �[32m✓�[0m Integrations enterprise gitops test delete mac OS setup (5.08s)
2666:  �[32m✓�[0m Integrations enterprise gitops test deleting no team YAML (2.69s)
2667:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience (123.76s)
2668:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience all VPP with setup experience (1.23s)
2669:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team VPP (1.15s)
2670:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience no team installers (60.54s)
2671:  �[32m✓�[0m Integrations enterprise gitops test disallow software setup experience packages fail (60.67s)
2672:  �[32m✓�[0m Integrations enterprise gitops test dry run mac OS setup script with manual agent install conflict (0.42s)
...

2702:  �[32m✓�[0m Integrations enterprise gitops test omitted top level keys global (2.46s)
2703:  �[32m✓�[0m Integrations enterprise gitops test remove custom settings from default YAML (2.56s)
2704:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps (3.81s)
2705:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps all teams (2.41s)
2706:  �[32m✓�[0m Integrations enterprise gitops test special case teams VPP apps no team (1.25s)
2707:  �[32m✓�[0m Integrations enterprise gitops test unset configuration profile labels (4.93s)
2708:  �[32m✓�[0m Integrations enterprise gitops test unset software installer labels (12.41s)
2709:  �[32m✓�[0m Integrations enterprise starter library (5.03s)
2710:  �[32m✓�[0m Integrations enterprise starter library test apply starter library premium (3.56s)
2711:  �[32m✓�[0m Integrations gitops (2.29s)
2712:  �[32m✓�[0m Integrations gitops test fleet gitops (0.50s)
2713:  �[32m✓�[0m Integrations gitops test fleet gitops DDM fleet vars requires premium (0.11s)
2714:  �[32m✓�[0m Integrations gitops test fleet gitops with fleet secrets (0.22s)
2715:  �[32m✓�[0m Integrations starter library (1.64s)
2716:  �[32m✓�[0m Integrations starter library test apply starter library free (0.19s)
2717:  === �[31mFailed�[0m
2718:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2719:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=139.078µs uuid=f7c943bf-c6be-4a43-8886-05965adb2a80 err="not found"
2720:  [-] would've deleted report Query to delete
2721:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=132.006µs uuid=51b5ffe7-9851-4466-a090-7988fe6600e9 err="not found"
2722:  testing_utils_test.go:20: 
2723:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2724:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2725:  Error:      	Received unexpected error:
2726:  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)
2727:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=false
2728:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)
2729:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2730:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=116.446µs uuid=60e9da95-d743-49ae-9729-90b5fdcbfb79 err="not found"
2731:  [-] would've deleted report Query to delete
2732:  time=level=INFO msg="request error" path=/api/latest/fleet/setup_experience/eula/metadata took=146.643µs uuid=f2dfdeee-6441-45a2-9308-388448709ff3 err="not found"
2733:  testing_utils_test.go:20: 
2734:  Error Trace:	/home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/testing_utils_test.go:20
2735:  /home/runner/work/fleet/fleet/cmd/fleetctl/fleetctl/gitops_test.go:2244
2736:  Error:      	Received unexpected error:
2737:  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)
2738:  Test:       	TestGitOpsFullGlobal/useDeprecatedKeys=true
2739:  --- FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2740:  === �[31mFAIL�[0m: cmd/fleetctl/fleetctl TestGitOpsFullGlobal (0.52s)
2741:  DONE 922 tests, 3 failures in 648.560s
2742:  make[1]: *** [Makefile:302: .run-go-tests] Error 1
2743:  make[1]: Leaving directory '/home/runner/work/fleet/fleet'
2744:  make: *** [Makefile:417: test-go] Error 2
2745:  ##[error]Process completed with exit code 2.
2746:  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/
2747:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2748:  with:
2749:  name: fleetctl-mysql8.0.44-coverage
2750:  path: ./coverage.txt
2751:  if-no-files-found: error
2752:  compression-level: 6
...

2755:  RACE_ENABLED: false
2756:  GO_TEST_TIMEOUT: 20m
2757:  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
2758:  RUN_TESTS_ARG: 
2759:  CI_TEST_PKG: fleetctl
2760:  NEED_DOCKER: 1
2761:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2762:  GOTOOLCHAIN: local
2763:  ##[endgroup]
2764:  (node:51119) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2765:  (Use `node --trace-deprecation ...` to show where the warning was created)
2766:  With the provided path, there will be 1 file uploaded
2767:  Artifact name is valid!
2768:  Root directory input is valid!
2769:  Beginning upload of artifact content to blob storage
2770:  (node:51119) [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.
2771:  Uploaded bytes 2322943
2772:  Finished uploading artifact content to blob storage!
2773:  SHA256 hash of uploaded artifact zip is 718e10ab34255292b10ac10ebabc1033da33d534a387d3217ffd554fe9601480
2774:  Finalizing artifact upload
2775:  Artifact fleetctl-mysql8.0.44-coverage.zip successfully finalized. Artifact ID 8022326825
2776:  Artifact fleetctl-mysql8.0.44-coverage has been successfully uploaded! Final size is 2322943 bytes. Artifact ID is 8022326825
2777:  Artifact download URL: https://github.com/fleetdm/fleet/actions/runs/28546320652/artifacts/8022326825
2778:  ##[group]Run c1grep() { grep "$@" || test $? = 1; }
2779:  �[36;1mc1grep() { grep "$@" || test $? = 1; }�[0m
2780:  �[36;1mc1grep -oP 'FAIL: .*$' /tmp/gotest.log > /tmp/summary.txt�[0m
2781:  �[36;1mc1grep 'test timed out after' /tmp/gotest.log >> /tmp/summary.txt�[0m
2782:  �[36;1mc1grep 'fatal error:' /tmp/gotest.log >> /tmp/summary.txt�[0m
2783:  �[36;1mc1grep -A 10 'panic: runtime error: ' /tmp/gotest.log >> /tmp/summary.txt�[0m
2784:  �[36;1mc1grep ' FAIL\t' /tmp/gotest.log >> /tmp/summary.txt�[0m
2785:  �[36;1mGO_FAIL_SUMMARY=$(head -n 5 /tmp/summary.txt | sed ':a;N;$!ba;s/\n/\\n/g')�[0m
2786:  �[36;1mecho "GO_FAIL_SUMMARY=$GO_FAIL_SUMMARY"�[0m
2787:  �[36;1mif [[ -z "$GO_FAIL_SUMMARY" ]]; then�[0m
2788:  �[36;1m  GO_FAIL_SUMMARY="unknown, please check the build URL"�[0m
2789:  �[36;1mfi�[0m
2790:  �[36;1mGO_FAIL_SUMMARY=$GO_FAIL_SUMMARY envsubst < .github/workflows/config/slack_payload_template.json > ./payload.json�[0m
2791:  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2792:  env:
2793:  RACE_ENABLED: false
2794:  GO_TEST_TIMEOUT: 20m
2795:  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
2796:  RUN_TESTS_ARG: 
2797:  CI_TEST_PKG: fleetctl
2798:  NEED_DOCKER: 1
2799:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2800:  GOTOOLCHAIN: local
2801:  ##[endgroup]
2802:  GO_FAIL_SUMMARY=FAIL: TestGitOpsFullGlobal/useDeprecatedKeys=false (0.04s)\nFAIL: TestGitOpsFullGlobal/useDeprecatedKeys=true (0.04s)
2803:  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/
2804:  ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
2805:  with:
2806:  name: fleetctl-mysql8.0.44-test-log
2807:  path: /tmp/gotest.log
2808:  if-no-files-found: error
2809:  compression-level: 6
...

2812:  RACE_ENABLED: false
2813:  GO_TEST_TIMEOUT: 20m
2814:  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
2815:  RUN_TESTS_ARG: 
2816:  CI_TEST_PKG: fleetctl
2817:  NEED_DOCKER: 1
2818:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2819:  GOTOOLCHAIN: local
2820:  ##[endgroup]
2821:  (node:51141) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2822:  (Use `node --trace-deprecation ...` to show where the warning was created)
2823:  With the provided path, there will be 1 file uploaded
2824:  Artifact name is valid!
2825:  Root directory input is valid!
2826:  Beginning upload of artifact content to blob storage
2827:  (node:51141) [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.
2828:  Uploaded bytes 11171
...

2844:  RACE_ENABLED: false
2845:  GO_TEST_TIMEOUT: 20m
2846:  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
2847:  RUN_TESTS_ARG: 
2848:  CI_TEST_PKG: fleetctl
2849:  NEED_DOCKER: 1
2850:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2851:  GOTOOLCHAIN: local
2852:  ##[endgroup]
2853:  (node:51175) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2854:  (Use `node --trace-deprecation ...` to show where the warning was created)
2855:  With the provided path, there will be 1 file uploaded
2856:  Artifact name is valid!
2857:  Root directory input is valid!
2858:  Beginning upload of artifact content to blob storage
2859:  (node:51175) [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.
2860:  Uploaded bytes 205
...

2876:  RACE_ENABLED: false
2877:  GO_TEST_TIMEOUT: 20m
2878:  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
2879:  RUN_TESTS_ARG: 
2880:  CI_TEST_PKG: fleetctl
2881:  NEED_DOCKER: 1
2882:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2883:  GOTOOLCHAIN: local
2884:  ##[endgroup]
2885:  (node:51189) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2886:  (Use `node --trace-deprecation ...` to show where the warning was created)
2887:  With the provided path, there will be 1 file uploaded
2888:  Artifact name is valid!
2889:  Root directory input is valid!
2890:  Beginning upload of artifact content to blob storage
2891:  (node:51189) [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.
2892:  Uploaded bytes 104957
...

2925:  RACE_ENABLED: false
2926:  GO_TEST_TIMEOUT: 20m
2927:  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
2928:  RUN_TESTS_ARG: 
2929:  CI_TEST_PKG: fleetctl
2930:  NEED_DOCKER: 1
2931:  ARTIFACT_PREFIX: fleetctl-mysql8.0.44
2932:  GOTOOLCHAIN: local
2933:  ##[endgroup]
2934:  (node:51204) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2935:  (Use `node --trace-deprecation ...` to show where the warning was created)
2936:  With the provided path, there will be 1 file uploaded
2937:  Artifact name is valid!
2938:  Root directory input is valid!
2939:  Beginning upload of artifact content to blob storage
2940:  (node:51204) [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.
2941:  Uploaded bytes 133

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.

1 participant