Giter Club home page Giter Club logo

spiral-modules / installer Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 104 KB

The package has been developed for the Spiral Framework, providing a convenient command line interface for installing and configuring the framework and any desired packages. This makes it simple for developers to get started with Spiral.

Home Page: https://spiral.dev/

License: MIT License

PHP 94.74% CSS 0.23% Hack 2.44% Twig 2.58%
cli http installer php roadrunner spiral spiral-framework

installer's People

Contributors

butschster avatar msmakouz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

msmakouz m8e

installer's Issues

rr serve give: error: static_pool_allocate_workers: WorkerAllocate: EOF

I use composer create-project spiral/installer <app> to create the project and always choose the default option.
But when I executed rr serve after the project was created, an error occurred.

I'm clueless about this error, do you know how to fix this?
It works fine when using spiral/app as the template.

❯ ./rr serve
2023-01-02T23:41:50.883+0800    DEBUG   rpc             plugin was started      {"address": "tcp://127.0.0.1:6001", "list of the plugins with RPC methods:": ["informer", "resetter", "app", "jobs", "kv"]}
[INFO] RoadRunner server started; version: 2.12.1, buildtime: 2022-12-01T12:41:48+0000
2023-01-02T23:41:50.991+0800    INFO    server          [Spiral\Config\Exception\LoaderException]
Unable to load config `translator`: no suitable loader found.
in vendor/spiral/framework/src/Config/src/Loader/DirectoryLoader.php:51

2023-01-02T23:41:50.994+0800    ERROR   container/poller.go:16  vertex got an error     {"id": "http.Plugin", "error": "static_pool_allocate_workers: WorkerAllocate: EOF"}
github.com/roadrunner-server/endure/pkg/container.(*Endure).poll.func1
        github.com/roadrunner-server/[email protected]/pkg/container/poller.go:16
2023-01-02T23:41:51.097+0800    DEBUG   server          worker is allocated     {"pid": 11469, "internal_event_name": "EventWorkerConstruct"}
2023-01-02T23:41:51.100+0800    DEBUG   server          worker is allocated     {"pid": 11468, "internal_event_name": "EventWorkerConstruct"}
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    INFO    server          destroy signal received {"timeout": "1m0s"}
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.100+0800    DEBUG   jobs            ------> job poller was stopped <------
2023-01-02T23:41:51.111+0800    DEBUG   server          sending stop request to the worker      {"pid": 11469}
2023-01-02T23:41:51.111+0800    DEBUG   server          sending stop request to the worker      {"pid": 11468}
2023-01-02T23:41:51.114+0800    DEBUG   server          worker destroyed        {"pid": 11468, "internal_event_name": "EventWorkerDestruct"}
2023-01-02T23:41:51.114+0800    DEBUG   server          worker destroyed        {"pid": 11469, "internal_event_name": "EventWorkerDestruct"}
error: static_pool_allocate_workers: WorkerAllocate: EOF
plugin: http.Plugin

Unable to load config `translator`: no suitable loader found.

Environment:

PHP 8.1.13 (cli) (built: Dec  9 2022 16:14:59) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.13, Copyright (c) Zend Technologies
    with Zend OPcache v8.1.13, Copyright (c), by Zend Technologies
[PHP Modules]
amqp
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
intl
json
ldap
libxml
mbstring
mysqli
mysqlnd
odbc
openssl
pcntl
pcov
pcre
PDO
pdo_dblib
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
pspell
raphf
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
swoole
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

Call:

composer create-project spiral/installer testsp

Cli installer questions answered:

Installer\Installer::install

Which application preset do you want to install?
[1] Web
[2] Cli
[3] gRPC
Make your selection (1): 1

Do you want to add a default application skeleton?
[1] Yes
[0] No
Make your selection (1): 1

Do you need Cycle ORM?
[1] Yes
[0] No
Make your selection (0): 0

Which validator component do you want to use?
[1] Spiral Validator
[2] Symfony Validator
[3] Laravel Validator
[0] None of the above
Make your selection (0): 2

Which serializer component do you want to use?
[1] Symfony Serializer
[2] Laravel Serializable Closure
[0] None of the above
Make your selection (0): 1

Do you want to use Mailer Component?
[1] Yes
[0] No
Make your selection (0): 0

Which template engine do you want to use?
[1] Stempler
[2] Twig
[0] None of the above
Make your selection (0): 0

