Swoole Backend #1544
Annotations
59 errors
PHP 8.1 on ubuntu-latest:
src/Backends/Swoole/IgbinarySerializer.php#L9
Method Rubix\ML\Backends\Swoole\IgbinarySerializer::serialize() should return string but returns string|null.
|
PHP 8.1 on ubuntu-latest:
src/Backends/Swoole/Process.php#L29
Property Rubix\ML\Backends\Swoole\Process::$queue type has no value type specified in iterable type array.
|
PHP 8.1 on ubuntu-latest:
src/Backends/Swoole/Process.php#L139
Parameter #1 $key of method Swoole\Table::get() expects string, int<0, max> given.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/BootstrapAggregatorTest)#L34
Method Rubix\ML\Tests\BootstrapAggregatorTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/OneVsRestTest)#L34
Method Rubix\ML\Tests\Classifiers\OneVsRestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/RandomForestTest)#L34
Method Rubix\ML\Tests\Classifiers\RandomForestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CommitteeMachineTest)#L34
Method Rubix\ML\Tests\CommitteeMachineTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/KFoldTest)#L34
Method Rubix\ML\Tests\CrossValidation\KFoldTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/LeavePOutTest)#L34
Method Rubix\ML\Tests\CrossValidation\LeavePOutTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/MonteCarloTest)#L34
Method Rubix\ML\Tests\CrossValidation\MonteCarloTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.0 on ubuntu-latest:
src/Backends/Swoole/IgbinarySerializer.php#L9
Method Rubix\ML\Backends\Swoole\IgbinarySerializer::serialize() should return string but returns string|null.
|
PHP 8.0 on ubuntu-latest:
src/Backends/Swoole/Process.php#L29
Property Rubix\ML\Backends\Swoole\Process::$queue type has no value type specified in iterable type array.
|
PHP 8.0 on ubuntu-latest:
src/Backends/Swoole/Process.php#L139
Parameter #1 $key of method Swoole\Table::get() expects string, int<0, max> given.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/BootstrapAggregatorTest)#L34
Method Rubix\ML\Tests\BootstrapAggregatorTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/OneVsRestTest)#L34
Method Rubix\ML\Tests\Classifiers\OneVsRestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/RandomForestTest)#L34
Method Rubix\ML\Tests\Classifiers\RandomForestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CommitteeMachineTest)#L34
Method Rubix\ML\Tests\CommitteeMachineTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/KFoldTest)#L34
Method Rubix\ML\Tests\CrossValidation\KFoldTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/LeavePOutTest)#L34
Method Rubix\ML\Tests\CrossValidation\LeavePOutTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.0 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/MonteCarloTest)#L34
Method Rubix\ML\Tests\CrossValidation\MonteCarloTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.1 on windows-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.1 on windows-latest
The operation was canceled.
|
PHP 8.2 on windows-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.2 on windows-latest
The operation was canceled.
|
PHP 7.4 on windows-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 7.4 on windows-latest
The operation was canceled.
|
PHP 8.0 on windows-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.0 on windows-latest
The operation was canceled.
|
PHP 8.0 on macos-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.0 on macos-latest
The operation was canceled.
|
PHP 7.4 on macos-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 7.4 on macos-latest
The operation was canceled.
|
PHP 8.1 on macos-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.1 on macos-latest
The operation was canceled.
|
PHP 8.2 on macos-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.2 on macos-latest
The operation was canceled.
|
PHP 7.4 on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 7.4 on ubuntu-latest:
src/Backends/Swoole/IgbinarySerializer.php#L9
Method Rubix\ML\Backends\Swoole\IgbinarySerializer::serialize() should return string but returns string|null.
|
PHP 7.4 on ubuntu-latest:
src/Backends/Swoole/Process.php#L29
Property Rubix\ML\Backends\Swoole\Process::$queue type has no value type specified in iterable type array.
|
PHP 7.4 on ubuntu-latest:
src/Backends/Swoole/Process.php#L139
Parameter #1 $key of method Swoole\Table::get() expects string, int<0, max> given.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/BootstrapAggregatorTest)#L34
Method Rubix\ML\Tests\BootstrapAggregatorTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/OneVsRestTest)#L34
Method Rubix\ML\Tests\Classifiers\OneVsRestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/RandomForestTest)#L34
Method Rubix\ML\Tests\Classifiers\RandomForestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CommitteeMachineTest)#L34
Method Rubix\ML\Tests\CommitteeMachineTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/KFoldTest)#L34
Method Rubix\ML\Tests\CrossValidation\KFoldTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/LeavePOutTest)#L34
Method Rubix\ML\Tests\CrossValidation\LeavePOutTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 7.4 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/MonteCarloTest)#L34
Method Rubix\ML\Tests\CrossValidation\MonteCarloTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
|
PHP 8.2 on ubuntu-latest:
src/Backends/Swoole/IgbinarySerializer.php#L9
Method Rubix\ML\Backends\Swoole\IgbinarySerializer::serialize() should return string but returns string|null.
|
PHP 8.2 on ubuntu-latest:
src/Backends/Swoole/Process.php#L29
Property Rubix\ML\Backends\Swoole\Process::$queue type has no value type specified in iterable type array.
|
PHP 8.2 on ubuntu-latest:
src/Backends/Swoole/Process.php#L139
Parameter #1 $key of method Swoole\Table::get() expects string, int<0, max> given.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/BootstrapAggregatorTest)#L34
Method Rubix\ML\Tests\BootstrapAggregatorTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/OneVsRestTest)#L34
Method Rubix\ML\Tests\Classifiers\OneVsRestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/Classifiers/RandomForestTest)#L34
Method Rubix\ML\Tests\Classifiers\RandomForestTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CommitteeMachineTest)#L34
Method Rubix\ML\Tests\CommitteeMachineTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/KFoldTest)#L34
Method Rubix\ML\Tests\CrossValidation\KFoldTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/LeavePOutTest)#L34
Method Rubix\ML\Tests\CrossValidation\LeavePOutTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|
PHP 8.2 on ubuntu-latest:
tests/DataProvider/BackendProviderTrait.php (in context of class Rubix/ML/Tests/CrossValidation/MonteCarloTest)#L34
Method Rubix\ML\Tests\CrossValidation\MonteCarloTest::provideBackends() should return array<Rubix\ML\Backends\Backend> but returns array<string, array<int, Rubix\ML\Backends\Amp|Rubix\ML\Backends\Serial|Rubix\ML\Backends\Swoole\Coroutine|Rubix\ML\Backends\Swoole\Process>>.
|