Skip to content

Bump simplesamlphp/simplesamlphp-test-framework from 1.9.3 to 1.10.0 in the all-actions group #152

Bump simplesamlphp/simplesamlphp-test-framework from 1.9.3 to 1.10.0 in the all-actions group

Bump simplesamlphp/simplesamlphp-test-framework from 1.9.3 to 1.10.0 in the all-actions group #152

Triggered via pull request August 25, 2025 19:46
Status Failure
Total duration 1m 49s
Artifacts

php.yml

on: pull_request
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Quality control
51s
Quality control
Security checks
20s
Security checks
Matrix: unit-tests-windows
Matrix: unit-tests-linux
Code coverage
10s
Code coverage
Cleanup artifacts
6s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 5 warnings, and 4 notices
PossiblyFalseArgument: src/Auth/Source/Radius.php#L263
src/Auth/Source/Radius.php:263:30: PossiblyFalseArgument: Argument 1 of array_key_exists cannot be false, possibly array-key value expected (see https://psalm.dev/104)
RedundantFunctionCall: src/Auth/Source/Radius.php#L243
src/Auth/Source/Radius.php:243:33: RedundantFunctionCall: Argument 1 of sprintf does not contain any placeholders (see https://psalm.dev/280)
TooManyArguments: src/Auth/Source/Radius.php#L243
src/Auth/Source/Radius.php:243:33: TooManyArguments: Too many arguments for the number of placeholders in sprintf (see https://psalm.dev/026)
PossiblyUndefinedArrayOffset: src/Auth/Source/Radius.php#L211
src/Auth/Source/Radius.php:211:57: PossiblyUndefinedArrayOffset: Possibly undefined array key $decomposed[1] on list{0: string, 1?: string} (see https://psalm.dev/167)
PossiblyUndefinedArrayOffset: src/Auth/Source/Radius.php#L157
src/Auth/Source/Radius.php:157:38: PossiblyUndefinedArrayOffset: Possibly undefined array key $_SERVER['SERVER_ADDR'] on array{APP_DEBUG?: bool|string, APP_ENV?: string, AUTH_TYPE?: non-empty-string, CONTENT_LENGTH?: string, CONTENT_TYPE?: string, DOCUMENT_ROOT?: non-empty-string, FCGI_ROLE?: non-empty-string, GATEWAY_INTERFACE?: non-empty-string, HOME?: non-empty-string, HTTPS?: string, HTTP_ACCEPT?: non-empty-string, HTTP_ACCEPT_CHARSET?: non-empty-string, HTTP_ACCEPT_ENCODING?: non-empty-string, HTTP_ACCEPT_LANGUAGE?: non-empty-string, HTTP_CACHE_CONTROL?: non-empty-string, HTTP_CDN_LOOP?: non-empty-string, HTTP_CF_CONNECTING_IP?: non-empty-string, HTTP_CF_IPCOUNTRY?: non-empty-string, HTTP_CF_VISITOR?: non-empty-string, HTTP_CLIENT_IP?: non-empty-string, HTTP_CONNECTION?: non-empty-string, HTTP_COOKIE?: non-empty-string, HTTP_DNT?: non-empty-string, HTTP_HOST?: non-empty-string, HTTP_PRIORITY?: non-empty-string, HTTP_REFERER?: non-empty-string, HTTP_SEC_CH_UA?: non-empty-string, HTTP_SEC_CH_UA_MOBILE?: non-empty-string, HTTP_SEC_CH_UA_PLATFORM?: non-empty-string, HTTP_SEC_FETCH_DEST?: non-empty-string, HTTP_SEC_FETCH_MODE?: non-empty-string, HTTP_SEC_FETCH_SITE?: non-empty-string, HTTP_SEC_FETCH_USER?: non-empty-string, HTTP_UPGRADE_INSECURE_REQUESTS?: non-empty-string, HTTP_USER_AGENT?: non-empty-string, HTTP_X_FORWARDED_FOR?: non-empty-string, HTTP_X_FORWARDED_PROTO?: non-empty-string, HTTP_X_REAL_IP?: non-empty-string, ORIG_PATH_INFO?: non-empty-string, PATH?: non-empty-string, PATH_INFO?: non-empty-string, PATH_TRANSLATED?: non-empty-string, PHP_AUTH_DIGEST?: non-empty-string, PHP_AUTH_PW?: non-empty-string, PHP_AUTH_USER?: non-empty-string, PHP_SELF?: non-empty-string, QUERY_STRING?: string, REDIRECT_REMOTE_USER?: non-empty-string, REDIRECT_STATUS?: non-empty-string, REMOTE_ADDR?: non-empty-string, REMOTE_HOST?: non-empty-string, REMOTE_PORT?: string, REMOTE_USER?: non-empty-string, REQUEST_METHOD?: non-empty-string, REQUEST_SCHEME?: non-empty-string, REQUEST_TIME?: int<1756151248, max>, REQUEST_TIME_FLOAT?: float, REQUEST_URI?: non-empty-string, SCRIPT_FILENAME?: non-empty-string, SCRIPT_NAME?: non-empty-string, SERVER_ADDR?: non-empty-string, SERVER_ADMIN?: non-empty-string, SERVER_NAME?: non-empty-string, SERVER_PORT?: non-empty-string, SERVER_PROTOCOL?: non-empty-string, SERVER_SIGNATURE?: non-empty-string, SERVER_SOFTWARE?: non-empty-string, USER?: non-empty-string, argc?: int<1, max>, argv?: non-empty-list<string>, ...<non-empty-string, string>} (see https://psalm.dev/167)
MissingOverrideAttribute: src/Auth/Source/Radius.php#L139
src/Auth/Source/Radius.php:139:5: MissingOverrideAttribute: Method SimpleSAML\Module\radius\Auth\Source\Radius::login should have the "Override" attribute (see https://psalm.dev/358)
MissingClassConstType: src/Auth/Source/Radius.php#L31
src/Auth/Source/Radius.php:31:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_NAS_IDENTIFIER" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Auth/Source/Radius.php#L30
src/Auth/Source/Radius.php:30:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_VENDOR_SPECIFIC" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Auth/Source/Radius.php#L29
src/Auth/Source/Radius.php:29:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_USERNAME" should have a declared type. (see https://psalm.dev/359)
ClassMustBeFinal: src/Auth/Source/Radius.php#L27
src/Auth/Source/Radius.php:27:7: ClassMustBeFinal: Class SimpleSAML\Module\radius\Auth\Source\Radius is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Unit tests, PHP 8.4, windows-latest
Process completed with exit code 1.
Unit tests, PHP 8.4, windows-latest
Failed to extract simplesamlphp/simplesamlphp: (2) C:\ProgramData\Chocolatey\bin\7z.EXE x -bb0 -y D:\a\simplesamlphp-module-radius\simplesamlphp-module-radius\vendor\composer\tmp-a744c96e1f35926cc40541bbdea2799f.zip -oD:\a\simplesamlphp-module-radius\simplesamlphp-module-radius\vendor\composer\7dfd1f7e ERROR: Dangerous link path was ignored : simplesamlphp-simplesamlphp-d791ed7\lib\_autoload.php : ..\src\_autoload.php
Unit tests, PHP 8.2, windows-latest
The operation was canceled.
Unit tests, PHP 8.2, windows-latest
The strategy configuration was canceled because "unit-tests-windows.windows-latest_8_4" failed
Unit tests, PHP 8.3, windows-latest
The operation was canceled.
Unit tests, PHP 8.3, windows-latest
The strategy configuration was canceled because "unit-tests-windows.windows-latest_8_4" failed
Unit tests, PHP 8.1, windows-latest
The operation was canceled.
Unit tests, PHP 8.1, windows-latest
The strategy configuration was canceled because "unit-tests-windows.windows-latest_8_4" failed
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L77
src/Auth/Source/Radius.php:77:17: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$vendorType is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L51
src/Auth/Source/Radius.php:51:20: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$secret is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L46
src/Auth/Source/Radius.php:46:17: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$port is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L41
src/Auth/Source/Radius.php:41:20: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$hostname is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
UnusedClass: src/Auth/Source/Radius.php#L27
src/Auth/Source/Radius.php:27:7: UnusedClass: Class SimpleSAML\Module\radius\Auth\Source\Radius is never used (see https://psalm.dev/075)
Unit tests, PHP 8.4, windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
Unit tests, PHP 8.2, windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
Unit tests, PHP 8.3, windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
Unit tests, PHP 8.1, windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677