Do you want to use the Event Bus?
[1] Yes
[0] No
Make your selection (0): 0

Do you need a cron jobs Scheduler?
[1] Yes
[0] No
Make your selection (0): 1

Do you need the Temporal?
[1] Yes
[0] No
Make your selection (0): 0

Do you need the RoadRunner Metrics?
[1] Yes
[0] No
Make your selection (0): 0

Do you need the Sentry?
[1] Yes
[0] No
Make your selection (0): 0

Composer log:

Loading composer repositories with package information
Updating dependencies
Lock file operations: 142 installs, 0 updates, 0 removals
  - Locking amphp/amp (v2.6.2)
  - Locking amphp/byte-stream (v1.8.1)
  - Locking brick/math (0.10.2)
  - Locking butschster/cron-expression-generator (v1.10.2)
  - Locking cocur/slugify (v3.2)
  - Locking codedungeon/php-cli-colors (1.12.2)
  - Locking composer/package-versions-deprecated (1.11.99.5)
  - Locking composer/pcre (3.1.0)
  - Locking composer/semver (3.3.2)
  - Locking composer/xdebug-handler (3.0.3)
  - Locking defuse/php-encryption (v2.3.1)
  - Locking dnoegel/php-xdg-base-dir (v0.1.1)
  - Locking doctrine/annotations (1.14.2)
  - Locking doctrine/deprecations (v1.0.0)
  - Locking doctrine/inflector (2.0.6)
  - Locking doctrine/instantiator (1.5.0)
  - Locking doctrine/lexer (2.1.0)
  - Locking dragonmantank/cron-expression (v3.3.2)
  - Locking egulias/email-validator (3.2.5)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking felixfbecker/language-server-protocol (v1.5.2)
  - Locking fidry/cpu-core-counter (0.4.1)
  - Locking google/common-protos (v3.1.0)
  - Locking google/protobuf (v3.21.12)
  - Locking graham-campbell/result-type (v1.1.0)
  - Locking hamcrest/hamcrest-php (v2.0.1)
  - Locking league/flysystem (2.5.0)
  - Locking league/mime-type-detection (1.11.0)
  - Locking mockery/mockery (1.5.1)
  - Locking monolog/monolog (2.8.0)
  - Locking myclabs/deep-copy (1.11.0)
  - Locking nesbot/carbon (2.65.0)
  - Locking netresearch/jsonmapper (v4.1.0)
  - Locking nette/php-generator (v4.0.5)
  - Locking nette/utils (v3.2.8)
  - Locking nikic/php-parser (v4.15.2)
  - Locking nyholm/psr7 (1.5.1)
  - Locking nyholm/psr7-server (1.0.2)
  - Locking opis/closure (3.6.3)
  - Locking paragonie/random_compat (v9.99.100)
  - Locking phar-io/manifest (2.0.3)
  - Locking phar-io/version (3.2.1)
  - Locking php-http/message-factory (v1.0.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.3.0)
  - Locking phpdocumentor/type-resolver (1.6.2)
  - Locking phpoption/phpoption (1.9.0)
  - Locking phpunit/php-code-coverage (9.2.23)
  - Locking phpunit/php-file-iterator (3.0.6)
  - Locking phpunit/php-invoker (3.1.1)
  - Locking phpunit/php-text-template (2.0.4)
  - Locking phpunit/php-timer (5.0.3)
  - Locking phpunit/phpunit (9.5.27)
  - Locking psr/cache (3.0.0)
  - Locking psr/container (2.0.2)
  - Locking psr/event-dispatcher (1.0.0)
  - Locking psr/http-factory (1.0.1)
  - Locking psr/http-message (1.0.1)
  - Locking psr/http-server-handler (1.0.1)
  - Locking psr/http-server-middleware (1.0.1)
  - Locking psr/log (3.0.0)
  - Locking psr/simple-cache (3.0.0)
  - Locking qossmic/deptrac-shim (1.0.2)
  - Locking ramsey/collection (2.0.0)
  - Locking ramsey/uuid (4.7.1)
  - Locking roadrunner-php/app-logger (1.0.0)
  - Locking roadrunner-php/centrifugo (1.0.0)
  - Locking sebastian/cli-parser (1.0.1)
  - Locking sebastian/code-unit (1.0.8)
  - Locking sebastian/code-unit-reverse-lookup (2.0.3)
  - Locking sebastian/comparator (4.0.8)
  - Locking sebastian/complexity (2.0.2)
  - Locking sebastian/diff (4.0.4)
  - Locking sebastian/environment (5.1.4)
  - Locking sebastian/exporter (4.0.5)
  - Locking sebastian/global-state (5.0.5)
  - Locking sebastian/lines-of-code (1.0.3)
  - Locking sebastian/object-enumerator (4.0.4)
  - Locking sebastian/object-reflector (2.0.4)
  - Locking sebastian/recursion-context (4.0.4)
  - Locking sebastian/resource-operations (3.0.3)
  - Locking sebastian/type (3.2.0)
  - Locking sebastian/version (3.0.2)
  - Locking spatie/array-to-xml (2.17.1)
  - Locking spiral-packages/scheduler (2.1.0)
  - Locking spiral-packages/symfony-serializer (1.0.0)
  - Locking spiral-packages/symfony-validator (1.2.0)
  - Locking spiral/attributes (2.14.1)
  - Locking spiral/composer-publish-plugin (v1.1.2)
  - Locking spiral/framework (3.5.0)
  - Locking spiral/goridge (v3.2.0)
  - Locking spiral/nyholm-bridge (v1.3.0)
  - Locking spiral/roadrunner (v2.12.1)
  - Locking spiral/roadrunner-bridge (2.3.2)
  - Locking spiral/roadrunner-broadcast (v2.1.0)
  - Locking spiral/roadrunner-cli (v2.4.0)
  - Locking spiral/roadrunner-grpc (v2.0.1)
  - Locking spiral/roadrunner-http (v2.2.0)
  - Locking spiral/roadrunner-jobs (v2.6.0)
  - Locking spiral/roadrunner-kv (v3.0.0)
  - Locking spiral/roadrunner-metrics (v2.0.1)
  - Locking spiral/roadrunner-tcp (v2.0.1)
  - Locking spiral/roadrunner-worker (v2.3.0)
  - Locking spiral/sapi-bridge (1.0.1)
  - Locking spiral/testing (2.2.0)
  - Locking symfony/cache (v6.2.4)
  - Locking symfony/cache-contracts (v3.2.0)
  - Locking symfony/console (v6.2.3)
  - Locking symfony/deprecation-contracts (v3.2.0)
  - Locking symfony/event-dispatcher (v6.2.2)
  - Locking symfony/event-dispatcher-contracts (v3.2.0)
  - Locking symfony/filesystem (v6.2.0)
  - Locking symfony/finder (v6.2.3)
  - Locking symfony/http-client (v6.2.2)
  - Locking symfony/http-client-contracts (v3.2.0)
  - Locking symfony/http-foundation (v6.2.2)
  - Locking symfony/mailer (v6.2.2)
  - Locking symfony/mime (v6.2.2)
  - Locking symfony/polyfill-ctype (v1.27.0)
  - Locking symfony/polyfill-intl-grapheme (v1.27.0)
  - Locking symfony/polyfill-intl-idn (v1.27.0)
  - Locking symfony/polyfill-intl-normalizer (v1.27.0)
  - Locking symfony/polyfill-mbstring (v1.27.0)
  - Locking symfony/polyfill-php72 (v1.27.0)
  - Locking symfony/polyfill-php80 (v1.27.0)
  - Locking symfony/process (v6.2.0)
  - Locking symfony/property-access (v6.2.3)
  - Locking symfony/property-info (v6.2.3)
  - Locking symfony/psr-http-message-bridge (v2.1.4)
  - Locking symfony/serializer (v6.2.3)
  - Locking symfony/service-contracts (v3.2.0)
  - Locking symfony/string (v6.2.2)
  - Locking symfony/translation (v6.2.3)
  - Locking symfony/translation-contracts (v3.2.0)
  - Locking symfony/validator (v6.2.3)
  - Locking symfony/var-dumper (v6.2.3)
  - Locking symfony/var-exporter (v6.2.3)
  - Locking symfony/yaml (v6.2.2)
  - Locking theseer/tokenizer (1.2.1)
  - Locking vimeo/psalm (dev-master 6bcd3bf)
  - Locking vlucas/phpdotenv (v5.5.0)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 142 installs, 0 updates, 0 removals
  - Downloading dragonmantank/cron-expression (v3.3.2)
  - Downloading symfony/process (v6.2.0)
  - Downloading nesbot/carbon (2.65.0)
  - Downloading butschster/cron-expression-generator (v1.10.2)
  - Downloading spiral-packages/scheduler (2.1.0)
  - Installing spiral/composer-publish-plugin (v1.1.2): Extracting archive
  - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive
  - Installing brick/math (0.10.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
  - Installing cocur/slugify (v3.2): Extracting archive
  - Installing codedungeon/php-cli-colors (1.12.2): Extracting archive
  - Installing composer/pcre (3.1.0): Extracting archive
  - Installing paragonie/random_compat (v9.99.100): Extracting archive
  - Installing defuse/php-encryption (v2.3.1): Extracting archive
  - Installing doctrine/inflector (2.0.6): Extracting archive
  - Installing doctrine/instantiator (1.5.0): Extracting archive
  - Installing doctrine/deprecations (v1.0.0): Extracting archive
  - Installing doctrine/lexer (2.1.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing dragonmantank/cron-expression (v3.3.2): Extracting archive
  - Installing hamcrest/hamcrest-php (v2.0.1): Extracting archive
  - Installing league/mime-type-detection (1.11.0): Extracting archive
  - Installing league/flysystem (2.5.0): Extracting archive
  - Installing psr/log (3.0.0): Extracting archive
  - Installing monolog/monolog (2.8.0): Extracting archive
  - Installing myclabs/deep-copy (1.11.0): Extracting archive
  - Installing nette/utils (v3.2.8): Extracting archive
  - Installing nette/php-generator (v4.0.5): Extracting archive
  - Installing phar-io/version (3.2.1): Extracting archive
  - Installing phar-io/manifest (2.0.3): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing theseer/tokenizer (1.2.1): Extracting archive
  - Installing sebastian/version (3.0.2): Extracting archive
  - Installing nikic/php-parser (v4.15.2): Extracting archive
  - Installing sebastian/lines-of-code (1.0.3): Extracting archive
  - Installing sebastian/environment (5.1.4): Extracting archive
  - Installing sebastian/complexity (2.0.2): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
  - Installing phpunit/php-text-template (2.0.4): Extracting archive
  - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
  - Installing phpunit/php-code-coverage (9.2.23): Extracting archive
  - Installing phpunit/php-invoker (3.1.1): Extracting archive
  - Installing phpunit/php-timer (5.0.3): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing psr/http-server-handler (1.0.1): Extracting archive
  - Installing psr/http-server-middleware (1.0.1): Extracting archive
  - Installing qossmic/deptrac-shim (1.0.2): Extracting archive
  - Installing ramsey/collection (2.0.0): Extracting archive
  - Installing sebastian/cli-parser (1.0.1): Extracting archive
  - Installing sebastian/code-unit (1.0.8): Extracting archive
  - Installing sebastian/recursion-context (4.0.4): Extracting archive
  - Installing sebastian/exporter (4.0.5): Extracting archive
  - Installing sebastian/diff (4.0.4): Extracting archive
  - Installing sebastian/comparator (4.0.8): Extracting archive
  - Installing sebastian/object-reflector (2.0.4): Extracting archive
  - Installing sebastian/global-state (5.0.5): Extracting archive
  - Installing sebastian/object-enumerator (4.0.4): Extracting archive
  - Installing sebastian/resource-operations (3.0.3): Extracting archive
  - Installing sebastian/type (3.2.0): Extracting archive
  - Installing symfony/process (v6.2.0): Extracting archive
  - Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
  - Installing phpoption/phpoption (1.9.0): Extracting archive
  - Installing graham-campbell/result-type (v1.1.0): Extracting archive
  - Installing vlucas/phpdotenv (v5.5.0): Extracting archive
  - Installing symfony/translation-contracts (v3.2.0): Extracting archive
  - Installing symfony/translation (v6.2.3): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.2.0): Extracting archive
  - Installing symfony/polyfill-php72 (v1.27.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
  - Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive
  - Installing symfony/mime (v6.2.2): Extracting archive
  - Installing psr/event-dispatcher (1.0.0): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v3.2.0): Extracting archive
  - Installing symfony/event-dispatcher (v6.2.2): Extracting archive
  - Installing egulias/email-validator (3.2.5): Extracting archive
  - Installing symfony/mailer (v6.2.2): Extracting archive
  - Installing symfony/finder (v6.2.3): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
  - Installing symfony/string (v6.2.2): Extracting archive
  - Installing symfony/deprecation-contracts (v3.2.0): Extracting archive
  - Installing symfony/console (v6.2.3): Extracting archive
  - Installing psr/simple-cache (3.0.0): Extracting archive
  - Installing psr/cache (3.0.0): Extracting archive
  - Installing spiral/attributes (2.14.1): Extracting archive
  - Installing psr/http-factory (1.0.1): Extracting archive
  - Installing php-http/message-factory (v1.0.2): Extracting archive
  - Installing nyholm/psr7 (1.5.1): Extracting archive
  - Installing doctrine/annotations (1.14.2): Extracting archive
  - Installing spiral/framework (3.5.0): Extracting archive
  - Installing nesbot/carbon (2.65.0): Extracting archive
  - Installing butschster/cron-expression-generator (v1.10.2): Extracting archive
  - Installing spiral-packages/scheduler (2.1.0): Extracting archive
  - Installing symfony/serializer (v6.2.3): Extracting archive
  - Installing symfony/property-info (v6.2.3): Extracting archive
  - Installing symfony/property-access (v6.2.3): Extracting archive
  - Installing spiral-packages/symfony-serializer (1.0.0): Extracting archive
  - Installing symfony/validator (v6.2.3): Extracting archive
  - Installing symfony/http-foundation (v6.2.2): Extracting archive
  - Installing symfony/psr-http-message-bridge (v2.1.4): Extracting archive
  - Installing symfony/var-exporter (v6.2.3): Extracting archive
  - Installing symfony/cache-contracts (v3.2.0): Extracting archive
  - Installing symfony/cache (v6.2.4): Extracting archive
  - Installing spiral-packages/symfony-validator (1.2.0): Extracting archive
  - Installing spiral/nyholm-bridge (v1.3.0): Extracting archive
  - Installing spiral/goridge (v3.2.0): Extracting archive
  - Installing spiral/roadrunner-worker (v2.3.0): Extracting archive
  - Installing spiral/roadrunner-tcp (v2.0.1): Extracting archive
  - Installing spiral/roadrunner-metrics (v2.0.1): Extracting archive
  - Installing spiral/roadrunner-http (v2.2.0): Extracting archive
  - Installing symfony/yaml (v6.2.2): Extracting archive
  - Installing symfony/http-client-contracts (v3.2.0): Extracting archive
  - Installing symfony/http-client (v6.2.2): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing spiral/roadrunner-cli (v2.4.0): Extracting archive
  - Installing spiral/roadrunner (v2.12.1)
  - Installing google/protobuf (v3.21.12): Extracting archive
  - Installing spiral/roadrunner-kv (v3.0.0): Extracting archive
  - Installing ramsey/uuid (4.7.1): Extracting archive
  - Installing opis/closure (3.6.3): Extracting archive
  - Installing spiral/roadrunner-jobs (v2.6.0): Extracting archive
  - Installing google/common-protos (v3.1.0): Extracting archive
  - Installing spiral/roadrunner-grpc (v2.0.1): Extracting archive
  - Installing spiral/roadrunner-broadcast (v2.1.0): Extracting archive
  - Installing roadrunner-php/centrifugo (1.0.0): Extracting archive
  - Installing roadrunner-php/app-logger (1.0.0): Extracting archive
  - Installing spiral/roadrunner-bridge (2.3.2): Extracting archive
  - Installing nyholm/psr7-server (1.0.2): Extracting archive
  - Installing spiral/sapi-bridge (1.0.1): Extracting archive
  - Installing phpunit/phpunit (9.5.27): Extracting archive
  - Installing mockery/mockery (1.5.1): Extracting archive
  - Installing spiral/testing (2.2.0): Extracting archive
  - Installing symfony/var-dumper (v6.2.3): Extracting archive
  - Installing symfony/filesystem (v6.2.0): Extracting archive
  - Installing spatie/array-to-xml (2.17.1): Extracting archive
  - Installing netresearch/jsonmapper (v4.1.0): Extracting archive
  - Installing fidry/cpu-core-counter (0.4.1): Extracting archive
  - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive
  - Installing composer/xdebug-handler (3.0.3): Extracting archive
  - Installing amphp/amp (v2.6.2): Extracting archive
  - Installing amphp/byte-stream (v1.8.1): Extracting archive
  - Installing vimeo/psalm (dev-master 6bcd3bf): Extracting archive
32 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
83 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> Installer\Configurator::configure
  Next steps:
  1. Please, configure the environment variables in the .env file at the application's root.
  2. Read documentation about Spiral Framework: https://spiral.dev/docs
  RoadRunnerBridge
  1. The RoadRunner configuration is available in the .rr.yaml file at the root of the application
  2. Documentation: https://spiral.dev/docs/packages-roadrunner-bridge
  SymfonyValidator
  1. Read more about validation in the Spiral Framework: https://spiral.dev/docs/validation-factory
  2. Documentation: https://spiral.dev/docs/validation-symfony
  Scheduler
  1. Documentation: https://spiral.dev/docs/packages-scheduler
Remove Configurator from composer.json
Remove Installer files
No security vulnerability advisories found
> php app.php encrypt:key -m .env
New encryption key: def00000919143939c7e1bcb4a3cc055124feb5d1b8158055a30c0b886900fcd1f938359f45199f4e511209e89f48ad010d51a72bdd3218bb57dce400e6109f33d9bf1fb
Encryption key has been updated.
> php app.php configure --quiet
> rr get-binary --quiet
> composer dump-autoload
Generating autoload files
Generated autoload files

Call:

./rr serve

Output command:

2023-01-11T19:44:47.344+0700    INFO    server          [Spiral\Config\Exception\LoaderException]
Unable to load config `translator`: no suitable loader found.
in vendor/spiral/framework/src/Config/src/Loader/DirectoryLoader.php:51

2023-01-11T19:44:47.348+0700    ERROR   container/poller.go:16  vertex got an error     {"id": "http.Plugin", "error": "static_pool_allocate_workers: WorkerAllocate: EOF"}
github.com/roadrunner-server/endure/pkg/container.(*Endure).poll.func1
        github.com/roadrunner-server/[email protected]/pkg/container/poller.go:16
2023-01-11T19:44:47.512+0700    DEBUG   server          worker is allocated     {"pid": 4832, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.518+0700    DEBUG   server          worker is allocated     {"pid": 4827, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.527+0700    DEBUG   server          worker is allocated     {"pid": 4830, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.529+0700    DEBUG   server          worker is allocated     {"pid": 4829, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.531+0700    DEBUG   server          worker is allocated     {"pid": 4833, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.534+0700    DEBUG   server          worker is allocated     {"pid": 4834, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.541+0700    DEBUG   server          worker is allocated     {"pid": 4831, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.542+0700    DEBUG   server          worker is allocated     {"pid": 4828, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.543+0700    DEBUG   centrifuge      connected to the centrifugo server
2023-01-11T19:44:47.544+0700    DEBUG   rpc             plugin was started      {"address": "tcp://127.0.0.1:6001", "list of the plugins with RPC methods:": ["app", "centrifuge", "jobs", "kv", "informer", "resetter"]}
[INFO] RoadRunner server started; version: 2.12.1, buildtime: 2022-12-01T12:41:47+0000
2023-01-11T19:44:47.653+0700    DEBUG   server          worker is allocated     {"pid": 4838, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.653+0700    DEBUG   server          worker is allocated     {"pid": 4837, "internal_event_name": "EventWorkerConstruct"}
2023-01-11T19:44:47.654+0700    INFO    server          destroy signal received {"timeout": "1m0s"}
2023-01-11T19:44:47.653+0700    DEBUG   jobs            ------> job poller was stopped <------
2023-01-11T19:44:47.653+0700    DEBUG   jobs            ------> job poller was stopped <------
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4834}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4827}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4828}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4832}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4833}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4829}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4830}
2023-01-11T19:44:47.665+0700    DEBUG   server          sending stop request to the worker      {"pid": 4831}
2023-01-11T19:44:47.672+0700    INFO    server          destroy signal received {"timeout": "1m0s"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4831, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4828, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4833, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4832, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4830, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4834, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4827, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.672+0700    DEBUG   server          worker destroyed        {"pid": 4829, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.683+0700    DEBUG   server          sending stop request to the worker      {"pid": 4837}
2023-01-11T19:44:47.683+0700    DEBUG   server          sending stop request to the worker      {"pid": 4838}
2023-01-11T19:44:47.687+0700    DEBUG   server          worker destroyed        {"pid": 4838, "internal_event_name": "EventWorkerDestruct"}
2023-01-11T19:44:47.687+0700    DEBUG   server          worker destroyed        {"pid": 4837, "internal_event_name": "EventWorkerDestruct"}
error: static_pool_allocate_workers: WorkerAllocate: EOF
plugin: http.Plugin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.