Skip to content

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands #6229

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands

Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands #6229

Re-run triggered May 9, 2024 20:27
Status Failure
Total duration 7m 6s
Artifacts

lint-and-analyse-php.yml

on: pull_request
Matrix: analyse-php
Matrix: lint-php-files
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
analyse-php (8.1): src/Replication/ReplicationGui.php#L1
Ignored error pattern #^Cannot access offset 'Slave_IO_Running' on mixed\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/src/Replication/ReplicationGui.php was not matched in reported errors.
analyse-php (8.1): src/Replication/ReplicationGui.php#L1
Ignored error pattern #^Cannot access offset 'Slave_SQL_Running' on mixed\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/src/Replication/ReplicationGui.php was not matched in reported errors.
analyse-php (8.1): src/Replication/ReplicationGui.php#L135
Cannot access offset 'Replica_IO_Running' on mixed.
analyse-php (8.1): src/Replication/ReplicationGui.php#L144
Cannot access offset 'Replica_SQL_Running' on mixed.
analyse-php (8.1)
Process completed with exit code 1.
MixedArrayAccess: src/Replication/ReplicationGui.php#L135
src/Replication/ReplicationGui.php:135:17: MixedArrayAccess: Cannot access array value on mixed variable $serverReplicaReplication[0] (see https://psalm.dev/051)
MixedArrayAccess: src/Replication/ReplicationGui.php#L144
src/Replication/ReplicationGui.php:144:17: MixedArrayAccess: Cannot access array value on mixed variable $serverReplicaReplication[0] (see https://psalm.dev/051)
UnusedBaselineEntry: src/Replication/ReplicationGui.php#L1
src/Replication/ReplicationGui.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArrayAccess" has 2 extra entries. (see https://psalm.dev/316)
analyse-php (8.1)
Process completed with exit code 2.
analyse-php (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-php-files (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.